Search found 23 matches

by prasoon
Mon Jan 25, 2010 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To find out the substring and concat with field separator
Replies: 3
Views: 2036

This will also give the same result
Ereplace(Fold(InLink.DESC_,3),@FM,',')
by prasoon
Sun Jan 24, 2010 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting duplicate racord
Replies: 4
Views: 2534

Re: Inserting duplicate racord

Array size is the number of record read and writes at a time in the database. Better to use transaction size=1 which will make sure to commit one record at a time along with array size=1.
by prasoon
Wed May 14, 2008 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: more than One CLOB in the target
Replies: 0
Views: 1081

more than One CLOB in the target

Hi , In the oracle database target table among the 10 columns, 2 columns have CLOB data type and in the corresponding staging job I'm using it as a LongVarChar for the respective columns. And just because of 2 CLOB columns in the target job failing. When I change one of the CLOB columns to Varchar i...
by prasoon
Wed May 23, 2007 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing Nulls.........
Replies: 8
Views: 2989

So Comparing two nullable columns is a Pitfall? And instead of writing col1=col2 I should write (If(IsNull(col1))then '' else col1)=(If(IsNull(col2))then '' else col2) Is that right? Thanks again for all the help :D :D :D Yes That's correct,here if both columns are NULL will pass through the EQUAL ...
by prasoon
Wed May 23, 2007 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing Nulls.........
Replies: 8
Views: 2989

Yes,Those record which having NULL value(wchic u are comparing) will pass through reject link.
by prasoon
Wed May 09, 2007 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "IPC_out" Inserted value too large for column, row
Replies: 2
Views: 2025

we are using Oracle 9i
by prasoon
Fri Sep 08, 2006 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_ipcopen() - Error in open file/dir
Replies: 2
Views: 3116

Re: ds_ipcopen() - Error in open file/dir

This post is in wrong Forum,please don't repllyy on this Hi, I read lots of post in this forum related to same topic, but still didn't have any solution. Following log massage I'm getting and after that job getting failed. Any suggestion would be appreciated. Item #: 94 Event ID: 87828 Timestamp: 20...
by prasoon
Fri Sep 08, 2006 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen() - Error in open file/dir
Replies: 2
Views: 5585

ds_ipcopen() - Error in open file/dir

Hi, I read lots of post in this forum related to same topic, but still didn't have any solution. Following log massage I'm getting and after that job getting failed. Any suggestion would be appreciated. Item #: 94 Event ID: 87828 Timestamp: 2006-08-25 17:53:12 Type: Warning User Name: informix Messa...
by prasoon
Thu Sep 07, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_ipcopen() - Error in open file/dir
Replies: 2
Views: 3116

ds_ipcopen() - Error in open file/dir

Hi, I read lots of post in this forum related to same topic, but still didn't have any solution. Following log massage I'm getting and after that job getting failed. Any suggestion would be appreciated. Item #: 94 Event ID: 87828 Timestamp: 2006-08-25 17:53:12 Type: Warning User Name: informix Messa...
by prasoon
Wed Aug 23, 2006 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Link collector
Replies: 4
Views: 2492

Issue with Link collector

Whether anybody has found a solution to this problem, or whether a bug fix has been issued.
Any help or advice would be greatly appreciated.
by prasoon
Mon Jun 26, 2006 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 11938

Yes ArndW,
still I'm getting same error.
ArndW wrote:How about CAST(o_abc_uid as Integer), what happens when you attempt that? If it doesn't work, what is the error message? ...
by prasoon
Mon Jun 26, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 11938

I usedCAST function like this.....
SELECT CAST(o_abc_uid as Numeric),column1,column2 FROM tablename
Please let me know, it is the correct way or not!! :(
ArndW wrote:I don't see a CAST at all in your SELECT; what did you try? ...
by prasoon
Mon Jun 26, 2006 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 11938

Hi ArndW, I used CAST function but it's not working at all.still same error..... [/quote]JobName..ObjectName:Informix data type 'INT8' for column 'a_abc_uid' is not supported in SQL statement: SELECT a_abc_uid,column1,column2 FROM tablename. JobName..ObjectName.DSLink1:DSP.Open GCI $DSP.Open error -...
by prasoon
Mon Jun 26, 2006 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 11938

Hi ArndW, I used CAST function but it's not working at all.still same error..... [/quote]JobName..ObjectName:Informix data type 'INT8' for column 'a_abc_uid' is not supported in SQL statement: SELECT a_abc_uid,column1,column2 FROM tablename. JobName..ObjectName.DSLink1:DSP.Open GCI $DSP.Open error -...
by prasoon
Mon Jun 26, 2006 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why does Datastage not support Datatype INT8(serial8)
Replies: 20
Views: 11938

Hi All,
Can Anybody suggest possible solution for this.

Thanks in advance.
singhald wrote:hi

i have tried this ,
but this is also not working it giving same error type message
"Data type BigInt define in that coloumn is not supporting"


plz give me another sol for this

bye