Search found 3329 matches

by Sainath.Srinivasan
Thu Mar 19, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect Oracle 11g through 7.5 PX Jobs
Replies: 10
Views: 3943

Was it working fine before (maybe with different version of oracle)?

Have you checked the PX installation steps for Oracle?
by Sainath.Srinivasan
Thu Mar 19, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the quotient and remainder at a time in datastag
Replies: 3
Views: 1625

2/3 returns recurring decimal. So not possible to find exact value.

Search for round_inf.
by Sainath.Srinivasan
Thu Mar 19, 2009 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect Oracle 11g through 7.5 PX Jobs
Replies: 10
Views: 3943

Can you provide more information on what you are trying to view and what message you get.
by Sainath.Srinivasan
Thu Mar 19, 2009 4:16 am
Forum: General
Topic: Problem using DS SAP R/3 Service Pack - ABAP Extract Stage
Replies: 4
Views: 2422

That is a SAP module to be installed on SAP side.

Did you search for the name?
by Sainath.Srinivasan
Thu Mar 19, 2009 4:15 am
Forum: General
Topic: Problem using DS SAP R/3 Service Pack - ABAP Extract Stage
Replies: 4
Views: 2422

That is a SAP module to be installed on SAP side.

Did you search for the name?
by Sainath.Srinivasan
Thu Mar 19, 2009 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Stage - details
Replies: 7
Views: 2405

Set the autoTransfer and autoWrite to false.

What are a and b? They do not have any relation to your data fields.

Why do you do a dropRecord()?

Use same input and output port names as declared in the interfaces.

I will suggest removing your code and make it working by default setting alone.
by Sainath.Srinivasan
Thu Mar 19, 2009 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failure due to space
Replies: 9
Views: 2300

Does the link sort appear in the mentioned job or another job before this?

Try splitting the jobs into smaller jobs.

What is your scratch capacity, what OS?

Does the source Datasets directly landed from any database?
by Sainath.Srinivasan
Thu Mar 19, 2009 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warrning:-APT_Combined... and data is not loaded into SeqFil
Replies: 3
Views: 1303

Search for "handling null" or your message without the field name.

There are loads of identical posts.
by Sainath.Srinivasan
Wed Mar 18, 2009 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with sequential file and file name column
Replies: 10
Views: 2139

What if you provide the files in reverse order?

It will be useful to isolate the input seq file (with pattern) and an output (peek or seq file).

Do you perform any other activity other than file pattern?
by Sainath.Srinivasan
Wed Mar 18, 2009 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLAllocHandle: Failed to allocate environment handle 'ENV'
Replies: 6
Views: 4336

What if you run outside datastage but from DS server?
by Sainath.Srinivasan
Wed Mar 18, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is getting aborted Coz of lack of table space,
Replies: 3
Views: 838

How important is / are the missing rows? :wink:

ETL is expected to finish its activity in full and successful.

What tablespace is it running out of? Data or undo or temp (or rollback) or any other?
by Sainath.Srinivasan
Wed Mar 18, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with sequential file and file name column
Replies: 10
Views: 2139

Does the total row count differ?

What if you write to a sequential file and then match them back to source?