cancel
Showing results for 
Search instead for 
Did you mean: 

DEactivate refresh or Database

Former Member
0 Kudos

Hello,

i try to open a report with saved Data, but the report allways would refresh the database connection. Can i deactivate this Check/ Refresh ?

I only need the saved Data in the Report.

If i open the Report with the designer , i will also get the question to logon.

I have nearly 10000 Files to open and export with this program.

The Reports designed with CR 8.5 The program is written in VS 2003.

I use the cr-dll Versions : 11.0.3300.0

Every Answer is kindly.

Thanx

Hendrik

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Since you are getting the database logon prompt in the designer, I'd suspect that either the reports do not have saved data, or there are subreports that do not contain data.

Also, check that the reports are not set to verify the database: In CR XI go to the File menu and select Report Options. See if Verify on First Refresh or Verify Stored Procedures on First Refresh is enabled. If it is, remove the check mark and save.

Ludek

Answers (2)

Answers (2)

Former Member
0 Kudos

I got it, with a new Problem

Former Member
0 Kudos

Hello,

I checked all this things. If i open the Report in 8.5 no logon in XI there it need a logon.

The report has saved data and i can't open every report and save manually.

Thats over 10.000 Reports, so i'm not able to do this in 1 Year

Is it possible to convert automatically or do this flags in the code ?

Thanxs..

former_member183750
Active Contributor
0 Kudos

Are the CR 8.5 and CR XI installs on the same computer, or on two different computers? E.G.; if CR 8.5 is on computer A and that computer contains the datasource it may be connecting to the database. And if CR XI is on a different computer, the datasource may not be defined there, so the database logon(?).

Also, In the original post you mention this:

"I only need the saved Data in the Report."

But in the last post you say:

"Is it possible to convert automatically or do this flags in the code?"

This brings up the question; Are you trying to upgrade the reports to CR XI, or simply read saved data in these reports?

Also, ensure that you have the latest Service pack for CR XI. this can be downloaded from here:

https://smpdl.sap-ag.de/~sapidp/012002523100006008952008E/crXIwin_sp4.zip

Ludek