The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
/slxwebrpt/SLXWebReportingServer.ashx
Posted: 27 Mar 09 5:44 PM
|
I am getting the following error when attempting to execute a report in the SLX Web Client. This started happening after I installed the 7.5 SP1 stuff. Anyone out there have a clue? BTW, I cannot find this anywhere (SLXWebReportingServer.ashx). Also, I now seem to have an slxwebrpt folder in the Default, SalesLogix, and SLXWebReport web sites.
Server Error in '/slxwebrpt' Application. --------------------------------------------------------------------------------
The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /slxwebrpt/SLXWebReportingServer.ashx
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 28 Mar 09 1:03 AM
|
Yep - same error here. Still working it out but was able to at least get reports to run again by updating some SlXWebReport web site properties in IIS. I believe I changed the Local Path in the Home Directories tab to point to the folder where I had deployed the new web report portal - it had still been pointing to the local installation - i.e. C:\Program Files\SalesLogix\Web Components\slxwebrpt.
Not sure if that was the change that made a difference though.
No idea where SLXWebReportingServer.ashx lives either.
Hope this helps a little. Please post again when you get yours working. |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 30 Mar 09 9:49 AM
|
When I did the installation, I installed to the default folder path which should have been the same folder that was installed the first time. I believe this is the C:\Program Files\SalesLogix\Web Components\slxwebrpt. So what folder did you set it to? |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 31 Mar 09 3:02 AM
|
I created a new folder and deployed the web reporting portal there - in my case it was c:\inetpub\wwwroot\slx_web_reporting. My impression from the SP1 documentation was that the updated report portal needed to be deployed from the application architect and that it should be deployed to its own folder, but I suppose I could have deployed it over top of c:\program files\saleslogix\web components\slxwebrpt.
In my case, the web reporting portal works, but still a little flaky. For example, the report tree viewer on the left margin of the report viewer window is missing the graphics that draw the angles of the tree. Also, the Account Details report prompts for parameters but then never presents the report after clicking the "Submit" button. Weird. |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 31 Mar 09 2:15 PM
|
If you view the source for the page that is missing images you will find that it is looking for javascript files and images that do not exist in your website. You can find these folders under the business objects folder in program files. I dont know the exact path off the top of my head. Simply copy the images and jscript folders into what the web page is expecting and you should be good to go.
Timmus |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 31 Mar 09 2:21 PM
|
The source files are located (by default) at C:\Program Files\Business Objects\common\3.5\crystalreportviewers115. You will see the crystalreportviewers115 folder listed in your web page source. Paste this folder into your web site directory structure where it is expecting it.
Timmus |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 31 Mar 09 4:12 PM
|
Originally posted by Timmus Agersea
The source files are located (by default) at C:\Program Files\Business Objects\common\3.5\crystalreportviewers115. You will see the crystalreportviewers115 folder listed in your web page source. Paste this folder into your web site directory structure where it is expecting it.
Timmus |
|
Was this in response to my question or Doug's? It gets a bit confusing when threads get hi-jacked  |
|
|
| |
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 03 Apr 09 10:49 PM
|
Thanks for this helpful tip Timmus. I had created a new web site for the web reporting portal and a virtual directory for crystalreportviewers115, but the web page source told me that it was looking for some files in the aspnet_client\system_web folder. I created a virtual directory for the aspnet_client folder and that cleared up my issues with missing graphics files.
Sorry this thread got slightly hi-jacked Steve. Did you get your web reporting portal working? |
|
|
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 08 Apr 09 4:40 PM
|
Hey guys, I am also having trouble with the new 7.51 Report Server Deployment. I'm getting the same message. The previous solutions (stated before) have so far not worked for me. Is there anything that would cause that error. |
|
|
| |
| |
| |
|
Re: /slxwebrpt/SLXWebReportingServer.ashx
Posted: 15 Nov 10 3:37 AM
|
fiogf49gjkf0d I had the same probleme...
I fixed it by noticing that the slxwebrpt in IIS was pointing to C:\Program Files\SalesLogix\Web Components
So i changed it to C:\Inetpub\wwwroot\slxwebrpt where actualy the site is deployed by App Architect...
|
|
|
|