Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edi4me

    Any body using TIE commerce EVISION for EDI

    We have been using Integrator for PIP to Idoc, Idoc to PIP and PIP to PIP. i'll will try to help if you post, but i am not interested in consulting.
  2. edi4me

    Should I upgrade to XP from W 2000

    I agree with franklin97355.
  3. edi4me

    FTP Batch file!

    Not sure if this will help but here goes. My FTP batch echos commands to a data file. From there, I execute the ftp running that data file. *********************************** echo open %site% > data.dat echo user %user% %passw% %acctIfNeeded% >> data.dat echo binary >> data.dat echo get...
  4. edi4me

    FTP Home Directory that points to multiple hard drives.

    I only read half of your post as it is not to "friendly" to read. Probably because you are making it harder than it has to be. You might want to try GuildFTPd at www.guildftpd.com for their freeware. Most important is that it contains NO Adware !!! (But they do ask for a donation in which I...
  5. edi4me

    Wireless LAN Security

    It would help if you give the model of the router and/or AP. Below is a general instruction. 1) Newer routers, you can Disable SSID name broadcast. Note: do not disable the radio broadcast by mistake. They are different. 2) Enable encryption WEP or WAP. WEP requires a HEX key that you make...
  6. edi4me

    Line feeds

    Well, it was a lot of effort for me initially. But I don't find it to be an issue anymore. For what Lyedi is doing and achieve automation, a script or some kind needs to look at the file. I found this on the web and it might help you. You can read it or just jump to the bottom. Tutorials &...
  7. edi4me

    Line feeds

    I forgot to tell you my usage... Since this is a command line exe, I create a batch file accepting 1 parameter for filename. In the batch, I have the command: copy %1 %1.bak swap %1 /p0D,0A Then in my application, I call the batch passing the filename. Hope this helps.
  8. edi4me

    Line feeds

    I got mine through the eVision package from Tie Commerce. I searched the web and found a bunch of swap.exe, but DO NOT use them becuase the decription were not clear. I don't know how to send or attach files in this forum. If you can figure that out, tell me and I can send you a copy. The...
  9. edi4me

    Line feeds

    There is a command line utility called "swap.exe" that can remove the line feeds. We use it to remove CRLF. Well, this small util will do a lot more. I suggest you use it becuase you can implement it into your process.
  10. edi4me

    Starting Tie Commerce Group

    We are using Tie Commerce for 5 or 6 years now: eVision Enterprise spEDImapper Integrator We are also using GridNode for 2 or 3 years now: GridTalk OS: WinNT Win2k Server DB: SQL7 mySQL
  11. edi4me

    EDI 855/856 versus 857

    Below entire message below is a quote from DISA (Data Interchange Standards Association, INC.) and NOT my own words. But I believe this is the answer you are looking for. ------------------------------- 857 Shipment and Billing Notice ------------------------------- This Draft Standard for...
  12. edi4me

    Any body using TIE commerce EVISION for EDI

    We are using Tie Commerce for 5 or 6 years now: eVision Enterprise spEDImapper Integrator We are also using GridNode for 2 or 3 years now: GridTalk OS: WinNT Win2k Server DB: SQL7 mySQL
  13. edi4me

    Tie Commerce Help

    Hi primadonna, When you extract or manipulate specific data from a document, especially only ST to SE, you will NOT have "raw" data. You should consider including the ISA to IEA. If you want the browser to display the EDI doc as Tie Integrator does, you will have to map the EDI to XML to have...

Part and Inventory Search

Back
Top