Search found 15603 matches

by ArndW
Mon Sep 12, 2005 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Platform
Replies: 2
Views: 679

None, no major considerations.
(P.S. I've landed at Keene before; the area is beautiful)
by ArndW
Mon Sep 12, 2005 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The batch job will fail to pass the password to callable job
Replies: 5
Views: 1598

Does that mean that when you run the sub-batch job it is getting the correct userid/password/instance information but it is still failing to connect to Oracle correctly?
by ArndW
Mon Sep 12, 2005 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot connect to database - other than project default
Replies: 4
Views: 897

Kumar,

that is a rather vague error description. Which database type are you trying to connect to, and how? What is the error message that you are getting when you fail to connect to the database? Where are you connecting from (i.e. Designer, Manager)?
by ArndW
Mon Sep 12, 2005 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The batch job will fail to pass the password to callable job
Replies: 5
Views: 1598

For test purposes, change the parameter type from password to string, then you will see if you are passing the correct values from the entries in the job run log files.
by ArndW
Fri Sep 09, 2005 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4232

There isn't a workaround. If you have a NOT NULLable VarChar2 column and the data only has spaces in it then the bulk load method won't work.
by ArndW
Fri Sep 09, 2005 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4232

The APT_ORACLE_PRESERVE_BLANKS will work as long as the column isn't VarChar2; I assumed that it was set so was looking for the more obscure error.

Good job - glad to see it is working.
by ArndW
Fri Sep 09, 2005 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4232

Vinay,

the column is probably an Oracle VarChar2() datatype ... and by definition the loader trims these and makes it a null field.
by ArndW
Fri Sep 09, 2005 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4232

Vinay, have you done what the error message has told you to do? Go to your DataStage temp directory, start with node1 and look into the directory /default/Scratch and then view the file ora.3331.899749.0.log sometimes the first /tmp node doesn't have the error, in which case I would look at the log ...
by ArndW
Tue Sep 06, 2005 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to determine partitioning of pre-existing PX dataset
Replies: 7
Views: 2640

Kumar,

I think it could, but the orchadmin command output can be re-routed to a file which can be processed, whereas the graphical front-end cannot be capture that way.
by ArndW
Tue Sep 06, 2005 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to determine partitioning of pre-existing PX dataset
Replies: 7
Views: 2640

Brad,

I'm not at a Px installation now, but I think if you did a "orchadmin ll {my.ds}" it will, amongst the several pages of output, give you some information on that.
by ArndW
Tue Sep 06, 2005 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Number of reference links
Replies: 1
Views: 702

I am sure that there is a limit somewhere, but it is higher than your 45 lookups. These lookups will trigger off 45 x 2(nodes) jobs to do the work, so your system performance might suffer a bit if it isn't dimensioned big enough, but it will work.
by ArndW
Thu Sep 01, 2005 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv and Oconv
Replies: 4
Views: 2167

Hello Fernando, you only need the ICONV function here; converting the EndDate is easy, just a ICONV(EndDate,'D4-YMD') will do the trick. The StartDate is somewhat moe of a challenge, as the lengths vary. I think that ICONV(FMT(StartDate,"8'0'R"),"D4DMY") should work, but I don't have a DS instance t...
by ArndW
Thu Sep 01, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem to use NOTFOUND
Replies: 4
Views: 2521

Even though I haven't had this problem, I have read in this forum that several people have had problems with this not working correctly. The recommendation has been to use the fact that upon a failed lookup the columns are returned as NULL and can be detected with a IF ISNULL(Lookup.ColumnName) cond...
by ArndW
Thu Sep 01, 2005 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COMPILATION ERROR
Replies: 3
Views: 1300

Not directly, but can you tell us about your source, what the field "END_DT" is declared as and if you have a COBOL type format?
by ArndW
Thu Sep 01, 2005 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Engine Commands
Replies: 6
Views: 2629

I took a look at the page and yes, there is no guide to PERFORM anymore, but the UniVerse User Reference, Version 9.6 at the bottom contains every command that standard UniVerse has - 742 pages of thrilling reading for you. Seriously, it is too much information to learn if all you want to do is use ...