Search found 200 matches

by times29
Wed Mar 13, 2013 6:23 am
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 4313

i want somethimg like below in return trigger who can i rewrite it in trigger.

If vRtnCode <> 0 or ISNULL(vRtnCode) = 1 Then vErrCode = DSLogEvent (DSJ.ME, DSJ.LOGWARNING, "Script completed with a non-zero valued return code:" : vRtnCode) end
by times29
Tue Mar 12, 2013 7:21 pm
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 4313

Well that will not fix my problem where is scenario execute command1 --->execute command 2----->execute command 3 these are in sequence 1 then sequence 2 is trigger by sequence 1 OK condition What happen right now is even if execute command 2 fails i don't see any warning or abort message in sequenc...
by times29
Tue Mar 12, 2013 1:08 pm
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 4313

Don't get warning message for execute command

Hi, I am calling below script from execute command and it fails but not seeing in warning in director who can i fix that. csh /aa/app/scripts/Capital.csh #!/bin/csh ssh -i /aa/oracle/.ssh/rsa_cognos10_dsadmin test pfexec /ee/c10_cubes/script/Capital.sh set vReturnStatus = $status exit $vReturnStatus...
by times29
Wed Mar 06, 2013 10:27 am
Forum: General
Topic: getting list of jobs and sequences
Replies: 9
Views: 2956

sorry not that good at unix thats what i did

khel: $pwd
/export/home/abc

khel$ echo $DSHOME

again did
khel: $pwd

i am still in

/export/home/abc
by times29
Wed Mar 06, 2013 9:37 am
Forum: General
Topic: getting list of jobs and sequences
Replies: 9
Views: 2956

i went to project path
did

dsjob -ljobs project

got error
dsjob:not found
by times29
Tue Mar 05, 2013 4:39 pm
Forum: General
Topic: getting list of jobs and sequences
Replies: 9
Views: 2956

getting list of jobs and sequences

Hi,
I have lot of jobs and sequences .

I want to get list of all jobs and sequences in a project is there easy way to do it.

Thanks
by times29
Wed Feb 20, 2013 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of new line while inserting in .txt file
Replies: 2
Views: 1277

Getting rid of new line while inserting in .txt file

Hi,
i have new lines for text field like below:

"My name is John

Sign-up here: - john.com

This is test message"

should be converted to

"My name is John Sign-up here: - john.com This is test message"

Is there a way way we can do while inserting to .txt and .ds file

Thanks
by times29
Wed Jan 30, 2013 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change current date + different second for each row
Replies: 19
Views: 7377

:shock: any idea what can i do to make it unique
by times29
Wed Jan 30, 2013 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change current date + different second for each row
Replies: 19
Views: 7377

Below logic gives me results like below so in some cases i am getting same timestamp and some cases its unique. "01/29/2013 21:51:20", "01/29/2013 21:51:21" "01/29/2013 21:51:22", "01/29/2013 21:51:20", TimestampToString(TimestampFromSecondsSince(@INROWNUM,DSJ...
by times29
Wed Jan 23, 2013 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change current date + different second for each row
Replies: 19
Views: 7377

Transformer didn't likeTimeOffsetBySeconds(DSJobStartTimestamp,@INROWNUM) i don't see
function TimeOffsetBySeconds under date&time can that be issue
by times29
Mon Jan 21, 2013 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows coming out of CDC slows down
Replies: 1
Views: 1240

Rows coming out of CDC slows down

Hi,
I am using change capture stage
After stage i see 6825 rows/sec
Before stage has no rows as its first load

then after CDC i have transformer which do cdc=1 and 3. Performance drops
on to_transf link rows just go down to 449 rows/sec any idea who can i increase that.


Thanks
by times29
Sun Jan 20, 2013 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change current date + different second for each row
Replies: 19
Views: 7377

Don't like TimeOffsetBySeconds(DSJobStartTimestamp,1) in transformer
by times29
Sun Jan 20, 2013 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change current date + different second for each row
Replies: 19
Views: 7377

change current date + different second for each row

Hi, Right now i am using Currenttimestamp() in transformer for date i need to change that to current date + different second for each row, stating at 00:00:00 example: 500 records created, TimeStamp content would be : 2012-01-15 00:00:00 2012-01-15 00:00:01 2012-01-15 00:00:02 2012-01-15 00:00:03 .....
by times29
Sun Dec 02, 2012 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row counts
Replies: 4
Views: 2049

Hi,
I have 8.7 installed now you did mention about the new Operations Console which comes with a repository can you please tell me if i run a job now
where to go to see the row counts for that job?

Thanks