Search found 263 matches

by snt_ds
Wed Aug 08, 2007 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String varchar yyyymmdd to Oracle date error
Replies: 4
Views: 1639

Ray,

I tried using 4,2,2 in OCONV, but it still throws the same error message.
Anything else I can try?
Infact I aslo tried using the same code via a Routine.

Also I did not understand the meaning of your first statement regards Quote..
by snt_ds
Fri Jul 27, 2007 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplying Decimal fields
Replies: 7
Views: 2651

Hi Again,

now i have found onemore record which contains 16 digits value in output(78944153.69966222).

Col1:=-84083416.1800000
Col2:=0.93887900

Output:=-78944153.6996622.

Thanks and Regards
sny_ds.
by snt_ds
Fri Jul 27, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplying Decimal fields
Replies: 7
Views: 2651

Ray, I got it what you and Craig explained. But just wanted to confirm with you if, this EXACTNUMERIC parameter in uvconfig file doesn't count signs ('-') or decimal points (.) from the values. Please let me know. It means in my first post, i had value (-234003098.0822554) of only digits count 16. S...
by snt_ds
Thu Jul 26, 2007 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplying Decimal fields
Replies: 7
Views: 2651

Hi Craig- Thanks for your reply! As you said, I have checked our uvconfig file settings. The EXACT_NUMERIC variable is '15' by default; which is pretty much higher than my target record's precision which is just '7'. (-234003098.0822554). I have another target records which are outputting fine. Eg: ...
by snt_ds
Thu Jul 26, 2007 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiplying Decimal fields
Replies: 7
Views: 2651

Multiplying Decimal fields

Hi, I have two fields col1 , col2; which are defined as Decimal(26,8) and Decimal(20,2). I am just multiplying these two fields in the transformer stage and passing this value to the target, which is defined as Decimal(25,7). I had a strange truncation in one field of my output. Eg: Col1 = -24873359...
by snt_ds
Thu Jul 26, 2007 4:39 am
Forum: General
Topic: Problems with notification activity.
Replies: 15
Views: 7668

Are you trying this for incase of any job aborts,If it is the case use one uservariable activity stage and give the specific environments and in the notification activity of attachments part use the log path as attachment.
by snt_ds
Sun Jul 22, 2007 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC behaviour
Replies: 4
Views: 2093

CDC behaviour

Hi, In one of my job I'm using CDC, I have to src links (hash partitioned and sorted ASC on my key). In CDC stage I'm using change mode as Explicit Keys, All Values I have run the initial run where my target has 0 records; all records got inserted. I got the change record in my source, there is a ch...
by snt_ds
Sun Jul 15, 2007 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage behaving goofy
Replies: 4
Views: 1296

Yes, in my mapping all the columns mapped to the output from right link are nullable.
I'm not getting why my join is behaving goofy.

Thanks
Suresh
by snt_ds
Sun Jul 15, 2007 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage behaving goofy
Replies: 4
Views: 1296

Thanks Ray for your quick responce,

Both the source links are partitioned on KEY and sorted on same before joining. The join type is left outter join ( ABC is Left).
Link execution order ABC is 1st and DEF is second.

Thanks
Suresh
by snt_ds
Sun Jul 15, 2007 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage standards
Replies: 3
Views: 870

Thanks Ray, The job was developed by someone and I'm doing the code review. I have to promote this job to PROD. In other CDC stages we are using only the comparison columns. I found we are using different columns in one CDC. My question is can we have other columns apart from comparison columns in C...
by snt_ds
Fri Jul 13, 2007 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage standards
Replies: 3
Views: 870

CDC Stage standards

Hi, I want to know regarding the CDC stage. I have to 2 source links and a target link. Source1 : 30 columns. Source2 : 10 columns. Target : 10 columns. 10 columns and their metadata are same in 3 links (sourece1,source2 and target). My jobs are running fine but as per the CDC standard's do we need ...
by snt_ds
Wed Jul 11, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert these character &#8356;,€,ß,â,ä,ü,û,&#368; in
Replies: 6
Views: 3082

Hemant_Kulkarni wrote:Create a Job parameter NLS_LANG and set the value as AMERICAN_AMERICA.UTF8
I created job parameter and assigned AMERICAN_AMERICA.UTF8 value. Even though I get the following error.

"Transformer_2: Pin 2 not initialized"


Could you please provide any resolutions


Thanks
by snt_ds
Mon Jul 09, 2007 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert these character &#8356;,€,ß,â,ä,ü,û,&#368; in
Replies: 6
Views: 3082

What is your source? Is it a flat file or a database table? If a table then, what is the NLS character set in your source database? WHat happens when you write to a text file, do any of the characters show up? Please find the following details: Source :SQL server NLS caracter set on sql server :asc...
by snt_ds
Mon Jul 09, 2007 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert these character &#8356;,€,ß,â,ä,ü,û,&#368; in
Replies: 6
Views: 3082

sun786 wrote:what is the NLS charecter set on the project?
we don't have NLS characet in my PROJECT.
by snt_ds
Wed Jun 27, 2007 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance job and Passing Invocation ID
Replies: 3
Views: 1141

Multiple Instance job and Passing Invocation ID

Hi, I have a multiple instance dimension job, this job will have below jobs. EXT XFM LOAD SEQ SEQ calls all the 3 jobs. Invocation ID is passed to SEQ from the Script . Target and Source table structures are same, Jobs are running fine and everything is working fine for the dimensions. Now I'm havin...