Procedure
- Stop your test environment.
- From a Windows command window, navigate to the WCDE_installdir\bin directory, where WCDE_installdir is the installation directory of your development environment.
- Depending on your database, perform the following:
- For Derby:
- Type ij.bat to use a command line utility to access your Cloudscape database.
- At the ij > prompt, type connect '..\db\mall';
- Enter the following SQL statements in order:
update userreg set logonpassword = x'74434f61354f51593862415655304d5268424e54723865685653356151374a2b353163506c4261363730633d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020' where logonid='wcsadmin';
update userreg set salt = 'hsdbacehyoyn' where logonid='wcsadmin';
update userreg set status = 1 where logonid='wcsadmin';
update userreg set passwordexpired = 0 where logonid='wcsadmin'; - Type exit; to exit the ij utility.
- Restart your test environment.
- For Derby:
No comments:
Post a Comment