Hi @johnw66,
Yes, you could change the password by going to Crystal Server Application Directory and reflecting the changes in the ifs-crystal-config.xml file.
C:\inetpub\wwwroot\<YOUR_CRYSTAL_INSTANCE>\ifs-crystal-config.xml
1<?xml version="1.0" encoding="utf-8"?>
2<CRYSTAL_REPORT>
3 <DB_USER>ifssys</DB_USER>
4 <DB_PASSWORD>YOUR_ENCRYPTED_IFSSYS_PASSWORD_HERE</DB_PASSWORD>
5 <PRINT_USER>IFSPRINT</PRINT_USER>
6 <PRINT_PASSWORD>YOUR_ENCRYPTED_IFSPRINT_PASSWORD_HERE</PRINT_PASSWORD>
7 <ORACLE_TNS>YOUR_TNS_NAME_HERE</ORACLE_TNS>
8 <APP_OWNER>IFSAPP</APP_OWNER>
9 <IAL_OWNER>IFSINFO</IAL_OWNER>
10 <FAILOVER_RETRIES>10</FAILOVER_RETRIES>
11 <LOGS>FALSE</LOGS>
12 <LOG_LEVEL>HIGH</LOG_LEVEL>
13 <LOG_FILE_NAME>C:\inetpub\wwwroot\IFSCRWebSetup\logs\IFSCRWebSetup_logs.log</LOG_FILE_NAME>
14</CRYSTAL_REPORT>
You can get the encrypted passwords from the configuration.xml file inside <YOUR_IFS_HOME>\instance\<YOUR_INSTANCE_NAME>\
YOUR_ENCRYPTED_IFSSYS_PASSWORD_HERE = <ifs.system.password.encrypted>
YOUR_ENCRYPTED_IFSPRINT_PASSWORD_HERE = <ifs.ifsprint.password.encrypted>
Cheers !
Dhananjaya.