Search found 3329 matches

by Sainath.Srinivasan
Wed Aug 05, 2009 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 7.5 vs DS Enterprise
Replies: 4
Views: 1405

What do you mean by better ?

Are you using any feature specific to Oracle 11g ?

DS 8.0 itself is a big jump which requires xmeta to be stored in a repository database. So better go with the one you have good expertise in.
by Sainath.Srinivasan
Wed Aug 05, 2009 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaining Job name
Replies: 2
Views: 1449

Use DSJobName
by Sainath.Srinivasan
Wed Aug 05, 2009 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument: ) [argvcheck/argvcheck.C:3832]
Replies: 6
Views: 1844

Set APT_DISABLE_COMBINATION to true and re-run the job.
by Sainath.Srinivasan
Wed Aug 05, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage compilation error
Replies: 4
Views: 1326

New installation ?

Were you able to compile with transformer before ?
by Sainath.Srinivasan
Wed Aug 05, 2009 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selection of which Database for metadata repository?
Replies: 7
Views: 3830

Some default installation and configuration scripts are based on DB2 environment. You can modify them to suit other databases.

Apart from that, it must not matter which database you run.
by Sainath.Srinivasan
Wed Aug 05, 2009 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help on SAP ABAP Extract stage
Replies: 2
Views: 1902

Generally you receive the table information from SAP experts. You can give the prefix in search option to get list of similar names.

Some tables like MARA, T001 etc will be frequently used.
by Sainath.Srinivasan
Tue Aug 04, 2009 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to install SAP PACK R/3 Client and Server
Replies: 7
Views: 3615

librfc32 is installed part of sap logon pad.
by Sainath.Srinivasan
Tue Aug 04, 2009 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while using Head stage
Replies: 8
Views: 2005

Try hash or modulus partition and check the result.
by Sainath.Srinivasan
Tue Aug 04, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs control
Replies: 7
Views: 2084

and I prefer the earlier.

Adding anything on Server job's job control hides it from the user with a blank canvas thus giving mis-leading picture unless well documented.

So better go for Batch jobs - that is what they are intended to do.
by Sainath.Srinivasan
Tue Aug 04, 2009 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs control
Replies: 7
Views: 2084

Batches are not job specific.

What do you intend to achieve ?
by Sainath.Srinivasan
Tue Aug 04, 2009 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call windows batch file using After Job routine ?
Replies: 7
Views: 4649

Can the datastage user run the batch file using the path specified from DataStage server machine ?
by Sainath.Srinivasan
Tue Aug 04, 2009 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the error cause
Replies: 14
Views: 3921

Is that a huge file? Maybe cache to memory is not able to load fully and hence not able to clear for new output.

Try copying the hash file and using the copied hashed file in the output.
by Sainath.Srinivasan
Tue Aug 04, 2009 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to pass a job parameter inside another?
Replies: 17
Views: 4499

You have options

Use 2 new parameters - say par3 and par4 and pass the corresponding values upfront from the calling sequencer depending on the case.

Use par3 and par4 in place of par1 and par2. So the new parameters will vary dynamically depending on your case.
by Sainath.Srinivasan
Tue Aug 04, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in counting the rows
Replies: 14
Views: 4614

In that case, change the execute command where you read as

Code: Select all

cat <fileName> | tr -d '\n'