revzman123

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: WMS 2.1 – new server & database migration #53548
    revzman123
    Participant
    • Total Post: 2
    • Newbie

    Seems that the solution for the Setup page is here: https://www.dell.com/community/Wyse-Management-Suite/v1-4-Issues/td-p/7309089

    in reply to: WMS 2.1 – new server & database migration #53547
    revzman123
    Participant
    • Total Post: 2
    • Newbie

    I was running 1.4 on 2012 R2. I have a new 2019 server that I installed 1.4 on. I’m trying the same thing but I’m having 2 issues. Now that I’ve restored and upgraded to 3.0, when I go to the Setup page, I get a window that says Error: Error. The other issue I have is that it seems to be holding onto the old server name as well. I did a Forgot Password and the link it emailed me was for the OLD server and not the NEW server.

    I ended up playing with the commands as I noticed what was in the 1.4 guide was wrong. The 1.1 guide was a little better but the lines weren’t broken up. The 3.0 guide is apparently the way to go and I used the following commands:

    mongo -u stratus -p <db_password> –authenticationDatabase admin

    at the mongo prompt:

    mongorestore -u stratus -p <db_password> –authenticationDatabase admin –drop –db stratus “backup_folder_location\stratus”

     

    for MariaDB:

    mysql -ustratus –p<db_password> -e”drop database if exists stratus; show databases;”

    mysql -ustratus –p<db_password> -e”create database stratus DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;show databases;”

    mysql -ustratus –p<db_password> stratus < .\wmsdump.sql

     

    I have yet to try to connect an existing Thin Client, for on-site reasons. 🙂

Viewing 2 posts - 1 through 2 (of 2 total)