cancel
Showing results for 
Search instead for 
Did you mean: 

Report generation fails

Former Member
0 Kudos

Hello,

I try to generate reports, so I installed the report sample like described in "Generating Reports using Crystal Reports". But if I want to generate a report, i get an error:

Failed generating report Report-3012.pdf

com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected database connector
error---- Error code:-2147467259 Error code name:failed

I use:

- IdM 7.1

- MS SQL Server 2005 SP2 (x64)

- MS Server 2008 R2

All parameters for the report are configured with the right values... Have you any ideas?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Peter,

have you doublechecked the parameters of the reporting repository? What kind of values did you configure there?

Best regards

Holger

Former Member
0 Kudos

Yes i did.

I have configured following values:

DATABASEID    mxmg_db
DATASOURCE    jdbc:sqlserver://localhost:1433
JDBCDRIVER    com.microsoft.sqlserver.jdbc.SQLServerDriver
USERID        mxmg_rt

The mxmg is correct, because I need a lot of attempts until my IdM works

Former Member
0 Kudos

Hi Peter,

did you also set the password as a constant? Have checked whether you are able to connect directly to your SQL Server (using Management Studio) with the username and password?

Best regards

Holger

Former Member
0 Kudos

Hi Holger,

thank you for your fast response.

I set the password as a constant too and the database connection with the mxmg_rt user works fine.