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

<*> 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/

Reply via email to