#client home directory (to be changed if needed) client.home=. # Server to connect to. Specify a fully qualified server name. # Specifying no value would default to 'localhost', which is not the purpose of script runner. scriptrunner.servername=localhost # Port the server is listening. A common value may be 80 or 8080. Refer to you connection settings. scriptrunner.serverport=80 # To use ssl set to true scriptrunner.serverssl=false # Tenant to use scriptrunner.tenant=default # Username for login. Use the login of the user who executes the report here. scriptrunner.username=system # Password for login. Use the password of the user who executes the report here. Can/should be encrypted. scriptrunner.userpassword=manager # Database name to login. scriptrunner.dbname=Maersk_Drilling_Modelling1 # GUID of methodfilter for login. No entry (default) is "entire method". scriptrunner.methodfilterguid= # Locale for database login. ISO 639 code for language. scriptrunner.dblocale=en # Locale for database login. ISO-3166 code for country (optional). # scriptrunner.dblocale.country=US # oem identifier (do not change) # scriptrunner.oemprofile=oem01 # Locale for script stringtable and error messages. ISO 639 code for language. scriptrunner.guilocale=en # Locale for script stringtable and error messages. ISO-3166 code for language. (optional) #scriptrunner.guilocale.country=US # Script component - id. Default is 'Report' (value = 1). Optional 'static publisher' (value = 10). # scriptrunner.component=1 # GUID of script to execute. scriptrunner.scriptid=46e7d00-2ac2-11e5-51fa-00155d036424 # Outputformat ID, defaults to -1 (no output) # 0 = RTF # 2 = Text # 3 = HTML # 4 = MS Word # 5 = MS Excel # 7 = other # 8 = XML # 9 = PDF # -1 = No output scriptrunner.outputformat=-1 # Path and name of outputfile (use "/" or "\\" as path separator). Only relevant if outputformat != -1 scriptrunner.outputfile= # GUID of evaluation filter (optional) scriptrunner.evaluationfilterguid= # IDs of objects to start the script on. Separated by ';' # DB : the script is to be run on a database context (database is specified by srciptrunner.dbname property) # F:[GUID] : for scripts running on "configuration filter" context a configuration filter is specified by "F:" directly followed by the filter GUID # G:[GUID] : for scripts running on group objects: their GUIDs, each preceded by "G:" # M:[GUID] : for scripts running on models: their GUID, each preceded by "M:" # O:[GUID] : for scripts running on object definitions: their GUID, each preceded by "O:" # examples: # scriptrunner.scriptinput=DB # scriptrunner.scriptinput=F:f98555a9-6158-11d4-8582-00005a4053ff # scriptrunner.scriptinput=G: # scriptrunner.scriptinput=M:abababab-cdcd-efef-a1a2-b1b33fce23e5;M:ef2579bd-cdcd-efef-a1a2-b1b33fce23e5 # scriptrunner.scriptinput=O:abababab-cdcd-efef-a1a2-b1b33fce23e5;O:ef2579bd-cdcd-efef-a1a2-b1b33fce23e5 scriptrunner.scriptinput= # User-defined properties. can be accessed in script using Context.getProperty("propertyname") scriptrunner.userproperty.count=0 # as many user-defined properties as specified in scriptrunner.userproperty.count. # syntax: #scriptrunner.userproperty1.key= #scriptrunner.userproperty1.value= #scriptrunner.userproperty2.key= #scriptrunner.userproperty2.value= #...