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. new2game

    DBLOOKUP questions...

    When I code a select statement to grab a sequence number using DBQUERY the responses contain 'value + !'. Using DBLOOKUP the response is 'value'. Why does QUERY bring back the terminator? Can anyone tell me what the difference is and when I'd want to use QUERY verses LOOKUP? When I use an...
  2. new2game

    Input question - data formats

    Thanks Dan, tried changing 'Post' to 'Get'.... resp = 503. Chris, a post of "This is a test" should not have the plus marks in it at the receiving end. Instead of getting "This+is+a+test" it should be "This is a test". So, the question is, how do I post data without non-alphanumeric...
  3. new2game

    Input question - data formats

    I've done little html in the past and need to create a simple process. 1 textarea input with a submit button. I have the page written. It successfully transmits data and a response is returned. The problem is that the input can contain spaces and other special charaters. The app that...
  4. new2game

    Using the echo command in batch file...

    Running map outside event server (using a batch file). Running fine but now need to capture runmap return code. Here's a sample of script before modification. mercnt path\runmap -IF1 path\file -OF1 path\file -b Two example using echo below. -IE1 path\file -OE1 path\file and Echo(-IF1...
  5. new2game

    Scan folders

    Thanks, not much exposure to batch commands so this should help.
  6. new2game

    Run map with overrides...

    I have a map, map1, that needs to execute an ftpget map, testftp. map1 will pass the file name to input card 1 which will be used in an ftp rule in output card 1 of the testftp map. map1 should alao override the file name and destination of testftp output card 1. whats wrong with this rule...
  7. new2game

    Unzip File a/k/a Restore Archive...

    I'm able to Archive files just fine. For some reason I'm confused about the unzipping process. The guide doesn't have much to say about restoring zip files. Enter 'Archive_name','file_to_unzip' no preceding adapter command should be used. a: Do I put the input and output name in an...
  8. new2game

    Large files

    We are using 6.5.2 in a W2k environment. Running into files size issues. Both EDI/X12 and flat. I have have a 410mb flat file that gets mapped to another file, aprox 330mb. The first map verifies record counts, amount totals etc... Then if totals validate properly the map, maps to our...
  9. new2game

    Scan folders

    Is there a way to setup one event that scans multiple folders on a single box for event data? It doesn't appear possible. I need to check subfolders on an ftp server for customer activity. I don't want to create hundreds of events. And, it would be ideal if I can do something like...
  10. new2game

    Oracle Connection

    I'm not a DBA and know little about Oracle so bear with me. I'm trying to setup my workstation with a private Oracle DB for testing. We're a small shop and we've been using the Access db(silly but its the way it is and should be changed). I want to test things against an Oracle DB on my...

Part and Inventory Search

Back
Top