Author |
Message |
Topic: JText Adapter FTP Abend Issue |
vk
Replies: 2 Views: 5439
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Nov 09, 2007 9:05 am Subject: JText Adapter FTP Abend Issue |
What version of JText adapter are you using? 5.6.5 is the latest fixpack available and a lot of FTP issues have been fixed in this. If you are not at 5.6.5, upgrade to the latest version and see if th ... |
Topic: Errors during Aggregation Timeout |
vk
Replies: 4 Views: 5971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2007 7:33 am Subject: Errors during Aggregation Timeout |
I raised a PMR with IBM for this issue. This is a defect in the message broker while handling aggregation timeouts (APAR IC51825). Please check the below link for more details - http://www-1.ibm.com/s ... |
Topic: Errors during Aggregation Timeout |
vk
Replies: 4 Views: 5971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2007 12:07 pm Subject: Errors during Aggregation Timeout |
Thanks Jeff. I too was planning to open a PMR with IBM. But just wanted to check if someone else had faced this issue.
I had one more question regarding aggregation. When does the SYSTEM.BROKER.AGG ... |
Topic: Errors during Aggregation Timeout |
vk
Replies: 4 Views: 5971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2007 9:47 am Subject: Errors during Aggregation Timeout |
Hi,
I am using WebSphere Message Broker v6.0.0.5. I am observing some strange behavior during aggregation timeouts. Per documentation, when an aggregation timeout happens, all replies which were re ... |
Topic: Important and urgent. |
vk
Replies: 1 Views: 2073
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2007 12:05 pm Subject: Important and urgent. |
Hi mrgate,
Did you check the data that the adapter is writing to the queue? Is it an exact copy of the data present in the file? I think the custom data handler is replacing the '<' and '>' w ... |
Topic: Date - Date = Interval in Days Problem |
vk
Replies: 6 Views: 5009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 24, 2007 7:23 am Subject: Date - Date = Interval in Days Problem |
I ran your code with mqsichangetrace. output1 variable is getting populated with the value INTERVAL '1111' DAY
Regards,
VK. |
Topic: Date - Date = Interval in Days Problem |
vk
Replies: 6 Views: 5009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 24, 2007 6:04 am Subject: Date - Date = Interval in Days Problem |
Did you try turning on the trace to see whether output1 is populated with any value? What is happening when the line SET output1 = (hello - testDate) DAY; is executed?
Your code looks fine. output1 ... |
Topic: Connector problem: Unable to find version "*.*.*" |
vk
Replies: 1 Views: 4299
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Sep 24, 2007 5:39 am Subject: Connector problem: Unable to find version "*.*.*" |
Hi esiquio,
This error occurs when the structure of the XML request put into the request queue does not match the BO definition in the repository of the connector.
Please check the following -
... |
Topic: Invalid class name passed to createHandler:CLOBDataHandler |
vk
Replies: 3 Views: 5937
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Sep 21, 2007 2:10 pm Subject: Invalid class name passed to createHandler:CLOBDataHandler |
Hi Vinayak,
This is a classpath issue. Please verify the following points -
1. The Data Handler JAR file (CLOBDataHandler.jar) is copied to the DataHandlers directory
2. The data handler JAR fi ... |
Topic: JDBC adapter - design Question |
vk
Replies: 1 Views: 4160
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Sep 07, 2007 12:54 pm Subject: JDBC adapter - design Question |
Hi Venky,
Potentially there could be a 2nd message flow sending messages to the same adapter (different BO) and updating the same table
Why do you need to have a different BOs for the same table ... |
Topic: Aggregating Original Request message to a Reply Problem |
vk
Replies: 11 Views: 12409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 12:47 pm Subject: Aggregating Original Request message to a Reply Problem |
However, mqOUT2 is actually the input queue to the Fan-In flow
Aggregation is not designed to work that way. Fan out flow should generate requests. Each request should be processed by intermediate ... |
Topic: Aggregating Original Request message to a Reply Problem |
vk
Replies: 11 Views: 12409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 12:03 pm Subject: Aggregating Original Request message to a Reply Problem |
Hi ddg,
I have the copying of the MsgID to CorrelID of the MQMD in the 2 compute nodes in the fan-out flow ("Compute 1" and "Compute 2") BEFORE they get sent to mqOUT1 and mqOUT ... |
Topic: Problem in Send Mail Plugin |
vk
Replies: 8 Views: 4776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 10:56 am Subject: Problem in Send Mail Plugin |
Hi Abhishek,
Per the documentation for SendMailPlugIn node, only email attachment data should be set in CDataSection of the input XML. Data which you want to come in the email body can be directly ... |
Topic: Aggregating Original Request message to a Reply Problem |
vk
Replies: 11 Views: 12409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 10:36 am Subject: Aggregating Original Request message to a Reply Problem |
Hi ddg,
In the message flows picking up from the queues mqOut1 and mqOut2, are you copying the MsgId in the MQMD header to the CorrelId before putting the message into the Reply queue (Input queue ... |
Topic: Jtext connections to QM |
vk
Replies: 1 Views: 4446
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Aug 01, 2007 10:35 am Subject: Jtext connections to QM |
Hi Durga,
What is the open input count on the Request Queue when you start the JText adapter. This is the number of connections that the connector has on the request queue and is determined by the ... |