Search found 30 matches

by randy
Fri May 25, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: disable one output link
Replies: 4
Views: 1706

Putting @FALSE worked partially.

That stage is truncate existing data and then load, so it trucated the rows and then did not load the new data.

I really wanted ds to just ignore that entire link.
by randy
Fri May 25, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: disable one output link
Replies: 4
Views: 1706

disable one output link

I have a transformer with 2 output links that each load into a tables.
I want to disable one of those links so I can test the other.

Thanks
Randy
by randy
Tue Jul 11, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 2297

Thanks,

the GMT data looks like this: 0493558525

I am not sure how to sure the examples, but will spend the night working on it.
by randy
Tue Jul 11, 2006 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 2297

I did a search for gmt and found very little.
by randy
Tue Jul 11, 2006 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 2297

gmt data

A new data file is containg date/time formated as gmt.
I need to load this into an Oracle table, but am not sure how to handle it.

Can someone help me?

Thanks
Randy
by randy
Fri Jun 09, 2006 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait_for_file
Replies: 2
Views: 1401

Wait_for_file

How does the Wait_for_file stage work?
If the file is large and takes a couple of minutes to ftp, does the wff stage just look for the name or will it somehow know when the whole file is there?

Thanks
Randy
by randy
Fri Mar 31, 2006 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

got it.
user defined sql

INSERT INTO tbl
(D_TRANSACTION_DATE_TIME)
VALUES
(TO_TIMESTAMP(:1, 'YYYY-MM-DD HH24:MI:SS.FF'))

not real elegant, but it works.

Thanks all
by randy
Fri Mar 31, 2006 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

The same:

xfmLoad: ORA-01830: date format picture ends before converting entire input string
by randy
Fri Mar 31, 2006 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

The length is 26
The scale is 6
by randy
Thu Mar 30, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

I guess I could, but was really hoping to do it in datastage.
Isn't there someway of doing this?
by randy
Thu Mar 30, 2006 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

Thanks, but the miliseconds if very important to the project.
by randy
Thu Mar 30, 2006 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2612

oci can't handle miliseconds

Hi, I am getting the following error when I try to load a timestamp with miliseconds: ORA-01830: date format picture ends before converting entire input string I manipulate the date to look like this: yyyymmdd hh24:mi:ss.MMM I am using OCI9 and have the field defined as timestamp. Thanks for any sug...
by randy
Tue Mar 21, 2006 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job time limit
Replies: 6
Views: 1786

You got me on this 32bit limit thing. How would I know?
by randy
Tue Mar 21, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job time limit
Replies: 6
Views: 1786

the job is real simple. It's an ODBC to hash file. The hash file is then used in many jobs downstream.

there are no errors in the log. It just hangs.

It has happend 4 times in 3 months and run successfully about 1000.
by randy
Tue Mar 21, 2006 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job time limit
Replies: 6
Views: 1786

datastage job time limit

Can someone suggest a method for limiting how long a job can run and aborting it if it exceds the time limit? I have a job that usually runs in less than a minute, but occasionally hangs and will run forever. Since no errors are being generated, troubleshooting it is hard. So until I stumble on why ...