# Sets the RegExp to decide which NorthBound operations are logged to file instead of DB tibco.clientVar.CL/Logging/fileFilter=test|ping|updateConfiguration|addConfiguration|deleteConfiguration|getConfiguration|getConfigurationStatus|publishConfiguration|unlockConfiguration|restoreConfiguration|CentralLoggerRuleFunctionOp|portalEventResource|analyticsResource|apiKeyResource|oauthClientAuthenticateResource|oauthClientAttributesResource|loadResourceListing|LogLevelRuleFunctionOp # The name of the transactions log file directory tibco.clientVar.CL/Logging/files/directory=/apps/tibco2/cfgmgmt/tibco/cfgmgmt/asg-00/logs # The name of the transactions log file (default=trans_log.txt) tibco.clientVar.CL/Logging/files/transactions=trans_log.txt # The number of log files to keep on roll-over tibco.clientVar.CL/Logging/files/maxcount=3 # The size of the log file at which to roll-over (bytes) tibco.clientVar.CL/Logging/files/maxsize=5000000 tibco.clientVar.ASG/Logging/tsFormat=yyyyMMdd HH:mm:ss.SSSS # Prefix for all RV subject names used between ASG_Core and CL|GTM tibco.clientVar.Common/Connections/RV/SubjectPrefix=TIBCO.ASG.INTERNAL # Path to the project specific configuration tibco.clientVar.CL/Files/KpiGroupFile=default/KpiGroup.cfg #Parameters for RV connection between ASG_Core and CL: tibco.clientVar.ASG/CL/RV/RvDaemon=tcp:7500 tibco.clientVar.ASG/CL/RV/RvNetwork= tibco.clientVar.ASG/CL/RV/RvService=7500 #CentralLogger Database settings be.dbconcepts.dburi=/CentralLogger/SharedResources/Logging Database.sharedjdbc be.dbconcepts.connection.retry.count=-1 be.dbconcepts.connection.check.interval=5 tibco.clientVar.CL/Database/Username=asguser tibco.clientVar.CL/Database/Password=#!uAELESGbtTs0kurz9q9YDzFiiBCRfhX5 #mysql tibco.clientVar.CL/Database/Driver=com.mysql.jdbc.Driver tibco.clientVar.CL/Database/Url=jdbc:mysql://localhost:3306/asgstat tibco.clientVar.CL/Database/Schema=asgstat # Uncomment this line for MySql ONLY - fixes a problem with connection testing failing repeatedly #java.property.be.dbconcepts.test.connections.sql=select 1 #sqlserver #tibco.clientVar.CL/Database/Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver #tibco.clientVar.CL/Database/Url=jdbc:sqlserver://localhost:1433;databaseName=asgstat #tibco.clientVar.CL/Database/Schema=dbo #oracle #tibco.clientVar.CL/Database/Driver=oracle.jdbc.OracleDriver #tibco.clientVar.CL/Database/Url=jdbc:oracle:thin:@localhost:1521:asgstat #tibco.clientVar.CL/Database/Schema=asgstat #db2 #tibco.clientVar.CL/Database/Driver=com.ibm.db2.jcc.DB2Driver #tibco.clientVar.CL/Database/Url=jdbc:db2://localhost:50000/asgstat #tibco.clientVar.CL/Database/Schema=asgstat #GVs related to enabling JMS channel for Central logger as commented lines #---------------- # Transport to be used between ASG_Core and CL. Valid values are "RV" and "JMS". Default is "RV" # # On installation the CL_JMS channel is disabled so the asg_core.cdd and asg_cl.cdd files must be edited and the "/Common/Channel/CentralLoggerJMS" entry removed # from the "be.channel.deactivate" property if JMS is to be used # #tibco.clientVar.ASG/Logging/transport=JMS # GVs for JMS connection between ASG_Core and CL #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JMSProviderURL=tcp://localhost:7222 #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JNDIContextURL=tibjmsnaming://localhost:7222 #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/TopicConnectionFactoryName=TopicConnectionFactory #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/QueueConnectionFactoryName=QueueConnectionFactory #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JNDIUsername=admin #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JNDIPassword= #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JMSUsername=admin #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/JMSPassword= # Name of the JMS destination on which the ASG_Core sends transaction reports to CL #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/TransactionReportDestinationName=asg.cl.transaction.queue # Type of that destination. Valid values are "queue" or "topic". The CL always listens on a queue so if this value is set to topic # the JMS administrator must configure a bridge between the topic and the queue. Defaults to "queue" #tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/TransactionReportDestinationType=queue #---------------- #SSL Properties for CL_JMSConnection #Accepted values for IdentityType: certPlusKeyURL, url, usernamePassword #Accepted values for IdentityFileType: Entrust, JCEKS, JKS, PEM, PKCS12 #If IdentityType is certPlusKeyURL, then we use CertificateURL, KeyURL, KeyPassword #If IdentityType is url, then we use IdentityURL, IdentityFileType, KeyPassword #If IdentityType is usernamePassword, then we use IdentityUsername, IdentityPassword tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/useSSL=false tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/TrustedCertificatesFolder= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/Identity=/Common/SharedResources/JMS/CL_JMSConnIdentityResource.id tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/TrustStorePassword= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/trace=true tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/debugTrace=true tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/verifyHostName=true tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/ExpectedHostName= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/strongCipherSuitesOnly=true #Properties for CL_JMSConnIdentityResource.id tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/IdentityType=certPlusKeyURL tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/IdentityUsername= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/IdentityPassword= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/IdentityFileType=Entrust tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/IdentityURL= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/KeyPassword= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/CertificateURL= tibco.clientVar.Common/Connections/JMS/CL_JMSConnection/KeyURL= #Additional properties added during migration for launching CL tibco.clientVar.DefaultImplementation/Connections/HTTP/FacadeHTTPConnection/Workers=100 tibco.clientVar.DefaultImplementation/Connections/HTTP/FacadeHTTPSSLConnection/Workers=100