Search found 224 matches

by attu
Mon May 24, 2010 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: istool - custom path
Replies: 8
Views: 3360

Go to Preferences by clicking On the Top left hand side on IBM server Manager. Define your build path and deploy path of packages ( Once package is created it will be found on that specific path)
by attu
Tue May 04, 2010 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Grid
Replies: 3
Views: 3435

Do you mean you want to run a job with dynamic config file and include parameters e.g number of compute nodes? number of partitions?
by attu
Tue Mar 16, 2010 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Install v8 using sudo
Replies: 4
Views: 3614

Re: Install v8 using sudo

I am meant to be performing the install of v8 on site but it is not possible to get root access. The UNIX admin says that all additional access is granted through sudo. My question is whether it is sufficient to use sudo root access to perform the install or whether this will just lead to problems....
by attu
Sat Jan 09, 2010 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to authenticate the current user against the selected
Replies: 3
Views: 6049

Failed to authenticate the current user against the selected

Hi, we installed IIS 8.1 on RHEL v5.4 (myserver1). The install went okay and WAS, IS is up and running. The metadata XMETA (oracle 10g) is on a different server (oradev1). We are unable to connect to DataStage Designer Client and getting this error message: Failed to authenticate the current user ag...
by attu
Wed Jan 06, 2010 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WAS Server Check
Replies: 1
Views: 1574

ps -ef|grep dsrpc (for DataStage)
netstat -an|grep 31538 (for DataStage)

ps -ef|grep IBM (for WAS)
netstat -an|grep 9043 (for WAS)
by attu
Wed Jan 06, 2010 2:38 pm
Forum: General
Topic: DataStage Groups and Project access
Replies: 0
Views: 832

DataStage Groups and Project access

Hi, We have a scenario: user_1 primary group: tstproj1 secondary group: dstage1 user_2 primary group: tstproj2 secondary group: dstage1 user_nnnnn primary group: tstproj9 secondary group: (cannot add dstage1, as it is full - having too many users and going beyond the limit of users) When we install ...
by attu
Tue Nov 17, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Engine 7.5.3 instance - inconsistent state
Replies: 1
Views: 1689

DataStage Engine 7.5.3 instance - inconsistent state

Hi, We are unable to stop DataStage Server using Administrator id dsadm. But we are able to do it with root. When I tried using dsadm: bin/uv -admin -stop Unable to remove the following shared memory segment(s) during shutdown: m 1048592 0xadec7531 --rw-rw-rw- root system 63198 2148176 1 error(s) en...
by attu
Thu Nov 05, 2009 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create DS_DATATYPES indices
Replies: 2
Views: 1503

yes, we had some SAN issues on the /datastage file system and unable to write.
The issue was resolved after unmounting and remounting filesystem.

Thanks
by attu
Thu Nov 05, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create DS_DATATYPES indices
Replies: 2
Views: 1503

Unable to create DS_DATATYPES indices

I am trying to build indices for DS_DATATYPES, but it is giving me errors. >DS.REINDEX DS_DATATYPES ************************************************************ * Re-indexing DataStage Repository file: DS_DATATYPES File "DS_DATATYPES" has no indices. File header block updated. * CATEGORY i...
by attu
Tue Oct 27, 2009 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 ODBC FAIL!
Replies: 3
Views: 1564

did you bind using this syntax?
./bind20 dsn GRANT PUBLIC

Also,
try to debug using demo odbc and post results of MSG.

Code: Select all

$DSHOME../branded_odbc/demo> ./demoodbc  <dsn name> -uid <username> -pwd <passwrd>
Thanks
by attu
Tue Oct 13, 2009 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find DB2 EE stages used in a Project
Replies: 5
Views: 2199

chulett wrote:Where are you getting these OLETYPE values like "PxOdbc" that you are looking for? :?

I was looking at this post http://dsxchange.com/viewtopic.php?t=11 ... 5584fdb7cb
by attu
Tue Oct 13, 2009 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find DB2 EE stages used in a Project
Replies: 5
Views: 2199

Craig, I am still not able to get the results. My requirement is also to find out the number of jobs (Server and Parallel) using odbc stage. I tried this query for getting the number of jobs (server) using odbc stages and It works fine. SELECT BREAK ON "'O'" DS_JOBS.NAME JobName, DS_JOBOBJ...
by attu
Tue Oct 13, 2009 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find DB2 EE stages used in a Project
Replies: 5
Views: 2199

Find DB2 EE stages used in a Project

Hi, I am trying to find the number of jobs using DB2 EE stages and for this purpose I am using an SQl query ( from one of Ray's post) SELECT BREAK ON "'O'" DS_JOBS.NAME JobName, DS_JOBOBJECTS.NAME StageName FMT '48L' FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO A...
by attu
Wed Sep 30, 2009 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find job TEST
Replies: 12
Views: 4430

Code: Select all

SELECT DS_JOBOBJECTS WITH NAME LIKE 'TEST'
If the output is 1 records selected, then

Code: Select all

DELETE DS_JOBOBJECTS
by attu
Wed Sep 09, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate name registration for: splitvec
Replies: 3
Views: 2068

Uninstalled everything and started again from scratch. Now we get these errors during install. Preparing to install and configure projects *** Warning: command 'uvsh LONGNAMES ON NEWACC' returned (1). Press <cr> to continue Adding license file to project 'UV' * Warning: command 'uvsh CREATE.FILE DS_...