You cannot post messages because only members can post, and you are not currently a member.
Description:
Bots Open Source EDI Translator
|
|
|
released bots 3.0.0
|
| |
To all, bots 3.0.0 is out! list of changes (and migration instructions) are here: [link] migration is not hard, but as the database has changed a script should be run manually to convert the database. highlights: - better scheduling (using jobqueueserver, see... more »
|
|
Filename handling for resends
|
| |
Hi, I'm passing through some files without changing the filenames, out channel just uses {infile} as its filename which works perfectly. Unless there is an error on the send, then as the file gets renamed to just a number in the temp storage and the original name is lost the out channel picks up the... more »
|
|
Investigating BOTS for my EDI needs
|
| |
I am looking at setting up a new BOTS environment for processing POs, Inventory updates, ASNs and invoices. Looking at AS2. Are there any technical limitations I need to be worried about? Any information would be much appreciated.
|
|
x12 940 to xml
|
| |
Hello I am new to EDI and my boss wants me to explore Bots Open Source EDI Translator. I haven't used python before so I'm still reading tutorials. Anyways after reading tutorials from the Bots site, I tried translating a 940 sample file to xml he sent me by downloading and using the plugin x12toxml_supplier_version850-8 56-810-997_20130124.... more »
|
|
Partner name in UNB
|
| |
Hello, I'm having a problem with changing S003.0010 field in UNB. Generally EAN code should be placed there but my partner requires a name. I cannot change their EAN to the name, because then the NAD+SE would also use that value. What I tried at first was to use out.ta_info['topartner'] = 'PartnerName'... more »
|
|
EDI over FTP help
|
| |
Bit of a tricky one this. Basically I have to send/retrieve some EDI files via an FTP server. Great, easy etc. Except its not really an FTP server its an EDI mailbox pretending to be an FTP server so all of the standard responses are incorrect. Firstly it falls over on asking for the current directory as it doesn't get... more »
|
|
Server Error 500 on viewing reports when not using FQDN
|
| |
If for example if my bots server (windows) was called bots in a domain mydomain.local If I go to [link] and from "All Runs" -> "Report (per run)" and then selecting any of the options on any run I get the following error Log in Server Error (500) Traceback (most recent call last):... more »
|
|
Need "usersys/envelopescripts/x12/x12.py" file
|
| |
I am working on an outbound X12 file and I'm getting an error of OutMessageError: In enveloping "frompartner" or "topartner" I *think* that means I am missing the x12 envelopescript or the one I have is corrupt. From my understanding, this file should be the same for all x12 translations... can anyone send be a working x12.py file please.... more »
|
|
POST processing information
|
| |
Is it possible to modify a file after merged phase and before the outfile stage? I've FINALLY got a translation working (an X12 204 to XML) and I successfully got multiple layers of loops at the Stop Level (Stop/Reference, Stop/Note, Stop/Date, Stop/Location, Stop/Goods) so I feel really good about this, but I need to modify the output file to get rid of... more »
|
|
Can someone help me understand how the getloop() and putloop() work?
|
| |
I have been working on a mapping from an XML file to an oubound x12 210. I seem to be making progress, but I cannot get an L1 segment to generate in the LX Loop and I *think* I'm doing something wrong with the getloop() and putloop(). Also, I'm getting an "OutMessageError: In enveloping "frompartner" or "topartner" unknown:" error in the merge step... Does... more »
|
|
|