Author |
Message |
Topic: JDBC connector Error |
jeevan_p
Replies: 1 Views: 4008
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Feb 07, 2007 2:36 am Subject: JDBC connector Error |
I m using JDBC connector to connect to Oracle database. I have set the connector specific properties .
I get the following error . Connector is not starting and is gives the following error.
rAgen ... |
Topic: ICS 4.3 and Toolset Certification |
jeevan_p
Replies: 1 Views: 3495
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Jan 10, 2007 4:01 am Subject: ICS 4.3 and Toolset Certification |
Hi everyone,
Can anyone tell me where I can find some sample test papers for ICS 4.3 certification? |
Topic: Jtext connector Error |
jeevan_p
Replies: 5 Views: 14917
|
Forum: WebSphere Interchange Server + Adapters Posted: Sun Jan 07, 2007 2:19 am Subject: Solved |
Hi VK,
Placed the class file in custom datahandler jar file and it worked. |
Topic: Jtext connector Error |
jeevan_p
Replies: 5 Views: 14917
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Jan 04, 2007 10:16 pm Subject: Jtext connector Error |
Hi ,
I m using Blob datahandler to read a .txt file which contains some xml data.
I want to read the entire chunk of data in a business Object.
Jtext connector is polling the file , but its is ar ... |
Topic: putting xml message as a clob object in a table |
jeevan_p
Replies: 0 Views: 3041
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Dec 05, 2006 3:19 am Subject: putting xml message as a clob object in a table |
hi everyone,
I m working on ICS 4.3 . I want to write a xml message into a database table as a clob at the target side.
I have a GBO , the attributes of which are to be used to form the XML mess ... |
Topic: ICS Error(goes down) |
jeevan_p
Replies: 5 Views: 5838
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Apr 10, 2006 9:11 pm Subject: ICS Error(goes down) |
Hi
Problem is not solved . It is failing for Create, Update aswell as delete verbs. Do u have any idea about this persistance storage in ICS.
Its event cannot be deleted from persistent storage. |
Topic: ICS Error(goes down) |
jeevan_p
Replies: 5 Views: 5838
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Apr 07, 2006 1:15 am Subject: ICS Error(goes down) |
Hi,
I am using teo jdbc connectors to connect 2 databases of 2 different departments. So that whenever I do some change in dept1 same change should take place in dept2.I have two jdbc connectors and ... |
Topic: Error processing a heirarchical BO-JDBC Connector |
jeevan_p
Replies: 7 Views: 7435
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Mar 22, 2006 9:29 pm Subject: Error processing a heirarchical BO-JDBC Connector |
Thanks guys its working for create , retrieve and delete . Delimiter was a problem , thanks once again |
Topic: Error processing a heirarchical BO-JDBC Connector |
jeevan_p
Replies: 7 Views: 7435
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Mar 22, 2006 12:35 am Subject: Error processing a heirarchical BO-JDBC Connector |
Bo Structure
1 PID Integer 1 0 0 CN=PID
2 NAME String 0 0 0 10 CN=NAME
3 ADDRESS ADDRESS 0 0 0 1
3.1 PID Integer 0 0 1 CN=PID ; FK=PERSON.PID
3.2 ADDID Integer 1 0 0 CN=AD ... |
Topic: Error processing a heirarchical BO-JDBC Connector |
jeevan_p
Replies: 7 Views: 7435
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Mar 21, 2006 11:04 pm Subject: Error processing a heirarchical BO-JDBC Connector |
The table structures and bo structure :
Column Type Type
name schema name Length Scale Nulls
-------------------------- ... |
Topic: Error processing a heirarchical BO-JDBC Connector |
jeevan_p
Replies: 7 Views: 7435
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Mar 21, 2006 10:43 pm Subject: Error processing a heirarchical BO-JDBC Connector |
Hi,
I m trying to insert into 2 tables in the datasase(db2) by sending a heirarchical BO.
I have created both BOs using ODA from the 2 tables wherin i want to insert.
To relate the 2 tables i hav ... |