Search found 181 matches

by seanc217
Tue Jul 25, 2006 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a shared container
Replies: 4
Views: 1261

OK I saw that information in the documentation. I guess what I am trying to do is to create a library of functions that I could use in multiple jobs. So there would be no questions about what to do in certain cases. For example always convert char(0) to empty string. I guess there is no way to do so...
by seanc217
Tue Jul 25, 2006 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a shared container
Replies: 4
Views: 1261

Thanks for the reply Ray.
Where can I find information on this?

Is it in the documentation?

Thanks,

Sean
by seanc217
Tue Jul 25, 2006 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a shared container
Replies: 4
Views: 1261

Creating a shared container

Hi there, I want to create a parallel shared container that will convert any invalid characters that are in the data to spaces or empty strings. So, in my container job I have a tranformer to convert the fields passing through using the convert function. If I have runtime column propegation on, how ...
by seanc217
Fri Jul 21, 2006 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle error during load.
Replies: 3
Views: 1503

Oracle error during load.

I am loading data into an Oracle database. When I get to the end of the load I get an error as such... Ciramst_to_Oracle,0: GenericQuery:esqlErrorHandler Prepare failed for: GenericStmt_7 query is: SELECT banner FROM V$VERSION sqlcode is: -3135 esql complaint: ORA-03135: connection lost contact I am...
by seanc217
Thu Jul 20, 2006 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Error(DSEE7.5.1A, HP-UNX)
Replies: 4
Views: 2731

The first thing to get is the sqlloader log file from the scratch disk area. This should have more information in it if it pertains to something that happened during the load. Post that information here.

Sean
by seanc217
Thu Jul 06, 2006 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why does the job reports as successful with Fatal Messages?
Replies: 3
Views: 3026

I am not 100% sure why it does this. I have seen it with the infamous 139 error message. The only thing I can think is that DataStage sees that the job finished successfully then hits the timeout and since it is not a DataStage error, but an Oracle error it reports that something happened and finish...
by seanc217
Thu Jul 06, 2006 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why does the job reports as successful with Fatal Messages?
Replies: 3
Views: 3026

It sounds like your Oracle connection is timing out. We were having some issues with this as well on long running jobs. We finally turned time outs off. You will have to work with your DBA on this. In short we added the following entry on our client(DS server) and Server (Oracle Server) in the sqlne...
by seanc217
Thu Jul 06, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5x2 "Certified" on Windows 2003?
Replies: 6
Views: 1492

I have been running PX on Windows 2003. I am not happy with it though. I have run into many issues which I think will go away when we switch to our Linux servers. I will not go into detail here because I have posted some of the issues here.
by seanc217
Fri Jun 23, 2006 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII format showing some low characters
Replies: 22
Views: 6595

You can try something like this in the derivation field of a transformer. This works for me. convert(char(0):char(1):char(2):char(3):char(4):char(5):char(6):char(7):char(8):char(9):char(10):char(11):char(12):char(13):char(14):char(15):char(16):char(17):char(18):char(19):char(20):char(21):char(22):ch...
by seanc217
Mon Jun 19, 2006 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "persistent form" in this context?
Replies: 6
Views: 1590

It means it is stored on disk, instead of memory.

HTH.
by seanc217
Fri Jun 16, 2006 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using sequence in oracle stage.
Replies: 7
Views: 3075

Also be aware if you are running Oracle on RAC this is how a sequence will not be sequential.

If order matters...

create the sequence with nocache order options. Note however there is a performance penalty for this.

HTH
by seanc217
Thu Jun 15, 2006 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in joining 2 tables
Replies: 12
Views: 4041

You could also use column aliases to rename the column utilizing custom sql. In an Oracle DB you would do it as such select col1 as column1....

HTH
by seanc217
Fri Jun 02, 2006 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating records in SCD type 2
Replies: 6
Views: 2238

OK testing this way did not work because of the parallel nature of the job. So I get both records with a record indicator of "N".

I will investigate the other ways which were suggested.

Thanks
by seanc217
Fri Jun 02, 2006 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating records in SCD type 2
Replies: 6
Views: 2238

Here's How I did it. I have 3 output links from a transformer. One catches the new inserts (change code 1). The other 2 output links catch the edit (change code 3). On the one output link I update the old record with the values from the transformer to set the end_date and the current record indicato...
by seanc217
Thu Jun 01, 2006 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating records in SCD type 2
Replies: 6
Views: 2238

Updating records in SCD type 2

I have a job that uses the change capture stage. I know that if I have a change_code 1 I can insert. If I have a change_code 3 I have an edit and I need to update. Instead of updating I want to insert a new record and update the old one with an end date. How would I go about doing this using the Ora...