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!

Search results for query: *

  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.
  16. eyetry

    Mercator 6.71 map crashing with windows error

    Have you tried bursting the data? Files over 8mb? How big do your work files get?
  17. eyetry

    Can't right click and search in Vista....

    Its by far one of the worst features on windows 7. Vista used to have the option I'm looking for but a patch probably changed it. I can't just reimage the vista machine because its my wifes and the risk of her loasing something in the process would freak her out and I'm not fighting that...
  18. eyetry

    different input files read in single type tree in WTX

    Would really need to know more.... For example.... when you say edi do you mean any electronic file, x12, edifac or something else..... If I read your post correctly you have one type tree dealing with 3 file types. It also sounds like you have defined the tree to determine the type of data...
  19. eyetry

    Can't right click and search in Vista....

    The settings are 'always search name and contents', 'include subfolders...', 'find partial matches', 'don't use the index when search the file system', 'include system directories' and 'include compressed...' I have also turn off indexing and deselected all file extentions, which windows...

Part and Inventory Search

Back
Top