Search found 11 matches

by ksudhir466
Mon Dec 20, 2010 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geographical data Type
Replies: 3
Views: 2117

Geographical data Type

Hi,
I have columns with valuse as longitude and latitude.
we need to handle this in data stage as geographical datatype and not as varchar or char.
Could you pleae help on this


Thanks
Sudhir
by ksudhir466
Mon Mar 08, 2010 2:21 am
Forum: General
Topic: to get job names of a category through unix command
Replies: 5
Views: 4234

Hi Ray,
thx for reply, please suggest the approach , it should be k if it invokes database query.
by ksudhir466
Mon Mar 08, 2010 12:51 am
Forum: General
Topic: to get job names of a category through unix command
Replies: 5
Views: 4234

to get job names of a category through unix command

Hi, i am in need of unix command which can give us all job names and annotation in the job of a category. say i have three job in the folder /test/prjct1 j1ext j2tfm j3load if i pass argument to unix command as /test/prjct1 , i should get job names and annotation given in that job. Thx Sudhir
by ksudhir466
Fri Jan 08, 2010 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is MQ server needs to be installed on datastage 8.0 server
Replies: 1
Views: 1599

Is MQ server needs to be installed on datastage 8.0 server

Hi,
Is MQ server needs to be installed on datastage 8.0 server to connect with MQ server on remote server(Mainframe).

Is MQ pluggin is enough for datastage 8.0 (installed on distributed server)to connect with MQ server on remote or we need MQ client on datastage 8.0 server?

can anyone please help.
by ksudhir466
Thu Jan 07, 2010 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ SERVER IN INFOSPHERE 8.0 OR 8.1
Replies: 3
Views: 2039

Thanks Ernie, I have a MQ server which is on mainframe machine, can Infosphere MQ Server connect with the one which is at mainframe. Or both MQ server need to be on same machine.


Thanks
Sudhir
by ksudhir466
Thu Jan 07, 2010 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ SERVER IN INFOSPHERE 8.0 OR 8.1
Replies: 3
Views: 2039

MQ SERVER IN INFOSPHERE 8.0 OR 8.1

hi,
-- Can anyone please confirm that MQ Message Server is bulit in with Infosphere datastage 8.0 or 8.1? or Do we need to install it seperately?
-- we have plan to use MQ connector stage, does it need any internal configuration of that stage(MQ Message server)?

thks

sudhir
by ksudhir466
Tue Jan 05, 2010 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time implementation of change data capture
Replies: 1
Views: 1678

Real time implementation of change data capture

I have one requiement for real time data integration, whenever data gets changed at source level need to load to datawarehouse. I need to implement it through data satge job which checks for data change at source and trigger a job which loads data to datawarehouse.Have to take care of latency also a...
by ksudhir466
Fri Sep 18, 2009 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table load aborted, next run how to load remaining row
Replies: 2
Views: 1656

Table load aborted, next run how to load remaining row

Have ds px job loading to Table, it gets aborted after loading some records. In next run how to make sure that only remaining rows get loaded without altering previous loaded records
by ksudhir466
Thu Sep 03, 2009 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use update only in ODBC stage
Replies: 3
Views: 2067

Unable to use update only in ODBC stage

Hi Looks like your ODBC drivers are not installed. "go to server/branded_odbc" and check whether the odbc drivers are installed Regards Sreeni Hi, Thx for replying Actually before ODBC stage sort and remove duplicates are used. when job is run with dataset inplace of ODBC stage it runs fi...
by ksudhir466
Tue Sep 01, 2009 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use update only in ODBC stage
Replies: 3
Views: 2067

Unable to use update only in ODBC stage

Following error message comes when ODBC stage is used for update only query

Fatal Error: Could not connect to datasourcereturn code -1 from SQLConnect(handle, 'Userid', 'password', 'Database') with message [DataDirect][ODBC lib] Specified driver could not be loaded


Can anyone help , please
by ksudhir466
Fri Jun 19, 2009 1:44 am
Forum: General
Topic: Data Stage Server job- Capturing rejected records
Replies: 2
Views: 2056

Data Stage Server job- Capturing rejected records

Hi,
I am using Sequentuial file stage in server job. I need to capture all the records which are not matched with metadata ( data format such datatype, fixedlength property etc). after capturing all records the job should get abort.
Can anyone pls suggest , Is it possible in server job?