Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, June 29, 2025 
 
slxdeveloper.com Community Forums  
   
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!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: /slxwebrpt/SLXWebReportingServer.ashx
Steve Meyers
Posts: 5
 
/slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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
[Reply][Quote]
Doug Evenhouse
Posts: 66
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
Steve Meyers
Posts: 5
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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?
[Reply][Quote]
Doug Evenhouse
Posts: 66
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
Timmus Agersea
Posts: 328
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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
[Reply][Quote]
Timmus Agersea
Posts: 328
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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
[Reply][Quote]
Steve Meyers
Posts: 5
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 Mar 09 4:12 PM
Quote:
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
[Reply][Quote]
Timmus Agersea
Posts: 328
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 Mar 09 4:17 PM
This was a response to Doug for the missing images and unresponsive parameters OK button.

Sorry for the confusion.

Timmus
[Reply][Quote]
Doug Evenhouse
Posts: 66
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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?
[Reply][Quote]
Andrew Sokolsky
Posts: 26
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
dl@megabyte.be
Posts: 14
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Jun 09 1:12 PM
Hi,

Same problem, Someone has an idea...?
[Reply][Quote]
dl@megabyte.be
Posts: 14
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jun 09 3:56 AM
FYI, I Fixed the problem in re-deploying (report portal) with the precompile option.

Bye
[Reply][Quote]
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Jun 09 12:51 PM
I have a similar probelm. Redeploying fixes it temporarily but then it dies again. I too am still searching for a resolution..
[Reply][Quote]
Mandryka
Posts: 1
 
Re: /slxwebrpt/SLXWebReportingServer.ashxYour last visit to this thread was on 1/1/1970 12:00:00 AM
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...


 


 

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/29/2025 1:45:31 PM