The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
425 views

Getting the ID of a newly uploaded document

How to obtain the ID of a newly uploaded document using web services (c#, .net)? Is the following the best way to obtain Doc ID? private string sGetID(string sURL, string sListGUID, string sFileName) ...
0
votes
2answers
21 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 ...
0
votes
2answers
84 views

How to open a file using Item Id in SharePoint document library?

I am working on SharePoint Foundation 2010. I want to open file from a link. I found a solution "Link To Document" content type. But in "Link To Document" content type we need filename of original ...
3
votes
1answer
103 views

Grant permissions on documents in a document center based on the document ID

First of all let me start by saying that I'm not a professional SharePoint 2010 developer. I know some basics and read about how SharePoint is constructed and stuff, played with it a little, but it ...
2
votes
1answer
452 views

Opening Document's using Document ID (DocIdRedir.aspx) results in Read-Only mode

SharePoint 2010 has a nice feature called "Document ID". This gives users the ability to open documents using [siteurl]/_layouts/DocIdRedir.aspx?ID=[DOCIDHERE] This works fine, but It always opens ...
1
vote
1answer
348 views

SP2010: Strange behavior querying on taxonomy field

I need to query a document library to get items associated with some taxonomy terms, or items with specific documentId (site collection scoped feature, not the integer ID of the item), but the whole ...
1
vote
1answer
282 views

How do I get the Document ID for a Document Set from the Document ID of a document within the set?

I have a SharePoint site collection with both the Document Set and Document Id features enabled. I then have a document library where I've created multiple document sets, each with one or more ...
0
votes
1answer
75 views

Could not look up Document ID due to an error encountered in Microsoft Search Server

today I'm facing a problem with Document ID look-up, after went through all the steps : activate Document ID and Document Set feature , run Document ID job assignment and Document enable timer ...
0
votes
1answer
1k views

Column 'Document Id' not added to Library even after activating 'Document ID Service'

To enable document id feature in SP10, I followed the steps mentioned in the following posts: http://blogs.msdn.com/b/ecm/archive/2011/10/12/document-id-in-sharepoint-server-2010.aspx ...
2
votes
0answers
71 views

How to send a Document ID link instead of a general link

I'm not sure if this is possible, but I would like to set up my site so that when users send links to documents, they send the permanent URL related to the Document ID, instead of the standard link ...
1
vote
0answers
29 views

Document ID service shared between web applications

I have a problem similar one described here: Access Document ID from a different Site Collection I have one site collection (on webapplication1) and record center, as separate site collection on ...
1
vote
0answers
157 views

Custom Document ID Provider Stops Assigning Values

We wrote a custom document ID provider to assign friendly number (1,2,3,etc.) to documents scoped at the farm level. All site collections use this provider, so no matter where the document is saved - ...