Search found 263 matches

by snt_ds
Wed Oct 15, 2008 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP xml files
Replies: 2
Views: 1100

Thanks Chulett for quick response. This process we are implementing first time, so no scripts are existing. Right now we are working on Windows so need to find a way to ftp XML files to datastage server from remote server. Once all the XML files are on Local server then I think need to use XML input...
by snt_ds
Wed Oct 15, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rounding issue while loading in to sql server
Replies: 4
Views: 1036

ArndW wrote:What is your source data type, are you doing an implicit conversion to float in the transform stage?
Source datatype is Decimal and by using decode function changed to varchar and done decimal converion in transform stage
by snt_ds
Wed Oct 15, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rounding issue while loading in to sql server
Replies: 4
Views: 1036

rounding issue while loading in to sql server

Hi, while loading the data in to sql server I am facing the below issue: Input dataset values are 3.4455, 55.667, 333.44445 In sql server database it is loading like : 3.4400012, 55.6670122, 333.4444499999 But I need the o/p like: 3.44, 55.66,333.44 i.e i need the o/p precision 2 decimals. And the d...
by snt_ds
Tue Oct 14, 2008 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage not opening
Replies: 5
Views: 1662

Thanks Chulett for your help.It worked out.

Can we clear all acential registory entries at a time?It is quite hectic
to search and delete hundreds of entries.

Thanks once again.
by snt_ds
Tue Oct 14, 2008 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Yeild to Price
Replies: 2
Views: 915

Yeild to Price

Hello All, I have one of the tricky requirement in my project. This requirement is basically to handle the Yield to Price conversion . The old system handles this in MSExcel(using macros),and MS Excel has one in built function to handle Yeild to Price conversion. But now the requirement is to handle...
by snt_ds
Mon Oct 13, 2008 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage not opening
Replies: 5
Views: 1662

Thanks Chulet for the reply.

I could see only one entry REG_SZ in path
C:\Program Files\Ascential\Datastage 7.5.1\vmdsrpos.dll.

Is this one one want to clear off and after or before uninstall?

Thanks
by snt_ds
Mon Oct 13, 2008 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage not opening
Replies: 5
Views: 1662

Merge stage not opening

Hi DSXians, When i click on merge stage in DS designer it hangs up.Later i have to stop the process.No issues with any other stages.I reinstalled the ds client after removing the source directory it previously installed,but of no use. But one more suggession in dsxchange is to clear off registory en...
by snt_ds
Thu Oct 09, 2008 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 7
Views: 5048

Resolved.. I designed a seperate job and sorted it on a Key col and then loaded it to the Target oracle table..all this was done in Sequential Mode and I set the Oracle Row Commit to 1..this inserted all the records till the one which was the Culprit.. Then I went back to the Src Table and sorted it...
by snt_ds
Thu Oct 09, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 7
Views: 5048

Since the Src Col data (dates) is in String format to be converted to Timestamp for target table, I guess it will not help to use IsValid() function
by snt_ds
Thu Oct 09, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 7
Views: 5048

Before it aborts it throws this warning

APT_CombinedOperatorController,0: Conversion error calling conversion routine timestamp_from_string data may have been lost
by snt_ds
Thu Oct 09, 2008 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 7
Views: 5048

Invalid Julian day

Hi, I have src cols having dates as 'YYMMDD' as Varchar2(6) in an Oracle table. I am trying to convert these using StringToTimestamp(lnk.ColName : ' 00:00:00',"%2000yy%mm%dd %hh:%nn:%ss") (Defaulting Century as 2000) to write to another Oracle table. (Proper Null handling done) We have 24 ...
by snt_ds
Wed Oct 01, 2008 10:54 am
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 4281

eostic wrote:What are you "doing" with the XML after you get it?
We are writing to RDBMS.
by snt_ds
Tue Sep 30, 2008 7:35 pm
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 4281

Thanks Ernie/lstsaur.
by snt_ds
Tue Sep 30, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle the below reuirement
Replies: 1
Views: 1144

how to handle the below reuirement

Hi I have a requirement like below. Can anyone help on this. We have two columns like specified below. Column A Column B X1 10 X1 20 X2 22 X2 32 . . . ' . . We need output like specified below. X1 10;20 X2 22;32 . . . Could anypne please help me on this issue Thanks in Advance
by snt_ds
Sun Sep 28, 2008 8:24 pm
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 4281

Limitation of DataStage to Process XML data?

Hi All,
Does any body having particular experience about limitation of DataStage to process XMS?
This might be generalized question, but we are exploring different options to process XML data.
I searched thru forums but couldnt find proper information.

Thanks for your time.