Document Export from WSS_Content 2013

I have a WSS_Content database that I was able to recover from a crashed 2013 SharePoint server.  I would like to export all of the documents so that they can be added back into a new server.  After trying many of the examples online, I stumbled
on the shredded storage changes for 2013.  I would like to know if there is a way for me to export the documents through code as I was able to do in the past?
I am not sure how to determine which records in the DocStreams table need to be used and how I should put the stream back together from the pieces.  Are there header bytes on each stream?  Is there a document defining the structure?  Is there
a stored proc or udf that I could leverage to put the stream back together?
Thanks,
Randy

I tried to recover through Central Admin and I am getting this error during export.  Is there a way to skip the files that error?
Error: Exception of type 'Cobalt.ErrorException' was thrown.
*** Inner exception:
Exception of type 'Cobalt.ErrorException' was thrown.
[3/13/2014 10:41:04 PM] [File] [#########.###]   Debug:    at Cobalt.Roundtrip.ThrowIfAnyError()
   at Cobalt.DataElementGraphOnEndpoint.OnCacheDataElements(CollectionAtom`1 dataElementIds)
   at Cobalt.DataElementGraph.GetDataElement(DataElementId dataElementId, Boolean nullIfNotFound, Boolean excludedDataOk)
   at Cobalt.DataElementGraph.DataElementNode.EnsureDataElementFullyPopulated()
   at Cobalt.ObjectLoadStateInternal.TryGetDataForPartition(PartitionId partitionId, Atom& data)
   at Cobalt.ObjectLoadStateInternal.GetDataForPartition(PartitionId partitionId)
   at Cobalt.BinaryObjectNode.get_DataForRead()
   at Cobalt.GenericFdaGraph.IntermediateNode.FindDataInternal(Range absoluteRangeToFind, UInt64 absoluteOffsetOfThis, Boolean regenerateNodeSignatures, LeafDataNode& leafDataNode, Range& leafNodeAbsoluteRange)
   at Cobalt.GenericFdaGraph.IntermediateNode.FindDataInternal(Range absoluteRangeToFind, UInt64 absoluteOffsetOfThis, Boolean regenerateNodeSignatures, LeafDataNode& leafDataNode, Range& leafNodeAbsoluteRange)
   at Cobalt.GenericFdaStream.OnReadFromBackingStore(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.SmartSizingBytesBase.Read(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.OnDemandBytes.Read(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.Bytes.Read(Int64 sourcePosition, Byte[] buffer, Int32 offset, Int32 count)
   at Cobalt.Bytes.ReadIfPossible(Int64 sourcePosition, Byte[] buffer, Int32 offset, Int32 count)
   at Microsoft.SharePoint.LockBytesFromBytes.ReadAt(Int64 offset, Byte* pv, UInt32 cb, UInt32& pcbRead)
   at Microsoft.SharePoint.CobaltStream.ReadAt(Int64 offset, Byte* pv, UInt32 cb, UInt32& pcbRead)
[3/13/2014 10:41:04 PM] FatalError: Exception of type 'Cobalt.ErrorException' was thrown.
*** Inner exception:
Exception of type 'Cobalt.ErrorException' was thrown.
[3/13/2014 10:41:04 PM] Debug:    at Cobalt.Roundtrip.ThrowIfAnyError()
   at Cobalt.DataElementGraphOnEndpoint.OnCacheDataElements(CollectionAtom`1 dataElementIds)
   at Cobalt.DataElementGraph.GetDataElement(DataElementId dataElementId, Boolean nullIfNotFound, Boolean excludedDataOk)
   at Cobalt.DataElementGraph.DataElementNode.EnsureDataElementFullyPopulated()
   at Cobalt.ObjectLoadStateInternal.TryGetDataForPartition(PartitionId partitionId, Atom& data)
   at Cobalt.ObjectLoadStateInternal.GetDataForPartition(PartitionId partitionId)
   at Cobalt.BinaryObjectNode.get_DataForRead()
   at Cobalt.GenericFdaGraph.IntermediateNode.FindDataInternal(Range absoluteRangeToFind, UInt64 absoluteOffsetOfThis, Boolean regenerateNodeSignatures, LeafDataNode& leafDataNode, Range& leafNodeAbsoluteRange)
   at Cobalt.GenericFdaGraph.IntermediateNode.FindDataInternal(Range absoluteRangeToFind, UInt64 absoluteOffsetOfThis, Boolean regenerateNodeSignatures, LeafDataNode& leafDataNode, Range& leafNodeAbsoluteRange)
   at Cobalt.GenericFdaStream.OnReadFromBackingStore(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.SmartSizingBytesBase.Read(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.OnDemandBytes.Read(Range rangeToRead, Byte[] buffer, Int32 offset)
   at Cobalt.Bytes.Read(Int64 sourcePosition, Byte[] buffer, Int32 offset, Int32 count)
   at Cobalt.Bytes.ReadIfPossible(Int64 sourcePosition, Byte[] buffer, Int32 offset, Int32 count)
   at Microsoft.SharePoint.LockBytesFromBytes.ReadAt(Int64 offset, Byte* pv, UInt32 cb, UInt32& pcbRead)
   at Microsoft.SharePoint.CobaltStream.ReadAt(Int64 offset, Byte* pv, UInt32 cb, UInt32& pcbRead)
[3/13/2014 10:41:04 PM] Progress: Export did not complete.

Similar Messages

  • Document type definitions for xml documents exported from SBO?

    I am looking for DTD or XSD specifications for the documents that are exported from SBO via the DI API. It seems that this information is not available with the standard DI API documentation. Does anyone have a clue about where to look for these specifications ?
    Best regards,
                Henry Nordströ

    The DI Company object has a GetBusinessObjectXmlSchema method which allows you to retreive the schema details.
    Below is the sample from the DI help file.
    Dim XMLStr As String
    Dim domDoc As DOMDocument
    Set domDoc = New DOMDocument
    XMLStr = vCmp.GetBusinessObjectXmlSchema(oInvoices)
    domDoc.loadXML (XMLStr)
    domDoc.save ("C:\ XMLFiles \MyXML2.xml")
    Regards,
    John.

  • Why was formatting removed from Export to Excel when exporting from PWA 2013?

    We have recently moved from using Project Server 2007 to Project Server 2013 and one thing that we have noticed is that when we Export to Excel all the formatting has been removed and all the task grouping and alignment has been flatted. 
    Why did Microsoft remove this feature from the Project Server 2013?
    Is there an easy way for anywhere there is an Export to Excel option on the Ribbon to add the formatting back?
    What is the best solution to still retain the indents, bolding, and grouping?

    Jason --
    I can confirm your findings with exporting PWA pages in Project Server 2013 to Excel.  As to why Microsoft removed the feature previously found in Project Server 2007, I have no idea, as I do not work for Microsoft.  I do not believe there is any
    way to force the Export to Excel feature to work the same in 2013 as it did in 2007.  I think it will be up to the user to format the exported Excel workbook as needed.  Hope this helps.
    Dale A. Howard [MVP]

  • Email attachments not exporting from outlook 2013 with Acrobat XI standard

    I can't get my email attachments in Outlook 2013 to export along with the message.   I've got the option checked in the settings to include attachments, and I don't get an error message when the PDF is created.  But it includes the message only, regardless of whether it's set to output as a portfolio.  I'm using the latest version (11.0.10) of Acrobat XI.  Does anyone have a suggestion on what the problem might be and how I can fix it?  Thanks very much.

    Hey mikem750,
    Once you convert the email to PDF, you have to click on Attachments under the Navigation pane. You can then save the attached file and then convert it to PDF format.
    Choosing 'include attachments' option under conversion settings will simply include attachments (original format) along with the converted email message.
    Hope this information helps.
    Regards,
    Anubha

  • Printing Multi Page PDF Document exported from iPad

    I e-mailed a PDF file from my iPad using the Numbers e-mail feature. I was sending it to my office (PC dominated!) to be entered. When she opened the attachment it looked fine, but, when she went to print it, this 6 page document tried to print on one page. I had page breaks inserted, and it did print on my Mac, but, it didn't print on her PC and it didn't print on my PC Laptop. I couldn't adjust any print parameters to have it print on more than one page, so, as it stands, the iPad is a totally useless tool for me. Anyone have any ideas?

    I am having the same problem. I am not able to print my number documents on a PC, my multipage Number documents are shrunk to one page when trying to print as a PDF. Any help would be greatly appreciated.

  • [Visio 2013] Export from Project 2013 triggers MSI repair

    Hi everyone,
    I have a strange issue with the installation of Visio.
    I installed Project en Visio completely to run from the local hard disk. But when I create a report from Project to Visio, the MSI repair function kicks in and want to install missing components for Visio. 
    Because I use a shared environment, this is not possible.
    Any thoughts how to solve this?

    This refers to an old article, but it suggests that there are dependencies upon OLAP, and so I am wondering if you have installed the features for that, in Office/Excel/Access ?
    http://blogs.msdn.com/b/project/archive/2006/05/08/visual-reports.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Commenting in pdf exported from IDCS4

    Seems like I remember something about now IDCS4 allows exported pdfs to be commented and then have the edits imported back into InDesign OR did I dream that?
    We have two people who will be marking up the pdf document exported from IDCS4. Then most of the edits will go back to the authors who have Acrobat 8.0 or Reader.  Some of the edits will come back to the InDesign person to make the changes.  He will get those changes in Word and pdf commenting.
    Is there an efficient method to make these changes?

    I don't think there is any integration like that with PDFs, the markups would have to be done by hand.
    You would have to -
    Use Incopy
    Export the Text as RTF and let them go at it in Word
    Use 3rd party software http://www.rorohiko.com/wordpress/indesign-downloads/storytweaker/
    Or something else

  • Extracting documents from Sharepoint 2013 Content Database

    harepoint 2013 stores documents in the WSS_Content database in a table called DocStreams.
    Up until Sharepoint 2010, files where stored in a single row in a VarBinary column. Since Sharepoint 2013, files are stored in multiple rows using Shredded Blob storage.
    Does anyone know how I can piece together the files from the shredded storage in c#?
    I have found many exampled online to extract files from SharePoint 2010 and earlier but they only support a files content being stored in 1 row.

    Just wondering, can't you attach the database in a new site and access documents? As I know, in SharePoint 2013 they have changed architecture to manage versioning. In pre-SharePoint 2013 every individual versions was a duplicate copy of the  document
    - which would increase db size and would make it difficult to move documents in the cloud. So in SharePoint 2013 they use delta concept - where if you edit a document which creates a new version, the version is the delta (changes) to previous version.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • When saving documents from word 2013, the save as dialog shows the default path under "other web locations"

    it used to be in the gold ole days of sharepoint 2010 and office 2010 that when I created a document in sharepoint and saved it I would get a dialog, like this (see below)  I have also attached a screen shot of the 2013 save dialog (when you save
    a document for the first time).
    I find it strange that the user actually has to select their "Current Folder" and also that it shows in the dialog as "other web locations"  Why can't it be like in the 2010 days where it automically selects the correct location
    and the user just hits save.  And why does the sharepoint location show up as an "other web location".  Is there anything that can be done (through office registry settings or another way) to make this less confusing for our users???
    now when I do this in office 2013 I get a dialog like this:
    krd

    Hi kdube,
    I test in SharePoint 2013 again, When I created a new document library and created a first document and clicked save as, I got a same dialog with you that "Current Folder" was under  "other web locations". 
    But when I created a second document and from then on, when I clicked save as, I got a same dialog with myself that "Current Folder" was under "SharePoint".  
    As I have said, Actually, web locations contain Microsoft SkyDrive and SharePoint libraries. Even the default path under "other web locations", it will not affect the Save As function. 
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Word Viewer will not open documents from Sharepoint 2013 in IE11

    I've run into an issue while trying to open documents from SharePoint 2013 after upgrading to IE11. My organization uses Word Viewer with the compatibility pack and all other Word documents (local files, intranet hosted) will open with no problems. When
    trying to open a Word document from SharePoint the Word Viewer will open, but the file does not. We have verified that all Windows Updates are installed. We have tried opening SharePoint in Compatibility View and Enterprise Mode. We have re-downloaded the
    latest version of Word Viewer and reinstalled it along with the compatibility pack. If we open the SharePoint site in Explorer view and then open a Word document it will open in Word Viewer with no problem. Excel and PowerPoint documents open from SharePoint
    with no problem. This is only affecting Word documents with Word Viewer. When using the full version of Word the documents open fine. Within SharePoint we have tried activating the site collection feature "Open Document In Client Applications by Default"
    but it made no difference. We're completely at a loss how to make this work as there doesn't seem to be much information specifically pertaining to issues with Word Viewer.

    Hi Victoria.
    1. The PCs do not have Microsoft Office installed, nor are we using the Office Web Apps. "Word Viewer" means the Microsoft Word Viewer application available here (http://www.microsoft.com/en-us/download/details.aspx?id=4) that is available
    free for read-only viewing of Word documents.
    2. There are no errors when I open Word docs in Word Viewer. The Word Viewer application launches after clicking a Word document link in Sharepoint, but there is no file open in it. When that happens the IE11 Sharepoint window on the taskbar is flashing
    yellow, but when I click back to it there are no messages or alerts to click on.
    3. This issue does occur with all Word documents (.doc, .docx) in SharePoint. However, it does not occur when opening Word documents in the Word Viewer when they are local files or through IE11 from a non-SharePoint website like our local intranet.
    Those files will open with no problem in Word Viewer.
    4. I will try to get a screenshot, but we are working on creating images for deployment and I don't currently have a machine configured the same way. I'll work on reconfiguring one and post a screenshot.
    Thank you for your help!

  • Problem opening documents from SharePoint (2013) libraries with Office 2010 and 2013 components installed

    Hi
    I've been encountering the problem of Office files failing to open from SharePoint 2013 libraries with the prefix of 'ms-excel:ofv|u|' etc. in the url. Following the
    helpful questions and answers in the forum, I've identified the likely cause as the fact that my main Office installation is 2010, but I also have installed OneDrive for Business 2013 (which I need in order to sync document libraries with my local drive).
    The solution I've seen suggested elsewhere of deactivating the SharePoint integration of Office 2013 components fails for two reasons: there is no way (or at least, I can't find one) of deactivating SharePoint integration probably because, deactivating
    SharePoint integration would likely stop the syncing of libraries/folders.
    One thing that I have noticed in my case that I've not seen mentioned elsewhere is that if I right-click a document and select 'open in new tab/window' the required
    document opens directly in the relevant office package. I don't know if this is a useful observation, but it seems to be new information.
    My question is, is there a way I can continue to sync libraries and open Office documents directly in Office 2010? My thoughts are possible changes to registry settings
    (which I can do, but don't know enough to find the correct ones myself) or (re)installation of software in some appropriate order to leave the correct settings.
    I have 'repaired' my Office 2010 installation without any observed affect on behavior.
    Thanks
    Ray
    (I've just seen a suggestion that Office 2010 SP2 may fix this issue. I've requested to test this, but whilst this may fix my problem, rolling it out to
    other users may be more problematic. In the meantime, other suggestions of solutions are welcome)

    Hi,
    According to your description, it is a good way to do a test about office 2010 SP2, here is an article about this issue- limitations of using the OneDrive for Business sync app with Office 2010 applications , it may help you.
    http://office.microsoft.com/en-us/sharepoint-help/solve-problems-youre-having-with-the-onedrive-for-business-sync-app-HA104047973.aspx
    Paul Shui
    Microsoft Online Community Support
    Please remember to click “Mark as Answer?on the post that helps you, and to click “Unmark as Answer?if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications

    Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications        
    One of our Managers encounters the error 'A problem occurred while accessing the Office document cache.  Do you want to repair this problem?'
    Then When he says yes it give a warning that the cache will be backed up and replaced
    Then it says 'A new office document Cache has been created...'
    Then it loads this cache with an error
    Then After all that the next time he tries to open the document it says  is encountered "Sorry, we couldn't open 'URL."
    We have Reinstalled office 2013 on the users PC repaired the cache numerous times
    Followed -  http://office.microsoft.com/en-gb/word-help/manually-rename-the-office-document-cache-HA101848838.aspx
    Updated Lync to 2013 leaving Access as the only office 2010 application (required for legacy systems access)
    Repair installed office 2010 and office 2013 again
    The SharePoint site has been added to the trusted sites list and the set up assistant run from office 365
    And the issue remains the Same all other users including some who also have Access 2010 for legacy systems access have no Issues OS is windows 7 32 Bit browser is IE 9
    Office 365 said
    Reply by Rachel Zhang MSFT Support
    Hi Alex,
    From your description, I notice that the issue is related to Office client. We would like to help you, but I’m sorry that our forum does not focus on this scenario and has limited resources regarding it. However, we have a dedicated support forum where
    the support engineers will help you with the issues about Office client:
    Microsoft Office Community:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release?tm=1365567547805
    Feel free to sign in to the Office community and click Participate->Ask a Question to post the question with the relevant information.
    Microsoft Office Community:  
    Feel free to sign in to the Office community and click to post the question with the relevant information.
    Office team said
    Hello Alex,
    Thank you for posting your query in Microsoft Office Community.

    Check if other excel works fine
    Do you have any script\macro in excel file
    Check if all application pool on all servers are running
    both office and IE should be same build (64 or 32 bit)
    what is the error message in ULS log and Event viewer
    If this helped you resolve your issue, please mark it Answered

  • What software is needed to be able to open the olm file I have exported from Outlook to my documents when transfering my Microsoft Office Contacts to my Mac Addressbook?

    what software is needed to be able to open the olm file I have exported from Outlook to my documents when transfering my Microsoft Office Contacts to my Mac Addressbook?

    You might find a solution here: how to convert microsoft outlook contacts to apple address book - Google Search
    OT

  • I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?

    I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?
    Windows 7 64
    PC

    everything works on a laptop (

  • Is it possible to implement files into an InDesign document, that  are exported from Flash?

    I have worked with InDesign quite a lot, and now I'd like to make an eBook using the software. I don't know much about Adobe Flash, just starting to learn, and I'd like to know if there is a file format exported from Flash that can be used in an epub format document made with InDesign?
    (I'm not sure if I gave the right definition of things but I hope you'll undersand.)
    Thanks in advance,
    Bibi

    Hi Bibi,
    the quick answer is no. You can place swf in InDesign and that will be honored during a interactive PDF-Output, but not with EPUB. If you try to get some animations to EPUB, you must use HTML5, CSS3 and Javascript. This can be done in InDesign CC with the help of Adobe Edge Animate.
    But note: There is only a minor support for this feature for different devices.

Maybe you are looking for

  • HOW TO: Resolve 'An error has occurred: Request timed out' issue

    Post Author: fmi-charles CA Forum: Crystal Reports After doing a new install of BOE Server software, encountered a problem viewing long running reports on-demand.  InfoView displayed: 'An error has occurred: Request timed out.' Couldn't find answers

  • Report layout problem

    i am facing very strange problem, some times in report layout the field ,frame etc movement not exactely accoring to the cursor movement(this happend only in some reports others work properly), due to this ,layout designing is difficult bye siddharth

  • Question about centering webpage in the browser

    Hi, My page is left justified right now. I have everything located inside of a div called container. I have a CSS rule as well. What do I need to add to the CSS rule to make the page center in the browser? Thanks. <div class="container">stuff</div> .

  • Upgrade & Authorization of CD's Workaround?

    (5-7-08) I have new PowerMac (about 3 months old) and just upgraded to iTunes 7.6.2 (9). It now will not load a substantial part of my library of songs because they are not "authorized on this computer." I own the CD's, and have owned some of them fo

  • UnsatisfiedLinkError while calling a JNI Method

    Hi everyone, I have been struggling with this problem for two weeks now. I have a third party SDK that provides JNI library and all i need to do is implement the SDK, load the JNI library they have provided, and call the JNI methods. I was successful