on 2020 Nov 09 4:18 AM
Hello
I can not find any document about how to use cmd script to config and add customer ipport and reportdirectory on CrystalReports2020ReportApplicationServer item page.
Does anyone know how I can use script to config and add ipport and reportdirectory items?
Thanks.
Server Name: test.CrystalReports2020ReportApplicationServer
Node:test
Description: Crystal Reports 2020 Report Application Server
Command Line Parameters -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -ipport 8888 -reportdiretory c:\test
the "Command Line Args" are located in the CMS repository (DB)
You can use "BusinessObjects Query Builder" to view it
SQL:
SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_KIND='SERVER' and SI_NAME LIKE '%CrystalReports2020ReportApplicationServer%'
You can find it under (SI_CONFIGURED_CONTAINERS ---> SI_EXEC ----> SI_ARGS)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. It seems can update custom command line into item(CrystalReports2020ReportApplicationServer) successfully. I also want to change "Crystal Reports 2020 Viewing and Modification Service->Number of database records to read when previewing or refreshing a report (-1 for unlimited):" from default value to -1 value. Does any SQL command and script can provide for me.
This KBA answer your question:
2958188 - How To: We need to set the Command line properties of the various BOE Servers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.