Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sylvain Belanger 2 posts 22 karma points
    Aug 27, 2010 @ 19:16
    Sylvain Belanger
    0

    SoapException UserNotConfiguredException

    Hi,

    I'm currently running Umbraco 4.0.x on IIS6 and just installed the Client Tools by copying the server files to proper folders. I then configured the clienttools.config file in the /bin folder with the following content.

    <?xml version="1.0" encoding="utf-8" ?>
    <ClientTools enabled="true">
      <User name="sylvain" enabled="true">
        <MaintenanceService enabled="true" />
        <MediaService enabled="true" />
        <PackageService enabled="true" />
      </User>
    </ClientTools>

    The Client Tool running on my workstation always show the UserNotConfiguredException (coming from a 500 Internal Server Error according to trace).

    I haven't configured the webservice folder as an Application since I can query it through the URL configured in my profile (i.e. I see all the operations available through the Web service).

    Is there anything else I should look for?

    Thanks!

    Sylvain

  • Sylvain Belanger 2 posts 22 karma points
    Aug 27, 2010 @ 19:35
    Sylvain Belanger
    0

    I found the solution. As I don't know pretty well Umbraco (I'm the sysadmin), I found that I had to update the UmbracoSettings.config on the server to add my username to the "<memberServiceUsers>" section of the file. Once updated, no need to restart anything. It works right away.

    <memberServiceUsers>umbraco,sylvain</memberServiceUsers>

    Hope this helps someone else.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies