Author |
Message |
Topic: JDBC Adapter - Oracle JDBC DriverPath & DriverLib |
dunesand
Replies: 5 Views: 9103
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Jul 21, 2006 7:15 am Subject: JDBC Adapter - Oracle JDBC DriverPath & DriverLib |
first download the drive from oracle's website, all you need is the .jar file.
now you need to reference the jar file from the ODA's batch file in the DRIVERPATH batch variable.
when you run the ... |
Topic: Need JText Help |
dunesand
Replies: 2 Views: 8258
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Nov 14, 2005 8:11 am Subject: Need JText Help |
I don't know, this is called the WBI ICS "+ adapters" forum. So perhaps we could help too.
If your custom data handler is handling a particular format, and feeding it into a BO, then chang ... |
Topic: SQL Server as ICS Repository |
dunesand
Replies: 12 Views: 19192
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Nov 04, 2005 2:05 am Subject: SQL Server as ICS Repository |
Process Server I think it's going to be called. ICS is so integrated into a lot of solutions at the moment though. They're on version 4.4 now, but 4.2 still seems to be popular. New software is develo ... |
Topic: SQL Server as ICS Repository |
dunesand
Replies: 12 Views: 19192
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 12:30 pm Subject: SQL Server as ICS Repository |
Ahh, the ICS documentation. Good at telling you what's possible, not always so good at telling you how to do it.  |
Topic: Parsing .bo files |
dunesand
Replies: 5 Views: 10154
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 12:28 pm Subject: Parsing .bo files |
I wrote more of this in your Unit Testing question.
If this is your angle, then there is no need for a BO parser. If you need to pull something from the log, then something's presumably gone wrong ... |
Topic: Internacionalization in Collaboration Text Messages |
dunesand
Replies: 3 Views: 7309
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 5:47 am Subject: Internacionalization in Collaboration Text Messages |
Forgive me, I completely misread your question. I thought you were talking about the connector erroring and not being able to find a specific message file.
I would say that saving it our to ReportP ... |
Topic: Parsing .bo files |
dunesand
Replies: 5 Views: 10154
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 5:31 am Subject: Parsing .bo files |
Isn't the StubConnector the Test Connector then?
I'm assuming that if you're going to be looking through the logs for the message, then you're not looking for an automatic system? |
Topic: Internacionalization in Collaboration Text Messages |
dunesand
Replies: 3 Views: 7309
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 3:51 am Subject: Internacionalization in Collaboration Text Messages |
Hey there,
First thing to check is that the configuration for your connector also contains the _es suffix.
If it does, then make sure that the configuration is saved to the project, but also to ... |
Topic: Unit Testing |
dunesand
Replies: 5 Views: 8773
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 3:48 am Subject: Unit Testing |
I'm just happy when I'm able to get a message to come in one end, and go out the other with ICS I often forget to check whether the data is even valid! If it's not complaining about me forgetting to c ... |
Topic: Sample Data Handler [Binary Files] - Jtext Adapter |
dunesand
Replies: 3 Views: 8318
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 3:38 am Subject: Sample Data Handler [Binary Files] - Jtext Adapter |
You can set the JText adapter to read from binary files.
A snippet from the guide for the Meta Object for the Jtext adapter:
DataProcessing Mode
This attribute provides new flexibility fo ... |
Topic: Parsing .bo files |
dunesand
Replies: 5 Views: 10154
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 3:19 am Subject: Parsing .bo files |
Hey there,
From my (very) limited knowledge of ICS I'd say that you can't do what you're trying to do, easily anyway, using the BO data structure.
If you want to create a "stub" connector, why n ... |
Topic: SQL Server as ICS Repository |
dunesand
Replies: 12 Views: 19192
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 03, 2005 3:12 am Subject: SQL Server as ICS Repository |
To answer your first question. Yes, you can have SQL Server as your repository. I've done this for ICS 4.3 and 4.4 with no problems.
During the install for ICS SQL Server is detected and then can h ... |
Topic: Nested ASBO for nested database tables... |
dunesand
Replies: 9 Views: 13776
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Oct 26, 2005 2:29 am Subject: Nested ASBO for nested database tables... |
VK,
A response from one IBM guy was that it's generally not a good idea to place this sort of logic into the Mappings. The ASBO should generate your key for you, and you shouldn't have to populate ... |
Topic: Nested ASBO for nested database tables... |
dunesand
Replies: 9 Views: 13776
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Oct 21, 2005 6:56 am Subject: Nested ASBO for nested database tables... |
VK,
Thanks for sticking with me on this. Your help is really appreciated!
One thing to ask, who is generating your child table primary key id?
I'm assuming the database is doing this. So at ... |
Topic: Nested ASBO for nested database tables... |
dunesand
Replies: 9 Views: 13776
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Oct 21, 2005 12:03 am Subject: Nested ASBO for nested database tables... |
VK,
Thanks for your suggestions, unfortunately I'm still getting NULL in the parent column that is the foreign key.
Yep, the broker is ICS (WBI Expess Plus).
DATABASE
To continue in the our ... |