Search found 12 matches

by rajakannan
Fri Oct 10, 2014 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Hbase using Datastage
Replies: 0
Views: 1981

Loading Hbase using Datastage

Hi,

Could you please tell is there any stage in 8.7 or 9.1 to load directly into Hbase or cassandra DB without using Java intergration stage.
i read BDFS writes the data into Hdfs not to Hbase directly.
by rajakannan
Mon Jan 30, 2012 4:35 am
Forum: General
Topic: Way to use Local OS Authentication in 8.5
Replies: 6
Views: 3540

Eric, are you telling the topic "Switching to the local operating system user registry"in Adminstartive guide..i am not sure what is the application server network deploymet..is it 6.1 or 7?
Do we have any way to find it?
by rajakannan
Thu Jan 26, 2012 10:32 pm
Forum: General
Topic: Way to use Local OS Authentication in 8.5
Replies: 6
Views: 3540

Paul , thanks for your reply...We are not going to use LDAP Server for this.Is it possible without that
by rajakannan
Thu Jan 26, 2012 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while compiling jobs in 8.5
Replies: 1
Views: 2274

Error while compiling jobs in 8.5

Hi, We are migrating from 7.5 to 8.5. After installation while compiling the jobs we are getting the error as follows, Array 'CheckSevereSQLerror' never dimensioned. 1 Errors detected, No Object Code Produced. This jobs uses the error links and in 7.5 we used this function to catch the error code. I...
by rajakannan
Thu Jan 26, 2012 6:39 pm
Forum: General
Topic: Way to use Local OS Authentication in 8.5
Replies: 6
Views: 3540

Way to use Local OS Authentication in 8.5

Hi,

We are installing 8.5 in the Unix box. After installation we like to set up users whose id is same as Unix login id's. That means whenever the user changed the password in the Unix, it must be reflected in the info server engine also.

Could anyone please help on this?
by rajakannan
Thu Jun 16, 2011 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 9899

Hi , i tried to connect from project , but getting the same error, >LOGTO DSS_EDS >CONNECT Data Source information from /dw/dsadm/Ascential/DataStage/Projects/DSS_EDS/uvodbc.config: Data Source: localuv DBMS Type: UNIVERSE Network Type: TCP/IP Host System: localhost 127.0.0.1 Service Name: uvserver ...
by rajakannan
Wed Jun 15, 2011 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 9899

I tried it also ,but getting the following error.

>LOGTO devotd
"devotd" is not a valid account name.

any other suggestions?? :?:
by rajakannan
Tue Jun 14, 2011 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 9899

I have tried that also. otdof-app-d-vs01(usahdeivs004):/vol01/sites/otd/Ascential/DataStage/DSEngine> . ./dsenv otdof-app-d-vs01(usahdeivs004):/vol01/sites/otd/Ascential/DataStage/DSEngine> ./bin/dssh DataStage Command Language 7.5 Copyright (c) 1997 - 2004 Ascential Software Corporation. All Rights...
by rajakannan
Tue Jun 14, 2011 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 9899

we installed 7.5.3 only
by rajakannan
Tue Jun 14, 2011 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLConnect error: Status = -1 SQLState = IM976 Natcode
Replies: 8
Views: 9899

SQLConnect error: Status = -1 SQLState = IM976 Natcode

Hi, We have installed datastage 7.3 in solaris server. our database is DB2. After configued when we try to connect database from DS shell we are getting the following error. >CONNECT GMDW Enter username for connecting to 'GMDW' DBMS [dsadm]: dmotd Enter password for dmotd: SQLConnect error: Status =...
by rajakannan
Fri Aug 06, 2010 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting two different db2 databases
Replies: 3
Views: 8034

it is creating warning if the record is not in target...we are using unix environment so the log size is increasing....

i decided to do any code change to avoid look ups in this jobs.. i cant able to join the target and source database as both are different....
by rajakannan
Fri Aug 06, 2010 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting two different db2 databases
Replies: 3
Views: 8034

Connecting two different db2 databases

Due to look up our server job is getting long time to run.The target is in one db2 database and source is in other db2 database.The source is selecting some columns and target is deleting the same columns if exist.... Now i decided to remove the look up...if look up is not there datastage is creatin...