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 IamaSherpa 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. ediway

    Needs a Gentran apps or ddf file for Oracle ERP

    We are trying to map an X12 850 to an Oracle ERP but we do not have the ddf file for it yet but we are planning to create it. Does anybody have a ddf of Oracle PO for Gentran Application Integrator or the equivalent apps file for Gentran Visual Mapper? Thanks in advance.
  2. ediway

    Gentran Integration Suite + API

    We are trying to map an X12 850 to an Oracle ERP but we do not have the ddf file for it yet but we are planning to create it. Does anybody have a ddf of Oracle PO for Gentran Application Integrator or the equivalent apps file for Gentran Visual Mapper? Thanks in advance.
  3. ediway

    Can one write script to automate ftp procedures

    This will give you some idea: #!/bin/ksh FILENAME=urfilname FTPCOM="open urhost.name.com\nuser usrname usrpass\ncd tourdir\nget " echo "${FTPCOM} ${FILENAME}\nquit" | ftp -n > /dev/null 2>&1 Where: urfilname = the file you will get urhost.name.com = the host name or...
  4. ediway

    Gentran X12 850

    I do not know what verison of Gentran you are using. We are using Gentran 5.2-1. Listed below are the steps to follow: 1. Login to Gentran client on your PC. 2. On the main menu, click on Std button. That is the standard. 3. On the right window, select the standard/version you want to use. 4. On...
  5. ediway

    Gentran Costs

    Our Gentran:Server for Unix is around $30K and the Gentran:Server Extension to SAP is around $10K. We use both of them.
  6. ediway

    Why would Gentran Unattended gives me a memory leak?

    In C and C++, programmers must explicitly provide the routine for reclaiming dynamically allocated memory. When memory is not reclaimed (because a programmer forgets to do so, or because of a logic error), this causes the so-called memory leak. In Java programming, when an object is no longer...

Part and Inventory Search

Back
Top