Search found 40 matches

by tombastian
Thu Mar 06, 2008 1:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the path of the job?
Replies: 16
Views: 8777

In the Administrator -> Command prompt execute the following: SELECT * FROM DS_JOBS WHERE NAME='<Job Name>'

This will list the category where the job is available.
by tombastian
Wed Sep 05, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to lookup a field with conditional field from input
Replies: 6
Views: 3174

There are similar queries raised here before.... You can achieve this through lookup using ODBC or Universe Stage. Use Col1 & Col2 as Key fields in the lookup and enable "Reference link with multi row result set" in Transformer Stage Properties -> Inputs. This will return you all the m...
by tombastian
Tue Feb 21, 2006 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to see the jobs in Repository
Replies: 7
Views: 3147

It happens this way when any of the DataStage Jobs are open in Designer during the REINDEXing process. Make sure that none of the jobs are opened (locked status) before executing this command. You can execute this command once again after making sure that none of the jobs are on locked state.
by tombastian
Tue Feb 07, 2006 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error from DSDB2 Stage
Replies: 6
Views: 4307

Ya, this is the first time i'm trying to use DSDB2 Stage in the server.
by tombastian
Tue Feb 07, 2006 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error from DSDB2 Stage
Replies: 6
Views: 4307

Error from DSDB2 Stage

Hi All, I am facing a problem with my DSDB2 Stage. The whole environment was set up recently. I am getting the following error when i select view data from the stage " ds_loadlibrary: error in dlopen ". We have installed DB2 Client on the ETL Server (AIX) and specified the LIBPATH and floo...
by tombastian
Thu Feb 02, 2006 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable bind DSN for DB2
Replies: 3
Views: 2989

Thanks Ray for the reply. Amazing ...!!! Yes,Last week I joined ETL development team here. Got to know, you were here till last week.

Thanks,
Tom.
by tombastian
Wed Feb 01, 2006 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable bind DSN for DB2
Replies: 3
Views: 2989

Unable bind DSN for DB2

Hi, I have created a DSN on my ETL Server (Unix) to connect to DB2 Database. When I execute "[color=olive]bind20 DB2DSN[/color]" from unix, it's throwing the following error [b][color=olive]" xec(): 0509-036 Cannot load program bind20 because of the following errors: 0509-150 Dependen...
by tombastian
Wed Feb 01, 2006 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DB Client required for Configuring DSN on ETL Server?
Replies: 5
Views: 2945

Thanks Kim and Mathias for your valuable inputs.
by tombastian
Wed Feb 01, 2006 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is DB Client required for Configuring DSN on ETL Server?
Replies: 5
Views: 2945

Is DB Client required for Configuring DSN on ETL Server?

Hi,
I have configured a DSN on the ETL server for DB2 Database. But unfortunatly it's not working. I would like to know whether I should install DB2 client on ETL server to connect to the database using the DSN on my ETL Server on Unix.

Thanks in Advance,
Tom
by tombastian
Wed Dec 21, 2005 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Connectivity to SAS DataSets
Replies: 3
Views: 3015

Thanks Ray for the immediate reply.
by tombastian
Wed Dec 21, 2005 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Connectivity to SAS DataSets
Replies: 3
Views: 3015

Datastage Connectivity to SAS DataSets

Hi All,
Can we directly connect to SAS DataSets from DataStage. To put in another way, does DataStage provide any Stages (Plugin) to connect to SAS DataSet?

Any input on this will be of grreat help.

Thanks in Advance,
Tom.
by tombastian
Sun Nov 20, 2005 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Run Job on New PX Installation
Replies: 0
Views: 1257

Unable to Run Job on New PX Installation

Hi All, I facing a problem with my new installation of PX. PX is installed on Linux system with a single processor. I have developed a sample job in the new installation but while running, the job aborts. Going through the error, I could find that there is a configuration related issue with my insta...
by tombastian
Tue Oct 04, 2005 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configuration of DSN on Linux for DS
Replies: 8
Views: 5491

Thanks Luke. It was because, I did not copy the uvodbc.config file to the project directories.

Thanks,
Tom
by tombastian
Mon Oct 03, 2005 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configuration of DSN on Linux for DS
Replies: 8
Views: 5491

Configuration of DSN on Linux for DS

Hi, I am facing a problem with configuration of DSN on Linux. I set the entries in .odbc.ini and uvodbc.config files. I can connect to the Oracle DB from ODBC Stages using the DSN, user name & password. But if I try to import the metadata from DS Manager - "ODBC Definitions" - "Im...
by tombastian
Wed Jul 20, 2005 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDOC Control Segment Updation
Replies: 3
Views: 2272

IDOC Control Segment Updation

Hi All, I have a Job which populates SAP IDOC segments using IDOC R3 Load stage. I am populating several IDOC segments and it is working fine. Recetly I added one more link to populate IDOC Control Segment and assigned values but the values passed for Control Record are not getting updated into SAP....