cancel
Showing results for 
Search instead for 
Did you mean: 

ConnectionInfo for Oracle Wallet

Former Member
0 Kudos

CR.13.0.1.220 CrystalDecisions.CrystalReports.Engine.dll

Hi,

I would like to take advantage of Oracle wallet for my c# .NET application. I am using

var connInfo = new ConnectionInfo {DatabaseName = string.Empty, ServerName = serverName, UserID = userName, Password = password};

But this does not work when userName and password are not passed.

Could you please advice on how can I specify the connection details for the CR engine to use the Oracle wallet given a service name.

I am able to connect to the service from my .NET application code but the CR is not able to connect.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

CR fully respects database security, if you cannot set up SSO or AD with Oracle Wallet then CR will not connect. Must provide user and pw.

Don

Answers (0)