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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eyetry

  1. eyetry

    Numeric Validation on field with Text Subclass

    lot of ways to do this.... try the function 'isnumber'
  2. eyetry

    How to run mercator from command line

    path\mercnt.exe path\map_name -if1 "path\file_name
  3. eyetry

    Exception when insert into DB (GPF file created)

    you need to look at the DB trace file. It will give you a better, more relevant, return code.
  4. eyetry

    Email adapter - trying to use text file contents as body of email

    are you using package() or seriestotext() in your email cmd? Sometimes seriestotext works where package doesn't.
  5. eyetry

    Run a shell script

    Maybe this will help... GET("SHL","-cli -cmd 'script.sh arg1 arg2'") GET("SHL","-cli -cmd 'script.sh -ABC target_path/file '") Note the case for CLI and CMD are lower... Make sure you use them in lower tense. I understand that Unix is case sensitive and all examples I saw had them in...
  6. eyetry

    Type tree reading

    Unstringing might work if you don't have to worry about a stray "MD" (or other delimiting value) impacting the process. definitely worth testing...
  7. eyetry

    Type tree reading

    lack of terminators will make it challenging. Things that would help would be initiators, delimiters and fixed lengths. Even with those you may have issues. Where does segment end if it's defined as text and you can't define a way for the map to identify the end of data. Post fix delimiters...
  8. eyetry

    Run a shell script

    I wish I could help you more. Unfortuantely we aren't using WTX in a unix environment... shot in the dark.... try changing 'SHL' to BAT and see what happens.
  9. eyetry

    Run a shell script

    Have you tried using '-CL' or '-CLI' instead of '-CMD'?
  10. eyetry

    Run a shell script

    is this on unix?
  11. eyetry

    Counter values from Child loop to Parent loop

    Probably need to see an example of your data. But, it looks like you have two record types. Or, do you have 4 record types 2 for child and 2 for grandchild? If the former what differentiates the child from the grandchild? How you would do this would depend on your type tree. 'Index' might...
  12. eyetry

    How to get the last word from a series and map it.

    Yes, the '-' means read from the right and 'number' is which delimited word you want.
  13. eyetry

    Mapping null objects from a csv file

    This seems like a type tree problem. Make sure Field3 is required with min value 0.
  14. eyetry

    Audit log and trace file

    Audit log is specific to a the map being run and is in an XML format. Trace files tend to relate more to adapters and are ASCII.
  15. eyetry

    DB2 insert issue

    I would recommend one output per table.

Part and Inventory Search

Back
Top