Upgrading from 8.49 to 8.53 and having Password encrypt issues
Previously if we needed to reset the VP1 password we would do the folllowing.
update PSOPRDEFN set OPERPSWD = 'VP1', ENCRYPTED = 0 where OPRID = 'VP1';
Then Run ENCRYPT_PASSWORD VP1;
Currently we are unable to proceed with our upgrade, any help with this would appreciated.