Electronic Data Interchange is the transmission of structured data directly from one computer system of one organization to the computer system of another organization.
2
votes
1answer
45 views
Need custom order in flat file from XML using XSLT
I want to create a flat file from an xml using xslt with this output in the order as shown:
NM1*CC*1*Smith*John****34*999999999~
N3*100 Main Street~
From this XML:
<Claim>
<Claimant
...
1
vote
2answers
55 views
How to find the last element
I am trying to find the IMD in the last Line element in my edifact file, using xpath in biztalk - orchestration.
This is my xpath:
LastLineName = xpath(Message_2,"/*[local-name()='EFACT_D96A_INVOIC' ...
0
votes
4answers
161 views
How to Read and Parse X12 Data Elements Using PowerBuilder?
Flat File content:
ST*850*12500001|
BEG*00*NE*71249364**20130103|
CUR*SE*SGD|
REF*BT*SGL169816-7191416|
P01*0000000001*4*EA*0*CP*UP*731304265511*VP*SURT1000XLIQ|
...
0
votes
1answer
63 views
How to implement AS2 in ruby on rails
I have a potential client that will be sending data in EDI to us and we need to setup a AS2 endpoint to recieve/request data.
How would I do this in ruby on rails?
See specification here: ...
-1
votes
1answer
74 views
Electronic Data Interchange Processing in Java [duplicate]
My requirement is to process the EDI (Electronic data interchange) file and create the appropriate records in my application , then send back the acknowledgement back in EDI format.
I want to know ...
0
votes
3answers
458 views
How to process HIPAA 834 EDI File?
I have to parse and validate HIPAA 834 EDI file. I have found out a tool "EDI Validator" for this.
EDI Validator Tool: http://www.etasoft.com/ev.htm
I am unable to get sample HIPAA X12 834 EDI file ...
0
votes
1answer
152 views
How good is Altova MapForce
My company needs to convert X12 5010 837 files into our database and back out. The tool we have been playing around with is Altova MapForce (trial). I have been trying to check references but Altova ...
0
votes
2answers
310 views
Efficient EDI parsing into database in C#
3+ years ago we were asked to develop an EDI solution for a client as a matter of urgency.
They wanted full IP/control etc. of the solution and didn't want to use free open source solutions, pay ...
0
votes
0answers
37 views
Electronic Data Interchange Migration Strategy
trying to find out the optimistic way of EDI migration plans. please share your experience on where to focus more (trading partners, transaction, data frequency, systems involved) and what all the ...
0
votes
2answers
170 views
How does one obtain X12 EDI specs?
Specifically, 835 and 837, and even more specifically, lists of the various status codes and their meanings.
I've found a couple of commercial sources via google a duckduckgo.
Are any sources freely ...
1
vote
0answers
120 views
BizTalk 2010: Setting EDIFACT delimiters in party agreement
I am currently implementing an EDI solution in BizTalk Server 2010.
This is the scenario:
BizTalk is responsible for the correct message routing between a X.400 mailbox and the customer's ERP ...
0
votes
1answer
1k views
how to transfer a file through SFTP in java? [duplicate]
How to transfer a file through SFTP in java? I want sample code for SFTP client.
I want to embed the SFTP server in my application and the client should able to send a file to my application.
0
votes
0answers
80 views
What is the best EDI Tool for generating SEF
I am a Web/ C#/ MS Access developer who recently been handed the task of taking over EDI for a couple clients that use it. Basically since we only have a couple clients that use it we developed a home ...
2
votes
2answers
133 views
EDI x12 Segment Conditions
Keep in mind that I started to tackle EDI standars a couple of days ago only so there are still a lot of nebulous things.
In an EDI segment (like CUR), when a condition is declared (P0304) it states ...
0
votes
1answer
40 views
eCommerce tools/sandbox [closed]
This may be vague but hopefully someone can help me refine the question, but what I am looking for is perhaps ways/tools which I can test ecommerce/b2b functionality, like punching out using cXML, ...
0
votes
1answer
144 views
Transfer an EDI or XML document from one machine to another machine through AS1 or AS2 or AS3 protocol
I want to write a simple java program to transfer an EDI or XML document from one machine to another machine using the AS1 or AS2 or AS3 protocol.
Can anyone help me to get started with it?
2
votes
1answer
126 views
Handling Appliciability Statement 2 (AS2) Requests
My company has decided to roll their own EDI service to handle a partner that wants to communicate over AS2 - Applicability Statement 2. To my surprise, there's not a whole lot of resources or ...
0
votes
2answers
73 views
Order of repeated segments
Is the order of repeated segments in EDI important. For example, if the implementation guide suggests DTP segment with Date/Time Qualifier 401 to be followed by DTP segment with Qualifier 404, is it ...
1
vote
1answer
90 views
EDI 999 implementaion acknowledgment
What is the purpose of context information such as element,segment and business context in EDI 999 implementation acknowledgment?
2
votes
2answers
109 views
Send notifcation if expected message did not arrive in BizTalk
I have a BizTalk receive port monitoring an FTP location. I expect a file to arrive at least once per day in that location and for BizTalk to pick it up and kick off an orchestration. This part is ...
0
votes
2answers
107 views
How can I set up a VMS VM environment
I am looking to set up a VM running openVMS if there is a free version or possibly freeVMS? I essentially want to set up a VMS environment with the EVE and EDI editors.
I run a Mac so I'd like to set ...
0
votes
1answer
460 views
Parse EDI file with php / mysql
I have a 40K line EDI (fixed length) file that I must parse into a csv. If you know edi you know that each element has its own fixed length.
Im new to parsing EDI and just need a bit of help. My ...
4
votes
2answers
181 views
Powershell Regex Pattern for EDI
New to Powershell/Regex/EDI. Please no comments on why this shouldn't be done with regular expressions for EDI, I've seen the warnings, but have no choice.
What I need is most likely basic, but I ...
0
votes
1answer
189 views
A message received by adapter “HTTP” on receive location “Receive_AS2” with URI “/Contoso/BTSHTTPReceive.dll” is suspended
I'm developing a demo of EDI over AS2 with asynchronous MDN but receiving this error upon executing Sender.exe , this error is shown in Event Viewer...
--
A message received by adapter "HTTP" on ...
1
vote
1answer
131 views
How can I use regex to match a character (') when not following a specific character (?)?
How can I write a regex pattern to split a string by a specific delimiter as long as it's not preceded by a question mark?
I've written a parser that splits an EDIFACT message into segments, ...
2
votes
0answers
196 views
Smooks EDI writer
It is seen in the smooks website that it supports EDI generation. But there is no way to specify the configuration for an edi writer (as in the case of reader defined in schema ...
0
votes
0answers
92 views
Unable to connect to the specified ServiceBus Connect Management server (Windows Azure Service Bus EAI EDI Labs)
I installed the Service Bus Connect Runtime using default settings....thus it is using Windows Authentication for the ManagementService.svc.
The URL i use to connect is a follows:
...
0
votes
0answers
260 views
EDI to xml transformation using smooks
I tried to convert a file containing EDI message to xml using org.milyn.smooks.camel.processor.SmooksProcessor which implements org.apache.camel.Processor interface. The directory containing the file ...
1
vote
1answer
297 views
linq query Map repeating EDI data to XML structure
Long story (see below for details) short, does anyone know I can frame a query to return repeating data into a known xml format, so each node and child elements are returned separately for a given ...
2
votes
1answer
433 views
Overview of how EDI processing works
I'm new to EDI and have to implement it in a legacy system.
I want to make sure I have the higher level overview correct:
1) Generate EDI file from my system for a given trading partner
2) Probably ...
0
votes
1answer
135 views
Specification for vda formats
I'm student and I have to make project which include EDI converter (mine of course). To be honest I have to use ODETTE format and VDA. Does anybody know where I can find any specification for this ...
0
votes
1answer
187 views
Parse flat file with multiple formats
Its been a while since Ive had to write what amounts to a custom format edi processor. The last time I wrote one, I was an AS/400 programmer (not iSeries to give you a timeframe). It was pretty ...
0
votes
1answer
65 views
How can I work with a 999 in a BizTalk orchestration?
I need to be able to accept (not generate) a 999 file in BizTalk and run it through a map and some business logic. If I actually add the 999 schema to my project, then when deployed I get the error:
...
0
votes
3answers
460 views
Is there any Talend component to create ANSI X12 edi file?
Is there any Talend component to create ANSI X12 edi file? I need to process the following EDI Transaction sets:
*846 - Inventory Inquiry/Advice
*856 - Ship Notice/Manifest
*888 - Item Maintenance
...
0
votes
1answer
183 views
How to disable segment ordering validation?
I'm receiving an EDIFACT message that I need to process using Biztalk. When Biztalk picks up the file, it puts an error entry in Event Log:
Error: 2 (Segment level error) SegmentID: MEA Position ...
0
votes
2answers
262 views
Biztalk EDIFACT processing
I'm trying to process an edifact file using Biztalk. I have setup a very simple map which is applied to send port. However, Biztalk complains about the message. I tried searching the net, but without ...
3
votes
3answers
798 views
Any open source java library which can parse an EDI file in both ANSI x12 and UN/EDIFACT standards?
Is there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT standards? I have found smooks (http://www.smooks.org), which supports UN/EDIFACT standard but not ...
1
vote
1answer
486 views
Converting EDI to Xml
I have not done any work with edi in almost 10 years and also the technologies available to parse it may have changed.
Are there any example code routines (actual code, not products) available to ...
0
votes
1answer
129 views
lookin' for a source to understand/learn EDI messages at spanish
Well, does anybody know about an good source to learn about EDI messages? (by example the message 856 (ASN)). I would like a source in spanish language, but english it's acceptable too, something for ...
0
votes
1answer
109 views
Splitting up EDI orders
We are implementing edi order processing and are currently about to check how we set up the interface.
Usually a order may carry multiple positions. For our customer it seems that an incoming order ...
0
votes
1answer
142 views
Mapping flat fields to sequential records
I have a source schema that defines a "ShippingCharge" and a "DiscountAmount". My destination schema is an EDI X12 850 message.
I need to create two "fake" iterations for the SAC loop. I need a way ...
2
votes
4answers
1k views
Is there any good X12 parser in Java?
Is there any good X12 parser in Java which can process Walmart 810 specification?
EDI example:
ISA*00* *00* *16*102096559TEST *14*PARTNERTEST ...
0
votes
0answers
181 views
How to update XML when the target's parent node may not exist?
In MS SQL Server 2008 or 2008R2, how can we update XML with a number of values coming from another SQL database when the target XML node may not exist - and the parent of the target node may not exist ...
0
votes
2answers
204 views
How many chars can numeric EDIFACT data elements be long?
In EDIFACT there are numeric data elements, specified e.g. as format n..5 -- we want to store those fields in a database table (with alphanumeric fields, so we can check them). How long must the ...
0
votes
2answers
745 views
C# .NET AS2 communication
I like to ask for some guidance on this topic of sending and receiving files via AS2 or AS3 communications protocol via a .NET C# implementation. I have search for examples or explanation of how you ...
1
vote
1answer
145 views
Using bam in edi inbound and outbound process
what functionality of BAM Can we use in EDI.
I know Bam basics.But i dont know how can i use BAM in EDI inbound and outbound process.
So My question is how can we use BAM functionality in EDI ...
0
votes
1answer
66 views
How to figure out rejected account from an EDI Transactions
I am totally new to EDI transaction. I am trying to figure out when we send an enrollment request of a new customer to ISO, how to figure out if the reqest was accepted or rejected from EDI ...
0
votes
2answers
515 views
EDI output file from SSIS
I would like to know what are my options for creating an EDI output from SSIS.
I have seen the "EDI source task" from CozyRoc, but I want to export an EDI file from relational tables? Is this even ...
1
vote
1answer
211 views
BizTalk 2010 Inbound 997 Routing Errors
In the system I'm working on, BizTalk 2010 sends out transactions to trading partners and we receive 997s. Every time we receive a 997, I'm seeing a routing error in the administration console.
In ...
1
vote
1answer
270 views
I need to parse through a string and pull out information to input into a database
here is the edifile:
ISA*00* 00 *02*HMES *ZZ*MGLYNNCO ...


