Posted 11/2/2006 11:51:32 AM | | | I am getting a 401 when I run my app.
I am running it on my local machine and connecting to a vm. I am pretty sure I've got my Impersonation* keys right in c360.config unless for some reason, c360 is incorrectly generating the encrypted password.
I can open up a browser on my local machine and point to the CRM on that vm, specifying exactly the same credentials and I can do that fine.
The setup I have worked fine with two other VMs. I don't know what's causing this issue. |
| Posted 11/2/2006 4:58:13 PM | | | | You are right that a HTTP 401 error is related to authentication. Of course the first thing to do is to double check the impersonation information, and the password in particular. But it sounds like you already did this... With our "consumer oriented" products, we include a troubleshooting engine which could help. However, it typically returns a "pass/fail" indicator so it's a little bit limited in terms of helping you investigate an authentication problem. anyway, if you want to attempt to use this tool, you will have to copy the following file from a server where you installed a c360 product (such as Summary, My Wokplace of Forecast MAnager for examnple): - The folder: C:\Program Files\c360\v3\web\crmweb\Troubleshooter and all its content.
- The DLL: C:\Program Files\c360\v3\web\crmweb\bin\c360.Troubleshooter.Common.dll
- The DLL: C:\Program Files\c360\v3\web\crmweb\bin\c360.Troubleshooter.dll
- The folder: C:\Program Files\c360 Solutions\v3\Web\CrmWeb\bin\scripts\Troubleshooter
When you have copied these files to your dev cassini server you can browse to: http://myserver:5555/MyDevVirtualDir/Troubleshoter/Troubleshoot.aspx Let me know if this helps.
|
| Posted 3/26/2007 4:07:58 PM | | | So I thought I'd tackle this issue now after a bit of hiatus...
I copied the troubleshooter files and all and it looked like it was going to work since I saw the page saying test running... blah blah blah. But it error'ed out in the end.
Basically it's a NullReferenceException:
[NullReferenceException: Object reference not set to an instance of an object.]
TestPlugIns.c360Configuration.Execute() +471
ᜰ.ᜀ() +235
c360.Troubleshooter.EnginePage.ᜀ(Object A_0, EventArgs A_1) +249
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
I should note that the test wouldn't even run unless I added an app setting named TroubleshooterPluginFullDirectoryPath, which I got from an existing product configuration. The c360 sdk is installed to the virtual folder root /c360 so I am accessing the test page like this:
http://localhost/c360/Troubleshooter/troubleshoot.aspx.
Let me know what you think.
Thanks |
| |
|