Search found 34 matches

by Vishvas
Mon Apr 15, 2013 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from Sharepoint
Replies: 1
Views: 1430

Read from Sharepoint

My requirement is to download the CSV file from sharepoint and load the data from the CSV file to Oracle.

Please let me know if anybody have worked with files on sharepoint.

Vishvas
by Vishvas
Mon May 21, 2012 4:47 am
Forum: General
Topic: Unit Testing Framework
Replies: 1
Views: 1335

Unit Testing Framework

Hi,

Do we have any unit testing framework (like nunit) available for DataStage? Also is there any way one can find out the code coverage percentage while performing unit testing?

Regards,
Arun
by Vishvas
Tue Nov 22, 2011 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Issue
Replies: 1
Views: 1443

CDC Issue

Hi, We are using CDC in our job. For that we use current dataset and history dataset as inputs. At the end of the job we create one more dataset which will act as hist dataset in the next run. We data is hash partitioned on the KEYS in both datasets. The job works fine if the history dataset is crea...
by Vishvas
Tue Nov 22, 2011 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Routine
Replies: 0
Views: 1062

PX Routine

Hi, Is there any way to parametrize the PX routine path? The problem is if we move the routine from one environment to other environment then we have to change the path accordingly. One way is to create the same folder structure in both the environments. But due to unavoidable reasons if the folder ...
by Vishvas
Wed Apr 13, 2011 4:05 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Rule Defn and RuleSet
Replies: 1
Views: 2110

Rule Defn and RuleSet

I have a file with 3 columns. My requirement is to check each column for 3 quality dimentions namely Completeness, Format and Values. My plan is to create common Rule defns for all three quality dimentions and create one Rule per column per quality dimention. So there will be 9 Rules and 3 Rule Defn...
by Vishvas
Wed Jan 05, 2011 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Import Warnings
Replies: 1
Views: 1520

Handle Import Warnings

Hi, I have a job that reads data from sequential file. I have a reject link attached to the sequential file stage. If there is any mismatch in the datatype, then the record will be passed to the reject link and there will be a warning in the log. My requirement is not to create the warning in the lo...
by Vishvas
Wed Sep 29, 2010 5:54 am
Forum: General
Topic: Schedule Job automatically
Replies: 9
Views: 4451

No, Datastage Director doesn't reflect the changes to the timings made at the backend. It takes the details from RT_CONFIGnnn file for displaying. But if you delete a schedule from backend, that will be reflected in the Director.
by Vishvas
Tue Sep 28, 2010 4:16 am
Forum: General
Topic: Schedule Job automatically
Replies: 9
Views: 4451

The only issue is that it won't be reflected in the director. The director will show a different schedule and the job will run at different schedule.
by Vishvas
Tue Sep 28, 2010 2:17 am
Forum: General
Topic: Schedule Job automatically
Replies: 9
Views: 4451

Schedule Job automatically

We have more than 30 schedules in our project. In case of any downtime we haev to reschedule all the 30 schedules manually. This is time consuming and error prone. So I was thinking of some solution where we can have the schedules in a excel and a job will read the excel and change the schedules acc...
by Vishvas
Tue Jul 14, 2009 5:36 am
Forum: General
Topic: Metadata Tables
Replies: 2
Views: 1898

Metadata Tables

Hi, We are planing to migrate our jobs from 7.5 to 8.1. We have been testing some of our jobs in 8.1. One of our job uses DS_METADATA table. We access that to read the contents of a table defn. In 8.1 I tried to access that table. The table exists but does not contain any data. I think all the data ...
by Vishvas
Tue Apr 04, 2006 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Problem with Multi Instance Jobs
Replies: 6
Views: 2642

Sorry I didn't mention about the users. All the five projects are started with different unix users and each user has the process limit of 8000. So its not a problem with the max no of process/user. Also DS server runs on a 16 CPU HP box. Is there any limitation that the number of instance of a sing...
by Vishvas
Tue Apr 04, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Problem with Multi Instance Jobs
Replies: 6
Views: 2642

Controller Problem with Multi Instance Jobs

We have 5 projects under one server. There are 7 jobs that are common for all the projects. These are multi instance jobs. They are designed in such a way that one calls the other in sequence. We have around 10 streams (i.e. 10 instances) in each project. So each of those 7 jobs will be triggered fo...
by Vishvas
Tue Feb 07, 2006 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hang
Replies: 4
Views: 2483

We are getting a UVSH core dump. But the phantom process still remains and we are able to stop the job using dsjob API. Only one <defunct> process is associated with the phantom process of that job. How is the UVSH and phantom process related. When will the UVSH will creat core dump. Thanks, Arun
by Vishvas
Tue Feb 07, 2006 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project getting locked
Replies: 22
Views: 12070

We had the same problem. We could not login into the director or start any jobs. We stoped some of the jobs that were running and everything became normal.

Regards,
Vishvas
by Vishvas
Mon Feb 06, 2006 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process limit in DS
Replies: 2
Views: 1598

Process limit in DS

Hi, Is there any process limit in DS? I have five projects running on the same DS server. Each project has 100 jobs running in parallel. We used to get unhandelled exception (controller problem - could not start a job). It will go fine the next time. But this problem aggravated this week end as none...