Saturday, January 11, 2020

Siebel SRVRMGR Utility: Taking spool

If there is any requirement where we need to take export of Parameters or Components from SRVRMGR Utility through command prompt, then we need to follow following steps to extract spool while working with SRVRMGR in command line mode:


cmd:>srvrmgr /g GATEWAY_ADDR /e ENTERPRISE_SERVER_NAME /s SIEBEL_APPLISRVR_LOG_NAME /u USERNAME /p PASSWORD


srvrmgr:>spool C:\spool_parameter.txt


srvrmgr:> list parameters for component ADMProc


srvrmgr:> list advanced parameters for component ADMProc


srvrmgr:> list hidden parameters for component ADMProc


srvrmgr:> spool off


srvrmgr:> exit




Once you exit the SRVRMGR , then you will get spool_parameter.txt file ready with all required information.

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...