|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JDBC Adapter Start up problem |
« View previous topic :: View next topic » |
Author |
Message
|
ghadamkci |
Posted: Sun Apr 30, 2006 2:07 am Post subject: JDBC Adapter Start up problem |
|
|
Newbie
Joined: 30 Apr 2006 Posts: 3
|
Hello,
I am facing a problem starting JDBC Adapter.
Product Levels Used are as follows:
--------------------------------------------------------
1. Red Hat Linux 3
2. WBI SF 5.1.1
3. WebSphere MQ 5.3 with CSD 10
4. WBI Adapter Framework 2.6
5. WBI Adapter Framework Fix 2.6.0.3
6. JDBC Adapter 2.6
Installation and Setup of WBI and JDBC Adapters along with WebSphere MQ:
------------------------------------------------------------------------------------------------------------------
Installed WebSphere MQ 5.3 with CSD 05 and then upgraded it to CSD 10.
Installed WebSphere Adapter Framework 2.6 and Fix 2.6.0.3
Installed JDBC Adapter 2.6
Created a Queue Manager called JDBCQMGR
Created all queues for JDBCQMGR:
a. DEFINE QLOCAL(JDBCCONNECTOR/REQUESTQUEUE)
b. DEFINE QLOCAL(JDBCCONNECTOR/RESPONSEQUEUE)
c. DEFINE QLOCAL(JDBCCONNECTOR/ADMININQUEUE)
d. DEFINE QLOCAL(JDBCCONNECTOR/ADMINOUTQUEUE)
e. DEFINE QLOCAL(JDBCCONNECTOR/FAULTQUEUE)
f. DEFINE QLOCAL(JDBCCONNECTOR/SYNCHRONOUSREQUESTQUEUE)
g. DEFINE QLOCAL(JDBCCONNECTOR/SYNCHRONOUSOUTQUEUE)
6. Saved InterchangeSystem.cfg under the %Adapter Installation Path% << Attached as InterchangeSystem.cfg>>. It has the following data changed to adapt with existing environment: ApplicationPassword, ApplicationUserName, DatabaseURL and JDBCDriverClass
7. Created all event tables on the database.
8. Saved all Business Objects XSD files to %Adapter Installation Path%\repository folder.
9. Started the JDBC Connector using connection_manager –start JDBC.
Just when starting the JDBC Connector an error is thrown. The Adapter is able to validate all the queues and started listener for the ADMININQUEUE. It then starts a Privacy Hand Shaking. It waits for a response, yet a timeout
occurs and the JDBC adapter just stops it doesnt continue its start up.
I checked the queues and found that it has put a message to the ADMINOUTQUEUE i.e. its sending a message to the broker which in my case its WAS. Yet a response time out happens.
Below are the logs.
Complete Logs (JDBCConnector.log and connector_manager_JDBC.log) along with the error:
------------------------------------------------------------------------------------------------------------------------------------------
JDBCConnector.log:
---------------------------
[WebSphere Business Integration Adapter Framework version:2.6.0.3][TZ:Asia/Dubai]
[Time: 2006/04/25 14:30:28.797] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Info] [MsgID: 17000] [Mesg: Initialization started. Name: JDBCConnector. ConfigFileName: /opt/IBM/WebSphereAdapters/InterchangeSystem.cfg. Implementation DLL/Class Name: com.crossworlds.connectors.JDBC.JDBCConnectorAgent.class.]
[Time: 2006/04/25 14:30:28.802] [System: Server] [Thread: wbia_main (#1381771065)] [Mesg: Privacy is NOT initialized. Reason: The privacy is NOT turned on.]
[Time: 2006/04/25 14:32:31.087] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Fatal Error] [Mesg: Timed out waiting for admin response for SecurityHandShaking]
connector_manager_JDBC.log:
-------------------------------------------
------------ DONE Checking path -----------
/opt/IBM/WebSphereAdapters/wbiart/wbiart.jar:/opt/IBM/WebSphereAdapters/lib/Collabutils.jar:/opt/IBM/WebSphereAdapters/lib/cworion.jar:/opt/IBM/WebSphereAdapters/lib/CodeGeneration.jar:/opt/IBM/WebSphereAdapters/DataHandlers/CwDataHandler.jar:/opt/IBM/WebSphereAdapters/DataHandlers/CwXMLDataHandler.jar:/opt/IBM/WebSphereAdapters/DataHandlers/CwEDIDataHandler.jar:/opt/IBM/WebSphereAdapters/DataHandlers/CustDataHandler.jar::/opt/IBM/WebSphereAdapters/lib/WBIA.jar
[Time: 2006/04/25 14:30:28.789] [System: Server] [Thread: wbia_main (#1381771065)] [Type: Info] [MsgID: 159] [Mesg: Using default value UNLIMITED for configuration parameter MAX_LOG_FILE_SIZE in subsystem LOGGING.]
[Time: 2006/04/25 14:30:30.048] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: Using protocol JMS to get the metadata. ]
[Time: 2006/04/25 14:30:30.082] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :The Connection String is JDBCQMGR]
[Time: 2006/04/25 14:30:30.535] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/ADMININQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.536] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/ADMINOUTQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.537] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/DELIVERYQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.538] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/REQUESTQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.539] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/RESPONSEQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.539] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/SYNCHRONOUSREQUESTQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.540] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/SYNCHRONOUSRESPONSEQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.541] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :JDBCCONNECTOR/FAULTQUEUE -- is validated.]
[Time: 2006/04/25 14:30:30.565] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :Receive listener started. Listening on queue:JDBCCONNECTOR/ADMININQUEUE, sending fault messages on queue:null]
[Time: 2006/04/25 14:30:30.566] [System: Server] [Thread: wbia_main (#1381771065)] [Mesg: Starting Privacy Handshaking with server ...]
[Time: 2006/04/25 14:30:30.614] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :Send.sendMessageSync is waiting for response ...]
[Time: 2006/04/25 14:32:31.086] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#1381771065)] [Type: Trace] [Mesg: :Due to short response time, the message which be get is null !!] |
|
Back to top |
|
 |
vk |
Posted: Sun Apr 30, 2006 8:39 pm Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
Can you post the configuration file properties?
Regards,
Vk. |
|
Back to top |
|
 |
ghadamkci |
Posted: Sun Apr 30, 2006 10:41 pm Post subject: |
|
|
Newbie
Joined: 30 Apr 2006 Posts: 3
|
Its in XML format so I think u can just copy and paste it to a file in order to be able to view it better via the browser or XML editor.
Here is the configuration file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cw:ContainerConfig xmlns:cw="http://www.ibm.com/websphere/crossworlds/2002/ComponentSchemas" xmlns:tns="http://www.ibm.com/websphere/crossworlds/2002/HierarchicalProperties"><cw:ConnectorConfig><cw:ConfigurationInfo><cw:name>InterchangeSystem.cfg</cw:name><cw:installID>YSwp3yOMC7M=</cw:installID></cw:ConfigurationInfo><cw:header><cw:name>InterchangeSystem</cw:name><cw:version>4.3.0</cw:version></cw:header><cw:properties><cw:std_properties><tns:property><tns:name>AdapterHelpName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve"></tns:value><tns:description>Used to find a connector-specific property Extended Help file</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>RequestQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/REQUESTQUEUE</tns:value><tns:description>The logical queue that will be used by the broker to write admin messages to the connector</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>AgentTraceLevel</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">5</tns:value><tns:description>Trace level for the connector agent</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>ApplicationName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">JDBCConnector</tns:value><tns:description>The name of the application</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>BOTrace</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">Full</tns:value><tns:description>Enable business object trace messags</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>BrokerType</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">WAS</tns:value><tns:description>Broker type</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>CharacterEncoding</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">ascii7</tns:value><tns:description>The connector agent will use the character encoding</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>CommonEventInfrastructure</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">false</tns:value><tns:description>Specify if Common Event Infrastructure (CEI) should be invoked at runtime</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>ContainerManagedEvents</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve"></tns:value><tns:description>Indicates if container managed events are enabled</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>DeliveryQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/DELIVERYQUEUE</tns:value><tns:description>The logical queue that will be used by the connector to send business data to the broker</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>AdminOutQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/ADMINOUTQUEUE</tns:value><tns:description>The logical queue that will be used by the connector to write admin messages to the broker</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>DeliveryTransport</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">JMS</tns:value><tns:description>The transport for data flowing between connector and server for subscription delivery</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>DuplicateEventElimination</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">false</tns:value><tns:description>To enable GED feature</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>FaultQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/FAULTQUEUE</tns:value><tns:description>The queue that will be used by the connector to write fault messages</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>jms.FactoryClassName</tns:name><tns:type>String</tns:type><tns:subtype>AbsoluteClassName</tns:subtype><tns:value xml:space="preserve">CxCommon.Messaging.jms.IBMMQSeriesFactory</tns:value><tns:description>The class name to instantiate for a JMS provider</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>jms.MessageBrokerName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">JDBCQMGR</tns:value><tns:description>The broker name to use for the JMS provider</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>jms.NumConcurrentRequests</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">10</tns:value><tns:description>Max number of concurrent service call requests that can be sent to connector</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>jms.Password</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">v7zzjrtfx34=1</tns:value><tns:description>Password for the JMS user</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>true</tns:isEncrypted></tns:property><tns:property><tns:name>jms.UserName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve"></tns:value><tns:description>User name for JMS</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>Locale</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">en_US</tns:value><tns:description>The locale of the connector agent</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>MessageFileName</tns:name><tns:type>String</tns:type><tns:subtype>FileName</tns:subtype><tns:value xml:space="preserve">JDBCConnector.txt</tns:value><tns:description>Application specific portion of the connector agent will use this message file for error message generation</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>PollEndTime</tns:name><tns:type>Time</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">HH:MM</tns:value><tns:description>Time at which the connector agent polling will stop</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>PollFrequency</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">10000</tns:value><tns:description>Interval at which the agent will poll</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>PollStartTime</tns:name><tns:type>Time</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">HH:MM</tns:value><tns:description>Time at which the connector agent polling will start</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>JtoryDirectory</tns:name><tns:type>String</tns:type><tns:subtype>Directory</tns:subtype><tns:value xml:space="preserve">/opt/IBM/WebSphereAdapters/repository</tns:value><tns:description>Repository location</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>AdminInQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/ADMININQUEUE</tns:value><tns:description>The logical queue that will be used by the broker to send business data to the connectors</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>ResponseQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/RESPONSEQUEUE</tns:value><tns:description>Connector uses this queue as a default response queue for replying to requests</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>RestartRetryCount</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">7</tns:value><tns:description>Number of times the agent will try to restart</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>RestartRetryInterval</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">1</tns:value><tns:description>The interval at which the agent will try to restart</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>RFH2MessageDomain</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">mrm</tns:value><tns:description>The domain to be set in JMS header</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>SynchronousRequestQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/SYNCHRONOUSREQUESTQUEUE</tns:value><tns:description>Logical queue that delivers request message from jms provider to connector framework that requires synchronous response</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>SynchronousRequestTimeout</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">0</tns:value><tns:description>Time in milliseconds that connector will wait for a response to a synchronous request</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>SynchronousResponseQueue</tns:name><tns:type>String</tns:type><tns:subtype>QueueName</tns:subtype><tns:value xml:space="preserve">JDBCCONNECTOR/SYNCHRONOUSRESPONSEQUEUE</tns:value><tns:description>Logical queue that delivers the response message from a connector to the jms provider in reply to a synchronous request</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>TivoliMonitorTransactionPerformance</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">false</tns:value><tns:description>Specify if Tivoli Monitoring for Transaction Performance (ITMTP) should be invoked at runtime</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>WireFormat</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">CwXML</tns:value><tns:description>Message format on the transport</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>WsifSynchronousRequestTimeout</tns:name><tns:type>Integer</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">1</tns:value><tns:description>Time in minutes that WAS Hub will wait for a response to a synchronous request</tns:description><tns:updateMethod>component restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property><tns:property><tns:name>XMLNameSpaceFormat</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">short</tns:value><tns:description>Supports short and long name spaces in the BO's xml doc on the wire</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted></tns:property></cw:std_properties><cw:user_properties><tns:property><tns:name>ApplicationPassword</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">dmpoc</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ArchiveProcessed</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">True</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ArchiveTableName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">xworlds_archive_events</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>AutoCommit</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>CheckForEventTableInInit</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">True</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ChildUpdatePhyDelete</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>CloseDBConnection</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ConnectorID</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">NONE</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>DatabaseURL</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">jdbc:oracle:thin:@20.0.93.85:1521:dmpoc</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>DateFormat</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">MM/dd/yyyy HH:mm:ss</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>DriverConnectionProperties</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>MaximumDatabaseConnections</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">5</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>PingQuery</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>PollQuantity</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">1</tns:value><tns:description>The number of items to poll from application</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>PreserveUIDSeq</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">True</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>QueryTimeOut</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>RDBMS.initsession</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>RDBMSVendor</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">Oracle</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>RetryCountAndInterval</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">3,20</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ReturnDummyBOForSP</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>SchemaName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>UniqueIDTableName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">xworlds_uid</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>UseDefaults</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>UseDefaultsForCreatingChildBOs</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>UseDefaultsWhenPolling</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">True</tns:value><tns:description>Allows to control setting defaults on BO, on a poll.</tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>UseDefaultsForRetrieve</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">False</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>true</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>DriverSupportForLong</tns:name><tns:type>Boolean</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">True</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>EventKeyDel</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">;</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>EventOrderBy</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>EventQueryType</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">Fixed</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>EventTableName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">xworlds_events</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>JDBCDriverClass</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">oracle.jdbc.pool.OracleConnectionPoolDataSource</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>ApplicationUserName</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">dmpoc</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property><tns:property><tns:name>IBM-CW-TEMPLATE-NAME-INTERNAL</tns:name><tns:type>String</tns:type><tns:subtype></tns:subtype><tns:value xml:space="preserve">JDBCConnectorTemplate</tns:value><tns:description></tns:description><tns:updateMethod>agent restart</tns:updateMethod><tns:location><tns:reposController>false</tns:reposController><tns:reposAgent>true</tns:reposAgent><tns:localConfig>true</tns:localConfig></tns:location><tns:isEncrypted>false</tns:isEncrypted><tns:isRequired>false</tns:isRequired><tns:IsDeprecated>false</tns:IsDeprecated><tns:IsOverridden>false</tns:IsOverridden><tns:CustomerFlag>true/false</tns:CustomerFlag><tns:OriginalAppPropName></tns:OriginalAppPropName></tns:property></cw:user_properties></cw:properties><cw:supportedBusinessObjects><cw:boDetails><cw:name>APPLICANTDETAILS</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>APPLICATION</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>CARDTYPE</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>CHANGEREASON</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>PASSPORT</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>SPONSOR</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>UAEADDRESS</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>USERDETAILS</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>VISADETAILS</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>VISANUMBER</cw:name><cw:msgId>0</cw:msgId></cw:boDetails><cw:boDetails><cw:name>APPLICATIONEMCS</cw:name><cw:msgId>0</cw:msgId></cw:boDetails></cw:supportedBusinessObjects><cw:LOGGING><cw:LOG_FILE>STDOUT</cw:LOG_FILE><cw:MIRROR_LOG_TO_STDOUT>FALSE</cw:MIRROR_LOG_TO_STDOUT></cw:LOGGING><cw:TRACING><cw:TRACE_FILE>STDOUT</cw:TRACE_FILE><cw:MIRROR_TRACE_TO_STDOUT>FALSE</cw:MIRROR_TRACE_TO_STDOUT></cw:TRACING><cw:MESSAGING/><cw:ConfigurationState state="active" cw:isConfigured="false"/></cw:ConnectorConfig></cw:ContainerConfig> |
|
Back to top |
|
 |
ghadamkci |
Posted: Thu May 04, 2006 12:11 am Post subject: |
|
|
Newbie
Joined: 30 Apr 2006 Posts: 3
|
The problem is fixed, there was an issue with the .cfg file.
Thanks a lot |
|
Back to top |
|
 |
kmieanb |
Posted: Wed Mar 28, 2007 10:29 am Post subject: Error on Config file? |
|
|
Newbie
Joined: 28 Mar 2007 Posts: 1
|
Hello,
I am getting the same error... What was wrong with the JDBC config file? Any advices is greatly appreciated... Thanks! |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|