Search found 82 matches

by atulgoel
Fri Dec 23, 2016 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Using File Connector stage
Replies: 11
Views: 13546

Error in Using File Connector stage

Hi , I am getting the below fatal error while trying to use File Connector stage. Can anyone knows about it. I am trying to read from hive tables(hdfs) using file connector stage. File_Connector_0: com.ascential.e2.common.CC_Exception: java.lang.Exception: java.lang.RuntimeException: java.lang.Runti...
by atulgoel
Fri Dec 23, 2016 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS connectivity with Hadoop
Replies: 8
Views: 8044

Hi .. just wanted to know if you are able to read the hive tables or hdfs files using Big data file stage...Even I have a similar requirement and doing research on the configuration part.
by atulgoel
Mon Dec 19, 2016 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Number of Value Files in Parameter Set
Replies: 6
Views: 4090

Thats right... At run time we can use only on value file set. But my question was.. Is there any limit on the number of value file set that we can define with one parameter set?

Hope my question is clear. :roll:
by atulgoel
Mon Dec 19, 2016 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum Number of Value Files in Parameter Set
Replies: 6
Views: 4090

Maximum Number of Value Files in Parameter Set

is there any maximum limit on the number of Value Files that we can define in Parameter Set?
by atulgoel
Sat Aug 20, 2016 7:06 am
Forum: General
Topic: Error return code for DsImport
Replies: 2
Views: 1163

Error return code for DsImport

Hi,

I have created a script to import list of DSX to datatsage which is running through Command Prompt. Let me know which error return code I can capture in case job is unsuccessful while importing or failed to import.
by atulgoel
Tue Aug 16, 2016 12:23 am
Forum: General
Topic: Regarding Combining Multiple DSX into One using Script
Replies: 1
Views: 1061

Regarding Combining Multiple DSX into One using Script

Hi,

Can Someone help me with a Script to Combine Multiple DSX into one DSX.

Thanks
Atul Goel
by atulgoel
Thu Jul 28, 2016 9:25 pm
Forum: General
Topic: How to run UV commands from Unix
Replies: 15
Views: 24206

Hi, Some one please let me know how to find the Project Directory? Means how to go to Project Directory in UNIX..
by atulgoel
Wed May 20, 2015 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset and Configuration File
Replies: 1
Views: 1635

Dataset and Configuration File

Hi, Suppose I have 2 jobs. One is creating a Dataset and second job is reading the dataset (created by first job). After creating the dataset by first job, If configuration file get changed, will second job be able to read the dataset created by first job. Is there any option in configuration file ,...
by atulgoel
Fri Oct 17, 2014 4:31 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2893

Thanks All, It solved the issue. After CAT the source file, execute below code in User Variable Trim(Convert(@FM,',',MOVE_TO_SOURCE.$CommandOutput),',','T') above will convert all new lines to comma and remove the last comma. And then start the loop on list of values from user variable stage. Thanks
by atulgoel
Thu Oct 16, 2014 5:38 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2893

Yes Craig. I created delimited list of values as below: 1|A 2|B 3|C (There is no enter after C) I am reading this file using Command Activity stage in sequencer using below Command: paste -s -d ',' <File Name> This will give below output: 1|A,2|B,3|C After this I am using Loog start Activity having ...
by atulgoel
Wed Oct 15, 2014 7:14 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2893

Thanks for the reply Craig.

Yeah. I have used looping in sequencers. But I am not sure how to create looping on 'value files' in parameter set and paas next value file to a job.

I will be very thankful if you can help me.

Thanks
by atulgoel
Wed Oct 15, 2014 6:23 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2893

Running single job for all value file set

Hi, I have around 30 Value Files in my Parameter Set. I want to run my job for the values present in 30 Value Files. I have made my job as Multiple Instance job and I have created a sequencer with 30 JOB ACTIVITY which is calling this job with different Invocation Id and Value file. Is there any way...
by atulgoel
Thu Sep 04, 2014 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculate BIRTH DATE from AGE
Replies: 7
Views: 4354

Try Below function in transformer in Datastage 8.5 version:

DateOffsetByComponents(%basedate%,%yearoffset%,%monthoffset%,%dayoffset%)

DateOffsetByComponents(CurrentDate(),-38,0,0)
by atulgoel
Tue Mar 04, 2014 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functionality of Preserve Partition
Replies: 2
Views: 1757

Functionality of Preserve Partition

Functionality of Preserve Partition 'SET' is equivalent to explicitly specifying SAME partitioning or not?. If we put Preserve Partition as 'SET' in any stage example (Transformer, Join stage ), the downstream/subsequent stages will use the same partition of upstream or I can choose my partition on...
by atulgoel
Wed Jul 10, 2013 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC is Running very slow
Replies: 2
Views: 1914

CDC is Running very slow

Currently I am facing the performance issue in one of the table load. This job has the CDC stage to compare source and target records based on Key fields (2 fields). Initially job worked fine and was completing in few minutes. Now data has been increased (5M) and it is taking very long time (7Hrs) t...