Search found 13 matches

by vikasjawa
Tue Feb 15, 2011 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare values in transformer stage
Replies: 27
Views: 14767

Ravi,
The logic provided above is fine. It seems the issue is with the way you are partitioning the data. Try doing a hash partition on deptno.
by vikasjawa
Fri Feb 05, 2010 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renew Datastage license key: Version 8.0.1
Replies: 1
Views: 3096

Renew Datastage license key: Version 8.0.1

We have Datastage Version 8.0.1 installed. However its key got expired few days bacak. We got the new license key from IBM yesterday. Please let me know the process to update the licencse key and also whether there will be any impact on the existing jobs.
Regards
Vikas
by vikasjawa
Thu Nov 01, 2007 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge the two files
Replies: 10
Views: 5481

Re: merge the two files

Hi,
Sort file1 using ENO and file2 using SAL.Using column generator create a Key column for both these file and then join these.Simply remove the key column in the next stage.
by vikasjawa
Thu Oct 25, 2007 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in loading
Replies: 2
Views: 1256

Re: problem in loading

Hi,
If it aborts after 50 warnings then set warnings limit to "No Limit" on The Options tab in Director.Try posting full error details for better answers. ;-)
by vikasjawa
Thu Oct 25, 2007 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Some problem in Sequntial file???
Replies: 6
Views: 2385

Hi,
The message "**VIEWDATA ROW LIMITER HIT** "comes up when the file you are trying to view is empty.Please check that your skip count is "0" and Period "1" while viewing the data.
by vikasjawa
Thu Oct 25, 2007 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to check the string contains A to Z or 0 to 9 Characters
Replies: 9
Views: 2998

Hi, Other way of doing this can be as: Read character by character of the string and then use this derivation to replace any other special character to space: if index('65|66|67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|86|87|88|89|90|97|98|99|100|101|102|103|104|105|106|107|108|109|110|...
by vikasjawa
Mon Oct 22, 2007 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message "APT_BadAlloc: Heap allocation failed&quo
Replies: 3
Views: 3254

Re: Error message "APT_BadAlloc: Heap allocation failed

Hi,
This may be due to 2GB limit of your OS. Check whether the intermediate files being created are exceeding the limit. ulimit command can be used to check that.
by vikasjawa
Mon Oct 22, 2007 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters in Execute cmd stage
Replies: 4
Views: 2667

Re: Passing parameters in Execute cmd stage

hi,
As this is a ksh script, just confirm that you are using 'ksh -x' in the Command text box under ExecCommand Tab of the Execute Command Activity and #HOM_DIR#/sample.ksh along with the parameters your scripts needs in Parameters text box.
by vikasjawa
Thu Oct 18, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how we can remove duplicates in transformer stage
Replies: 10
Views: 5676

Re: how we can remove duplicates in transformer stage

Hi, You can perform remove duplicate functionality in a transformer stage.In the transformer Stage select Hash partitioning on the Key you want to perform remove duplicate. Then write a simple logic in the stage variables to check if the last row had the same key value as the current one and use thi...
by vikasjawa
Sat Jul 21, 2007 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find row count of a link and store it is as a data
Replies: 7
Views: 4919

Re: how to find row count of a link and store it is as a dat

Hi,
Apart from the visual check, you cen get this stat from the log files in the DS Director.You need to set the enviornment variable:APT_DUMP_SCORE
to "true" for this.
by vikasjawa
Sat Jul 21, 2007 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Dropped
Replies: 16
Views: 5688

Re: do not understand why this problem occurs

Hi
Just try setting the nullable property of the cloumn to "Yes".Hope so this would work.
by vikasjawa
Sat Jun 09, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to improve performance of job(having one insert and one
Replies: 6
Views: 2721

Re: How to improve performance of job(having one insert and

What's different between the servers? ...[/quote]

Hi,
The difference may be one of them:
1) Hardware configuration: The other server would have less disk/swap space/processing power.
2) Other Jobs may be running at the same time,resulting in resource sharing.