Link to home
Start Free TrialLog in
Avatar of sjlevine34
sjlevine34

asked on

MS Report Builder 2008 Oracle Connection Problem

I am using Report Builder 3.0, loaded from a server running SQL Server 2008.  The software is being used within Internet Explorer 8.0.  I am trying to connect with an Oracle 9i database through Oracle 9i client, but have not been successful.  My connection is to a server named sftr403.devl, defined in my tnsnames.ora file,  When I test the connection using the build window within the connection properties window,  I get the message that test connection succeeded.  However, when I try to connect directly from the connection properties window, I get the error message "Unable to connect to the data source.  Please verify the connection properties and credentials".  Why is the same connection only working in one place and not the other?
ScreenPrints1.doc
ASKER CERTIFIED SOLUTION
Avatar of Marten Rune
Marten Rune
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sjlevine34
sjlevine34

ASKER

Thanks
I was working under the assumption that the connection driver was on my local machine.  It was actually on my server.  I had to define the following connection string in the report (for security purposes, I am not providing the host name nor service name):

Data Source="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST={hostname})(PORT=1521))(CONNECT_DATA=(SERVICE_NAME={service name})))"

This approach worked and I was able to query the oracle database and prepare a report from the dataset.
for security reasons ... don't use the default ports
when a hacker gets it, the first thing they do is run  checks on standard ports

yer using the standard port for oracle listener: 1521