Sterling should have provided you with several BPML samples that you can modify and use for your own purposes. And I would use their form on their website to get specific answers to your questions. For instance, simply paste in your "Document has not been processed by the EDI Encoder service" message and see what kinds of answers it pulls up.
Sincerely, Jason McMahon 8079 Village Drive Cincinnati, OH 45242-4315 [email protected] http://gutausse.weebly.com/articles.html http://gutausse.blogspot.com http://www.linkedin.com/pub/jason-mcmahon/11/743/51b -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Samantha Scott Sent: Tuesday, August 09, 2011 7:55 AM To: chandra_k61 Cc: [email protected] Subject: Re: [EDI-L] New to GIS, please help GIS/SI is not a pre-configured system as much as Gentran NT so you have to write these basic file processes yourself. You will need a map that performs the function of the system import map that is called a "document extract map". Then you need to write a business process that calls that map with a document extraction service. In that service you can specify that it does the EDI encoding and enveloping in one step which will then pass the data off to the specific envelopes you've created. This is what the BPML for my production outbound document extraction step looks like. <operation name="Document Extraction"> <participant name="DocumentExtractionService"/> <output message="DocumentExtractionTypeInputMessage"> <assign to="BatchLikeDocuments" append="true">YES</assign> <assign to="DocExtractMapList">YCC_Doc_Extract_OB</assign> <assign to="EDIEncodeDocument">YES</assign> <assign to="EDIEnvelopeDocument">YES</assign> <assign to="ErrorOnUnrecognizedData">YES</assign> <assign to="HALT_ON_TRANS_ERROR">false</assign> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> On Tue, Aug 9, 2011 at 1:29 AM, chandra_k61 <[email protected]> wrote: > ** > > > Hi, > > I am attempting to teach myself GIS, by trying to map an O/B flatfile to an > EDI 810. > > Earlier I worked on Gentran server for windows and ran the outbound maps > through system import header maps. But I wonder if this is the same way we > run the outbound in GIS4.0. If not, can you please tell me how the GIS picks > the application reference from the flatfile. While creating ST-SE envelopes > in GIS I specified "Accepter Lookup Alias" field as my flatfile header field > and it didn't help me out. I'm getting the error at X12 ST/SE Envelope > Service as "Document has not been processed by the EDI Encoder service". > > Could you please suggest me the process to run outbound in GIS4.0 > > Thanks very much in advance. > Chandra > > > [Non-text portions of this message have been removed] ------------------------------------ ... Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Job postings are welcome, but for job postings or requests for work: <JOBS> IS REQUIRED in the subject line as a prefix.Yahoo! Groups Links ------------------------------------ ... Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Job postings are welcome, but for job postings or requests for work: <JOBS> IS REQUIRED in the subject line as a prefix.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/EDI-L/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/EDI-L/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
