| | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | Skelta web parts change size when select between Inbox and Queues Inbox 
Queue 
What I need to do to correct this? Web part must have full page size. Thanks |
| | | | Junior Member
       
Group: Forum Members Last Login: Wednesday, March 19, 2008 Posts: 6, Visits: 10 |
| | Try giving fixed height for the webpart. 1) Go to Modify Shared Web Part 2) Select Yes for Should the Web Part have a fixed height? 3) Specify the fixed height |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | When Modify Web Part An unexpected error has occurred. Troubleshoot issues with Windows SharePoint Services.
|
| | | | Junior Member
       
Group: Forum Members Last Login: Wednesday, March 19, 2008 Posts: 6, Visits: 10 |
| | Follow the below steps to get the exact error 1) Open the web.config of that SharePoint web application 2) Set the value of CallStack as true 3) Set the customErrors mode as Off Then try to modify the web part |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | Error stack: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. |
| | | | Junior Member
       
Group: Forum Members Last Login: Wednesday, March 19, 2008 Posts: 6, Visits: 10 |
| This error is the because some how the event validation got enabled for the web application. This could be either because the designer tools added the same in the default.aspx when edited or .NET 2.0 Security Update (KB928365) is applied on your SharePoint system. If the event validation is enabled, the same checks the incoming values in a POST to ensure the values are known, good values and if the runtime sees a value it doesn’t know about, it throws an exception. Skelta is using Ajax in work item control . Ajax actually uses JavaScript http request which actually does not reload the whole page where as Event validation validates the view state of the page. Since they both differ ,runtime throws the exception. So to resolve this error ,add "enableEventValidation=false" for pages tag in the SharePoint web.config file. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | Great Thanx!!! It Works!!!! |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | One more question If I enter to SkeltaEnterprise Console with my ActiveDirectory user profile - its Ok! But if I enter into Skelta web part in SharepointPortal - I see error: Unable to fetch entity item from provider for entityId (activedirectory::adalnitskyi) , IsPrimaryDataSource:True., Repository:Final, severityLevel: Critical With other AD profiles and system account all works good. My profile is Admin is "Portal Owner" profile. Web part was added by my AD profile Thanks |
| | | | Supreme Being
       
Group: Forum Members Last Login: Saturday, February 12, 2011 Posts: 133, Visits: 427 |
| Hi, Have you mapped the web site to a Repository ? If this is already done then there should be some configuration issues which could be causing this. Please get in touch with support to do a deep dive in to the issues?
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, May 20, 2008 Posts: 59, Visits: 155 |
| | Yes I do it. It don't works only with one profile and I can't understand why. Other AD profiles work with skelta web-part correctly. |
| |
|
|