Okay, here is the problem. Running CR 8.5 and I am trying to pass ClientID (1001-01). The Crystal report viewer does not like the hyphen (-) in ClientID, so how do I pass
1001-01 in Java so the hyphen no longer causes a problem. The user is enters in begin and end dates and the ClientID is captured during the login process, not enetered by user.
Sample Code:
destUrl = " + id + "&apstoken=" + escape(token) +"&init="+escape(':connect') +"&promptex-clientid=\"" + ClientID + "\"&promptOnRefresh=0";
Error Message:File C:\ProgramFile\CrystalDecisons\WebContent\Enterprise\viewrpt.cwr not found on [On Cahce/Page Server: Name of pageserve]
One other error message: File C:\Inetpub\wwroot\ereport\viewer.cwr not found [On Cahce/Page Server: Name of pageserve]
TIA
1001-01 in Java so the hyphen no longer causes a problem. The user is enters in begin and end dates and the ClientID is captured during the login process, not enetered by user.
Sample Code:
destUrl = " + id + "&apstoken=" + escape(token) +"&init="+escape(':connect') +"&promptex-clientid=\"" + ClientID + "\"&promptOnRefresh=0";
Error Message:File C:\ProgramFile\CrystalDecisons\WebContent\Enterprise\viewrpt.cwr not found on [On Cahce/Page Server: Name of pageserve]
One other error message: File C:\Inetpub\wwroot\ereport\viewer.cwr not found [On Cahce/Page Server: Name of pageserve]
TIA