webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods PeopleSoft EnterpriseOne Adapter
 
webMethods PeopleSoft EnterpriseOne Adapter
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"packageName": "<Package_Name>",
"adapterTypeName": "ERPAdapter",
"connectionFactoryType": "com.psft.xpi.adapter.erp.connection.ERP9ConnectionFactory",
"connectionSettings": {
"transactionType": "NO_TRANSACTION",
"erpConnectionProperties": "------------------------------------------------------------------",
"connectionName": "TestEnterpriseOne",
"userName": "<Username>",
"password": "<Password>",
"role": "*ALL",
"erpEnvironment": "JPS920",
"erpEnterpriseServerHost": "<Host_Name>",
"erpEnterpriseServerPort": "<Port_Number>",
"erpSecurityServer": "<Security_Host_Name>",
"erpSecurityServerPort": "<Security_Port_Number>",
"userSessionTimeout": "600000",
"specExpire": "30000000",
"enterpriseServerTimeout": "90000",
"manualTimeout": "600000",
"maxPoolSize": "30",
"ocmEnabled": "True",
"loggingProperties": "------------------------------------------------------------------",
"logFileLocation": "./logs/EnterpriseOneAdapter",
"e1LogFileName": "e1Log.log",
"e1LogLevel": "DEBUG",
"e1LogFormat": "TOOLS_THREAD",
"e1LogComponent": "ALL",
"conLogFileName": "connectorLog.log",
"conLogLevel": "DEBUG",
"conLogFormat": "TOOLS_THREAD",
"conLogComponent": "INTEROP|JDBC|JDBJ|BASE",
"rtLogFileName": "rtLog.log",
"rtLogLevel": "DEBUG",
"rtLogFormat": "TOOLS_THREAD",
"rtLogComponent": "RUNTIME",
"jdbjBootStrapProperties": "------------------------------------------------------------------",
"jdbjBootStrapUserName": "PS920",
"jdbjBootStrapPassword": "jdbjBootStrapPassword.Connections.v898:EOneConnection",
"jdbjBootStrapDataSourceName": "System - 920",
"jdbjBootStrapDatabaseType": "O",
"jdbjBootStrapDatabaseName": "jdeorcl",
"jdbjBootStrapDatabaseHost": "<BootStrapDB_Host_Name>",
"jdbjBootStrapDatabasePort": "<BootStrapDB_Port_Number>",
"jdbjBootStrapPhysicalDatabase": "",
"jdbjBootStrapDatabaseOwner": "SY920",
"jdbjSpecProperties": "------------------------------------------------------------------",
"jdbjSpecUserName": "PS920",
"jdbjSpecPassword": "jdbjSpecPassword.Connections.v898:EOneConnection",
"jdbjSpecDataSourceName": "Central Objects - PS920",
"jdbjSpecDatabaseType": "O",
"jdbjSpecDatabaseName": "jdeorcl",
"jdbjSpecDatabaseHost": "<jdbjSpecDB_Username>",
"jdbjSpecDatabasePort": "<jdbjSpecDB_Password>",
"jdbjSpecPhysicalDatabase": "",
"jdbjSpecDatabaseOwner": "PS920",
"jdbcTraceProperties": "------------------------------------------------------------------",
"jdbcTracing": "true",
"jdbcDriverProperties": "------------------------------------------------------------------",
"oracleTNSNamesFile": "C:\\Installations\\Remote_PeopleSoftEnterpriseOne\\IntegrationServer
\\instances\\default\\packages\\JDE_E1_TestSuite\\tnsnames.ora",
"jdbjJDBCOracleDriver": "oracle.jdbc.driver.OracleDriver",
"jdbjJDBCAS400Driver": "com.ibm.as400.access.AS400JDBCDriver",
"jdbjJDBCSQLServerDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver",
"jdbjJDBCUDBDriver": "COM.ibm.db2.jdbc.app.DB2Driver",
"xapiEventIntrospectionProperties": "------------------------------------------------------------------",
"useGuaranteedEventsSystem": "false",
"eventTransactionServerName": "localhost",
"eventTransactionServerPort": "5555",
"jdInteropProperties": "------------------------------------------------------------------",
"connectorOverrideDirectory": "",
"jdInteropINIFileLocation": ""
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10"
}
}
Sample Template for Creating a Listener
{
"listenerName": "<Listener_Name>",
"packageName": "<Package_Name>",
"adapterTypeName": "ERPAdapter",
"listenerTemplate": "com.psft.xpi.adapter.erp.notification.listener.ERPEventListener",
"connectionAlias": "<Connection_Alias>",
"listenerEnabled": "false",
"listenerSettings": {
"retryBackoffTimeout": "10",
"retryLimit": "5",
"removeListenersAtShutdown": "FALSE",
"note": "Environment value is not used to create subscribed environments in Guaranteed Events System",
"environmentName": "JPS920"
}
}