Copied to clipboard

Flag this post as spam?

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


  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Oct 17, 2012 @ 20:34
    Jan Skovgaard
    0

    How to set up Umbraco as the datasource?

    Hi all

    I'm currently using Contour version 1.11.32 on a Umbraco 4.9 install running SQL CE.

    When I'm trying to setup a datasource, which should be the Umbraco instance itself I get the following error:

    System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Webservices not enabled at umbraco.webservices.BaseWebService.UserAuthenticates(String username, String password) --- End of inner exception stack trace ---

    I'm using the credentials of the Umbraco user - not sure about the webservice thing? Do I need to configure some access somewhere I'm not aware of?

    Thanks in advance.

    /Jan

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Oct 18, 2012 @ 10:18
    Tim Geyssens
    0

    Hey Jan,

    Make sure the webservices are enabled on the site you are using as a datasource

    You need to do that in the /config/umbracsettings.config file

    <webservices enabled="True">

    + add the user to the documentServiceUsers

    <documentServiceUsers>admin</documentServiceUsers>

  • 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