Forum Discussion
stephenknilans
8 years agoContributor
Well, it HAS been a while since I have used TPT, and I have never used it on snaplogic, but I can make two observations that might help you out…
- You almost certainly require a windows based snaplex with tbuild on IT. The location of tbuild would have to be there.
- On various systems, like UNIX, C related, and some others, \ is used as an escape character. If you want it to work on one level as '', you have to use \. Windows, of course, is not unix, and generally uses \ as a path separator, but some languages may still cause problems, requiring you to use \ To make things worse, if a process passes the string onto ANOTHER process, the conversion must be done THERE also sometimes, so \ must be \\ sometimes.