System.Data.OracleClient requires Oracle client software version 8.1.7

  • Thread starter Thread starter ind_123
  • Start date Start date
I

ind_123

I get this error while trying to run report on SQL Report Server

"System.Data.OracleClient requires Oracle client software version
8.1.7"

I checked the DataClient and it is installed.

The report runs fine on development machine but not when I moved it to
Test mahcine.

Any help?
 
Hello ind_123,
I get this error while trying to run report on SQL Report Server

"System.Data.OracleClient requires Oracle client software version
8.1.7"

I checked the DataClient and it is installed.

The report runs fine on development machine but not when I moved it to
Test mahcine.

Any help?

It's probably a permission issue. Check which user Reporting Services is
running under and make sure it has permissions (read/execute) to the bin
directory of the oracleclient installation. It might also need read rights
on the location of the TNSNames file.

Jesse
 
Back
Top