Search found 336 matches

by Raftsman
Thu Jun 21, 2007 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Problem
Replies: 3
Views: 1065

I found the problem. I was doing a conversion on a Nullable Timestamp. It would not write to the dataset. Would someone know the logic to ignore timestamp conversion if Null. I tried the following and can't seem to get it to work IF IsNotNull(TimestampToString(DSLink13.REGISTRATION_DATE,"%yyyy-...
by Raftsman
Thu Jun 21, 2007 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Problem
Replies: 3
Views: 1065

DataSet Problem

I am trying to write one record to a dataset and the stats show 1 record being passed to the stage but I can't view the records. The job does not abort. I removed all null possibilities thinking that was the problem, I started all debug option and still can't find out why the records are not written...
by Raftsman
Fri Jun 15, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting excel file
Replies: 4
Views: 1302

If the Excel file resides on your desktop and DS reside on a server, can I use ODBC to access the file on my desktop or do I need to FTP the file to the server.

I looked at ODBC stage and when it request Source in the properties field, is this where you enter the path and filename.

Thanks
by Raftsman
Fri Jun 15, 2007 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler
Replies: 5
Views: 2534

Hi Vince,

Jobs that compiled before we upgraded to 8.0.1 worked. Now they are aborting.
by Raftsman
Thu Jun 14, 2007 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler
Replies: 5
Views: 2534

C++ Compiler

I received the following message during a compile (Transformer included) ##F IIS-DSEE-TUXX-00001 16:29:35(000) <main_program> Internal Error: (numInputsKnown_): api\operator_rep.C: 2611 (LOAD_ATTRIBUTION_DIM.Transformer_19) the compile ENV value is -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c and the Li...
by Raftsman
Mon Jun 11, 2007 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ compiler
Replies: 2
Views: 1678

For 7.5.x2 version, Visual net 2003 is the preferred compiler. 7.5.x2 was specifically designed for that version and all later versions do not work. Once you get to 8.0.1, the latest version works.
by Raftsman
Mon Jun 11, 2007 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle to Oracle Data Copy
Replies: 1
Views: 1442

Oracle to Oracle Data Copy

I am moving information from an Oracle operational system to a staging area. Using DataStage, what is the most efficient way. I would assume it is with the Oracle bulk loader but I can't seem to get it working. I got this error when I tried to write, Load_StgInstrument: Error when checking composite...
by Raftsman
Mon Jun 11, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer Aborted - Jobs left running
Replies: 1
Views: 696

Job Sequencer Aborted - Jobs left running

One of the jobs in a sequence aborted. At the same time, there were multiple jobs running. All running jobs ended up in a hung "running" status. They did not complete and could not be stopped. The job sequence has an exception handler and terminate activity stage. What is the functionality...
by Raftsman
Thu Jun 07, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Timestamp - Metadata Import
Replies: 2
Views: 842

Oracle Timestamp - Metadata Import

I used the metadata import facility to import the Oracle metadata. When importing timestamp types, they are converted to date types. If I use the Orchestrate import, the metadata is imported correctly. The problem is, I have many tables and the orchestrate import one table at a time. Is there someth...
by Raftsman
Tue Jun 05, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets - Recompile Question
Replies: 5
Views: 1455

So far everything is working great. Thanks so much for your input.
by Raftsman
Mon Jun 04, 2007 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets - Recompile Question
Replies: 5
Views: 1455

Parameter Sets - Recompile Question

Is there a way to avoid re-compiling DS jobs when a parameter set value is changed. The parameter sets were created to avoid environment changes when jobs are run in different environment. For some reason, when the value is changed in the parameter set, the job must be re-compiled to pick up the cor...
by Raftsman
Tue May 29, 2007 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Rejection List
Replies: 2
Views: 1075

Lookup Stage - Rejection List

I am passing rejects to a sequential file stage. Is there a way to setup the Null handling for Null fields. Unlike the non-rejects, where I can apply Null handling, rejects do not write to the file and I can't seem to apply Null handing to the fields.

Thanks
by Raftsman
Tue May 29, 2007 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1955

Thanks, the problem was with the Null values. I had to handle them in order to avoid rejects.
by Raftsman
Tue May 29, 2007 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1955

I must elaborate more. The reject link is on a Lookup Stage, not the write sequential stage.
by Raftsman
Tue May 29, 2007 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 9
Views: 1955

Yes I have a reject link and as well, the record are rejected when writing to the file. I thought it was a permissions error but the file has fill write access.

I will try varchar but if you want numerics or any other formats in your sequence file, it kind of defeats the purpose.