Page 2 of 2

Posted: Tue Mar 24, 2009 4:07 am
by ray.wurlod
You have definitely specified comma as the delimiter in the StartLoop activity? Please check.

Posted: Tue Mar 24, 2009 4:31 am
by dh_Madhu
EXECUTE_COMMAND (Uses wildcard to get files and uses the ls -m parameter ......but without a comma ----> StartLoop (this is now looping through a list but looking for a comma which does not exist !"
Now why not try the ls -1 too .....you dont have to worry about the comma's... :) .
...but for unix.

Posted: Tue Mar 24, 2009 7:38 am
by chulett
Sounds like you are passing the entire list to the Job Activity stage parameter rather than just the 'current' filename from the list based on the loop counter $Counter - see this post for one example of many here.

Posted: Wed Mar 25, 2009 7:49 am
by BIuser
Thank you to everyone who has had input in assisting me to resolve my problem.

My job is working successfully now.

Thank you so much !

Kind regards,
Barbara