Search found 394 matches

by samsuf2002
Fri Feb 27, 2009 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Main sequence getting aborted
Replies: 23
Views: 10377

Main sequence getting aborted

Hi All, I am having a strange issue with my main sequence which was running fine before suddenly started aborting at different points whenever restarted. At some point I get error/warnings like SEQ_dev_tables..JobControl (@Account_Detail): Job SEQ_Accnt_summary.Account_Detail did not finish OK, stat...
by samsuf2002
Thu Feb 19, 2009 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

It was simple.......my bad :oops:
by samsuf2002
Thu Feb 19, 2009 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

Craig I just need the 6. I dont need any substring I just want the position of second '_' from right hand side.
by samsuf2002
Thu Feb 19, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

It is giving 5 now instead of 6.
by samsuf2002
Thu Feb 19, 2009 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

Thanks Craig and sainath for your suggestions. Let me elaborate my requirement If my data contains the value "ABC 12345_10_19" then I want the location of second '_' from right hand side which will be 6. When I use the code provided by craig it is givinig me the occurance of second '_' fro...
by samsuf2002
Wed Feb 18, 2009 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 4897

Yes I tried running with single node but still the same issue.
by samsuf2002
Wed Feb 18, 2009 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

Yes Craig I just need the second occurance location of the substring but counting from right side, currently its giving me the location counting from left hand side. Is there any way i can make index read the string from right hand side and get me the location of the second occurance of the substrin...
by samsuf2002
Wed Feb 18, 2009 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

I just tried INDEX and it worked good.

In one of my scenario I want to read the data from right side and get the location of the substring. I tried with Right() but it dint work.
by samsuf2002
Wed Feb 18, 2009 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 4897

Datastage and oracle are on same server.

I am not sure but i tried using nolock in my query but it dint work.
by samsuf2002
Wed Feb 18, 2009 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 4366

Location of subtring in a string

I want to get the location of a substring in a string in datastage just like INSTR() in sql.

I tried playing with some functions in datastage transformer but nothing helped.

Any help will be appreciated.
by samsuf2002
Wed Feb 18, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 4897

Delete on oracle taking long

I am running a job with two Oracle stages where it extracts the Key of table A and in second stage deletes some record from table A based on some conditions. In the target I am using user define query for delete rows. like DELETE FROM TABLE A where KEY in (........ The job starts fine and it even de...
by samsuf2002
Mon Feb 16, 2009 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage login Issue
Replies: 7
Views: 3905

Yes Mike you were right. Its working fine now after using root.

Thanks a lot for your help Mike.
by samsuf2002
Mon Feb 16, 2009 11:23 am
Forum: General
Topic: Rescheduling sequence from director
Replies: 1
Views: 731

Rescheduling sequence from director

How does the rescheduling of sequence work in director after the sequence is edited? I had one scheduled sequence in production, we made some changes in development and deployed the new version to production replacing the old one but we didn't reschedule it. Now when it ran on scheduled time it proc...
by samsuf2002
Mon Feb 16, 2009 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage login Issue
Replies: 7
Views: 3905

Thank Mike.

We did restart on Development server and its working fine now, but doing the same on production server gave some file permission issues though we used dsadm userid
by samsuf2002
Mon Feb 16, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage login Issue
Replies: 7
Views: 3905

I found out that it was rebooted yesterday and this issue is in effect after that.