This is a migrated thread and some comments may be shown as answers.

[Solved] ActiveSkill project tutorial

1 Answer 146 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simon Logan
Top achievements
Rank 1
Simon Logan asked on 21 Oct 2009, 04:57 PM
I am working through this tutorial from the RadControls courseware, when executing the script "NetworkServicePermissions.sql", the following sql error(s) occur:
Msg 15259, Level 16, State 1, Line 5
The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys.
Msg 15151, Level 16, State 1, Line 8
Cannot find the user 'NETWORK SERVICE', because it does not exist or you do not have permission.
This limitation is either by design or a bug in TSQL, do you currently have a work-around for this script?


1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 26 Oct 2009, 03:15 PM
Hello Simon Logan,

I suppose the problem is that your computer does not have the Network Service user account (which exists in Windows 2003, Vista or later). Try skipping this step from the tutorial.
Alternatively, you can try replacing the Network Service with the ASPNET user account in the sql query.

Let us know

Regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Simon Logan
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or