Search found 27 matches

by prashanto_dev
Tue Mar 31, 2009 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamically getting the values of parameters in Sequence
Replies: 3
Views: 1920

dynamically getting the values of parameters in Sequence

I have a sequence in which I am using NOTIFICATION ACTIVITY.

I need to get the CURRENT PROJECT NAME and THE SEQUENCE NAME in the subjectline of notification activty stage without harding coding its value.
by prashanto_dev
Thu Feb 12, 2009 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unlocking a job in Release 8.0
Replies: 5
Views: 3665

Unlocking a job in Release 8.0

How to unlock a job in Datastage V8. Our metadata resository is in DB2 Database.
by prashanto_dev
Wed Dec 24, 2008 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in ODBC Enterprise stage
Replies: 2
Views: 1701

I have configured the DEV and PROD in the same way.

I have configured the .odbc.ini
and uvodbc.config

I have other jobs which are accessing the same database using DRS stage and they are running fine.
by prashanto_dev
Wed Dec 24, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in ODBC Enterprise stage
Replies: 2
Views: 1701

Error in ODBC Enterprise stage

Hi, I have job in which I pulling data from Netezza database using ODBC drive in a ODBC EE stage. If I do the view data in the source ODBC stage it is showing data returned by the db query. But if I run the job I am getting fatal error: ods_cas_instrm_mst: Unrecognized argument: ) "ods_cas_inst...
by prashanto_dev
Thu Sep 04, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limiting access to a datastage project
Replies: 1
Views: 1408

Limiting access to a datastage project

We have a requirement in which we need to provide read only access to a user. This user should be able to view the jobs but not edit it.

How it can be done. Pls let me know.

Thanks,
Prashanto Dev
by prashanto_dev
Wed Aug 27, 2008 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass the Calling Job dynamically in a Job Parameter
Replies: 1
Views: 1742

How to pass the Calling Job dynamically in a Job Parameter

Hi, I have a sequence in which we are using email notification act stage. In the email we pass the calling Sequence Name (The seq which is calling the Email Act). Right now we are passing the Seq Name as hardcoded value. Can we avoid this hardcoding by using a parameter,so that it will get the seq n...
by prashanto_dev
Tue Aug 19, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in Modify Stage
Replies: 1
Views: 1371

Need help in Modify Stage

I have to convert output of an aggregate field from an aggregator (Double) to an INTEGER field.
I can do it using Transformer. But I want to do it through Modify Stage. Please let me know the syntax to be used in specification in modify stage.
by prashanto_dev
Wed Aug 06, 2008 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 8930

Is anybody has answer for this problem: I am also getting same kind of errors: >CONNECT myodbc3 Enter username for connecting to 'myodbc3' DBMS [dsadm]: edw01 Enter password for edw01: Abnormal termination of DataStage. Fault type is 4. Layer type is BASIC run machine. Fault occurred in BASIC progra...
by prashanto_dev
Tue Jul 29, 2008 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring ODBC connection for MYSQL database
Replies: 7
Views: 6893

I am using this now:

[mysqldsn]
Driver = /usr/local/mysql/lib/libmyodbc5.so
Description = Connector/ODBC 3.51 Driver DSN
SERVER = 32.91.255.12
PORT = 3306
USER = myuser
Password =
Database = mysqldb1
OPTION = 3
SOCKET =

Still not working
by prashanto_dev
Tue Jul 29, 2008 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection for mysql
Replies: 1
Views: 1422

ODBC connection for mysql

Hi, Can anybody please send me the entry in the odbc.ini file for connecting to mysql database. I need a entry which is working. I am using this but nor working. [mysqldsn] Driver = /usr/local/mysql/lib/libmyodbc5.so Description = Connector/ODBC 3.51 Driver DSN SERVER = 32.91.255.12 PORT = 3306 USER...
by prashanto_dev
Tue Jul 29, 2008 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring ODBC connection for MYSQL database
Replies: 7
Views: 6893

I have tried other drive also but it is not working
by prashanto_dev
Tue Jul 29, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring ODBC connection for MYSQL database
Replies: 7
Views: 6893

I am getting the error:

Error calling subroutine: DSR_IMPORT (Action=2); check DataStage is set up correctly in project BUIEDW01
(The connection is broken (81002))
by prashanto_dev
Tue Jul 29, 2008 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 8930

yes I have tried and still getting the same problem.

[myodbc]
Driver=/usr/local/mysql/lib/libmyodbc3S-5.1.0.so
Description=MySQL ODBC 3.51 Driver DSN
SERVER=70.91.45.1
Database=edw1ops
OPTION=3