# properties for the Batch Job Handler # # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! This is the template file for the batchjob.properties ! # ! If you want to set some of the properties for the handler ! # ! please copy the file batchjob.prop.template to batchjob.properties ! # ! change or adjust the properties definitions in this file. ! # ! Only the file batchjob.properties is used by the batchjob handler! ! # ! Settings in this file are overridden by configuration of handler. ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # # connection type: WS - HTTP via (SOAP 1.1) WebService (standard if nothing is specified) # RFC - RFC via JCo (not implemented) #conn.type = WS #Directory where SLC will move the logs of jobs after the jobs are executed: #log.history.dir = /usr/sap/trans/log ## If the connection type WS is chosen, under some rare circumstances, ## more informations might be neccessary to derive the WebService URL. ## Typically, the URL looks like this: ## http://:50000/sap/bc/srt/rfc/sap/ocs_api/000/srt_cfg_default_profile/ocs_api_srt_cfg_default_profile_binding ## ## - the is specified in the request ## - the port (e.g. 50000) is derived from the instance profile of the ABAP Application Server ## - the application path (e.g. /sap/bc/srt/rfc/sap/ocs_api/000/srt_cfg_default_profile/ocs_api_srt_cfg_default_profile_binding) ## is determined by the default runtime configuration of the web service and is usually fixed ## ## But if the URL built from the default values does not work, the parameters can be explicitly specified ## Port to access the system via WebService, e.g. ws.port = 50000 ($$ is replaced by the instance number) #ws.port = 5$$00 ## Path to the OCS API WebService, e.g. ws.application-path = /sap/bc/srt/pm/sap/ocs_api_sugi/000/default_profile/1/binding_ocs_api_sugi_default_profile ## Only the path without http(s)://host:port must be entered. #sugi.url = /sap/bc/srt/pm/sap/ocs_api_sugi/000/default_profile/1/binding_ocs_api_sugi_default_profile ## The time out for WS connections in milliseconds, the default is set to 300000 (= 5 min) #ws.timeout = 300000 #ws.auth Basic / None #ws.username = username #ws.password = password #logon.user = username #logon.password = password ## TEST MODE PROPERTIES - use to connect to a (remote) test host ## If all 3 properties are specified, the handler works in test mode # request.sid = # request.hostname = # request.instanceNumber =