Search found 258 matches

by samyamkrishna
Thu Jul 07, 2011 3:58 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

we are going with Execute command activity. :?
by samyamkrishna
Wed Jul 06, 2011 11:10 pm
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

Hi,


I am also passing the job name at the run time.
But have not yet discussed about using the execute command activity instead of routine activity.

Hope fully will finalize on that today.


Thanks,
Samyam
by samyamkrishna
Wed Jul 06, 2011 12:01 pm
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

chulett wrote:Outside of a dog a book is man's best friend
Inside of a dog it's too dark to read
super funny
by samyamkrishna
Wed Jul 06, 2011 8:01 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

PhilHibbs wrote:Do you need to specify -wait in the dsjob command?
Hi,

Yes we are using wait and a lot of other parameters as well. I have just given a sample.
by samyamkrishna
Wed Jul 06, 2011 7:24 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

alright craig. will discuss with the team and give you an update.

But i am just curious to why that error is coming.
by samyamkrishna
Wed Jul 06, 2011 6:57 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

Hi craig,

Its the built in ExecSH routine.

the argumet is "dsjob -run PROJ JOBNAME"
by samyamkrishna
Wed Jul 06, 2011 6:47 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

Re: Executing dsjob command from routine activity

The job names ( the invocation id ) and parameters are decided at run time.
by samyamkrishna
Wed Jul 06, 2011 5:17 am
Forum: General
Topic: Executing dsjob command from routine activity
Replies: 28
Views: 12074

Executing dsjob command from routine activity

Hi, I am triggering a job from sequence using a routine activity. inside the routine activity i am use ExecSH. and passing teh dsjob command as input argument. the job runs and teh jobs log is also fine, but the log of the sequence says. JobControl (ExecSH): Error when executing command: dsjob -run ...
by samyamkrishna
Tue Jul 05, 2011 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern Matching
Replies: 11
Views: 6800

Hi Pandeesh,

I think the source and reference should be interchanged when you are trying that.
by samyamkrishna
Mon Jul 04, 2011 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern Matching
Replies: 11
Views: 6800

try this unix script


while read record
do
cat srcsam.txt | grep '$record' >> tgtsam.txt
done < refsam.txt

Thsi should work
by samyamkrishna
Mon Jun 27, 2011 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time to integer issue
Replies: 4
Views: 2548

at the source do a time to string and at the target do the opposite(string to time).
It should work.


I had faced the same issue
Doing this has solved the issue.

Also can you post the table structure of the target table here.( the time columns )
by samyamkrishna
Mon Jun 27, 2011 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time to integer issue
Replies: 4
Views: 2548

Re: time to integer issue

Hi ,

What is the error message you are getting.
by samyamkrishna
Mon Jun 27, 2011 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple rows to single row
Replies: 15
Views: 7313

Hi ,

This can be achived in transformer stage using stage variable.

This has been discussed a lot of times

viewtopic.php?t=140653&highlight=

Hope this helps
by samyamkrishna
Mon Jun 27, 2011 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding " . " with column name
Replies: 8
Views: 3325

Hi Mandyli,

Try something like

sed '1s/NameID SalaryId/Name.ID Salary.ID/' Outputfile > OutputFileTemp

This should help
by samyamkrishna
Sat Jun 25, 2011 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding " . " with column name
Replies: 8
Views: 3325

Hi Craig,

Are you asking me to explain a bit more.
Or Are you asking the guy who posted the topic.

Regards,
Samyam