You can code a custom csp page to run a query of all the recurring instances and put it into an html table where it can be cut and pasted into excel. I haven't found a good way to get the complete list of parameters, but you can get the rest of the info fairly easily.
I have a java class that was loaded to our Oracle 8i database. The java's purpose is simply to go out to a SQL Sever database and return some data in an XML string to our application. We've encountered a problem recently where it appears the statement that calls the java never completes which...
The only way I've been successful at obtaining the path to a report is by using the parent id to query the parent object until you reach the top level.
'***********************************************************
'Get the path
'***********************************************************
Dim...
I am running CE9. I have a report with a date range parameter like this:
(IF {?DateType} = "Date Range" THEN
{SW_CASE.SWDATECREATED} > {?Startdate} and
{SW_CASE.SWDATECREATED} <= {?EndDate}
ELSE IF {?DateType} = "Last Full Week" THEN
{SW_CASE.SWDATECREATED} in lastfullweek
ELSE IF...
For CE9, I used a csp page that outputs to a table detailing the report name, report path, how many instances, and the average runtime. I believe CE10 will use similar syntax. The code could be altered to ouput in XML format which a report could be created against.
<HTML>
<META...
The query is no longer present on the database. I just made it occur again, and I watched the query running (went for about an hour) and then it disappeared from the database side. The instance in Crystal is still showing a "running" status and has been for at least two hours after the query...
I determined they were hanging when they showed running status for over 10 hours when past runtimes had shown half an hour or less. It's happening on both recurring reports and single scheduled instances.
I'm using CE 9 with Oracle 8i as the back end. We run a majority of our reports overnight. Occasionally we have report instances that show a status of running much longer than the normally should. A check of the datbase sessions shows that no Crystal Reports are currently running. I've...
I use the code below as a standalone csp page on the production server, it returns a grid of all reports when they were created and the last time they were run. I'm using it on CE 9, but you should be able to modify it for CE 8.5.
<HTML>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html...
From the white paper:
If you are using the native Oracle driver and using hard-coded date selection within the procedure, the date selection must use either a string representation of the format 'YYYY-DD-MM' or the TO_DATE function...
Gist of the matter was that I had a hardcoded date that used...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.