Avoid calling sh.exe

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
taylor.hermann
Premium Member
Premium Member
Posts: 32
Joined: Wed Aug 20, 2014 11:17 am

Avoid calling sh.exe

Post by taylor.hermann »

Hi,
This is somewhat of a jump off my old post, but a new topic in general.

viewtopic.php?t=153463

We've found out that "sh.exe" is causing issues and breaking jobs randomly. Is there a way to avoid calling it without switching to unix? Any ideas are appreciated.

Thanks,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Depends. Why are you calling it?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
taylor.hermann
Premium Member
Premium Member
Posts: 32
Joined: Wed Aug 20, 2014 11:17 am

Post by taylor.hermann »

Well..... That's what we are trying to figure out honestly. IBM told us setting "APT_PM_USE_STANDALONE_EXE = 1" would avoid calling it. But its still popping up in process explorer and is causing clients to crash and breaking jobs.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then it seems you should continue to work with IBM, tell them they provided an incomplete (or incorrect) solution.
-craig

"You can never have too many knives" -- Logan Nine Fingers
taylor.hermann
Premium Member
Premium Member
Posts: 32
Joined: Wed Aug 20, 2014 11:17 am

Post by taylor.hermann »

Yeah, we still are. They just have not been super helpful sadly. I figure I'd just try to exhaust as much resources as possible in the mean time.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I don't think the percentage of people running Windows servers is all that high out there so not sure how many people here could really help. Expecially with something odd like this. :(
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Track down whether it's you at fault. For example look for ExecSH as a before/after subroutine, look for DSExecute called with "SH" as the shell argument from your routines. If you eliminate these possibilities you have a stronger case to take back to IBM.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
taylor.hermann
Premium Member
Premium Member
Posts: 32
Joined: Wed Aug 20, 2014 11:17 am

Post by taylor.hermann »

Neither one of these things are the case. This is the strangest error I've encountered :/
Post Reply