i enabled retention on my office 365 sharepoint 2013 library content type and made it to move to recycle bin after 1 day and its not working.
i am very confused what could be the reason.
any help would be great.
i enabled retention on my office 365 sharepoint 2013 library content type and made it to move to recycle bin after 1 day and its not working.
i am very confused what could be the reason.
any help would be great.
Hi
Got an corporate Event calendar - I've created a Site column and inserted a formula in a Calculated field - ics
I would like to give the end End Users the option that they can press a link or picture for at the "Add to outlook" and they then get an iCS file that adds this event to they personal outlook including a default reminder on 15 minutes.
and with the CQWP to display this "add to outlook" right beside :D
what to I add to the search schema?
Hello,
I've been searching all over the internet for a few days now and I'm unable to find any sort of answer/solution to my issue. I'm trying to configure Office 365 (SharePoint Online and Exchange Online). Things were going smoothly until I was trying to setup incoming/outgoing with SharePoint.
I need to configure a workflow so users can send a form to an email address and have that email accepted by SharePoint Online and add the form to a Document Library. The workflow would then continue with other steps and under the correct conditions email individuals letting them know a new document was added and provide a link to the form on SharePoint Online.
I have done with with MOSS 2007 (current prod environment) and it works great. I can't figure out how to do with without on-prem servers for the new environment I'm building for the organization.
Any suggestions, tips, links to directions, etc. would be greatly appreciated!
Thanks,
John
Goodwill Industries of the Inland Northwest
Hello,
I have a problem where Move-SPUser is throwing "Object reference not set to an instance of an object."
From my experience with other environments, this error would get thrown if I (or whomever runs the script) was not an Administrator of the “User Profile Server” Application. I also had to be added as a user under “Permissions”.
For Now I am just catching it, as the user appears to migrate successfully. I normally do not like doing this.
PowerShell: Try/Catch
Try { Move-SPUser -Identity $userOld -NewAlias $newLoginWthClaim -IgnoreSID -Confirm:$false -ErrorAction Stop } Catch { If($Error[0].Exception.Message -ne "Object reference not set to an instance of an object.") { $Error[0].Exception.Message } }
Hello EveryOne,
I was working on Creating New Access Service Application, with application pool (Access Service App Pool), but just after restarting the IIS, i can't access the SharePoint central admin. i have been getting HTTP 404 Not found Error. I have been getting this pop-up window also. Do i need to re-install the .NET Frame work also.
2. When creating New Service Application, i have given Application Database Server (SQL Instance 2012), but i get the error (Mixed Connection isn't enabled on Application Database Server). But i did change properties of SQL Instance to SQL and Windows Authentication, again it gives me the same error. PLease advice
I followed the instructions for this url:
https://technet.microsoft.com/en-us/library/dn800987.aspx
and I get this error:
Hello,
I've seen similar posts but have not seen complete procedures on how to go about it.
My problem: I have an existing *new* SP2013 farm (single server). After installation of farm we realized we had to create the SQLAliases.
Please can you propose an article detailing the steps to take including the possible problems encountered and its resolutions.
thanks in advance
Esperanza
Hi,
I have recently upgraded SharePoint 2013 to SP1, However, upgrade process is failing at step 9. Below is the Error log information:
Timestamp Process TID Area Category EventID Level Message Correlation 10/29/2016 19:25:45.54 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPContentDatabase Name=WSS_Content 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:45.54 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Upgrade [SPContentDatabase Name=WSS_Content] failed. 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:45.59 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPContentDatabase Name=WSS_Content 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:45.59 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Exception: Object reference not set to an instance of an object. 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:45.65 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPContentDatabase Name=WSS_Content 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:45.65 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe) at Microsoft.SharePoint.Upgrade.SPContentDatabaseIntegrity.CheckWebParts() at Microsoft.SharePoint.Upgrade.SPContentDatabaseIntegrity.Check(SPContentDatabaseIntegrityCheckOptions options) at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.ContentDatabaseDataIntegrityCheck() at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.PreUpgrade() at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:47.20 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession aj0ur INFO No context object 643ab29d-178c-e070-c521-1028bee05afe 10/29/2016 19:25:47.20 OWSTIMER (0x2C38) 0x1058 SharePoint Foundation Upgrade SPUpgradeSession aj0ur ERROR Upgrade Timer job is exiting due to exception: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe) at Microsoft.SharePoint.Upgrade.SPContentDatabaseIntegrity.CheckWebParts() at Microsoft.SharePoint.Upgrade.SPContentDatabaseIntegrity.Check(SPContentDatabaseIntegrityCheckOptions options) at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.ContentDatabaseDataIntegrityCheck() at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.PreUpgrade() at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively) at Microsoft.SharePoint.Administration.SPDatabase.Upgrade(Boolean recursively) at Microsoft.SharePoint.Administration.SPContentDatabase.<>c__DisplayClass2.<Upgrade>b__0() at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param) at Microsoft.SharePoint.Administration.SPContentDatabase.Upgrade(Boolean recursively) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) at Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid targetInstanceId) 643ab29d-178c-e070-c521-1028bee05afe
I will be thankful for help.
Qasim
SharePoint 2013 Web Front End Server uses https instead of http.
Is there any difference in configuring Microsoft Office Web Apps Server 2013 if the SharePoint Server uses SSL ?
I've tried to set up External Content Types to an Azure SQL database but when I click OK at the Dialog Box for SQL Server Connection I get an error.
Testing different conditions :
I had made the testing on different ways and allways I recived the same error "Cannot connect to the LobSystem (External System).....":
Steps by steps made confirating the ECT, Secure Store and BCS:
First, I created the Secure Sotre App Id:
Second, Set Credentials with the User and password that used before in ODBC Driver connection tested above.
Third, Propageted the permissions,
Fourht, I created the ECT with SQL Driver connection using the Secure App ID:
I read out lots on other links found it in the forums and log, without success.
Know you any other issue that fix this error?
Dears,
Dear All,
When I tried to install Search Service Application on Sharepoint Foundation 2013 I were encountered this error
" The service application(s) for the service "Search Service Application" could not be provisioned because of the following error: User does not have permission to perform this action."
Correlation ID: f48bb29d-30bb-e062-c367-28fdb3dc6662
I already added my account to Local administrators group and SP farm administrator group.
Please help with thank.
Hi all,
I'm trying to find a sharepoint architecture solution about the following problem:
In SharePoint with this kind of configuration I have 3 types of user profile :
My problem : for each internal user i've two Sharepoint account ( one "AD" and one "ADFS").
Because of this, Sharepoint site owner have to set permission on both AD account and ADFS account to give access regardless the user came from (internal network or internet).
I can remove NTLM authent for SharePoint and just use ADFS but i don't want that my internal users inside the internal network have to reauthenticate..
how can i configure my ADFS to automatically authenticate internal user with their NTLM credential when they are in the internal network ?
Thanks
We recently installed a SP security update and when running the config wizard we couldn't proceed due to missing software.
The software missing was the patch installed and was SP1 from a while back.
Now the system is not missing SP1, so we went ahead and used the no installcheck and it worked fine.
What impact does using that command really have on the completion of the upgrade?
Does it negate the newly installed software?
thanks
themush
Hi everyone,
we are planning to migrate share point 2013 on premise to online using metalogix tool. so i need test cases for migration.
can any one guide me please.
Scenario:
Users startpage is their MySite – there they have a button “MySite options” that opens up a Pop-up window where they can tick different “Webparts” to display/include these in their MySite.
Most of these webparts is a Content Search Web that then gets on the users MySite - it works fine.
But I need to know where to adjust some of these “pre-defined” views that those CS webparts uses –
but don’t know where to look in order to change this – if I edit the page, I only see this MySite options webpart – not the inserted/other Content Search ones…
Anyone can point me to where (I've access to all the solutions files in the farm)
the MySite button opens up a MyMySiteSettingsPage.aspx that resides in the 15 hive and in here I see this:
<asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server"><div class="MyMySiteSettings"><h2 class="ms-webpart-titleText">Web parts</h2><p>Select or Deselect the Web parts you want to add to your My Site</p><asp:CheckBoxList ID="chkSelectedWebparts" runat="server" /><br /><!-- Action is performed by SetDefaultFeedView Webpart --><!--<h2 class="ms-webpart-titleText">Newsfeed</h2><p>Select the Newsfeed you want as your default, either Everyone or only the people your Following</p><label class="mmlbl">Default Newsfeed</label><asp:DropDownList ID="dlDefaultNewsFeed" runat="server" /><br /><br /> --><asp:Button ID="btnSaveSettings" runat="server" Text="Save & Close" OnClick="btnSaveSettings_Click" /><asp:Label ID="lblMessage" runat="server" /></div></asp:Content>
We have SharePoint site with Google/Yahoo/Facebook authentication is enabled using Microsoft Azure. Authentication is working fine but if the user is already logged in through Gmail and session exists in browser then SharePoint redirects to _layouts/15/error.aspx page on first attempt.
Can anyone guide please ?
Shahbaz