Search found 66 matches

by kool_cons
Tue Jun 26, 2007 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Database Stages
Replies: 0
Views: 304

Informix Database Stages

We are using Informix as source database. Datastage 7.5 Enterprise supports Informix Enterprise,Informix Client,INformix Load. I need more understandinmg on these stages like which one is fast in performance wise. and is the performance same in server and in parallel?
by kool_cons
Tue Jun 26, 2007 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Database Stages
Replies: 1
Views: 568

Informix Database Stages

We are using Informix as source database. Datastage 7.5 Enterprise supports Informix Enterprise,Informix Client,INformix Load. I need more understandinmg on these stages like which one is fast in performance wise. and is the performance same in server and in parallel?
by kool_cons
Tue Jun 26, 2007 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job Metadata problem
Replies: 3
Views: 1371

Parallel Job Metadata problem

Hi,
We have a problem in the Enterprise Edition of DataStage 7.5. The job is aborting if any of the length of column name in the Informix source stage is greater than 19. Are you aware of this bug? Is there any patch to fix the bug?
by kool_cons
Thu Nov 16, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roundup routine
Replies: 7
Views: 1841

Thanks i am have written a small routine with Int. this is working fine.
by kool_cons
Thu Nov 16, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roundup routine
Replies: 7
Views: 1841

This is what i need..

ROUNDUP(31415.00, -2) Rounds 31415 up to 2 decimal places to the left of the decimal ((31500)..This is MS excel function,i am converting this formula in Datastage. Is there any other function which works as above.

.I guess int() can give 31415 only for this example.
by kool_cons
Thu Nov 16, 2006 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roundup routine
Replies: 7
Views: 1841

Roundup routine

Hi,

Does anyone have a routine to ROUNDUP a number? I would appreciate your help.
by kool_cons
Thu Sep 21, 2006 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlocking stage types and table defintions
Replies: 3
Views: 1716

Unlocking stage types and table defintions

Hi,

we are exported all the routines,stage type and table definitions as read only to new project. we want to make non-read only. I know there is a command to make non-read onlyfor jobs not for others(routines,table definitions). If you guys know the command to make it non-read only, please help me..
by kool_cons
Sun Jul 23, 2006 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage production issues
Replies: 9
Views: 4018

Just see how many nodes are in config file..Some times if you are using multi nodes and not partitioned well , you will get this mis matched rows..In developement, may be parallel jobs running on single node.so you didn't get this error..Just check it out in production environment. I am not sure how...
by kool_cons
Mon Dec 19, 2005 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installation error in home pc
Replies: 5
Views: 1468

As per DataStageCnu, i am trying to convert FAT32 to NTFS to get installation.

thanks to all
by kool_cons
Thu Nov 10, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird error
Replies: 1
Views: 1309

Weird error

I was getting follwoing error while running the job. i used some user- defined sql in the table look up.i ran the same query in database,it was giving required results.but when i try to run through datastage job,it couldnot work.please help me guys. [ODBC 20101 driver]6033 SQLExtendedFetch: Error re...
by kool_cons
Fri Oct 28, 2005 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash errors
Replies: 1
Views: 996

hash errors

Hai guys,
when i tried to look up with hash stage,i was getting some warnings like "Hashed_File_33.DSLink27: ds_uvput() - Write failed for record id '<Missing or NULL>'" though it ran. i dont know what could be the problem for this one. Can you help me guys.
by kool_cons
Wed Oct 19, 2005 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date is going as null to an informix table
Replies: 6
Views: 1539

problem is solved if i input the field like mm-dd-yyyy instead of yyyy-mm-dd.
thansk guys.
by kool_cons
Wed Oct 19, 2005 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date is going as null to an informix table
Replies: 6
Views: 1539

Could you provide the link of the forum if possible. i could not find..
thanks for your help
by kool_cons
Wed Oct 19, 2005 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date is going as null to an informix table
Replies: 6
Views: 1539

Date is going as null to an informix table

i am loading a table with flat file input which has date field. metadata for source file date field is same as table date field. but when i tried to load into table, date is getting null. it was warning like "Value treated as NULL Attempt to convert String value "2005-10-19" to Date t...