Tuesday, December 4, 2007

Monday, November 26, 2007

Sections 2 & 3 of Altova EDI guide

This is section 2, it covers generating a control number

Section 2 Altova Mapforce EDI code creation guide

And section 3, which covers Exporting, Compiling, and Executing generated code.

Section 3 Exporting, Compiling, and Executing



Wednesday, November 21, 2007

Splitting out sent AS2 batches for TLW trusted link for windows

I was having a bear of a time splitting out my 940's. The other end has one as2 server that can recieve two different ISA's but, here is the but, they can't be mixed together in the same file. So what to do.

So this is what I did, I imported all of the edi docs in. Then I moved set A over to incomplete.

Then I did a send+recieve and sent set B.

Then I moved set A back. And did another send+recieve this will keep cleo from smashing them altogether (I hope) :)

This is what the script looks like.

[VERSION]1.0
EXECUTE,C:\EDI2\MOVE_ON_MATCH.EXE A C:\EDI2\A\940 940,Y
EXECUTE,C:\EDI2\A\A_INTOTRUSTEDLINK.BAT,Y
LOCATE,/USER/OUT,TPNAME=A
MOVE_LOCATE,/USER/INCOMPLETE,1
XFER,SEND+COLLECT,LX005
LOCATE,/USER/INCOMPLETE,TPNAME=A
MOVE_LOCATE,/USER/OUT,1
XFER,SEND+COLLECT,LX005

HOW TO EXPORT DATA FROM TLW VIA A SCRIPT

Symptom: HOW TO EXPORT DATA FROM TLW VIA A SCRIPT
Description: QUESTION:
How to export data from TLW via a script?

ANSWER:
In the Utilities menu in the TrustedLink Script Editor window, select Custom Application.
Specify the folder, the attributes and select ExportEDI from the Custom Application menu.
Save the script.

When executed, the script will export the data based on the source folder and the attributes to a default filename of output.dat.

Date Created 26 Jan 2004
TrustedLink Windows Version

Monday, November 19, 2007

Section 1

This is section one of a step by step guide for doing a little EIF to EDI code conversion.

http://mellerbeck.files.wordpress.com/2007/11/section_11.pdf

And a sample EIF file

http://mellerbeck.files.wordpress.com/2007/11/eif.txt

-Michael

Friday, October 26, 2007

When you import raw edi into trusted link for windows

It won't generate control numbers and it won't bring in the Doc Num 1. So why not generate your control number to be what Doc Num 1 should be :)