Author |
Message |
Topic: Extractng IDOCS as flat file using SAP Nodes |
madi
Replies: 10 Views: 9897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 25, 2012 6:02 am Subject: Extractng IDOCS as flat file using SAP Nodes |
You mean they're using something like Gentran to map the IDOC to ANSI X12 and you're going to feed that system?
Yes, apparently recommended solution from IBM. |
Topic: Extractng IDOCS as flat file using SAP Nodes |
madi
Replies: 10 Views: 9897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 23, 2012 8:29 am Subject: Extractng IDOCS as flat file using SAP Nodes |
IIRC there are 2 ways to set up the adapter.
As a generic adapter and the BLOB payload will have the IDOC format
As a specific adapter for IDOC type x. This will render the IDOC in xml for ... |
Topic: Extractng IDOCS as flat file using SAP Nodes |
madi
Replies: 10 Views: 9897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2012 8:44 am Subject: Extractng IDOCS as flat file using SAP Nodes |
May be my question was wrong.
I want to use the SAP nodes to get data from the SAP system via an rfc connection. Do not want SAP to create file on the server or anything.
But by default WMB is c ... |
Topic: Extractng IDOCS as flat file using SAP Nodes |
madi
Replies: 10 Views: 9897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2012 8:11 am Subject: Extractng IDOCS as flat file using SAP Nodes |
Hello Gurus
Im pretty sure its possible, I want to extract the IDOCS from SAP in their flat file format, but cannot find any documentation about it. There are articles on how to post to SAP using f ... |
Topic: parser not recognizing a field |
madi
Replies: 3 Views: 3362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2011 7:01 am Subject: parser not recognizing a field |
sorry false alrm, couldnt get it to work
i did take the {} out
this is the error
2011-08-12 10:40:59.457973 20516 UserTrace BIP2568I: Node 'I3014_OAG_EXCHRATES_SAPP.sub_setId ... |
Topic: parser not recognizing a field |
madi
Replies: 3 Views: 3362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 12, 2011 6:25 am Subject: parser not recognizing a field |
some how the esql cannot refer to a particular field in the input
Code in first compute
DECLARE sap_idoccontrol NAMESPACE 'http://www.ibm.com/websphere/crossworlds/2002/BOSc ... |
Topic: Missing fields in Fixed length |
madi
Replies: 3 Views: 3116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2011 1:17 pm Subject: Missing fields in Fixed length |
yeah I knew that was an option but was hoping someone would say go check that property and broker will set the remaining fields to null
oh well, have to do it hard way |
Topic: HTTP port problem |
madi
Replies: 11 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2011 8:59 am Subject: Re: HTTP port problem |
My environment is wmb 6105 AIX
My prototype flow is HTTP Input Node --> Compute Node-->HTTP Reply Node.
I have created a message set and wsdl.
The WSDl(Deployable) has the url as 'http://wmb ... |
Topic: Roll back ATOMIC feature in ESQL |
madi
Replies: 20 Views: 16998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2011 8:55 am Subject: Roll back ATOMIC feature in ESQL |
if the flow is transactional, would that not rollback your database changes if there is an exception in the flow and is left unhandled? |
Topic: Broker 7: Remove empty XML elements |
madi
Replies: 22 Views: 19168
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2011 8:39 am Subject: Broker 7: Remove empty XML elements |
How are you doing the mapping between the COBOL format and XML?
We use ESQL to our mapping and wrote a generic function for getting XML data from the COBOL fields.
This function trims leading an ... |
Topic: Missing fields in Fixed length |
madi
Replies: 3 Views: 3116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 07, 2011 8:28 am Subject: Missing fields in Fixed length |
Hey All
Is there a way to handle missing fields in the input fixed length data records? Missing fields are only at the end of the record.
I found the setting to trim the records if the remaining ... |
Topic: TRACE FILE NOT GETTING CREATED |
madi
Replies: 7 Views: 6218
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 07, 2011 11:05 am Subject: TRACE FILE NOT GETTING CREATED |
you shd probably add code to stop the message flow before the move and then start it again |
Topic: WMB Scaling |
madi
Replies: 17 Views: 11998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 14, 2011 10:06 am Subject: WMB Scaling |
Good luck - you just need the right attitudes from all the team members
there in lies the problem, there is no discussion anymore
I agree there must be a happy medium between our approach an ... |
Topic: WMB Scaling |
madi
Replies: 17 Views: 11998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 14, 2011 9:20 am Subject: WMB Scaling |
You are missing an architect and a refactoring budget
You could try mixing the teams up via (50:50) transfer, then have the debate internally once both sides have experienced the other's point ... |
Topic: WMB Scaling |
madi
Replies: 17 Views: 11998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 14, 2011 9:17 am Subject: WMB Scaling |
I have some difficulty with Approach 1 if the distinction between the types of messages supported by a single flow is very large.
That is, if you are essentially implementing multiple full applicat ... |