Link to home
Start Free TrialLog in
Avatar of sharpapproach
sharpapproach

asked on

sdata on Web Server won't run

We have a new implementation of a SalesLogix Web 7.5.3 server.  the slxclient runs fine, but we are having problems with the sdata not running.  We have done everything according to the setup and deployment instructions, but can't figure out why.  It reads the virtual directory okay and prompts for the logon, but then we get this message in the browser:
  <?xml version="1.0" encoding="utf-8" ?>
- <diagnosis xmlns="http://schemas.sage.com/sdata/2008/1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sdata="http://schemas.sage.com/sdata/2008/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:sync="http://schemas.sage.com/sdata/sync/2008/1" xmlns:sme="http://schemas.sage.com/sdata/sme/2007" xmlns:http="http://schemas.sage.com/sdata/http/2008/1">
  <sdata:severity>error</sdata:severity>
  <sdata:sdataCode>ApplicationNotFound</sdata:sdataCode>
  <sdata:applicationCode />
  <sdata:message>Unable to locate a handler to process the request 'Default.aspx'</sdata:message>
  <sdata:stackTrace />
  <sdata:payloadPath />
  </diagnosis>

All the files are there, and the default.aspx... see screenshot.  

We are at a total loss,, and under a ton of pressure from our Sales dept to get this up and going ASAP because they can't use the iSLX app for the iPhone until we do.  HELP!!!!!!!!!!!!!!!!!! User generated image
Avatar of Richard Quadling
Richard Quadling
Flag of United Kingdom of Great Britain and Northern Ireland image

I'm not an expert in IIS, but the error is telling me that the software required to process the aspx file is not available for some reason.

I'm pretty sure aspx SHOULD be handled without any real issue (I'm a PHP user, so my setup is slightly different).

http://forums.iis.net/t/1148302.aspx - maybe re-registering aspx will help.

http://learn.iis.net/page.aspx/243/aspnet-integration-with-iis-7/ provides all the details about getting aspx working.
ASKER CERTIFIED SOLUTION
Avatar of sharpapproach
sharpapproach

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would have appreciated some feedback on what I referenced.

Specifically the aspx integration site. iis.net is THE authority on IIS. The articles present are, in many cases, written by the code authors.

It would be interesting to know what was done differently to help other users.

I'd start by checking the Managed Code setting for the pool running the application. I use "No Managed Code" as I'm using PHP+FastCGI, but V2.0 and V4.0 are options on my server.

Avatar of sharpapproach
sharpapproach

ASKER

no answer given.