Error in view data using oracle enteprise stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
balu124
Participant
Posts: 49
Joined: Wed Jul 25, 2007 9:53 pm

Error in view data using oracle enteprise stage

Post by balu124 »

Hi,
we are using oracle enterprise stage to access the data. In stage properties tab only user name and password options are enable and connection string option is not available.

when we trying to uase the view data we are getting the following error


Error executing view data command path search failure

There is more output available from the executing the server command

##I TFCN 000001 12:42:22(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOSH 000002 12:42:22(001) <main_program> orchgeneral: loaded
##I TOSH 000002 12:42:22(002) <main_program> orchsort: loaded
##I TOSH 000002 12:42:22(003) <main_program> orchstats: loaded
>##E TOSH 000205 12:42:23(000) <main_program> PATH search failure:
>##E TOSH 000000 12:42:23(001) <main_program> Error loading "orchoracle": Could not load "orchoracle": The specified module could not be found.
>##E TOSH 000000 12:42:23(002) <main_program> Could not locate operator definition, wrapper, or Unix command for "oraread"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
>##E TCOS 000029 12:42:23(003) <main_program> Creation of step finished with status = FAILED

Can any one give idea to resolve this.
gunabala
Participant
Posts: 11
Joined: Mon Sep 17, 2007 7:46 am
Location: INDIA

Post by gunabala »

better you can use the odbc connection .it will solve your problem
bbbb
balu124
Participant
Posts: 49
Joined: Wed Jul 25, 2007 9:53 pm

Post by balu124 »

gunabala wrote:better you can use the odbc connection .it will solve your problem

R u suggesting me to use ODBC stage inplace of oracle stage or providing the connecting string option in the properties tab os oracle ,if so the connection string option is not appearing in the properties tab of oracle.

if we take odbc stage it's work fine.
balu124
Participant
Posts: 49
Joined: Wed Jul 25, 2007 9:53 pm

Post by balu124 »

gunabala wrote:better you can use the odbc connection .it will solve your problem

R u suggesting me to use ODBC stage inplace of oracle stage or providing the connecting string option in the properties tab os oracle ,if so the connection string option is not appearing in the properties tab of oracle.

if we take odbc stage it's work fine.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

If you search "orchoracle", you will find my detailed steps on how to solve this problem.
Post Reply