1)You can submit edidata sample from WmEDI homepage itself that will invoke wm.tn:receive of that particular TN.
2)create sendEDItoTN service in the developer that have logic:
Map step – (create ‘edidata’ TN reserved variable and setValue with sample data)
pub.tn.doc.xml:routeXML (here no explicit mapping required and this will route edidata to TN)
Make sure you created the TN profile,processing rule,TPA for that specific partner EDI X12 4010 850 you are submitting (ISA,GS sender/receiver ids)
I have created TN Profiles,Processing rules which contains document type as x12 4010 850 and TPA .
submitted document by using EDI home page .Then i got the following errors in TN activity log.
Error EDI For TN Invalid data - [Unexpected segment: 89 *03062]
Error EDI For TN EDI qualifier: , ID: [EDIFTN.000010.000232]
Error EDI For TN EDI qualifier: , ID: [EDIFTN.000010.000232]
document has attached in the attachements.please check.
i have taken
i) map step (in the map step created a string variable called edidata )
ii)pub.tn.doc.xml:routeXML (edidata mapped to node)
when i execute this service in developer i am getting same errors like how i am getting when i submit via edi home page.
i have used the document which you shared as well i created EDI ID qualifiers 01(external id type is x.12 ) in enterprise and in the partner profile i created ss(external id type is User Defined 1).Even though same errors is coming and its not recognising sender and receiver (taking as 000000000000000000000000 for both) when i submit via EDI home page.
could you please let me know the steps how to take.
Sender qualifier 01(external id type selection should be DUNS) and try the reciever qualifier ZZ (external id type selection set to Mutually Defined)
And then edit the sample 850 data with the sender 01 and reciever ZZ qualifiers,submit to TN see how it works now to make sure the your TN partner setups works fine atleast one time.
i was trying to set sender qualifier 01 and external id type selection set to DUNS then i am getting the following error.
Below Error: Profile Data Error (1) The DUNS ID is used as the Integration Server account name. The partner may not have more than one DUNS ID., no change made on server
i am not able to create more than one DUNS number as we have already have a DUNS as external Id Type with the value 12349876.
In TN 6.1 we dont have feature of creating multiple DUNS which we have in TN 4.6.
receiver external ID type i modified to mutually defined with value ZZ.
and one more doubt i have , generally we are creating external ID types in EDI home page → partner setup->add external iD types
so those will come under TN external ID types to identify the EDI documents then we can set values to these ID types only right (for ex:external id x.12 with the value 01.
if we should not set like this then what is the use of external id types which we are creating in EDI home page.
Please let me know whether my underssstanding is correct or not
i tried all the ways you suggested still on the same problem.
It’s weird that why it is still not working…May be you are missing some required part…You cannot create same DUNS(01) value as it is being used/exist in diff partner profile…but you can create multiple DUNS (diff values) for the same partner.