Avatar of Member_2_6492660_1
Member_2_6492660_1
Flag for United States of America asked on

Sharepoint 2010 Calendar Webpart Issue

Windows 2012 R2 Server
SharePoint 2010 SP2 November CU
Microsoft SharePoint Designer

I added a new List Calendar to schedule all my maintenance jobs and I need them in 1 minute intervals not every 5 minutes

So I found this article
http://techtrainingnotes.blogspot.com/2011/06/sharepoint-edit-date-and-time-in-one.html

Which helped me setup the calendar webpart  EditForm.aspx and NewForm.aspx

I got past one error by unchecking Allow Attachments

I can enter a start time of 12:27 am and end time 12:27 am  no problem

But when I hit save I get this error
"An Unexpected error has occurred"
Correlation ID 0e025........"      see attached images

I ran ulsviewer and searched for the correlation ID but could not find it

Also read somewhere where to change the web.config file

1.  Remote into the Sharepoint Server and browse to:
 C:\Inetpub\wwwroot\wss\VirtualDirectories\<port number> (this is usually port 80)
 2.  Open up web.config file (using notepad).
 3.  Find the node (use Edit, Find) that begins with <trust level=
 4.  Change the trust level to WSS_Medium
 5.  Save the web.config file.
 6.  Go to command prompt (start -> run -> cmd -> iisreset /noforce)
 
 *Note* If the trust level is already set to WSS_Medium, just run iisreset /noforce from the command prompt.



My current setting is

    <trust level="WSS_Minimal" originUrl="" />



Will this help?????


Thanks in Advance

Tom
Calendar-error.png
Calendar.png
Windows Server 2012Microsoft SharePointMicrosoft Development

Avatar of undefined
Last Comment
Member_2_6492660_1

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Rainer Jeschor

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Member_2_6492660_1

ASKER
Rainer

Nothing in the event logs
I cant find anything in the ULS log
Yes single server for the Farm

When I create an event and just add the fields that are required it will save the event

It is when I try to set up a repeating schedule for the event is when it fails

i downloaded visual debugger will play with that soon


Any thing else to check?

Thanks
SOLUTION
Mohit Nair

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Member_2_6492660_1

ASKER
Mohit,

Did you see this article?
http://techtrainingnotes.blogspot.com/2011/06/sharepoint-edit-date-and-time-in-one.html
It shows modifying the calendar to except 1 minute entries that is what I changed using Microsoft SharePoint Designer

Secondly, If you enter start time as 12:27 am and end time 12:28 am does that execute ??  No same results

Only way it works if I do not "Make this a repeating event"  then it adds the event to the calendar

I was able to run this
Merge-Splogfile -correlation f54e577e-4052-4084-b763-11412304d525  -path "C:\LOGS\calendar.log"

See attached log


Does the log tell you anything?

Thanks
calendar.log
Member_2_6492660_1

ASKER
Rainer

Very extreme option:
 Installing Visual Studio (Debugger) and try to get exceptions from within a SharePoint DLL ...


Just installed this tool not familiar with this tool any suggestions on what I need to do here?
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
SOLUTION
Member_2_6492660_1

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Member_2_6492660_1

ASKER
Have it working see last post.

Thanks for all your help