Since I have upgraded from Crystal 9 to XI, I have been having nothing but problems and I am sure a lot of you out there have too.
Error message:
Error in File C:\DOCUME~1\NORRIS\ASPNET\LOCALS~1\Temp\rptOnTimePerformanceByLocationReport {44C7095F-C2B3-471B-AEC1-69474A8936A0}.rpt: The request could not be submitted for background processing.
It took me 2 days to figure out that the reason for this error message was because my report did not like to accept blank strings as parameters.
In Crystal 9, this wasn't an issue. All of the sudden in XI, its an issue. So if any of you have run into this problem, check to make sure that you are not passing in blank parameters from your code into a Crystal Report. I am now passing in a string that looks like this: " " instead of this "" and it works fine.
It would be helpful if Crystal actually had some error messages that related to the problem at hand. It seems as though they have this one generic message for all sorts of errors.
Error message:
Error in File C:\DOCUME~1\NORRIS\ASPNET\LOCALS~1\Temp\rptOnTimePerformanceByLocationReport {44C7095F-C2B3-471B-AEC1-69474A8936A0}.rpt: The request could not be submitted for background processing.
It took me 2 days to figure out that the reason for this error message was because my report did not like to accept blank strings as parameters.
In Crystal 9, this wasn't an issue. All of the sudden in XI, its an issue. So if any of you have run into this problem, check to make sure that you are not passing in blank parameters from your code into a Crystal Report. I am now passing in a string that looks like this: " " instead of this "" and it works fine.
It would be helpful if Crystal actually had some error messages that related to the problem at hand. It seems as though they have this one generic message for all sorts of errors.