Search found 51 matches

by CLOPES
Wed Jul 16, 2008 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Routine in job sequencer
Replies: 3
Views: 2031

Yes i have searched for this error but my first question was :

Did the stage Routine accept arrays in a value return ?


Ray's reponse help me about the way to make sequencer jobs and i will make them as he told. :lol:
by CLOPES
Wed Jul 16, 2008 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Routine in job sequencer
Replies: 3
Views: 2031

Stage Routine in job sequencer

Hi all, I have wroten a basic routine that read a flat file and return values in an array. If i test it in a "routine way" (with the test button) or if i use it in a job control of a job Server, it's ok. The problem occurs if i want to call in a routine stage through a job sequencer. :?: T...
by CLOPES
Wed Jul 04, 2007 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to configure DSN in ODBC on unix for sql server 2000
Replies: 5
Views: 3701

Hello,

for dsn ODBC, you have to declarate them in the DSEngine/ODBC.ini AND in the uvodbc.config for each projects.

Good luck :wink:
by CLOPES
Tue Jun 19, 2007 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal problem with OCI
Replies: 2
Views: 1395

Decimal problem with OCI

Hi all, Got some problems with OCI decimals. My job is OCI => dataset My select is basic and do not have any conditions and i just take three key columns not nullable. I import metadata and let DS choose columns type. First is decimal 6, second is varchar and last one decimal 11. In the DB source, i...
by CLOPES
Wed May 16, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH generation problem in dboptions (password part) with OCI
Replies: 6
Views: 2280

Do you happen to know the eCase number? If so could you post it here please? Our case was Case No - 503782*FR but IBM have closed it to open an engineering case and they will reopen it as soon as the engineering have resolved this ecase the 16 April. Don't know much more. IBM have made a patch for ...
by CLOPES
Thu Apr 19, 2007 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH generation problem in dboptions (password part) with OCI
Replies: 6
Views: 2280

ray.wurlod wrote:Do you happen to know the eCase number?
If so could you post it here please?
Our case was Case No - 503782*FR but IBM have closed it to open an engineering case and they will reopen it as soon as the engineering have
resolved this ecase the 16 April.
Don't know much more.
by CLOPES
Wed Apr 18, 2007 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH generation problem in dboptions (password part) with OCI
Replies: 6
Views: 2280

It's a PX bug.
IBM have opened an engineering case for that.
by CLOPES
Sat Mar 24, 2007 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OSH generation problem in dboptions (password part) with OCI
Replies: 6
Views: 2280

Welcome aboard. :D Does this occur if you use auto-generated DBoptions, supplying user ID and password through explicit properties? (Yes, I know the array size will default in this case, but let ... Same thing : Orchestrate generate automatically the code with something like password=&[my_passw...
by CLOPES
Sat Mar 17, 2007 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

Re: Handle Timestamp null when inserting in OCI

Resolved ! My problem was => too many stages and a trsfmr at the end that gone crazy. Explication: My job was DS => colImport => 2 JOINs => TSFMR => OCI The conversions type gone crazy in transformer so i create 3 jobs One for the Joins One for the tranformations One for the Insert in Oracle Table I...
by CLOPES
Thu Mar 15, 2007 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

The field is nullable everywhere in the stages and in Oracle too. I have to check if fields are null or not and sometimes they are but the transformer reject the rows because the field is null. I'm going crazy with this problem. Server Edition is easier to work with. :roll: the message is that the c...
by CLOPES
Thu Mar 15, 2007 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

chulett wrote:But is the field nullable in your metadata?

:!: And make sure you haven't checked the 'Disable BBCode in this post' option, that makes all your quoting / etc go a little wonky.
Yes the field is nullable.
Thanks for the BBCode :wink:
by CLOPES
Thu Mar 15, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

[quote="DSguru2B"]Does your table accept NULL for the timestamp field? If you get rid of the database stage and load it to a flat file with the timestamp field set to null, can you load the data into a file?[/quote] if i put a flat file with link reject i can see these rows and there's not...
by CLOPES
Thu Mar 15, 2007 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

[quote="chulett"]What is the [i]actual error[/i] that you get? And is your target Oracle field [b]nullable[/b] or not?[/quote]

My error is something (because i'm at home) like the column from node 0 is NULL row is dropped.
The target is nullable yes
by CLOPES
Thu Mar 15, 2007 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 5259

Handle Timestamp null when inserting in OCI

Hi all, Got a problem with Timestamp. I read data from a dataset then join with datasets then go throught a transformer and then make an upsert into an Oracle table. I have some columns that i have to check in the transformer. If data_from_the_beginning is NULL then take_the_data_from_joiner (timest...
by CLOPES
Mon Mar 12, 2007 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00904 Invalid identifier
Replies: 6
Views: 9459

Re: ORA-00904 Invalid identifier

FOUND.

OCI PX stage need to read/write an Oracle view using LOAD (SqlLoader) and it seems that in Oracle 9i or in the Database i want to insert data 9.2.0.1 version, there's just a column MESSAGE and not MESSAGE_NUM.
I changed to upsert and it works,

Thanks.