Author |
Message |
Topic: Configuration Manager stops when connecting to Toolkit |
djeripo
Replies: 3 Views: 7090
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 22, 2011 11:00 pm Subject: Configuration Manager stops when connecting to Toolkit |
Well,I too faced exact same problem.Only difference is my MQ is at level 7.After few hours of non stop struggle figured out, MQSeriesJava-7.0.1-3.i386.rpm is missing.Onlly after Installing that ,com.i ... |
Topic: Stopping WBI Adapters |
djeripo
Replies: 6 Views: 10116
|
Forum: WebSphere Interchange Server + Adapters Posted: Sun Apr 29, 2007 7:44 am Subject: Stopping WBI Adapters |
I dont think Adapter does that on its own.We have to maually remove the .lock file from $wbi_adapters directory evrytime when we want to start back the adapter.This is happening in my case. |
Topic: I cannot handle this error in JDBC Adapter, msgid 17100 |
djeripo
Replies: 2 Views: 6400
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Apr 23, 2007 11:26 am Subject: I cannot handle this error in JDBC Adapter, msgid 17100 |
Do this.
For JDBCDRIVERPATH in start_jdbc.bat,If you are using DB2 as Database provide,
JDBCDRIVERPATH=C:\Program Files\IBM\SQLLIB\java\db2java.zip
Copy db2jdbc.dll into your WebSphereAdapters ... |
Topic: Install ICS 4.3 unsupported Platform |
djeripo
Replies: 2 Views: 6078
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Apr 23, 2007 10:28 am Subject: Install ICS 4.3 unsupported Platform |
Did you try the steps 1 thru 5?
http://www-1.ibm.com/support/docview.wss?uid=swg21201415 |
Topic: Connector Memory Usage |
djeripo
Replies: 2 Views: 6821
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Apr 17, 2007 9:50 pm Subject: Connector Memory Usage |
This fact leads me to write "dummy connector" that does not do any activity just to test the amount of memory it consumed and to checks that the code I wrote for my real connector does not c ... |
Topic: Application call to method poll() returned failure. |
djeripo
Replies: 3 Views: 6857
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Apr 11, 2007 10:29 am Subject: Application call to method poll() returned failure. |
Seems like your ConnectorController is paused.Restart your ConnectorController from CSM. |
Topic: database connection pooling |
djeripo
Replies: 4 Views: 8162
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Sep 05, 2006 8:28 am Subject: database connection pooling |
Why did you get that doubt?
Where else can you use DBConnectionPooling together with JText and JDBC? |
Topic: Problem with JDBC connector |
djeripo
Replies: 2 Views: 6478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 04, 2006 10:36 am Subject: Problem with JDBC connector |
Is the event picked up from the Event table?If not whats the EVENT_STATUS?
If its picked up by the connector,What the EVENT_STATUS in XWORLDS_ARCHIVE_EVENTS table?
Whats the triggering mecha ... |
Topic: JText Adapter : File Split |
djeripo
Replies: 4 Views: 7136
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Aug 30, 2006 12:17 pm Subject: JText Adapter : File Split |
Do you want to use JText Connector exclusively for FileSplitting or in addition to the existing functionality? |
Topic: ISSUE WHILE CONFIGURING JTEXT SUBSCRIPTION CONNECTOR |
djeripo
Replies: 2 Views: 5351
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Aug 30, 2006 12:15 pm Subject: ISSUE WHILE CONFIGURING JTEXT SUBSCRIPTION CONNECTOR |
What do you mean by Subscription Adapter?
Did you create Event,Archive Directories and specified them in your MetaObject? |
Topic: Issue with Oracle Connector |
djeripo
Replies: 2 Views: 5731
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Aug 28, 2006 5:26 am Subject: Issue with Oracle Connector |
Its not able to find CWJDBCOracle.jar in the directory JDBCOracle .
Since this is your custom instance,Make sure that you have followed all the steps to set up JDBCOracleConnector. |
Topic: how the WMQMB communicate with WBIA adaptor? |
djeripo
Replies: 5 Views: 6733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 26, 2006 8:26 pm Subject: how the WMQMB communicate with WBIA adaptor? |
BO in MessageBroker terms is a MessageSet.
In the connector cfg file,You would specify the equivalent messageset for the corresponding BO.Meaning,When the message reaches Broker,It looks for its corr ... |
Topic: "COM.ibm.db2.jdbc.app.DB2Driver" could not be init |
djeripo
Replies: 4 Views: 10016
|
Forum: WebSphere Interchange Server + Adapters Posted: Sat Aug 26, 2006 1:08 pm Subject: "COM.ibm.db2.jdbc.app.DB2Driver" could not be init |
Thats pretty much common error when you are starting ICS for the first time.
Make sure you have DB2_HOME in your path.
For Me:
C:\Documents and Settings\Administrator>echo %DB2_HOME%
C:\Pro ... |
Topic: IBM Certication tests at 50% Discount |
djeripo
Replies: 0 Views: 27518
|
Forum: Messaging and Integration Technologies FAQ Posted: Thu Aug 24, 2006 6:20 am Subject: IBM Certication tests at 50% Discount |
http://www-03.ibm.com/certify/news/20060626c.shtml |
Topic: JDBC Adapter - Oracle JDBC DriverPath & DriverLib |
djeripo
Replies: 5 Views: 9102
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Aug 23, 2006 9:24 am Subject: JDBC Adapter - Oracle JDBC DriverPath & DriverLib |
Since you are using Oracle,
value for the property - JDBCDriverClass that should be oracle.jdbc.driver.OracleDriver
In your start_jdbc script,JDBCDRIVERPATH should look something like this
JDBCDR ... |