Could not find Stored Procedure 'dbo.DetermineDateRange'

Symptoms:

After the initial install of Reports Center Standard & Professional when trying to run any report the following message is displayed: “An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set ‘DateRange’. (rsErrorExecutingCommand) Could not find stored procedure ‘dbo.DetermineDateRange’.”

Example:

Applies To:

This article applies to Print Manager Plus Reports Center Standard & Professional

Causes & Solutions:

1. Reports Center Standard & Professional fails to create Stored Procedure (dbo.DetermineDateRange).
Some installations of Reports Center Standard & Professional fail to create the Stored Procedures necessary for report generation. 

Solution: Download and unzip (createProcedures_SSI_en.zip)
http://downloads.printmanager.com/products/SupportDownloads/CreateProcedures_SSI_en.zip

a. Make sure you have Microsoft SQL Server Management Studio Express (The correct version for your operating systems can be found here): Version 2005 or Version 2008

b. Install the Microsoft SQL Server Management Studio Express And then run the application open the CreateProcedures_SSI_en.sql

2. Opening the script (CreateProcedures_SSI_em.sql) with Server Management Studio Express.

a. Double-click the script to launch the SQL Server 2005/2008 Server Management Studio



b. Next, you will be prompted to enter the path of your SQL database, depending on the installation of SQL either be it a local or remote SQL server, it should look something like this servernamePMP or (Local)PMP. Select Connect and then on to choosing the database to apply the script too.

Example:

 
c. The following script will be applied to the PrintManager database, choose the drop-down arrow from the menu and choose PrintManager and then select Execute. (This will create the Stored Procedures required for Reports Center to work properly) There won’t be any noticeable dialog box but if you wish to make sure that the changes occurred, you can close Studio Express and reopen it.

Example:

d. Upon opening Studio Express (anew) you will be prompted to connect to the database again.

Example:

e. To view the changes expand Databases>PrintManager>Programmability>Stored Procedures (you should have a very similar screen to the below example).

Example:

3. You can now close Studio Express and open Reports Center Standard or Professional and run reports.