Search found 111 matches

by Pagadrai
Fri Apr 24, 2009 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load the xml source to target file
Replies: 1
Views: 943

Re: How to load the xml source to target file

Hi
Ensure that the xpath is mentioned correctly in the column derivation.
Also check the key values.

You can also search posts here related to XML parsing.
Post the error / warning message so that we can identify the issue.
by Pagadrai
Thu Apr 23, 2009 11:53 pm
Forum: General
Topic: I wanted to know the model of the exam papers
Replies: 2
Views: 1395

Re: I wanted to know the model of the exam papers

Hi Sunitha,
There are posts in this forum with many links that will
give you a good overview on the exam and preparation.

Doing a search will help you a lot.
All the best for your preparation.
by Pagadrai
Thu Apr 23, 2009 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to use max function in transformer without aggregator
Replies: 3
Views: 3543

Re: how to use max function in transformer without aggregato

Hi, Is there any specific reason why you dont want to use aggregator stage? You can defnitely use a transfomer stage to find out the max value. But the data must be sorted before and sent to the transfomer in a sequential order. There are some resolved posts where similar logic has been discussed. T...
by Pagadrai
Wed Apr 22, 2009 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning with Routine return value
Replies: 15
Views: 9935

Hi
mahadev.v has provided you a solution.
have you tried it ?

As Craig mentioned, you need to analyse the warning message.
Your routine has returned a value that is non-zero and datastage thinks that this is some error code/message returned from routine.
by Pagadrai
Tue Apr 21, 2009 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 6972

Hi, is your target column Nullable in database? please verify that by inserting NULL values using a sql statement outside Datastage. And when you do conversion functions, you need to handle NULL values. If your requirement is just to load the source data to target without any transformations, then I...
by Pagadrai
Tue Apr 21, 2009 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the information regarding job
Replies: 4
Views: 1881

Re: How to get the information regarding job

Hi,
There are lot of posts about obtaining job information.
Do a search on DSjob commands.

Also, read up the manuals for DSjob commands.
You will get all the details required.
by Pagadrai
Tue Apr 21, 2009 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on oracle table having dates,sparse lookup not workin
Replies: 4
Views: 2125

Re: Lookup on oracle table having dates,sparse lookup not wo

SELECT CUSTOMERID,CUSTOMERNAME FROM CUSTOMER WHERE CUSTOMERID=ORCHESTRATE.EMP_NO AND ORCHESTRATE.STDATE >= (to_char(RECEFFDATE,'yyyymmdd') and ORCHESTRATE.STDATE <= to_char(decode(RECENDDATE,'',sysdate,RECENDDATE),'yyyymmdd') Hi, 1) your date comparision is incorrect. You are comparing strings here...
by Pagadrai
Tue Apr 21, 2009 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 6972

Hi,
Can you explain why you are doing DecimalToString and StringToDecimal?
I dont think these stage variables are required.

can you elaborate what you are trying to achieve?
by Pagadrai
Tue Apr 21, 2009 12:55 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: inserting rows into target not allowed
Replies: 3
Views: 3584

Re: inserting rows into target not allowed

Hi Sunitha

are you using Upsert mode ?
Check the key columns you have mentioned in Oracle stage and the keys in the oracle database.
Are any records getting updated or so you see any warnings in the job log ?
by Pagadrai
Tue Apr 21, 2009 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: records not inserted
Replies: 2
Views: 1058

Re: records not inserted

Hi Sunitha,

There are lot of posts in this forum where the same topic has been discussed and resolved. Do a search.

The issue could be with Null values or with length of the string.
Do appropriate Null handling.
by Pagadrai
Mon Apr 20, 2009 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clearing job logs in director for multiple instance of a job
Replies: 4
Views: 2522

Re: Clearing job logs in director for multiple instance of a

'Autopurge' will clear up the log files as you expected.
But what I understand is that you want to remove the job status list.

You can try doing a 'job reset' command at the beginning of a sequence
execution.
by Pagadrai
Mon Apr 20, 2009 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically assigned values
Replies: 4
Views: 1617

Re: Dynamically assigned values

Hi Novak
The scenario you explained is not clear.
are you trying to add values or map one i/p value to another key value in target ?
by Pagadrai
Mon Apr 13, 2009 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2625

I can get yesterday's date in a stagevariable using the code: Oconv(@DATE-1,'DYMD[2,2,2]') -----> Prevday; But how to get the above in a job parameter? How are you calling this job? if you are using a sequence, you can use 'user variables' stage to get the date and use this as input to your job par...
by Pagadrai
Mon Apr 13, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error when loading data in Oracle Database in Upsert
Replies: 5
Views: 1363

Re: Getting Error when loading data in Oracle Database in Up

Hi,
Please give more details.
Can you try using a reject link to the Oracle stage to obtain the sqlerror. This will provide exact reason why the record is not interted.

also mention the exact warning message that you are seeing in the log.
by Pagadrai
Mon Apr 06, 2009 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture rejects using Oracle Enterprise edition stage
Replies: 2
Views: 1272

Re: capture rejects using Oracle Enterprise edition stage

pavan_test wrote:Hi All,
if there is only 1 bad record it rejects all the 100,000 records with a sql code 1403.
Mark
Hi,
Can you explain more on this.