Search found 219 matches

by ds_developer
Thu May 19, 2005 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDENTITY_INSERT is set to OFF.
Replies: 5
Views: 10507

I found the following from an Oracle site (but it is refers to DB2): AS IDENTITY clause specifies that the column is an identity column for the table. A table can have only one identity column. START WITH specifies the first value for the identity column. INCREMENT BY specifies the interval between ...
by ds_developer
Fri May 13, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in oci stage
Replies: 5
Views: 2846

I suspect that you are logging in to DataStage with a username that is not an Administrator. If so, you will need to give this user rights to the location of this file.

John
by ds_developer
Thu May 12, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Parameter Frmo a Parameter File
Replies: 11
Views: 7090

I would use Environment Variables, but it depends on which version of 7 you are on. I know version 7.5 supports encryption, but 7.0.1 does not.

See the excellent write-up in the FAQs forum.

John
by ds_developer
Tue May 10, 2005 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage upgrade
Replies: 3
Views: 1738

I would investigate the communication port numbers. I suspect that DS is communicating on a specific port and UniData is listening on another. I had to make these types of changes when connecting to a Universe database. The change involved adding the port number to the uvodbc.config file for the dat...
by ds_developer
Mon May 09, 2005 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in column names
Replies: 3
Views: 1467

Does the file have a header row? If it does, it can use those names. Otherwise, it has to generate the field names.

John
by ds_developer
Mon May 09, 2005 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting 'DATE' using sort command
Replies: 4
Views: 1100

FYI - it is common to format dates as YYYYMMDD so they can be sorted as a numeric field. Don't know if it helps you this time...

John
by ds_developer
Mon May 09, 2005 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass values between jobs?
Replies: 12
Views: 5802

As you can see from the code, he is actually reading and writing to a file. This would allow access from other jobs, stages, etc.

John
by ds_developer
Thu May 05, 2005 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to find string
Replies: 10
Views: 2615

You could use the INDEX function.
John
by ds_developer
Tue May 03, 2005 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Column in Hash File
Replies: 14
Views: 3431

You will find it in 'servjdev.pdf'; search for 'multirow'.
John
by ds_developer
Tue May 03, 2005 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Column in Hash File
Replies: 14
Views: 3431

Arnd,

I don't have 6.x available (I'm on 7.01), so I can't say for sure. The eService KnowledgeBase says it was available in 6.0r3 for both ODBC and Universe.

John
by ds_developer
Tue May 03, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_fixedwidth()
Replies: 3
Views: 979

Without further details, I'd say: 1. you are reading in a fixed width sequential file. 2. you have fields defined that say add up to 100 bytes 3. the first record is being read in and there are more than 100 bytes before the line terminator You have extra data in the record, so it tells you there ar...
by ds_developer
Tue May 03, 2005 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Column in Hash File
Replies: 14
Views: 3431

Multirow lookup is available from 2 stages: ODBC and the Universe stage. It is enabled from the properties of the transformer (not in the stage). One row from the primary stage will result in 0, 1 or multiple rows being available for output depending on the match on the key and the number of rows in...
by ds_developer
Fri Apr 29, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variables
Replies: 10
Views: 5295

Although you cannot View Data when it is set to $PROJDEF, you can replace $PROJDEF temporarily with the real value(s) and see the data. While it isn't fun to type everything in, it does allow you to verify connectivity, the SQL, the data, etc.

John
by ds_developer
Mon Apr 25, 2005 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database name included in SQL in ODBC stage
Replies: 7
Views: 3376

You can edit the Table Definition after it is imported.

John
by ds_developer
Thu Apr 14, 2005 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Error
Replies: 5
Views: 1418

It turns out the problem was related to promoting shared containers. I tried various combinations of promoting the jobs that used the shared containers first, then the shared containers. I also tried promoting them at the same time. Either way, I kept getting the error. So I went back to the origina...