in

Dotnetpanel Forums

Community support forums for DotNetPanel products

401 Unauthorized when using esUser

Last post 04-21-2010 4:57 PM by OnionMan. 11 replies.
Page 1 of 1 (12 items)
Sort Posts: Previous Next
  • 07-15-2009 2:10 PM

    401 Unauthorized when using esUser

    I wrote a VB.Net program to sync ConnectWise with DotNetPanel, so time ago and since upgrading to the newest version I'm receiving a 401 error (Unauthorized). I ame setting the user credentials with system.net.networkcredential using the serveradmin and password. Am I missing something is there a new layer of security somewhere or something?

     Thanks.

  • 12-30-2009 9:34 AM In reply to

    • Mathy
    • Top 500 Contributor
    • Joined on 12-30-2009
    • Posts 6

    Re: 401 Unauthorized when using esUser

    I'm having this issue too. Can anyone help?
  • 12-30-2009 12:48 PM In reply to

    Re: 401 Unauthorized when using esUser

    I stopped using soap interface and used DLLs from the dev download. Using the DLLs created an esuser proxy and a proxy for managing hosting spaces, and while I was at it created a proxy for connecting to a ConnectWise SQL database. Since that I haven't had a problem, when I upgrade the servers I just download the newest dev kit and recompile the problem with the new DLLs. Let me know if you need any help.
  • 12-30-2009 3:04 PM In reply to

    • Mathy
    • Top 500 Contributor
    • Joined on 12-30-2009
    • Posts 6

    Re: 401 Unauthorized when using esUser

    Where can I find these DLLs? I don't see a development download in the downloads section.
  • 12-30-2009 6:58 PM In reply to

    Re: 401 Unauthorized when using esUser

    In downloads under "DotNetPanel for Developers" its a file called "DotNetPanel 2.8.11 Portal Sources" This is the .NET dev files, theres a folder called bin which houses most all DLLs required. Then you can use Visual C# Express or get a full version of Visual Studio 2008 in trial form that works for 3 months. Boom away you go.
  • 12-30-2009 7:11 PM In reply to

    • Mathy
    • Top 500 Contributor
    • Joined on 12-30-2009
    • Posts 6

    Re: 401 Unauthorized when using esUser

    Well, I don't have access to the DotNetPanel source-codes. Would this still be possible for me?
  • 12-31-2009 12:12 AM In reply to

    • ACW
    • Top 25 Contributor
    • Joined on 05-04-2006
    • Posts 234

    Re: 401 Unauthorized when using esUser

    They should also be in the bin folder of Portal to control Enterprise Server and the bin folder of Enterprise Server if you want to control Server.

  • 12-31-2009 4:16 AM In reply to

    • Mathy
    • Top 500 Contributor
    • Joined on 12-30-2009
    • Posts 6

    Re: 401 Unauthorized when using esUser

    This is all confusing to me. I'd still love to stay with the Web Services API.
  • 02-08-2010 10:56 AM In reply to

    Re: 401 Unauthorized when using esUser

    Has anyone ever gotten an answer to this?  I am trying to use the web services api and can't get past this point.

     

    I am rather stunned at the lack fo support being offered.

    Filed under:
  • 02-08-2010 12:21 PM In reply to

    Re: 401 Unauthorized when using esUser

    Sorry, I'm just another user like your that ran into the same problem. Moved on to using the DLLs in the dev kit and found them to be way easier and just never bothered to find the answer for this problem. If you want help in using the DLLs I will be more than happy to post a small app I made to keep ConnectWise synced with DNP. We're a MSP and use ConnectWise to do everything, and it worked out that Aggreements in CW (at least for hosting) are every much like hostingspaces in DNP. I made 3 proxies in C# 1 for DNP Users 1 for DNP Packages and 1 for CW information. So if you want to see if a DNP user exists its as easy as DNPUser().UserExists("string") My code is BAD.. just learning C# (normally did everything in VB) but more than happy to help.
  • 02-08-2010 2:19 PM In reply to

    Re: 401 Unauthorized when using esUser

    Any help would be terrificly appreciated, so please share what you have.

     Once I get this thing figured out, I will be glad to post my results for everyone to use.

  • 04-21-2010 4:57 PM In reply to

    Re: 401 Unauthorized when using esUser

    ensure windows authentication is disabled for the website
Page 1 of 1 (12 items)
Powered by Community Server (Commercial Edition), by Telligent Systems