Search found 15603 matches

by ArndW
Thu Mar 09, 2006 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Pos arg exceeds numFields()-1: 30
Replies: 3
Views: 1080

The issue is not the number of columns in the table, but a mismatch in your Oracle stage between the number of columns you have defined and then number of columns the generated SQL statement is trying use. This can happen when you define your own SQL (and perhaps later on add a column, forgetting to...
by ArndW
Wed Mar 08, 2006 5:35 pm
Forum: Site/Forum
Topic: Suggestion abt the certification
Replies: 37
Views: 26045

I couldn't find the IBM DataStage exam in the list at Pearson training and asked them about it, and just got the answer 415 is not the Exam Number for any of the IBM exams that we offer. I've also checked through our expired exams, and it never has been. I would suggest you check with IBM as to the ...
by ArndW
Wed Mar 08, 2006 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to import ODBC table definition in Windows
Replies: 4
Views: 1035

Did you import the metadata using the same database userid (perhaps the one you are using from DS doesn't have sufficient privileges)?
by ArndW
Wed Mar 08, 2006 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling Subroutine: DSD.Browse (Action=3);
Replies: 16
Views: 9439

The reason I asked is that if you are using your own query it might be causing the issue, whereas it is unlikely that a generated query will cause the error you are having. Which one of the 3 types are you using?
by ArndW
Wed Mar 08, 2006 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to import ODBC table definition in Windows
Replies: 4
Views: 1035

What happens when you try the same thing on that system DSN with MSQuery, is it successful?
by ArndW
Wed Mar 08, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling Subroutine: DSD.Browse (Action=3);
Replies: 16
Views: 9439

I just wanted to narrow down the cause to the DRS stage. Can you run the job? Do you have custom SQL in the DRS stage?
by ArndW
Wed Mar 08, 2006 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing parameters to Hashed file
Replies: 12
Views: 2792

...Is there a problem in DSJ.ParamNameList? I don't know, since it is not a DataStage mnemonic. By default variable and constant names are case sensitive, so you should use "DSJ.PARAMLIST", as the documentation specifies. The compiler can't know that the variable name you used is undefined in the f...
by ArndW
Wed Mar 08, 2006 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling Subroutine: DSD.Browse (Action=3);
Replies: 16
Views: 9439

Define an ODBC stage to the same datasource as you are trying to access from DRS and see if you get the same error message. Have you used DRS successfully in this project before?
by ArndW
Wed Mar 08, 2006 8:50 am
Forum: Site/Forum
Topic: Suggestion abt the certification
Replies: 37
Views: 26045

I think it is a misprint as well; getting 75 out of 79 that would equate to a score of about 95% and from the sample questions posted they would seem to want a written answer (not multiple-choice) -- thus some responses won't even be 100% correct because the examiners deem the answer to not be compl...
by ArndW
Wed Mar 08, 2006 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Pos arg exceeds numFields()-1: 30
Replies: 3
Views: 1080

Looks like you have an extra 30th column in your metadata within DataStage while your table only has 29 defined.
by ArndW
Wed Mar 08, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BEST UPSERT TECHNIC
Replies: 15
Views: 5056

Zeevs1970, first off, welcome to DSXchange. Could you explain your problem a bit more, since writing to a hashed file doesn't directly relate to using upsert into a table - unless you are doing it to an ODBC data source that links to a hashed file. Generally it is much faster to split your updates a...
by ArndW
Wed Mar 08, 2006 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trim and extract specific data
Replies: 28
Views: 5815

Combining the two statements together makes it a condition, which returns only a TRUE or FALSE (1 or 0), thus the value of something like 'Hello World' AND 1=2 would be 1. What you want to do in this case is a simple Trim(Ereplace(InDerivation, "nt", "") ,";"...
by ArndW
Wed Mar 08, 2006 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailing spaces getting trucated.
Replies: 5
Views: 1682

legendkiller - <sigh> did you actually read the information on $APT_ORACLE_PRESERVE_BLANKS? This is exactly what this setting does.
by ArndW
Wed Mar 08, 2006 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Datetime field overflow
Replies: 3
Views: 1353

kris9999, in the transform prior to the stage make another output link to a sequential reject file, then use the drop-down list in the constraints to specify that rejected rows should go down there and add the columns that you are interested in to that output stream. this is standard error handling ...
by ArndW
Wed Mar 08, 2006 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailing spaces getting trucated.
Replies: 5
Views: 1682

Read up on the $APT_ORACLE_PRESERVE_BLANKS setting in PX.