Server encountered an internal error. while creating a new items by new user
Hello All,



I am facing below error : while trying to create a new items . issue is occurring only for new users not the existing users 

Please kindly help me to resolve the issue

Sorry, something went wrong
System.Runtime.Remoting.RemotingException: Server encountered an internal error. For more information, turn off customErrors in the server's .config file. 

Server stack trace: 


Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
   at Microsoft.SharePoint.Administration.ISPUserCodeExecutionHostProxy.Execute(Type us
TECHNICAL DETAILS
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: 0fbb1c9d-00d6-2000-10af-3ab5706d092f

Date and Time: 22.07.2015 23:05:40

I Dont have access to SP admin 

Thanks & Regards,

Shiva shankar.K




July 23rd, 2015 2:42am

To display full errors and the stack trace of the error, you need to modify the web.config file for the Web Application which SharePoint is running on. 

Enable Custom Errors: Set the customErrors mode to "Off"

Find:
<system.web> ...

<customErrors mode="On" />

Change To:
<system.web> ...

<customErrors mode="Off" />

Enable the Call Stack Trace: Set the CallStack value of the SafeMode element to "true"

Find:
<SafeMode ... CallStack="false" ... >

Change To:
<SafeMode ... CallStack="true" ... >

Thanks.

Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2015 3:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics