Similar Threads:
1.Access Denied When Checking User Rights
2.Anonymous users cant access checked-out document
Hi everyone
I've enabled Anonymous access on a document library. Tested this and I can get in and see a document without providing credentials. Trouble is, when the file is checked-out, I am asked for credentials and can no longer get in as anonymous.
It was my understanding that an anonymous user should still be able to see the document as it was before check-out? Am I wrong
Cheers
Dave
3.Sharepoint Document Library Check In/Check Out with Access
I have been attempting to share an Access Database which is being
developed with the Sharepoint Document Library as follows:
1. Upload original DB
2. Use Check Out/Check In so only one person updates at a time
The problem we are having is that no matter how many changes are made,
the Access DB always seems to revert back to the originally uploaded
file when it is checked back in. Can anyone provide any insight as to
why this might happen?
Thanks!
4.User Checks-Out for Edit, then told file is already checked-out
Thanks in advance for any advice.
I have a couple of users who are clicking on a link to a file, they
are presented with the Read-Only/Check Out for edit dialog, they
select the "Check Out for Edit" option, does not use local drafts
folder. PowerPoint opens, the file is checked out in SharePoint, but
the file is not opened for editing and a message "File is checked out
by someone else, Open read only?"is thrown.
Additionally, if they use local drafts folder is selected, this is not
an issue. We do not wish to use local drafts, so this is not an option
long-term.
I posted a similar issue occurring in Excel, but seems to be affecting
other products in Office. Is this a SharePoint issue or Office issue?
It's not happening on all machines, but has happened on multiple
machines.
Thanks,
Morgan
5.Checking access to Sharepoint prior to use
Is there a way I can check Sharepoint log ins prior using Excel's VBA
sharepoint features to save files to a sharepoint site?
I already have this code:
Public Const SharePointPath = "\\sharepoint.xxxxxx.com\sites\mysite"
' Determine if workbook can be checked out.
On Error GoTo ErrorHandler
'Fails if User not Logged into Sharepoint
If Workbooks.CanCheckOut(Filename:=savename) = True Then
Workbooks.CheckOut savename
MsgBox "Checked out file from SharePoint: " & file
End If
'I actually don't need to open file
'Workbooks.Open (savename)
'Instead save over it.
ActiveWorkbook.SaveAs Filename:=savename,
FileFormat:=xlWorkbookNormal
'Check it in -- works if I checked it Out
If Workbooks(ActiveWorkbook.Name).CanCheckIn = True Then
Workbooks(ActiveWorkbook.Name).CheckIn
savechanges:=SaveDuringClose, Comments:="", MakePublic:=True
MsgBox file & " has been checked in."
Else
MsgBox "This file cannot be checked in " & _
"at this time. Please try again later, " & _
"someone else who has write access could have it Checked
Out."
End If
Else
ErrorHandler:
MsgBox ("You may not be able to log into Sharepoint Server for this
process to work.")
ActiveWorkbook.SaveAs Filename:=savename, FileFormat:=xlWorkbookNormal
If Closefile = True Then ActiveWorkbook.Close
savechanges:=SaveDuringClose
End If
Thanks,
Dalejrstwin
6. Access Denied on check in -- PLS HELP
7. SharePoint Designer 2007: loss of access and check in rights
8. SharePoint 3 - Checking Out Access Databases