Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all 21070 articles
Browse latest View live

Creating a web application and connecting it to attached database..

$
0
0

Hi

For immigration my farm and it's web appications and its data, I have created a new farm and I have moved my "content database" to the new farm from this way:

First : Detach the databases from the current SQL Server instance

Second: Copy all files that are associated with the databases (.mdf, .ndf, and .ldf), to the new destination server that runs SQL Server

Third: Attach the databases to the new destination server that runs SQL Server

but there is a seriouse problem, I don't know how to connect my new web application to this attached database.. may be I have a problem in creating the web application..

would you please help me?


SP 2013 search - how to setup synonyms, e.g. searching for "holidays gives "vacation-policy.doc" in search results?

$
0
0

Hi there

SP 2013 search - how to setup synonyms, e.g. searching for "holidays gives "vacation-policy.doc" in search results?

Thanks.

Sharepoint 365 open Word in client issue

$
0
0

Hi

We have a problem regarding that Sharepoint Online is unable to open Office documents in client.
I have tried to activate in SiteCollection functions/Open docuement in client as default and also in library settings/advanced settings/open document/use server default settings but this doesnt help me. It's the same problem in our own tenant as in customers tenants. Please advice.

Regards Michael Make IT, Borås, Swe

Feature

$
0
0
 

Hi

Adjusting the deployment of the features in test environment in order to align it with PROD  - but now I'm getting this error - How do I find which solution causing this?   

Sorry, something went wrong

Could not load type 'Sharepoint.PropertyBag' from assembly 'Sharepoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b45936bcbf0b09d'.


Links DisabledLinks to external workbooks are not supported and have been disabled.

$
0
0

Hi,

I have Sharepoint 2013 enviremnet and sharepoint portal is running in sharepoint 2010 mode,we faced the isse in excel 2013,Links DisabledLinks to external workbooks are not supported and have been disabled.

when saved the same excel file as old version and upladed,its working fine,but office 2013 version not supported.hasan jamal siddiqui


Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS

Approve doesn't get removed

$
0
0

Hi 

got a Doc library where I've put the standard approval WF on - but when editing the document and saving back - the initial "Approve" doesn't get removed as I thought it would

- how can I accomplish this?   


See videos in SharePoint from network share

$
0
0

Hi 

I've tried to follow this from SteveMann's: http://stevemannspath.blogspot.dk/2012/12/sharepoint-2013-videos-in-sharepoint.html

But the Media failed to load...so I'm obviously doing something wrong in the link.    

Should I map the Network Share local on the server first or just direct to the Share at port 1234? 

Is is the Server name or the SharePoint site that need to be included in the video link? 

so It would be: 

http://WebAppname or sitecollectionname/videos/myVideonamefromNetworkshare.mp4 

Problems moving files to Record Center

$
0
0

In our organization, we set up document centers and records centers and control documents based on content types and retention field settings.  Document Centers have Content Organizer with associated rules and settings configured.  We used SharePoint Designer Workflows to move documents once users finish with these documents, employing the Submit using Move and Leave a Link method.  Some document centers work fine.  Some document libraries in document centers work fine and other document libraries within the same document libraries do not.  For those document libraries with workflows that error, we see something similar to the following error below:

The request failed with HTTP status 400: Bad Request.

We are also seeing these errors in ULS logs.

Trusted provider is missing.
Reverting to process identity
OfficialFile::SubmitFile: Encountered WebException when sending file
Critical The http://sitename site is not properly configured for this request.

We’ve performed the following  checks:

  •         Disabled loopback
  •         Checked to ensure that the App Pool account is a member of the Records Center Web Server Submitters group on the destination site.  Ensured that all other appropriate users are members of this same group.
  •         Verified that we have the correct extension/_vti_bin/OfficialFile.asmx
  •         Test submit file using soap.xml and curl to make sure the list accepts the request using appropriate credentials and properties.

Has anyone encountered this problem and how have you solved it?





using youtube-api-search in yeoman template sharepoint framework

$
0
0

I have created project with "yo @microsoft/sharepoint" with react js component, After project created I run "npm install youtube-api-search" and I see samples this package imported as I did below but in my project I cant use it.


import * as React from 'react';
import { css } from 'office-ui-fabric-react';
import styles from './HelloWorld.module.scss';
import { IHelloWorldProps } from './IHelloWorldProps';

import YTSearch from 'youtube-api-search';//Cannot find module 'youtube-api-search'

export default class HelloWorld extends React.Component<IHelloWorldProps, void> {
  public render(): React.ReactElement<IHelloWorldProps> {
    return (... );

  }
}

I checked node_module youtube-api-search package exist there but not exported any object inside index.js file in this package

but somehow this sample uses same api and works fine

import React, {Component} from 'react';
import ReactDOM from 'react-dom';
import YTSearch from 'youtube-api-search';

import SearchBar from './components/search_bar';

const YOUTUBE_API_KEY = "AIzaSyCI9gcceui5zcQDAEwbyvLr...";

class App extends Component {
  constructor(props){
    super(props);
    this.state = {
      videos:[],
      selectedVideo:null
    }
    this.videoSearch('surfboards')
  }

  videoSearch(term){
    YTSearch({key:YOUTUBE_API_KEY, term:'surfboards'}, (videos)=>{
          this.setState({
            videos:videos,
            selectedVideo:videos[0]
            })
        });
  }
I need make work it with sharepoint framework project with react components.



Extension Fields, Content Types, and Field Ordering

$
0
0

I have two lists in the same Subsite. One (List A) has Content Type Management enabled; and long story short, I need to add a lookup from that list (List A) to the other List (List B); and I want to enable one of the List B fields as an Extension Field, so I can see that field in List A's Display form, and in List A's Views; depending on the selected Lookup value.

Now, it seems that Extension Fields aren't displayed in the Content Type's 'Column Order' page, even if the field is definitely in the Content Type, visible in SPD when viewing thing Content Type, visible in Views and in the List's list of fields.

The steps required to get it to show and work correctly are as follows; and require Disabling and Re-Enabling Content Type Management each time:

• If you have added the Extension Field already, then first delete it.
• Disable Content Type Management in the List (within the List’s Advanced settings)
• Add 2 Extension Fields (The Extension field you want, plus any other random one), and click OK
• Go back in and remove the additional one you just added above that you don't need, and click OK
• Re-Enable Content Type Management in the List (within the List’s Advanced settings)

Its a bit of a hack I think; but it does work - on the downside, every time this is done, the field orders get lost, and they all need to be re-ordered as we switch between Content Type Management being disabled and enabled - really not ideal.

Can anyone explain if this is a bug, a feature, or if I need to be concerned about this? I have reproduced the functionality in different site collections, different web apps, different farms.

Separately, but on the same topic - can anyone explain why Extension Fields are not available for field ordering if not using Content Types?

Any thoughts welcome.

Thanks

David

Sql reporting service SharePoint integrated mode error : An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.;

$
0
0

Hi.

I found a peculiar error in SharePoint Logs due to which SSRS reports are timining out ..Here is the errors in the ULS log

Throwing   Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:   , An error occurred within the report server database. This may be due to a connection failure,   timeout or low disk condition within the database.;
Error in CleanOrphanedSnapshots:   Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:   An error occurred within the report server database. This may be due to a connection failure,   timeout or low disk condition within the database. --->   System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to   completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception:   The wait operation timed out
Cleaned 0 batch records, 0 policies, 0   sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted   streams, 0 segments, 0 segment mappings, 0 edit sessions.
Call to CleanBatch() ends
Throwing   Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:   , An error occurred within the report server database. This may be due to a connection failure,   timeout or low disk condition within the database.;
Error in CleanOrphanedSnapshots:   Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:   An error occurred within the report server database. This may be due to a connection failure,   timeout or low disk condition within the database. --->   System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to   completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception:   The wait operation timed out
Cleaned 0 batch records, 0 policies, 0   sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted   streams, 0 segments, 0 segment mappings, 0 edit sessions.
Call to CleanBatch() ends
Schedules, events, and subscriptions   processing may be delayed because processing queue reached the maximum item   count = 32. Items currently being processed:   #0,   Microsoft.ReportingServices.Library.NotificationQueueItem  #1,   Microsoft.ReportingServices.Library.NotificationQueueItem  #2,   Microsoft.ReportingServices.Library.NotificationQueueItem  #3,   Microsoft.ReportingServices.Library.NotificationQueueItem  #4,   Microsoft.ReportingServices.Library.NotificationQueueItem  #5,   Microsoft.ReportingServices.Library.NotificationQueueItem  #6,   Microsoft.ReportingServices.Library.NotificationQueueItem  #7,   Microsoft.ReportingServices.Library.NotificationQueueItem  #8,   Microsoft.ReportingServices.Library.NotificationQueueItem  #9,   Microsoft.ReportingServices.Library.NotificationQueueItem ...
... #10,   Microsoft.ReportingServices.Library.NotificationQueueItem  #11,   Microsoft.ReportingServices.Library.NotificationQueueItem  #12,   Microsoft.ReportingServices.Library.NotificationQueueItem  #13,   Microsoft.ReportingServices.Library.NotificationQueueItem  #14,   Microsoft.ReportingServices.Library.NotificationQueueItem  #15,   Microsoft.ReportingServices.Library.NotificationQueueItem  #16,   Microsoft.ReportingServices.Library.NotificationQueueItem  #17, Microsoft.ReportingServices.Library.NotificationQueueItem  #18,   Microsoft.ReportingServices.Library.NotificationQueueItem  #19,   Microsoft.ReportingServices.Library.NotificationQueueItem  #20,   Microsoft.ReportingServices.Library.NotificationQueueItem  #21,   Microsoft.ReportingServices.Library.NotificationQueueItem  #22, Microsoft.Repo...
...rtingServices.Library.NotificationQueueItem  #23,   Microsoft.ReportingServices.Library.NotificationQueueItem  #24,   Microsoft.ReportingServices.Library.NotificationQueueItem  #25,   Microsoft.ReportingServices.Library.NotificationQueueItem  #26,   Microsoft.ReportingServices.Library.NotificationQueueItem  #27, Microsoft.ReportingServices.Library.NotificationQueueItem  #28,   Microsoft.ReportingServices.Library.NotificationQueueItem  #29,   Microsoft.ReportingServices.Library.NotificationQueueItem  #30,   Microsoft.ReportingServices.Library.NotificationQueueItem  #31,   Microsoft.ReportingServices.Library.NotificationQueueItem.
Schedules, events, and subscriptions   processing may be delayed because processing queue reached the maximum item   count = 32. Items currently being processed:   #0,   Microsoft.ReportingServices.Library.NotificationQueueItem  #1,   Microsoft.ReportingServices.Library.NotificationQueueItem  #2,   Microsoft.ReportingServices.Library.NotificationQueueItem  #3,   Microsoft.ReportingServices.Library.NotificationQueueItem  #4,   Microsoft.ReportingServices.Library.NotificationQueueItem  #5,   Microsoft.ReportingServices.Library.NotificationQueueItem  #6,   Microsoft.ReportingServices.Library.NotificationQueueItem  #7,   Microsoft.ReportingServices.Library.NotificationQueueItem  #8,   Microsoft.ReportingServices.Library.NotificationQueueItem  #9,   Microsoft.ReportingServices.Library.NotificationQueueItem ...
... #10,   Microsoft.ReportingServices.Library.NotificationQueueItem  #11,   Microsoft.ReportingServices.Library.NotificationQueueItem  #12,   Microsoft.ReportingServices.Library.NotificationQueueItem  #13,   Microsoft.ReportingServices.Library.NotificationQueueItem  #14,   Microsoft.ReportingServices.Library.NotificationQueueItem  #15,   Microsoft.ReportingServices.Library.NotificationQueueItem  #16,   Microsoft.ReportingServices.Library.NotificationQueueItem  #17, Microsoft.ReportingServices.Library.NotificationQueueItem  #18,   Microsoft.ReportingServices.Library.NotificationQueueItem  #19,   Microsoft.ReportingServices.Library.NotificationQueueItem  #20,   Microsoft.ReportingServices.Library.NotificationQueueItem  #21,   Microsoft.ReportingServices.Library.NotificationQueueItem  #22, Microsoft.Repo...
...rtingServices.Library.NotificationQueueItem  #23,   Microsoft.ReportingServices.Library.NotificationQueueItem  #24,   Microsoft.ReportingServices.Library.NotificationQueueItem  #25,   Microsoft.ReportingServices.Library.NotificationQueueItem  #26,   Microsoft.ReportingServices.Library.NotificationQueueItem  #27, Microsoft.ReportingServices.Library.NotificationQueueItem  #28,   Microsoft.ReportingServices.Library.NotificationQueueItem  #29,   Microsoft.ReportingServices.Library.NotificationQueueItem  #30,   Microsoft.ReportingServices.Library.NotificationQueueItem  #31,   Microsoft.ReportingServices.Library.NotificationQueueItem.

Any clue what may be causing it

Regards
Rajaniesh

Users of migrated site collection [via. content database migration approach ]to SP 2013 claims web app still remains in classic mode.

$
0
0

Hi,

I am migrating and mounting content databases from SharePoint 2010 in "Classic" mode to Web Application SharePoint 2013 in "Claims" mode

I am following standard steps suggested by Microsoft by referring this link

https://technet.microsoft.com/en-us/library/cc262483.aspx

When I migrate first content database and mount it to web application in SharePoint 2013, I also execute powerhsell command to MigrateUsers and then the users are migrated to claims mode from classic mode. i.e the name format changes from "domain\fn.ln" to "i:0#.w|domain\fn.ln"...so far so good.

But when i migrate 2nd database [again in classic mode and also note that it is gradual migration of content database form SP 2010 to SP 2013] from SharePoint 2010 and attach to web application in SharePoint 2013 [already in claims mode] ...observation here is...whatever groups and users exiting site collection contains are maintained as is...i.e the users of 2nd site collection are still in old format i.e. "domainname/fn.ln"...

so question is.

1. Do we need to execute the powershell command [$WebApplication.MigrateUsers($true) everytime we attach new content databases to the existing web application in SharePoint 2013?

2. Even after doing so...users in 2nd site collection are not migrated to claims mode, however any new users which are added to the site collection are already in claims mode [s the web application in in claims mode]

So how do we ensure that all users are migrated to claims mode for all migrated site collections

Can someone share there thoughts/observations around this??

Thanks!!



Is it possible to integrate Microsoft Planner in On Premise SharePoint and Outlook similar to Office 365

$
0
0
Is it possible to integrate Microsoft Planner in On Premise SharePoint and Outlook similar to Office 365 ?

User Profile Service Application Stuck in Provisioning

$
0
0

Hi

My User Profile Service Application (NOT the synchronisation Service) stopped working so I deleted and tried to recreate it using PowerShell.

I have tried a number of times - deleting it before I start again (and the Databases).  Using the Central Administration deletion does not work so I use a mixture of STADM -o deleteconfigurationobject -Id {ID of USer Profile Service Application} and then a PowerShell script to delete the timer jobs.  (PowerShell Remove-SPServiceApplication fails with a The SPPersistedObject with id, {Id}, could not be found.)I have tried creating the User Profile Service Application using Central Administration and using PowerShell (running under the <Domain NAme>\SP_Farm account so the schema on SYncDB is correct).There are no CRITICAL or UNEXPECTED items in the Logs.

The last relevant item in the ULS logs is a message saying it is waiting for a timer job to finish. 

"Waiting for service application instance provisioning job to complete for service application with name 'User Profile Service' and type 'Microsoft.Office.Server.Administration.UserProfileApplication' "

The SPTimer service is still running.

I am running SP2013 with the September 2016 CU.

What am I missing ?

Regards

Nigel


Nigel Price NJPEnterprises

Farm Setup

$
0
0

Good day, I have been tasked with the installation of SP 2013 from the ground up.  Any guidance would be greatly appreciated.  I have been a front-end administrator since 2011.  My areas of concern are:  Physical & Virtual servers, Services and the corresponding servers, Storage, and Power Requirements.  All optional services available, currently 3500 users scaled to 20,000 users.

Thanks, Gordon


FIM for single group and members?

$
0
0
I need to synchronize a single group and group members from a Novell eDirectory server to SharePoint 2013. How best to accomplish using FIM?

SharePoint online permissions

$
0
0

I am trying to assign users permissions to a document library and the requirement I have is below

1. Read only

2. full control 

3. Read only to some documents but they should not see other documents at all. For example if these are contracts then one user should not see the other users contracts. 

Is it possible to manage permissions on a document library like this or will it work with different document libraries. 

All these users login to the same site and I could not find a way to hide documents from one another. 

I am using SharePoint online and working on a site collection

Thank you


@R

User Profile Synchronization Service stuck on starting

$
0
0

Hi all,

I am upgrading Sharepoint Server 2010 to Sharepoint Server 2013 using https://technet.microsoft.com/en-us/library/jj839719.aspx.

When I start the User Profile Synchronization Service it is stuck on starting and in the Sharepoint log I get the following:

PartitionPropertiesCache.RefreshPartitionProperties: Encountered error: System.InvalidOperationException: Operation is not valid due to the current state of the object.    
 at Microsoft.Office.Server.Administration.UserProfileApplication.PartitionPropertiesCache.get_SqlSession()    
 at Microsoft.Office.Server.Administration.UserProfileApplication.PartitionPropertiesCache.RefreshPartitionProperties()

Kind regards,

Dean Savović


HTH, Regards, Dean Savović, www.comminus.hr/en/

Updating External Content Type (BCS)

$
0
0

I have an existing external content type that I built in SP Designer. Its purpose is to allow me to map certain user properties in the User Profile application to our HR LOB system. I now need to add a new field/column to map to everyone's user profile, birthdate. I have updated the external content type in SP Designer and have added the new column to the list of columns. I then saved it and updated the model in the BCS. I can also see that new column listed in the list of fields.

The problem I'm having is that when I go into the User Profile application and create my new property, I cannot see that new column in the list of fields I can map to. It's showing me all the columns that were available at the time I first published the external content type. Is there an easy way to get the User Profile application to recognize my new list of fields so I can map to it? My fear is that I would have to delete the BCS object, re-publish and then re-do all of my user profile property mappings.

Any help is greatly appreciated!

SharePoint Exchange strange task sync behavior

$
0
0

Hi,

we have a strange situation at a customer site.

We have configured the trust between SharePoint and Exchange as described in TechNethttps://technet.microsoft.com/en-us/library/jj554516.aspx of course.

Following scenarios are working:

  1. Create new task in a SharePoint list, aggration in the MySite task list and synching to Exchange
  2. Modify an existing SharePoint Task, aggration in MySite and synching to Exchange
  3. Modifiying an existing (already synched) SharePoint task with Outlook (Exchange), updates on MySite Task list and updating the SharePoint list

What is not working as expected:

Creation of a new task in an already synchronised SharePoint list with Outlook (Exchange). This task will not be synched back to the 'WmaAggregatorList_User' list at MySite and therefor not to the SharePoint list. Customer did a WireShark trace and on a first view only saw "HTTP ok" messages.

Any suggestions on how to troubleshoot this kind of error are welcome.

Thx,

Hans


Hans Herrgott


Viewing all 21070 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>