Profile parameter of IGS as of Version 7.x
[7.00] [bad parameter] [error parameter] [IGS] [igs.xml] [invalid parameter] [parameter] [profile]
Related:
- HP-UX Operating System kernel parameter recommendationsSymptom Recommendation for HP-UX kernel parameter settings for use with...
- Special characters in parameter string of external commandsSymptom When you define an external command, you have the...
- MaxDB 7.5/7.6 Parameter recommendations for BW systemsSymptom This note describes the special settings for the database...
- SAP MaxDB Version 7.8: Parameter recommendationsSymptom This note provides recommendations for configuring the database parameters...
- Parameter values as of liveCache Versions 7.5, 7.6 and 7.7Symptom The settings for liveCache parameters in Versions 7.5, 7.6...
- ICM and SAP Web Dispatcher Timeout ParameterSymptom You want to configure the timeout settings of the...
- Parameter recommendations for OneDB systemsSymptom This note provides recommendations regarding configuration parameter settings for...
- Parameter check for liveCache/MaxDB instancesSymptom You want to use an automatic check to check...
Symptom
Storage and values of the default settings of the integrated IGS as of Version 7.00.
Other terms
IGS 7.00, profile parameter, igs.xml
Reason and Prerequisites
You have carried out an upgrade or an installation on a 7.00 system. You have installed IGS 7.00 Patch 2.
Solution
As of Version 7.00, the integrated IGS reads its parameters from the instance profile, and no longer from the igs.xml configuration file.
In the following, all existing parameters are listed. If values are not specified in the profile, IGS uses the SAP default settings. If SAP default values are not specified either, the IGS defaults are used. If no IGS default is specified, the parameter is not used. An SAP default value is always specified for required parameters.
The values in $() are substituted accordingly. Values in [] are optional. The value
Furthermore, note that some of the specified parameters are only available as of IGS 7.00 Patch 4.
Parameter overview
igs/snc/library: Path to the SNC libraryFormat: library_pathno SAP defaultno IGS defaultigs/snc/name: SNC NameFormat: library_nameno SAP defaultno IGS defaultigs/tracelevel: Trace level for the output in log filesFormat: tracelevelSAP default: 1no IGS defaultigs/listener/timeout: Default timeout for all listeners if none other is specifiedFormat: timeoutno SAP defaultIGS default: 60igs/listener/rfc: Parameter for the RFC ListenerFormat: programid,gwhost,gwservice,recontime[,timeout[,threadcount]]SAP default: IGS.$(SAPSYSTEMNAME),$(SAPLOCALHOST),sapgw$(SAPSYSTEM),60IGS default: $(igs/listener/timeout) for timeout, 4 for threadcountNote the following: The parameter threadcount is available as of IGS 7.00 Support Package P16 and IGS 7.10 Support Package 8. If you specify the threadcount, you must also specify the timeout.igs/listener/rfc/
Deactivating individual parameters
The parameter of the RFC and HTTP listener, of the port watcher (ID = 1 and 2) and various interpreters (chart, xmlchart, bwgis, imgconv, zipper) cannot be deactivated by being commented out, since the system then uses the SAP default values. Instead you must assign the ‘disable’ value to the parameters.
Examples:
Deactivating the RFC listener: igs/listener/rfc = disableDeactivating the second port watcher: igs/pw/2 = disable