Search found 12 matches

by juliejarrett
Sun Jun 25, 2006 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating/Inserting a Record where key is NULL
Replies: 5
Views: 2216

Updating/Inserting a Record where key is NULL

Having a problem when trying to use the Update Action. 'Insert new or update existing rows'. One of the Key fields is = NULL, and when the record already exists on the file and an Update is actually required, Datastage cannot find the record, so tries to do an Insert but fails. I have noticed that j...
by juliejarrett
Thu Dec 15, 2005 11:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Division truncation
Replies: 2
Views: 1247

Division truncation

In the Transformer I am tring to do a division and the answer keeps truncating

ie 1 / 3 = .33330 The scale we specified was 5.

Any ideas how we could get .33333

Thanks
by juliejarrett
Mon Sep 12, 2005 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Reference lookup counts
Replies: 8
Views: 3516

I was thinking of some sort of SQL to count the number of rows the reference table returned for each look up and maybe creating a Hash table with that info, but was wondering on the use of system variables such as @INROWNUM or @OUTROWNUM to calculate ??
by juliejarrett
Mon Sep 12, 2005 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Reference lookup counts
Replies: 8
Views: 3516

Multi Reference lookup counts

You can look up multiple rows from the reference table. The rows are selected by a foreign key , but is there a way of counting up the number of returned rows for each key.

We need the infomation in the lookup Transformer.

Thanks
by juliejarrett
Tue Mar 15, 2005 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging client has discontected
Replies: 3
Views: 1639

debugging client has discontected

When debugging a job, I get this message randomly
'debugging client has discontected' and the deugger aborts.

What is the reason for this

Thanks
by juliejarrett
Thu Dec 09, 2004 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc.ini
Replies: 5
Views: 3382

Thanks Ray,

I was looking at the wrong odbc.ini file

Have updated
by juliejarrett
Thu Dec 09, 2004 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc.ini
Replies: 5
Views: 3382

OK, needs more explaination...

In development I am set up to be able to read certain databases. They used to all be in the odbc.ini file, now I just need to add a database I want to read from another server.

It is set up in the Data Sources (ODBC) in admin tools already
by juliejarrett
Thu Dec 09, 2004 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc.ini
Replies: 5
Views: 3382

In Windows ???

I don't understand.
by juliejarrett
Thu Dec 09, 2004 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc.ini
Replies: 5
Views: 3382

odbc.ini

In the old days we used the odbc.ini file to define connections to different servers, so we could attach to new databases in the ODBC stage. We used uvodbc.config to change the 'dropdowns'. Now, in vers 7.2 the odbc.ini does not individually have all the connection details. Where is this entered now...
by juliejarrett
Mon Nov 08, 2004 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in Key - ODBC stage Input/Update
Replies: 7
Views: 2954

The key is NULL did not work , and we had trouble with the OCI stage, so we went with the User Defined SQL using the NVL option. Works beautifully

Thank-you
by juliejarrett
Sun Nov 07, 2004 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in Key - ODBC stage Input/Update
Replies: 7
Views: 2954

The key data is very clearly defined, is there anyone else who can help with this problem

Thanks
by juliejarrett
Sun Nov 07, 2004 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in Key - ODBC stage Input/Update
Replies: 7
Views: 2954

Null value in Key - ODBC stage Input/Update

When inserting a record using the Oracle ODBC Stage originally, where a column of the key is NULL, the insert goes fine. But when it comes to updating this record, ODBC gets confused and can't seem to update. It is like it cannot recognise that the record exists. If the coulmn which is NULL is actua...