Search found 123 matches

by satish_valavala
Tue Jun 14, 2005 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Debugging PX Jobs
Replies: 2
Views: 972

Debugging PX Jobs

Hi,
Is there any option to Debug PX jobs by setting Break points.
by satish_valavala
Mon Jun 13, 2005 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Timestamp problem
Replies: 2
Views: 1405

SQL Server Timestamp problem

I am trying to load a SQL Server table from another SQL Server source table (Its a direct copy). Source table is having three timestamp fields. While Viewing source data form Dynamic RDBMS stage, I am able to view data (including timestamp, in the format of 2004-11-23 00:38:24.000). While running th...
by satish_valavala
Fri Jun 10, 2005 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking SQL Server Stored procedure
Replies: 2
Views: 1234

Thanks ray.
I will try with DRS.
by satish_valavala
Fri Jun 10, 2005 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking SQL Server Stored procedure
Replies: 2
Views: 1234

Invoking SQL Server Stored procedure

In StoredProcedure (STPPX) stage Genral tab,under Database Vendor drop down list I am seeing Oracle only.
How can I invoke a SQL Server Stored procedure through the StoredProcedure Stage.
by satish_valavala
Mon Jun 06, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

Hi Sumit,
Could check someone unchecked/disabled (by chance) "Allow Multiple Instance" property in Job Properties General Tab.
by satish_valavala
Sat Jun 04, 2005 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Boosting the Performance of the job
Replies: 8
Views: 2610

Yes, avoid that sub query and make a simple join.
While writing user defined SQLs in DS jobs, try to avoid using functions (Eg: DATE() etc.,) in WHERE clause.
by satish_valavala
Sat Jun 04, 2005 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing CRM(vendor LexisNexis Interface) data from DS EE
Replies: 2
Views: 1242

Accessing CRM(vendor LexisNexis Interface) data from DS EE

Hi, One of our source is frontend CRM application (Third party application by LexisNexis Interface Software). CRM DB is on Oracle. We are having DataStage 7.5 Enterprise Edition. Do we need any special PACKs to access this data. We don't have any PACKs available. Could anyone explain how can I acces...
by satish_valavala
Thu Jun 02, 2005 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS7.5 Enterprise Edition - SQL Server 2000 plug-in
Replies: 7
Views: 1864

Hi Ray,
Thanks for your response.
I found a new plug-in SQL Server Enterprise stage in DataStage 7.5 Enterprise Edition (PX) documentation. I am confusing in this regard. Could you suggest the best.
by satish_valavala
Wed Jun 01, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server restart need if uvodbc.config and .odbc.ini change
Replies: 3
Views: 2964

DS Server restart need if uvodbc.config and .odbc.ini change

Hi,
If we change uvodbc.config and .odbc.ini in DS Home directory,
do we need to restart DataStage Server?
by satish_valavala
Tue May 31, 2005 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS7.5 Enterprise Edition - SQL Server 2000 plug-in
Replies: 7
Views: 1864

DS7.5 Enterprise Edition - SQL Server 2000 plug-in

Hi,
We have DataStage 7.5 Enterprise Edition(with PX). Target DB is on SQL Server 2000 Database.
Is there any specific plug-in stage for SQL Server 2000 connectivity. We are looking for the best stage for SQL Server connectivity.
by satish_valavala
Tue May 31, 2005 8:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2000 ODBC Configuration/Connection set-up
Replies: 3
Views: 1391

Thanks Bryan and Ray.
by satish_valavala
Tue May 31, 2005 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2000 ODBC Configuration/Connection set-up
Replies: 3
Views: 1391

SQL Server 2000 ODBC Configuration/Connection set-up

Hi All, We have DataStage6.0 Server edition on IBM AIX 5.1 server(Eg:123.312.12.111) SQL Server 2000 DB(DB name is "MYDB") is on Windows NT server(Eg:110.211.10.121). I would like to configure SQL Server 2000 ODBC driver and Set-up DB connection on DS 6.0(Unix) server. Could anyone explain...
by satish_valavala
Thu May 26, 2005 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generation - best practices
Replies: 7
Views: 5017

Thank you Ray and Vmc..
Regards