Tagged Questions
0
votes
1answer
103 views
CheckedOutFiles return zero files but there are some files checked out
I've defined a Document Library named "Sales" on Sharepoint 2010. And I use the following code fragment to add all names who have checked out a file to a listbox:
lstCheckedOut.Items.Clear();
var ...
0
votes
0answers
152 views
Can't check documents back in from drafts folder? SP2010
If someone checks out a document to their local drafts folder, edits the document then tries to check the document back in via the menu of the office app (word), SP GUI, or closing the app that ...
1
vote
1answer
155 views
Document library forces check-in upon adding custom lookup column
SharePoint 2007 Team Site
Add a Document Library with the Word 2003 template
Add a new item, save, close document, no problems
Add a (required) custom lookup field to the document library
Add a new ...
2
votes
1answer
1k views
Remotely & Programmatically check document in and out
Here's the situation:
We have a number of Excel based tools that are checked into a SharePoint document library. I want a program that will allow me to check out one to many tools, perform ...
0
votes
2answers
127 views
What is the specific benefit of requiring check out in order to edit?
Just today I decided to try something that I was certain would go terribly wrong: In the Versioning Settings of one of my document libraries I set the Require Check Out option to "No" but left ...
0
votes
1answer
3k views
The file “[file name]” is checked out or locked for editing even though no one has it open
I get the following error when I try to check out a document from a document library in SharePoint that has been recently edited:
The file "[file name]" is checked out or locked for editing by
...
3
votes
2answers
541 views
Get the check out file based on users Name
My environment is SharePoint 2007.
I have write a Power shell script to get the file names and checked out by username and their email id. I am successfully able to get these details.
Now I want to ...
1
vote
2answers
5k views
Checked Out file is not appearing inside “SharePoint Drafts” folder?
I have SPS 2010 intranet site that has 1200+ users, and so many document libraries and folders. The farm is actually contains only one server and there is no any Alternate Access Mapping configured ...
1
vote
2answers
600 views
When does SharePoint check out files when “Require documents to be checked out before they can be edited?” set to Yes?
I have a document library in SharePoint 2010 to which a user is uploading spreadsheets via a custom web part.
These spreadsheets are later processed by another custom web part and updated. A user ...
1
vote
0answers
229 views
sharepoint document library issue in document check in - check out
We are using sharepoint 2007.
I have created new document library and added some documents.
When I checked out any document,it throws following error message
"This document could not be done checked ...
0
votes
0answers
278 views
SharePoint Doc Library won't check out docs for editing
This issue has me stumped; any idea would be appreciated. This is relating to SharePoint 2010 and MS Word 2010.
Situation: Doc library in SharePoint is using custom content types and has several ...
4
votes
2answers
397 views
SharePoint 2007 - Remind user of check-out documents
May I know if it is possible to remind user who have check-out a document for a period of time, to check in their document? (I notice that sometime user do forget to check-in their documents, so was ...
1
vote
1answer
212 views
What happen to Checkout document during a PC crash?
What will happen to a document that was check-out from a document library in SharePoint 2007 when the client computer crash? (e.g. Is the check-out forever lost? Is there a need to check-out the ...
0
votes
1answer
140 views
Large file won't allow checkin, claims to be checked out to the current user
A out of the box library with versioning on and checkout required. The files that show the issue are Word and PowerPoint. All of these files are larger than our average files and run about 5 to 10MB
...
5
votes
3answers
14k views
Listing all checked out files
As a site administrator tool I have to list all checked out files in the site collection. Looking at the DB is looks like the tp_CheckoutUserId field in AllUserData might be a key to this query.
Is ...