PTF - Persistent Variables not getting read by subsequent scripts
PeopleTools 8.60.13
Shell script 1 — has read-write persistent variables
- runs test script has read-write which creates persistent variables
- all the variables created are stored correctly in the PTF Persistent Variables page
Shell script 2 — kicked off much later — has read-write persistent variables
- test scripts/library scripts called have read-write persistent variable setting because they need to read the persistent variables from Shell script 1 but no success; the variables do not resolve to the value of the persistent variable
Does anyone know what I am missing to have Script 2 be able to successfully read the persistent variables?