Document library is a list for storing documents
-1
votes
0answers
15 views
Connecting Sharepoint to Enterprise Service Bus(ESB) that connects to IBM DB2 [duplicate]
Is it possible to connect to an Enterprise Service Bus which connects to a DB2 database instead of connecting to the current sharepoint SQL database.
This is in relation to document management. Will ...
1
vote
0answers
18 views
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
0
votes
0answers
9 views
Document Template Error
When I want to create a document using my custom content type, I get this error. How can I resolve this problem?
1
vote
1answer
20 views
How to use the reorder method for document library?
I have a document library of 179 documents, and I want to reorder them. I have this code to try swapping the first two documents
bool u = sharepoint.library.Ordered;
if (!u)
{
...
1
vote
1answer
14 views
Can you add metadata to a folder in a document library?
I am making a visual webpart for SharePoint 2010 that displays files and folders from a document library, and I want to keep ordering to folders. I want to be able to sort folders so I need a way to ...
0
votes
1answer
16 views
Viewing HTML Pages from a SP List
In the SharePoint 2013 environment that I'm developing, I'd like users to be able to view HTML files from a list.
I'm able to a HTML file to the Document Library that I've created, but clicking them ...
0
votes
1answer
15 views
Update Document Library Fields
Is it possible to add/update Document Library fields like Content Type, Version, File Size,..?
These fields are visible in view mode.
0
votes
0answers
6 views
Websphere portal 8 PDM with SharePoint
Can we relate IBM websphere portal 8 PDM with SharePoint? Is it possible to migrate PDM to Document Library?
1
vote
2answers
31 views
ItemAdding in document library
I have an issue with setting the field in item updating event in document library with SharePoint 2007.
I have following situation, I have a document library, and when i add a document based on one ...
2
votes
1answer
20 views
Documents Migrated from 2010 have bad Document IDs
I have done an upgrade for a SharePoint 2010 site collection to 2013. The site collection in question is a document center and there were a few thousand documents contained in it. Another person ...
2
votes
1answer
51 views
Gathering users requirements for building a document management system
I'm working in a company and we want to implement a document management system using SP. As a software engineer I will handle the requirement gathering. The document management system is somehow ...
0
votes
1answer
25 views
I'm unable to update the multiline description field in a document library for office documents
I have a document library with ~1,800 documents in it. There are 4 content types with about 20 total combined fields. When I view and update properties everything seems to work except for one specific ...
0
votes
2answers
45 views
Custom ribbon button in Document Library
I need to create custom ribbon for document library. I tried creating custom ribbon button with registration id as 101, but it shows ribbon in all document library.
I also tried using content type ...
2
votes
1answer
38 views
Changing Managed Metadata field
Sorry if my syntax is a bit off here, I'm very new to Sharepoint.
We have a document library in Sharepoint with a Managed Metadata column for the department (we have a list of departments in the Term ...
0
votes
2answers
17 views
SharePoint Document ID Service and Imported Document Library List
I have an out-of-the-box document list that is created in dev and have the Document ID Service feature activiated. All works well.
My test server has the Document ID Service enabled and document ...
1
vote
1answer
34 views
How to secure SharePoint content
I can navigate to following path and access SharePoint content easily.
\\servername@portno\DavWWWRoot\DocLibraryName
How to prevent others from accessing this path?
0
votes
1answer
32 views
SharePoint Permissions not working
I am using SharePoint 2010.
When I set permissions (I Only grand myself access) on a document library or folder or document EVERYONE can still see it and download the documents. Why is that? What is ...
0
votes
0answers
18 views
Using Skydrive Pro with Sharepoint 2010 with enforced ssl
I have an SP 2010 Server with ssl not only enabled but enforced with a (very simple) rewrite rule. The problem here is that when Skydrive Pro is presented with a https url (e.g. https://SPSvr) it ...
2
votes
1answer
25 views
IRM in SharePoint Foundation 2010
How to configure Information Rights Management (IRM) in SharePoint Foundation?
I tried to Enable in Central Adminstration - > System Settings - > IRM.
But i am getting this warning message.
The ...
0
votes
1answer
23 views
Create a tree of folders in the list instance of a document library
I created a document library list (in visual studio) and I want to set a tree of folders in the list instance not programmatically but in the element.xml file
1
vote
0answers
14 views
Weird error while trying to attach default sharepoint workflow to Document Library in a console application
I am trying to loop though all the document libraries in a sharepoint site and attach the default sharepoint approval workflow [Approval - Sharepoint 2010] to each of them. This is something quite ...
1
vote
0answers
26 views
How to programatically copy 'Master Page Gallery'
I have 2 site collections with matching "Master Page Gallery" lists and one has corrupted values. To fix this I wish to overwrite all files and folders with the data found in the good list.
I have ...
0
votes
2answers
36 views
User unable to upload document to library
I have a user based in another country who cannot upload documents to a document library.
After clicking Upload she is presented with the Upload dialogue, but after browsing to the file and clicking ...
0
votes
1answer
30 views
Reusable workflows in Document Approval Processes
Currently I've been trying to build a solution wherein you would bind to a document library and a Task List by some means and conduct a workflow Document Approval Process using them; this could be a ...
0
votes
0answers
42 views
Versioning in Sharepoint Document Library
I am uploading a document in the document library using the following code.
Hashtable objhash = new Hashtable();
objhash.Add("List ID", ListIDNo);
//
...
1
vote
1answer
20 views
warning of duplicate item while uploading file in document library
I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
0
votes
1answer
15 views
Progress indicator for amount of specific types of documents in a hierarchy
Im thinking of making a document libary with files that have a field "type_of_document" which gives the type of document e.g. "meeting notes". I wont make hem content types, just a column where ...
1
vote
1answer
100 views
Excel Services Error in SharePoint 2013 - Unable to Open/Edit Excel Files
Every time I click on a excel file I am receiving a popup message mentioning -
We're sorry. We ran into a problem completing your request
MS Word is working fine though.
I performed all the ...
0
votes
1answer
24 views
Problem with join two lists by linq
I wanna join two list and fill drop down list by specific column but i have error in join query
note:c.user_id is lookup field
my code
lst.DataSource = (from c in dc.Complainant
...
0
votes
0answers
20 views
File in document library is missing SPListItem
I have a "Master Page Gallery" where I can get some files using myList.RootFolder.Files but they do not exisit in myList.GetItems()
Using powershell I have found the file has all valid data but no ...
0
votes
0answers
15 views
Move Document using Drop Off Library
I have a document library named "MyDocLibrary" and in that i have define content type.
same content type define in Drop Off Library.
also set Content Organizer Setting and Rules for when document is ...
0
votes
1answer
30 views
Word Documents in Library Erroring and Unable to Overwrite
I have a document library and a number of times I have experienced an issue where, upon trying to open a document in Word for editing, it throws an error
The file filename.docx cannot be opened ...
0
votes
1answer
30 views
How to Create a Search Scope?
I have following scenario. Could you please suggest how to create/configure a custom Scope.
site is purchasing and document library is procurement
Procurement library is only available to site ...
0
votes
0answers
49 views
Some PDF fails to open with error “internet explorer cannot display the webpage” from a document library
We recently upgraded our browser Internet Explorer(Standard browser for our organization) from IE 8 to IE 9 and since then just one user(not all) having issue opening few PDF documents.
In a same ...
0
votes
1answer
20 views
Custom form with link to document
I have a custom form. In it I need to add a link to a document library. I need that this links works in the same way as a link in a document library (i.e. - when you click on it you have the option to ...
0
votes
0answers
14 views
How to mark a group task as complete if any member of the group completes it?
I created a group in SharePoint of three people who can publish documents. Then I created a workflow that assigns a task to that group when a document needs to be published.
If any of those three ...
0
votes
0answers
46 views
Create document library word file and init metadata fields from list item properties
I have got custom content type
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- Parent ContentType: Contract (PkbInfo.SP\Contract) ...
0
votes
3answers
52 views
Saving Approver in version history
In SharePoint i have a document libary.
This libary has the following versioning settings.
When the draft document (0.2) is published as major version the history looks like that.
After the ...
2
votes
0answers
22 views
Bulk file upload creates multiple versions of all files except last file
I have an interesting (well to me anyways) problem here. I am doing a code based mass upload of documents into a SharePoint library with a twist. The twist is that the file's last modified date ...
0
votes
0answers
23 views
Integrate Rich Text Content in Document Library with MS Word 2010 using Quick Parts
I created custom rich text content type in my document library.
When i tried to map the created custom content type in MS word 2010 using quick parts, i am getting html tags instead of formatted text.
...
0
votes
1answer
14 views
Enable ECB only for particular extension
I have created an ecb on document library.
I want it to show only for particular extension, I know it could be done by editing core.js but is there any other way of doind it ?
Thanks
0
votes
1answer
32 views
Adding “Link to Document” to all document libraries in SharePoint 2010
Is there a way to add the "Link to Document" content type to all existing document libraries in a site/site collection other than editing each one manually? I'm fine to do it with PowerShell if there ...
0
votes
1answer
50 views
Document Library add file with custom column (SharePoint 2010)
I have a document library with a custom column. I want to add a file programatically, as well as a value for the custom column. I am posting the file via an ASP.NET application page. Here is what I ...
0
votes
2answers
30 views
Drag and drop dialog box missing for some users
In a document "Upload Multiple Document link is clicked, instead of getting "Drag files and folders" dialog box some users are getting "browse for files". The users needs the drag files option. How ...
2
votes
3answers
191 views
Programmatically add item to sharepoint list from window application
How to add item to SharePoint list from window application using claim based authentication ?
it gives 401 forbidden error. user is authenticated from ADFS server.
0
votes
2answers
33 views
When creating a list, the URL has ListName1
I have a new Blank Site with Publishing enabled. I create a document library called UIResources. When created, the URL is /Lsits/UIResources1. This is the first list I have created on this site. What ...
0
votes
1answer
16 views
Allow users to “edit permissions” on their own documents
We have a customer who expressed a need to allow the "Author" of a document to edit the permissions of that specific document, without giving him/her the "Edit permission" - permission in the entire ...
1
vote
1answer
40 views
SharePoint 2013 Document Management
Does SharePoint 2013 have an OOTB function that removes documents from a specific library based on the time those documents have been stored in this library? Like if i have a document library, this ...
1
vote
3answers
71 views
Move Files from a SharePoint Library into a Folder
I have a problem. I want to move files from a SharePoint library into a folder using PowerShell. To be more specific I need to move all the files in the library for whose a SharePoint field value ...
0
votes
1answer
23 views
List with Page_Load event
For a project I'm working on, I'd like to get a Page_Load C# method behind a Document Library, but I've been unable to achieve this, so far. Any help would be greatly appreciated!
Some details on ...