Search found 56 matches

by debrujr
Wed Dec 09, 2009 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oddities with Execute Command using an &
Replies: 10
Views: 3481

If I comment out the logfile or even the exec, DS holds the job until my monitor abends and then it would move to the actual job. Script: logfile=$TEMPLOG/${log_script%\.ksh}.$dt exec 1>$logfile 2>&1 Datastage Monitor Call: ssh $SERVER $SHARELIB/ds_etl_monitor.ksh #UserVariables_Activity_10.Job_...
by debrujr
Wed Dec 09, 2009 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Refresh project in Datastage 8.1
Replies: 4
Views: 2669

I don't know if the issue that I am having is along the same line as yours but in Designer I have had to rename a few folders but when viewed in Administrator it makes another to accomodate the name change (which is fine) but I can't remove the other previous named folders even though they are empty...
by debrujr
Wed Dec 09, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oddities with Execute Command using an &
Replies: 10
Views: 3481

Oddities with Execute Command using an &

I ran into something rather odd yesterday. I have a Sequence Job setup that executes a monitor for the subsequent job within it. In essence two execute commands linked together in a Sequence job. The first execute starts a monitor and is executed with an & at the end to have Datastage forget and...
by debrujr
Thu Sep 24, 2009 7:48 am
Forum: General
Topic: Execute Commands - Executed Concurrently
Replies: 1
Views: 982

Execute Commands - Executed Concurrently

Is there not a way to concurrently execute two "execute command" stages on a single pallet? My graph is nothing more than two execute commands not linked to anything or one another with an Exception Handler linked to a terminator for error handling. This is the lowest tier of my solution a...
by debrujr
Fri Sep 04, 2009 3:42 pm
Forum: General
Topic: Sequencer Multi Layer Termination
Replies: 5
Views: 1496

I guess I am not up to par on code tags. I will have to look into them more.
by debrujr
Fri Sep 04, 2009 11:55 am
Forum: General
Topic: Sequencer Multi Layer Termination
Replies: 5
Views: 1496

Sorry I had to use underscores to space the diagram since it smashed it all to one side when I submitted the post.
by debrujr
Fri Sep 04, 2009 11:51 am
Forum: General
Topic: Sequencer Multi Layer Termination
Replies: 5
Views: 1496

Sequencer Multi Layer Termination

Hello all, I am running a parallel sequencer job (pictured below) which consists of a master sequence job #1 (using Job Activities) that in turn executes three other sequence jobs #2 #3 #4(using job Activities) that in turn execute sequence jobs that house execute commands for shell scripts #5 #6 #7...
by debrujr
Thu Aug 06, 2009 10:03 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 3168

chulett wrote:To me, it sounds like you are doing everything correctly. ...
Can you call my boss and tell them that?!?!?! :lol:
by debrujr
Thu Aug 06, 2009 9:22 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 3168

I am using 8.1. I am not privelaged to administration of the patches so I am not sure as to if they are current. I will contact my admin and have them validate they are up to date. Thanks
by debrujr
Thu Aug 06, 2009 9:11 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 3168

Are those two options you mentioned the only ones checked? ... Yes that is all on the Job Properties -> General pane. And the "Do not checkpoint run" is not selected anywhere. I have tried to read all the posts and check for the obvious but I still cannot get it to work correctly. I have ...
by debrujr
Thu Aug 06, 2009 8:32 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 3168

Execute Command Restartability Issues

Hello all, I am working with a Sequencer designed for ksh scripts to run concurrently on 8.1. I am trying to get it to be restartable from the points that it failed but that is where the problem exists. I have checked the radio buttons "Add Checkpoints so sequence is restartable" as well a...