Execute command - File not found

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Execute command - File not found

Post by vinothkumar »

There are few scenarios where our process is failing with File not found error, though file is already available in that location with proper access.
When we resubmit, it will get complete without any issues.

We are seeing this behavior mainly in execute command activity stage, where are taking word count, reading via cat etc.

Any thoughts ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not a lot to go on. However, whenever I see a problem that goes away by simply rerunning the process in isolation (rather than as part of a larger process) then I see a resource issue. In your shoes I'd start by checking kernel parameters, things like the number of open files allowed.
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Are you on a GRID environment where your execution could get dispatched to different hosts each run? (perhaps the mount is not exposed to one of those hosts)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or that. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply