Search found 15 matches

by ramabbm
Wed Mar 17, 2010 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JDBC connection
Replies: 0
Views: 1268

JDBC connection

Dear Gurus, We have a requirement to read from a source which is basically JDBC. I know we can accomplish this using Java stage in Information server 8.1. However I don't see any options for JDBC. Also I couldn't find any document for JDBC connection. It would be really great if you could provide de...
by ramabbm
Mon Mar 31, 2008 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

After installing 32 odbc drivers onstead of 64 bit, datastage example binary is working fine. However from datastage client we are getting the following error message. DSR.MetaGeta(GET.DSNINFO)(SQLConnect('PG32','tstusr')): BCI Error: SQLSTATE=S1000,CODE=79,[DataStage][SQL Client][ODBC][OpenLink][OD...
by ramabbm
Fri Mar 28, 2008 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

We are using the one in Datastage [.odbc.ini]. We did not change anything in obbc.ini file under branded_odbc.

We did not find any trace log file under temp. Could you please let us know how to set this trace file.
by ramabbm
Thu Mar 27, 2008 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

yeah, we resolved that err now both the places we are getting the same err, there was some issues with DSN name we also tried all these drivers and result is the same -rwxrwxrwx 1 p139pkg ux_mdc 1901328 May 24 2007 pgr7_mt_lt.so -rwxrwxrwx 1 p139pkg ux_mdc 1945847 May 24 2007 pgr7_mt_lu.so -rwxrwxrw...
by ramabbm
Thu Mar 27, 2008 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

we also tried using the example binary using root with same result, i have copied the error below # example example DataDirect Technologies, Inc. ODBC Example Application. Enter the data source name : PostgresPG4 Enter the user name : tstusr Enter the password : tstusr SQLSTATE = IM002 NATIVE ERROR ...
by ramabbm
Thu Mar 27, 2008 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

yes, we have tried with chmod 777
still we have the same err..
ray.wurlod wrote:Have you checked that the executing user ID has sufficient permission to /home/p139pkg/odbc/source/lib/pgr7_mt_lt.so including "x" to the shared object itself? ...
by ramabbm
Thu Mar 27, 2008 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting postgres using odbc drivers thru datastage
Replies: 10
Views: 20768

connecting postgres using odbc drivers thru datastage

we are trying to connect to a postgres 8.1 database from datastage using the openlink odbc drives and it says it couldnot load the drivers. we have the modified the .odbc.ini and make the required changes in uvodbc.config and dsenv file tried to restart the server after changing all the parameters. ...
by ramabbm
Thu Oct 12, 2006 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssearch command has bug
Replies: 5
Views: 2926

Thanks for your replay. I have looked your link and got the following query. "select DS_JOBS.NAME JobName FMT '40L', DS_JOBOBJECTS.NAME LinkName FMT '30L', EVAL DS_JOBOBJECTS."@RECORD<12>" AS JobActivtyJobName FMT '40L' from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE = 'CJSJob...
by ramabbm
Thu Oct 12, 2006 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssearch command has bug
Replies: 5
Views: 2926

dssearch command has bug

When I was playing with dssearch command to search for Jobs used in a Specified Job Sequence, found there is a bug with this command. It is not listing all jobs under subsequences, when you are running subsequences parallel. Here is my out put. Stage\Sequence\LOSNew_seq, sequence job Shared\shr_job0...
by ramabbm
Fri May 19, 2006 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to Call SQL Server Stored Proc?
Replies: 4
Views: 2648

Yes, you can write a routine, which internally executes the SQL server stored procedure through ODBC and get the results. It is very much possible.
by ramabbm
Thu Jun 09, 2005 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete ds files
Replies: 4
Views: 2889

Unable to delete ds files

Hi, We are getting the following error, when we are trying to delete *.ds files using orchadmin command. 0509-150 Dependent module liborchgeneralaix3.so could not be loaded. 0509-022 Cannot load module liborchgeneralaix3.so. 0509-026 System error: A file or directory in the path name does not exist....
by ramabbm
Fri Jun 03, 2005 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ compiler problem
Replies: 0
Views: 1042

C++ compiler problem

Hi, I have created build op using C++ and able to open and close the file using "fsstream" class. However when I try to use "is_open" method of "fsstream", I am getting the compilation error saying "is_open" is not a member of "class fstream". But &q...
by ramabbm
Wed Jun 01, 2005 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler in build ops
Replies: 1
Views: 1430

Exception Handler in build ops

I would like to handle exception in build ops. If any exception the abort the job with custom error message (similarly like calling DSLogFatel function in basic routines).

I have seen "failstep()" macro in ds documents. Is this macro accepts the custom error message?.
by ramabbm
Fri May 20, 2005 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing job parameter to routine in parallel jobs
Replies: 2
Views: 1713

Yes, I looked into directory log and job parameter values are coming correctly. I think the problem is with multiinstance. As you said we might have to remove multi-instance option. Thanks a lot. Welcome aboard! :D Look in the Director log in each case, to determine what value was used (supplied) fo...
by ramabbm
Thu May 19, 2005 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing job parameter to routine in parallel jobs
Replies: 2
Views: 1713

Passing job parameter to routine in parallel jobs

Hi, we are using basic transformer for calling basic routine and passing job parameter as argument to the routine. This multiple instance job and job is aborting when we are running with invocation Id. However when we are running the same job through director without any invocation id, it is running...