Search found 7201 matches

by admin
Thu Aug 08, 2002 3:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: DB2 connect problem
Replies: 0
Views: 439

DB2 connect problem

Hi all, I have faced with the strange behavior of DataStage 5.2 when it connects to DB2 on NT. I have a machine with installed DB2 v7.2 and DS servers witch is not a domain controller. I have two jobs that insert data into DB2 database. If I run them sequentially all works fine but if I run them in ...
by admin
Thu Aug 08, 2002 12:19 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DS 4.2.1/390 Date validation
Replies: 0
Views: 474

DS 4.2.1/390 Date validation

Hi, We are using Datastage/390 4.2.1 and are moving to Datastage/390 5.2. We are encountering issues in both DS worlds when casting date items that are not valid dates. (Uncontrolled source data). Our CAST results are inconsistent. ie. when invalid we are either returned a value of Null or the previ...
by admin
Wed Aug 07, 2002 8:55 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Data problem
Replies: 3
Views: 783

Hello Carol

A common problem Ive found with sequential read files is
the file type is set to DOS when it should be UNIX and
visa versa. Can you view the data in the view-data option?

This function should work for you.

Regards
Martin Battaliou
DOT Group
by admin
Wed Aug 07, 2002 3:17 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: cursor type
Replies: 0
Views: 428

cursor type

Hi All! It looks like Universe is using server side cursor when I connect to SQL Server. When you use server side cursor, ADO sends sp_prepare to SQL Server which involves a nText parameter. Microsoft does not support nText in its ODS library which my application is built upon. The workaround is to ...
by admin
Wed Aug 07, 2002 12:16 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Delete Hashed File
Replies: 1
Views: 625

Hi, delete.file hashfile The hashfile is case sensitive. regards, aedla. -----Original Message----- From: Benoit_Murray@dmr.ca [mailto:Benoit_Murray@dmr.ca] Sent: Wed 8/7/2002 5:26 PM To: datastage-users@oliver.com Cc: Subject: Delete Hashed File Hi everyone. How can I delete an Hashed file ? The be...
by admin
Wed Aug 07, 2002 11:56 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Delete Hashed File
Replies: 1
Views: 625

Delete Hashed File

Hi everyone.

How can I delete an Hashed file ? The best & clean way ?

Thanks in advance.

Ben
by admin
Wed Aug 07, 2002 6:41 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Multi-row reference lookup spanning a range
Replies: 2
Views: 1754

In order to pass both the LOW_VAL and HIGH_VAL from the transformer stage to the UV lookup stage, you will need to define a couple of dummy columns in the UV stages table definition. These columns can be given any old derivation - eg, use a constant value of 1. Set them as keys to the table, and uns...
by admin
Wed Aug 07, 2002 5:55 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Data problem
Replies: 3
Views: 783

Carol - you dont mention a platform. Perhaps you could tell us more about your platform and how the source file was created. Maybe worth looking at the file with a HEX editor to make sure there arent any unexpected characters there. Is (are) the line termination character(s) appropriate to your envi...
by admin
Wed Aug 07, 2002 5:52 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: User Limit
Replies: 0
Views: 454

Antwort: User Limit

This is a topic for an orphaned message.
by admin
Wed Aug 07, 2002 4:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: User Limit
Replies: 2
Views: 935

Try doing: ps -ef |grep "uvcs" ucvs are client sessions. Chances are you have processes out there still showing as connected. A uvcs and uvapi_slave are usually associated to each login. There is an internal file (DS_LICENSE) that the DS engine puts entries into each time someone connects. Youll hav...
by admin
Wed Aug 07, 2002 3:15 am
Forum: Archive of DataStage Users@Oliver.com
Topic: User Limit
Replies: 2
Views: 935

User Limit

Hi all, Because I got a message ""All available licenses in use:406440-DSDES Limit=3" when I start DS(designer, director or manager) even NOBODY connect to server--I checked by using netstat -a |grep unirpc So I would like to know how user limit in client license work. It counts number of concurrent...
by admin
Wed Aug 07, 2002 1:18 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Multi-row reference lookup spanning a range
Replies: 2
Views: 1754

If you use a UV stage or an ODBC stage, you can tell it to return multiple rows (link properties within the transform stage). You would need to change to a user-defined query so that you use a between in the where clause of the query. You can do this in 4.1 - you dont need to wait until 5. -----Orig...
by admin
Wed Aug 07, 2002 12:35 am
Forum: Archive of DataStage Users@Oliver.com
Topic: R: Multi-row reference lookup spanning a range
Replies: 0
Views: 483

R: Multi-row reference lookup spanning a range

This is a topic for an orphaned message.
by admin
Tue Aug 06, 2002 8:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: User Limit
Replies: 2
Views: 935

The fact that you are getting duplicate records tells me that you do not have a primary key defined in Oracle. You need to do this - for both functionality and performance reasons. When you do an "insert or update" it does the following: * Attempts an insert * Asks Oracle how any rows were processed...
by admin
Tue Aug 06, 2002 6:59 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Copying Dynamic Hashed Files
Replies: 1
Views: 480

There is no TCL command to do as you want; its manual at best. Just recreate the project account on the new hardware, then copy (using ftp or rcp) all parts of the hashed files to that new location (remember that a hashed file consists of a directory name, two visible files DATA.30 and OVER.30, plus...