08-01-2011 11:47 AM
I'm woring on upgrading my Sales Logix to SP 4.
I'm currently working on the web side of things.
The web client works correctly
but SData is generating a 404 error when I attempt to access http://localhost:3334/sdata/$system/adapters
Any ideas?
I have copied all of the IIS setting from my working 7.5.2 web all to no avail. I'm kind of stumped.
OS = Windows 7 64 bit
IIS = Version 7
Did the list of adapter URL change?
Ant assistance on this is appreciated.
Terry Downing
08-01-2011 04:52 PM
I figured it out.
for some reason the handler mapping were all local rather than inherited.
authentication was not set correctly.
Is there a clear and concise document somewhere on what settings should be for web sites generated by apparchitect using IIS7?
08-03-2011 08:12 AM
08-03-2011 08:51 AM
Has the implementation guide been updated for Windows 7 / IIS 7.5?
There is a world of difference on how to navigate and find things between IIS 6 and IIS 7.5.
I thought IIS 6 was easier BTW
08-03-2011 09:27 AM
08-03-2011 09:57 AM
Yeah I read the deployment sections and IIS settings in the AA help file. Good enough for when everything is setup correctly.
The problem was. the application and handler mappings in the web under IIS were incorrect. AA was fine and deploying correctly. Just SData getting an ugly 404 when I knew it was all there and I thought I had the handler mappings correct. There alot of moving parts to maintain in a web application and if you're not familiar with IIS it can be daunting.
clear (step by step) documentation would be helpful. I'm not an IIS admin and I don't want to be. I would just like a nice detailed it should look like this in IIS 7 with screen shots and all. I shouldn't have to spend 2 days trouble shooting IIS when SData doesn't work as expected. WebClient functioning fine just SData was a mess. I have no idea how the site got messed up.
It's all working now. Just venting on the admin overhead if you're not an admin kind of thing.
Terry
08-03-2011 10:22 AM
08-03-2011 11:21 AM
Yep...
Doing it w/IIS6 is extremely simple - it's just that IIS7 is very "messy" thanks to Microsquish's views on how to do these things... I blame them for this mess.
08-03-2011 11:44 AM
I had the wild card set correectly in the handlers.
All other handlers were somehow marked as local rather than inherited and for some reason (perhaps operator error?) the authentication was a shambles.
Trying to interpret IIS6 settings to IIS 7 is sketchy at best. Especially if IIS is not part of your daily toolset. What is easy for an admin can be a nightmare for a porr feeble minded developer with absolutley no desire to take up server babysitting as a sideline gig.
08-14-2011 08:48 AM
Having the same issue. Went thru the documentation and everything is setup correct with the exception of the Application Pool Indentity. Mine will not access the Application User pass-through. It returns a "There was an error while performing this operation. Details: Invalid Application Path." I was using the WebDLL account for this and it worked fine in 7.5.3. Using it now still works but unable to connect with Desktop Manager.