Search found 243 matches

by gssr
Fri Nov 06, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to trim the leadin zero in a varchar
Replies: 5
Views: 1676

Yes ,i am using the same syntax ,And i am doing this in a Transformer Stage!
by gssr
Fri Nov 06, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to trim the leadin zero in a varchar
Replies: 5
Views: 1676

chulett wrote:First off, what makes you think it is not working? What is your target field after the trim, another varchar or a decimal? ...
I tried it, and the output is not changing. The target Column datatype is also Varchar! :cry:
by gssr
Fri Nov 06, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Want to trim the leadin zero in a varchar
Replies: 5
Views: 1676

Want to trim the leadin zero in a varchar

I need the following requirement: Input Sample 000029.96 00000.00 00156.01 00007.12 Required output: 29.96 0.00 156.01 7.12 The dattypes varchar!! i used the TRIM function to remove the leading zeroes... TRIM (Link1,'0',"L") But it is not working... Can anyone suggest me a solution.. Thank...
by gssr
Tue Nov 03, 2009 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do we achieve right and Full outer joins in Lookup
Replies: 4
Views: 3124

By Changing the link Order ,You can achieve the Right outer !! :idea:
by gssr
Tue Nov 03, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_ILLEGAL_ARGUMENT_ERROR encountered in Datastage PX 7.5.2
Replies: 7
Views: 3813

Force Compile the job and try to run.. 8)
by gssr
Tue Nov 03, 2009 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling issue
Replies: 2
Views: 968

check here for a resolved issue:

viewtopic.php?t=120544&sid=97db989c6061 ... f7c60a7558

Please Search for the issue in dsxchange befor posting a new POST :arrow: :(
by gssr
Tue Nov 03, 2009 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling issue
Replies: 2
Views: 968

Re: Compiling issue

Hi All, I am facing compiling issue with one of my job. Even if I tried to save also i am getting the same issue. Error: Unable to save EditServ.impl.JobDefiImpl@25ae25ae Thanks Vijay Cleaning up of the Repositary could make some improvement in your issue. Delete the unwanted jobs or export the job...
by gssr
Mon Nov 02, 2009 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging in Running State
Replies: 2
Views: 1967

Can you tell the exact job design and the stages used in it..?
by gssr
Fri Oct 30, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropped Records in transformer Stage
Replies: 5
Views: 2705

Validate the Constraint that u mentioned in Link2... :(
by gssr
Fri Oct 30, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 7
Views: 3000

You are getting the records from Oracle ,Then whts the datatype in it?
Can you able fetch the records from the Oracle as the datatype may be relevant?
by gssr
Fri Oct 30, 2009 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -1,418
Replies: 4
Views: 2689

Can anyone guide me on the following issues
1.What is the exact nature of the proerty INDEX mode?
2.What to do in the dba side to have this property?
3.Is there any option to resolve this issue other than the above thing?

Thanks in advance,
by gssr
Fri Oct 30, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -1,418
Replies: 4
Views: 2689

HI all,
The problem is solved now,I removed the INDEX MODE option from the properties itself . now the job is running fine without wsrnings and errors

Regards,
R@j :)
by gssr
Fri Oct 30, 2009 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -1,418
Replies: 4
Views: 2689

I tried changing the INDEX Mode in the property Tab of the target ORACLE stage to 'maintenance' from 'Rebuild', When i execute it , Some new errors are arised ending with the job with status ABORTED (This time no records are passed through the links and it havent changed to Green) Here are the error...
by gssr
Fri Oct 30, 2009 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -1,418
Replies: 4
Views: 2689

Oracle call failed; sqlcode = -1,418

Hi all, i am running ajob that loads data from dataset to a Oracle database. I am using lookup stage to reject the already excisting records in the table and load all other records to the table While executing the JOB,i find the following errors and job ends stating ABORTED (But the rows are passed ...
by gssr
Wed Oct 28, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork join performance:?:
Replies: 5
Views: 2565

Explain about the difference between the jobs :either stage wise or property wise