Author |
Message |
Topic: Error in mySAP adapter |
soni
Replies: 6 Views: 14954
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Nov 30, 2007 4:14 am Subject: Error in mySAP adapter |
Hi again,
Would you please provide us more details about how to do the mapping you are recommend us?
Thanks a lot |
Topic: Error in mySAP adapter |
soni
Replies: 6 Views: 14954
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Nov 30, 2007 1:06 am Subject: Error in mySAP adapter |
Hi,
First of all, let me thank you for your quick response.
As you recommend we already downloaded the new Extensions type in our flow. Also we have referenced the new items in the adapter co ... |
Topic: Error in mySAP adapter |
soni
Replies: 6 Views: 14954
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Nov 29, 2007 4:34 am Subject: Error in mySAP adapter |
Hi Everybody,
We are using MQ Series as EAI in order to communicate SAP R/3 with several legacies. Some months ago, we created Bussiness Object Definition files using the IBM tool named 'Bussines ... |
Topic: How I can create a new datahandler? |
soni
Replies: 1 Views: 4710
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Nov 21, 2007 8:51 am Subject: How I can create a new datahandler? |
hi,
I'm using jtext adapter to process xml file, that are send to mysap adapter throw mq broker.
In the jtext configuration, I have imported the bussines object of mysap adapter to send the file i ... |
Topic: send XML file to mySAP adapter. help |
soni
Replies: 3 Views: 7241
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Nov 20, 2007 8:09 am Subject: send XML file to mySAP adapter. help |
Hi,
I have a problem with mysap adapter.
I want to put a xml file in the input queue, and the MQ flow transform this xml in a valid format for process in mysap adapter.
Now, I put the XML fil ... |
Topic: "Invalid JMS type" in mySAP |
soni
Replies: 5 Views: 8506
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Oct 22, 2007 2:56 am Subject: "Invalid JMS type" in mySAP |
Our Message Broker code for adding header is:
CREATE NEXTSIBLING of OutputRoot.MQMD DOMAIN 'MQRFH2' NAME 'MQRFH2';
SET OutputRoot.MQMD.Format = MQFMT_RF_HEADER_2;
SET OutputRoot.MQRFH2.usr = nul ... |
Topic: "Invalid JMS type" in mySAP |
soni
Replies: 5 Views: 8506
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Oct 22, 2007 12:07 am Subject: "Invalid JMS type" in mySAP |
Hello world!
I have a problem with a mySAP adapter... I sent a message, and the flow worked correctly, but when mySAP adapter tried read it showed this error in its log file:
[Time: 200 ... |
Topic: Error "MQHMD. none." |
soni
Replies: 0 Views: 3286
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2007 6:36 am Subject: Error "MQHMD. none." |
Hello!
I have this code in a compute node:
DECLARE Q1 NAMESPACE 'http://www.ibm.com/websphere/crossworlds/2002/BOSchema/BLOB_BO';
DECLARE datos_salida CHARACTER;
DECLARE datos_blob BLOB;
SE ... |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 11:34 pm Subject: Extract a part of a xmlns |
I have tried to use this:
CREATE PROCEDURE base64Decode(IN source CHAR)
RETURNS BLOB
LANGUAGE JAVA
EXTERNAL NAME "com.ibm.broker.javacompute.Base64.decode";
but WebSphere sh ... |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 9:41 pm Subject: Extract a part of a xmlns |
thanks jefflowrey |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 8:27 am Subject: Extract a part of a xmlns |
I have looked for it but I didn't find it...
If I use something like this:
SET OutputRoot.XMLNS.*:* = CAST(InputRoot.XMLNS.*:BLOB_BO.*:BLOB AS CHARACTER);
Sorry I am ... |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 6:08 am Subject: Extract a part of a xmlns |
Maybe the problem is that the content of the Q1:BLOB tag is in hexadecimal??  |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 5:29 am Subject: Extract a part of a xmlns |
Thanks AkankshA to help me!
I tried it but now show this error:
"Caught exception and rethrowing. XML Writing Errors have occurred. No valid body of the document could be found."
A ... |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 12:34 am Subject: Extract a part of a xmlns |
I try something like this:
SET OutputRoot.XMLNS = InputRoot.XMLNS.*:BLOB_BO.*:BLOB; |
Topic: Extract a part of a xmlns |
soni
Replies: 13 Views: 16976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2007 8:34 am Subject: Extract a part of a xmlns |
Hello world!!
I need help to extract a part of a input message (in xmlns). I have a input message like this:
<?xml version="1.0" encoding="UTF-8"?>
<Q1:BLOB_BO. ... |