Give me any advice

yesterday…I tried to change db server of wildfire3.1.1 from hlsqdb into mysql…

to move data I run embedded-db-viewer.sh…and run sql ‘‘select * from jiveUser’’

and then copied all data username,password,encryptedPassword etc…

but…in the new server using mysql…tell me the password is not incorrect whenverv I login with this copied user jid and password…

all passwords are encryptedpassword without admin…

so…is anybody having good advice???

Hi,

take a look at wildfire/embedded-db/wildfire.script and look for the line “INSERT INTO JIVEPROPERTY VALUES(’‘passwordKey’’,’‘xyz’’);”

You need to use the same password key, you can either insert it using SQL or set it as a System Property using the Web Console.

LG