SharePoint 2013 - Word Automation Services - Conversion fails ErrorCode 10 - Domain Controller on same (development) server as SharePoint

I have code attached below, running inside SharePoint (in a page), used to convert .docx document to .pdf using Word Automation Services.
SPFile inputWordFile = ##CODE THAT RETRIEVE THE SPFile ##
using (Stream inputWordStream = inputWordFile.OpenBinaryStream())
   using (MemoryStream outputPdfStream = new MemoryStream())
SyncConverter sc = new SyncConverter(wordAutomationServiceName);
sc.UserToken = web.CurrentUser.UserToken;
sc.Settings.UpdateFields = true;
sc.Settings.OutputFormat = SaveFormat.PDF;
ConversionItemInfo info = sc.Convert(inputWordStream, outputPdfStream);
if (info.Succeeded)
What happens is that the conversion fails. errorCode is 10.
What I came to, is that this is related to the Domain Controller being installed on the same machine.
I have examinated and excluded all several other possible issues (memory resources, etc.).
What I had undestood as far, is that the problem is that "the
converter is executed in the context of a very unprivileged local account, and there are no local accounts on DCs"
Is this a KNOWN ISSUE?
Is there a workaround for development enviroment having DC+SQL+VisualStudio+SharePoint on the same machine?

Hi,
It is recommended to try the code demo in this documentation below in a Console Application to see if it can work in your environment:
http://msdn.microsoft.com/en-us/library/office/ff181518(v=office.14).aspx
If it still can’t work, you can restart the Word Automation Services in SharePoint Central Administration in case it is a service issue.
Feel free to reply with the test result if the issue still exists.
Thanks
Patrick Liang
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]
Patrick Liang
TechNet Community Support

Similar Messages

  • Convert dotx or docx to pdf with Word Automation Service failed

    Hello everybody,
    After search on the internet, I'm looking for a solution to this issue.
    I wrote this code for a document conversion in a visual studio 2010 workflow:
    string wordAutomationServiceName = "Word Automation Service";
    ConversionJobSettings jobSettings = new ConversionJobSettings();
    jobSettings.OutputFormat = SaveFormat.PDF;
    ConversionJob job = new ConversionJob(wordAutomationServiceName, jobSettings);
    job.UserToken = workflowProperties.Site.UserToken;
    job.AddFile(workflowProperties.WebUrl + "/" + file.Url,
    workflowProperties.WebUrl + "/" + file.Url.Replace(".docx", ".pdf"));
    job.Start();
    URLs are corrects and the word document exists.
    The problem is when the job is executed, I have errors in SharePoint logs:
    11/18/2011 09:24:15.87     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Office Viewing Architecture       9rte    Medium      Request received for document 00000001-0001-10e2-80af-d08c970b9892, format: , numberInQueue: 0, request id ba03fb58-55b2-4c6c-b1ca-20fad3b11585   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.87     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Office Viewing Architecture       c7ld    Medium      AppManager.BeginProcessRequest adding request to queue    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Timer Job                         g27p    Medium      Local Controller '71cf62b9-c34c-46c4-9828-55de2d5f5ac0':
    In Progress: <http://site/Contracts/docsettest/contracttest.dotx> downloaded and queued locally    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x17C0    Word Automation Services     
        Configuration                     g6xc    Medium      Item 00000001-0001-10e2-80af-d08c970b9892: Assigned to
    local worker process: 1D64 (7524; worker id = cce33245-48b9-4b0d-afcd-e3218845d81a)    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x1CA0    SharePoint Foundation        
        Monitoring                        b4ly    Medium      Leaving Monitored Scope (ExecuteWcfServerOperation).
    Execution Time=23.6994391735768    2fd2393d-f36d-49a1-bfdf-737aefc8659a
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       vipp    Medium      AppWorker:cce33245-48b9-4b0d-afcd-e3218845d81a initializing for request ba03fb58-55b2-4c6c-b1ca-20fad3b11585   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       vipr    Monitorable    AppWorker:cce33245-48b9-4b0d-afcd-e3218845d81a worker call failed System.ServiceModel.CommunicationObjectAbortedException: The
    communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it has been Aborted.    Server stack trace:      at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()    
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage
    methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:      at System.Runtime.Re...   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88*    w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       vipr    Monitorable    ...moting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)     at Microsoft.Office.Web.Conversion.Framework.Remoting.IAppChannelCallback.Initialize(WorkerRequest request, FileItem fileItem)     at Microsoft.Office.Web.Conversion.Framework.AppWorker.ProcessRequest(ConversionRequest
    request). Worker name WordAutomationServices, Document 00000001-0001-10e2-80af-d08c970b9892    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.88     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Service                           g281    Medium      Local Controller '71cf62b9-c34c-46c4-9828-55de2d5f5ac0':
    Failure: <http://site/Contracts/docsettest/contracttest.dotx> not uploaded to <http://site/Contracts/docsettest/contracttest.pdf> (65543)    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.90     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       c78j    Unexpected    AppWorker:cce33245-48b9-4b0d-afcd-e3218845d81a ProcessRequestDone() received error response WorkerException, restarting the worker   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.90     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       b1qa    Medium      Shutting down process with force processId: 7524 belonging to AppWorker cce33245-48b9-4b0d-afcd-e3218845d81a   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.91     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Configuration                     g6xb    Medium      Local Controller '71cf62b9-c34c-46c4-9828-55de2d5f5ac0':
    Local worker process exited: 1D64 (7524); exit time = 11/18/2011 09:24:15     
    11/18/2011 09:24:15.91     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Configuration                     d0md    Medium      App 'Word Automation Service': Deleting temp directory
    'C:\Windows\TEMP\wdsrv\21659d2e-c634-46a2-9585-b4cd1398f64c\odsibdmm.cmv\1D64'     
    11/18/2011 09:24:15.92     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       xpre    Medium      Removing worker cce33245-48b9-4b0d-afcd-e3218845d81a, thread: 216    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.92     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       f2yg    Medium      CreateSandBoxedProcessWorker() is called    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       b10e    Medium      Created desktop: Service-0x0-3eaf55d$\Microsoft Office Isolated Environment     00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       2brt    Medium      AppWorker:89d80fff-43ec-459e-9d95-5ed8b67f20bb worker process is started Exe: WordServerWorker.exe Args: /id 89d80fff-43ec-459e-9d95-5ed8b67f20bb
    /convertingService net.pipe://127.0.0.1/WordServer71cf62b9-c34c-46c4-9828-55de2d5f5ac0 /assembly WdsrvWorker.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 3700, IsSandBoxed: True,
    UniqueSandBoxSid: S-1-5-26473-19571-45394-48    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       vioz    Medium      RemoveWorker isRemoved: True session id : uuid:c9cce13b-5285-47d6-a666-29da19e57c67;id=47, Guid: cce33245-48b9-4b0d-afcd-e3218845d81a   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       b4em    Monitorable    AppWorker:cce33245-48b9-4b0d-afcd-e3218845d81a recycle worker process because the conversion failed with result WorkerException.
    Worker is WordAutomationServices    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       xpre    Medium      Removing worker cce33245-48b9-4b0d-afcd-e3218845d81a, thread: 216    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       vioz    Medium      RemoveWorker isRemoved: False session id : uuid:c9cce13b-5285-47d6-a666-29da19e57c67;id=47, Guid: cce33245-48b9-4b0d-afcd-e3218845d81a   
    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x211C    Word Automation Services     
        Office Viewing Architecture       a2oj    Medium      PreProcessTime = 0; InConversionQueueTime = 0.0019142; ResponseTime = 0.0066997; TotalConversionTime = 0.0535976; AvgPreProcessTime
    = 0; AvgInConversionQueueTime = 0; AvgResponseTime = 0; AvgTotalConversionTime = 0; historyCount = 0; result = WorkerException; format = n/a    00000001-0001-10e2-80af-d08c970b9892
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x144C    Word Automation Services     
        Office Viewing Architecture       4sig    Medium      ChildProcess WordServerWorker.exe is launched inside worker 89d80fff-43ec-459e-9d95-5ed8b67f20bb. Pid 3700   
    11/18/2011 09:24:15.93     w3wp.exe (0x1BC4)                           0x144C    Word Automation Services     
        Office Viewing Architecture       d9hn    Medium      NotifyNewChildProcessInWorker has seen WordServerWorker.exe in worker 89d80fff-43ec-459e-9d95-5ed8b67f20bb   
    11/18/2011 09:24:16.45     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       viou    Medium      ... registering worker 89d80fff-43ec-459e-9d95-5ed8b67f20bb     
    11/18/2011 09:24:16.48     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       viox    Medium      Worker 89d80fff-43ec-459e-9d95-5ed8b67f20bb is now initialized.     
    11/18/2011 09:24:16.55     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       vipx    Monitorable    AppWorker:89d80fff-43ec-459e-9d95-5ed8b67f20bb application server host exited unexpectedly  (thread: 6)   
    11/18/2011 09:24:16.55     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       c78j    Unexpected    AppWorker:89d80fff-43ec-459e-9d95-5ed8b67f20bb ProcessRequestDone() received error response WorkerCrashed, restarting the worker   
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       xpre    Medium      Removing worker 89d80fff-43ec-459e-9d95-5ed8b67f20bb, thread: 6     
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       f2yg    Medium      CreateSandBoxedProcessWorker() is called     
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       b10e    Medium      Created desktop: Service-0x0-3eb1722$\Microsoft Office Isolated Environment      
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       2brt    Medium      AppWorker:59168d75-7086-4318-8d12-633affa7b783 worker process is started Exe: WordServerWorker.exe Args: /id 59168d75-7086-4318-8d12-633affa7b783
    /convertingService net.pipe://127.0.0.1/WordServer71cf62b9-c34c-46c4-9828-55de2d5f5ac0 /assembly WdsrvWorker.dll /type WACWS /IsBatchedTracing True /LogQuota 100 WorkerType: WorkerType1 Directory: c:\windows\system32\inetsrv, pid : 6752, IsSandBoxed: True,
    UniqueSandBoxSid: S-1-5-26473-19571-45394-49     
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x18CC    Word Automation Services     
        Office Viewing Architecture       vioz    Medium      RemoveWorker isRemoved: True session id : uuid:c9cce13b-5285-47d6-a666-29da19e57c67;id=48, Guid: 89d80fff-43ec-459e-9d95-5ed8b67f20bb   
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x144C    Word Automation Services     
        Office Viewing Architecture       4sig    Medium      ChildProcess WordServerWorker.exe is launched inside worker 59168d75-7086-4318-8d12-633affa7b783. Pid 6752   
    11/18/2011 09:24:16.57     w3wp.exe (0x1BC4)                           0x144C    Word Automation Services     
        Office Viewing Architecture       d9hn    Medium      NotifyNewChildProcessInWorker has seen WordServerWorker.exe in worker 59168d75-7086-4318-8d12-633affa7b783   
    11/18/2011 09:24:17.10     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Office Viewing Architecture       viou    Medium      ... registering worker 59168d75-7086-4318-8d12-633affa7b783     
    11/18/2011 09:24:17.13     w3wp.exe (0x1BC4)                           0x1CA0    Word Automation Services     
        Office Viewing Architecture       viox    Medium      Worker 59168d75-7086-4318-8d12-633affa7b783 is now initialized.   
    Thank you for your help.

    Hi Jean,
    Were you able to resolve this?  I am coming across the exact same error on a SharePoint 2010 development machine.  I don't see any other posts on the web about it.  Here is the entry from my ULS logs:
    Local Controller 'fc8b8704-f0f1-4e85-a69a-dc5686c27e39': Failure: <http://ip-0a6ee272/Shared%20Documents/Word/hello.docx> not uploaded to <http://ip-0a6ee272/Shared%20Documents/PDF/hello.pdf>
    (65543)
    Do we share any of the following configuration points?  I'm trying to narrow down the potential root cause ...
    MSDN subscriber EXE install media "SharePoint Server 2010 with Service Pack 1 (x64) - (English)"
    SP1 slipstream patch level.  No cumulative updates.
    http://autospinstaller.codeplex.com/  PowerShell scripted install
    SQL 2008 R2 installed on same box as SharePoint
    Active Directory domain controller on same box as SharePoint
    c:\Windows\System32\drivers\etc\HOSTS file 127.0.0.1 entry for both machine and domain name
    Thanks in advance for the research. 
    I've actually tried re-installing SharePoint several times on brand new virtual machines.  That did not resolve the issue.  Strangely enough, the RTM version of SharePoint appears to work just fine.  With all other configuration points the
    same, I loaded RTM ... ran a Word Automation PowerShell script ... and received the expected PDF output.  Then when I apply the SP1 patch ... it stops working and I get error 65543.
    Best,
      @SPJeff

  • Word Automation Services Changing element in the output Document - Sharepoint 2013

    Hi,
    We are currently running Sharpoing 2013 with Word Automation Services,
    We have documents that we send to WAS for conversion, however the output of those documents have their styling, fonts and currency values changed where display of the currency gets changed to right to left.
    The issue started when we had Arabic installed as a proofing language however nowhere in the document did we have Arabic set,  we have since removed the language from Word, however it seems that just having the language installed has altered some element
    in the document properties that causes WAS to change the document.
    Please advise?

    Hi Faiez,
    What did you mean by “having the language installed has altered some element in the document properties”?
    Is there any difference when you view document directly before and after doing conversion?
    For this issue, I recommend to do the steps below for narrowing down the issue scope:
    Create a new document and upload it to SharePoint to do the conversion, then compare the results.
    Test the Word Automation Services in another web application to see how it works.
    Check if the Disable embedded fonts is set to Yes. If yes, set it to No and then check the results.
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Crawl log error in sharepoint 2013 for search services

    Dear Support,
    please find below mention crawl log error in sharepoint 2013 for search services.
    8,597 The server is unavailable and could not be accessed. The server is probably disconnected from the network. 
    423 This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might also
    want to crawl this repository during off-peak usage times. 
    59 Processing this item failed because of a timeout when parsing its contents. 
    11 The filtering process has been terminated 
    4 SharePoint returned an empty response. 
    3 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. 
    2 The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly. If the repository was temporarily unavailable, an incremental crawl will fix this error. 
    would request your support for resolving this type of issue

    1. Are you able to browse the sites on SP server. server is unavailable means that application pool
    of that site is down. Check application pool on all server. if you start any application pool. make sure it does not stop few minutes later. you need to update password if it does stop
    2. Create a disable loopbackcheck of registry on all servers
    http://blogs.technet.com/b/sharepoint_foxhole/archive/2010/06/21/disableloopbackcheck-lets-do-it-the-right-way.aspx
    http://support.microsoft.com/kb/926642/en-us
    3. Create a new search service application and check if you face same issue.
    4. I assume you have change some password or other setting when you started facing this issue. what changes were made in environment
    If this helped you resolve your issue, please mark it Answered

  • Convert list item attachment from docx to pdf using Word Automation Services

    I have been trying to convert List Item attachments from docx to pdf using word automation services, it works in a normal document library but when I use the list attachment it throws a null reference error.
    var settings = new ConversionJobSettings();
    settings.OutputFormat = Microsoft.Office.Word.Server.Conversions.SaveFormat.PDF;
    var conversion = new ConversionJob("Word Automation Services", settings);
    conversion.UserToken = SPContext.Current.Site.UserToken;
    var wordFile = SPContext.Current.Site.RootWeb.Url + "/" + wordForm.Url;
    var pdfFile = wordFile.Replace(".docx", ".pdf");
    conversion.AddFile(wordFile, pdfFile);
    conversion.Start();
    Using reflector I was able to see my problem lies in Microsoft.Office.Word.Server.FolderIterator.cs where it uses SPFile.Item which returns NULL
    internal void CheckSingleItem(SPFile inputFile, SPFile outputFile)
    Microsoft.Office.Word.Server.Log.TraceTag(0x67337931, Microsoft.Office.Word.Server.Log.Category.ObjectModel, Microsoft.Office.Word.Server.Log.Level.Verbose, "OM: FolderIterator start a single item: source='{0}'; dest='{1}'", new object[] { inputFile.Url, outputFile.Url });
    Stopwatch stopwatch = Microsoft.Office.Word.Server.Log.StartPerfStopwatch();
    try
    this.CheckInputFile(inputFile.Item);
    this.CheckOutputFile(outputFile.Url);
    Is there any way to get around this?

    Hi Qfroth,
    According to your description, my understanding is that when you use word automation service to convert Word to PDF for list item attachment, it throws the null reference error.
    I suggest you can create an event receiver and convert the word to memory stream like below:
    private byte[] ConvertWordToPDF(SPFile spFile, SPUserToken usrToken)
    byte[] result = null;
    try
    using (Stream read = spFile.OpenBinaryStream())
    using (MemoryStream write = new MemoryStream())
    // Initialise Word Automation Service
    SyncConverter sc = new SyncConverter(WORD_AUTOMATION_SERVICE);
    sc.UserToken = usrToken;
    sc.Settings.UpdateFields = true;
    sc.Settings.OutputFormat = SaveFormat.PDF;
    // Convert to PDF
    ConversionItemInfo info = sc.Convert(read, write);
    if (info.Succeeded)
    result = write.ToArray();
    catch (Exception ex)
    // Do your error management here.
    return result;
    Here is a detailed code demo for your reference:
    Word to PDF Conversion using Word Automation Service
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • SharePoint 2013 - SQL Reporting Services Add-In

    Hi,
    In our old SharePoint 2010 environment the "SQL 2008 R2 Reporting Services ShrerPoint 2010 Add-in" has been installed which in turns provides the "SQL Server Reporting Services Report Viewer" web part.
    I have upgraded the Farm to SharePoint 2013 and SQL 2012. Where I can get the the add-in above that is compatible with
    SQL 2012 and SharePoint 2013?
    I have found an add-in here for SQL 2012 and SharePoint 2010, but not sure this is compatible with SharePoint 2013...
    Many Thanks,

    Hi
    I am also getting the below Error while testing the Content Db with SharePoint 2013 Web application.
    1.  Assembly
    [Microsoft.ReportingServices.SharePoint.UI.ServerPages,
    Version=10.50.0.0, Culture=neutral,
    PublicKeyToken=89845dcd8080cc91] is referenced in the
    database [WSS_Content_8080], but is not installed on the
    current farm. Please install any feature/solution which
    contains this assembly.
    One or more assemblies are referenced in the database
    [WSS_Content_8080], but are not installed on the current
    farm. Please install any feature or solution which contains
    these assemblies.
    2.  Database [WSS_Content_8080] has reference(s) to a missing
    feature: Id = [c769801e-2387-47ef-a810-2d292d4cb05d], Name =
    [Report Server File Sync], Description = [Synchronizes
    Report Server files (.rdl, .rsds, .smdl, .rsd, .rsc) from a
    SharePoint document library to the report server when files
    are added or updated in the document library.], Install
    Location = [ReportServerItemSync].
    The feature with Id c769801e-2387-47ef-a810-2d292d4cb05d is
    referenced in the database [WSS_Content_8080], but is not
    installed on the current farm. The missing feature may cause
    upgrade to fail. Please install any solution which contains
    the feature and restart upgrade if necessary.
    I have SQL 2008 reporting Services SharePoint 2010 Add-in.
    for SharePoint 2013 we are using the SQL server 2008 Sp1. I think  it is not possible to use SQL server 2012 SP1 for the report Services in SharePoint 2013.
    Please suggest me to use the report services in SharePoint 2013 with Sql server 2008 SP1.
    Thanks And Regards
    Dileep Kumar

  • SharePoint 2013 March Update Installation Error: Failed to install application content files

    Hi,
    I've been trying to install SharePoint 2013 March Update. After installing when I ran the configuration wizard, I get the following error:
    Task applicationcontent has failed with an unknown exception
    Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    Has anyone found the issue?
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

    This is very painful situation .I was stuck on this till 2days and did goggling a lot.But didn't get the solution .I tried so many ways but no success .So finally I removed all the config and XML files from the C:\Program Files\Common Files\microsoft shared\Web
    Server Extensions\15\CONFIG and run the PSConfig wizard again.This time got success finally .really unexpected.

  • Sharepoint 2013 MP - Configuration Database connection failed

    Hi all!
    I run a WS2012 R2 with SCOM 2012R2. I'm trying to monitor Sharepoint 2013 Farm, with the Sharepoint 2013 MP. The Sharepoint farm and it's SQL server is on another domain, with two-way trust, and the agents are working on the Sharepoint and SQL servers.
    I use SQL aliases for Sharepoint DB's, so I've made an override to the connection string to make it connect to the correct database. 
    The override is working fine, I can see that SCOM is trying to connect to the SQL server, but I cannot seem to make SCOM use the correct Run As account on these configuration databases. Most of the Sharepoint MP seems to be working fine, with the farm admin
    account, but I don't know how I can force this override connectionString to use a specific user.
    WS2012R2 with SCOM2012R2 UR3
    Sharepoint 2013 Farm on WS2008R2 OS.
    MS SQL 2012 on WS2008R2.
    It uses the default SCOM monitoring account, instead of the Sharepoint RunAs account.
    Any suggestions?
    How do I make it use the correct Run As account?
    (This guy has the
    same problem)
    Thanks,
    Nikolaj

    I was looking at this issue not too long ago, and looked through the management pack xml, to see if there was a missing secure reference for DB connection monitors. I only glanced through the MP, but it looked to me as if the DB connection
    monitors references the same account as the other sharepoint monitors. (Yes, that full-blown farm admin account). Again I am not sure, but it seems the management pack has trouble using the referenced RunAs account in the connection strings and then, because
    the watcher node is setup default to run off the management server, it falls back to the management server action account.
    You mention, that you have a two-way trust between you management group and SPS SQL servers. You could then bring this to work by granting your management server action account public rights on your configuration and content DB’s. Not
    optimal, but it’s a workaround. For SPS 2013 this should work without changing the connection strings, as you would have to with SPS 2010.
    I know this is not solution you’re are looking for, but it just might be enough for you to get a step further. I don’t know of any solution, so far, to get the DB connections to use the SPS RunAs account.

  • SharePoint 2013 Document Library template displays html code when creating a new document from a sharepoint list multiline rich text

    I have a 2010 work flow that is associated with a sharepoint 2013 list that creates a new list document using a custom Microsoft Word 2013 template with a rich text multiline field quick part.  The workflow creates the document and populates
    the the quickpart, however, the text in the document is showing html codes
    <div class="ExternalClass2116495984EB429D95B02CC15F85FD4C"><h1>ABC123</h1><h2>Test&#58; 1234</h2></div>
    and not as 
    ABC123
    Test: 1234
    Is there a no code solution for this?

    Hi,
    I have done a test and I can reproduced your issue.
    I referred to the blog about Automatically create Word documents which include list fields:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    When I create a multiple line of text column in a list, I just choose Plain text, Then I solved the issue:
    Besides, here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a7ab3a61-6643-4a47-a464-fe46b5db1558/rich-text-field-showing-html-code
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Failed to restore site collection from development server backup on production server

    I get an error as below while restoring development site collection backup on production site collection.
    <nativehr>0x80070003</nativehr>
    Looked into the log file shows below error.
    "Microsoft.SharePoint.SPException: Schema version of backup 15.0.4641.1000 does not match current schema version 15.0.4569.1000"
    However SP1 version installed on both server. Recently upgraded Development environment to 15.0.4571.1502 as production environment has exact same version. Run SharePoint Products Config Wizard successfully after upgrade on Development server.
    Any help.
    Thanks

    Hi Trevor
    Thanks for reply.
    I am beginner in share point. 
    Getting below version in Development and Production Environment.
    In the beginning
    Dev environment has 15.0.4615.1001. Then we installed 15.0.4571.1502.
    Production Environment has 15.0.4569.1506. Then we installed 15.0.4571.1502.
    So now both versions looks exactly same. But somewhere it didn't upgraded fully. Backup and Restore works in the same server If applied but doesn't
    work if I apply from Dev to Production Version.
    Production Server
    Servers in Farm
    Farm Information
    Configuration database version:
    15.0.4569.1000
    Manage Patch Status
    Installed
    Microsoft Access Services English Language Pack
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Access Services Server
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Document Lifecycle Components
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Document Lifecycle Components English Language Pack
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Education
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Education English Language Pack
    15.0.4571.1502
    Installed
    Development Server
    Servers in Farm
    Farm Information
    Configuration database version:
    15.0.4641.1000
    Manage Patch Status
    Installed
    Microsoft Access Services English Language Pack
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Access Services Server
    15.0.4571.1502
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Document Lifecycle Components
    15.0.4571.1502
    Installed
    Security Update for Microsoft SharePoint Enterprise Server 2013 (KB2863829) 64-Bit
    Edition
    15.0.4615.1001
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Microsoft Document Lifecycle Components English Language Pack
    15.0.4571.1502
    Installed
    Security Update for Microsoft SharePoint Enterprise Server 2013 (KB2863829) 64-Bit
    Edition
    15.0.4615.1001
    Installed
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    15.0.4571.1502
    Installed
    Not sure where is the problem.
    I manually change the version number in the .bak file still its the same.
    I get this error "<nativehr>0x80070003</nativehr>"
    and it deletes the site collection straight away.
    Thanks

  • Group MSA account fail when Domain Controller in Test Domain Fails to start KdsSvc. Event ID 7023

    Yesterday, in my test domain, I created the KDS root key using the Add-KdsRootKey –EffectiveTime ((get-date).addhours(-10))
    command on a DC that is not the PDC Emulator because it was the server I was on at the time.  Today, when I tried to create gMSA accounts on the PDC emulator, I get:
    Event ID 7023 The Microsoft Key Distribution Service terminated with the following error: An Exception occurred in the service when handling the control request
    I turned on logging on to the KdsSvc and get 2 other errors:
    KdsSvc Event ID 4001: Group Key Distribution Service failed to start. Status 0x80070020
    KdsSvc Event ID 4007: Group Key Distribution Service cannot connect to the domain controller on local host.  Status 0x80070020.  Group Key Distribution Service cannot be started because of the error.  Please contact the administrator to resolve
    the issue.
    I took the opportunity to clean up AD, the Schema, and DNS, but the kds errors continues.  I am replicating successfully, DNS changes are reflected immediately, and when I run the get-KDSRootKey on the failing server, the key is returned.  The
    Get-KdsConfiguration matches the KDS config on the DC that originally ran to create the key.
    I have a pretty strict GPO pushed to my DCs but I am still able to create gMSAs on the other server.  I checked ADS&S and found the msKds-ProvRootKey so I know it is at the domain level, but there is so little documentation on the KdsSvc that I
    am not sure if it is working as planned.  I have tried unassigning several GPO configuration items but I am throwing darts at this point.  I have also uninstalled McAfee AV; IDS/IPS; Firewall.
    With that said, I have questions:
    Will gMSAs still work even though the domain pdc emulator cannot start the service?
    Is the KdsSvc supposed to start only on the server Add-KDSRootKey was originally created?
    What happens if the server the KdsSvc key was created fails and has to be removed from the domain?
    Is there any books or configuration items I can review to learn the KdsSvc better?
    Env:
    Windows Standard Server 2012 R2 x64
    Active Directory 2012 R2 Schema Updated from Windows 2008 R2
    All FSMO roles are on the PDC Emulator which is a Windows 2012 R2 DC
    DCDiag returns no errors or test failures
    Repadmin returns clean results (/showreps & /replsum)
    Windows 2008 R2 Root CA hierarchy (not DCs)
    W32tm services are running with less than 6/10's of a ms difference among the domain.

    Hi,
    For Windows Server 2012, the Windows PowerShell cmdlets default to managing the group Managed Service Accounts instead of the original standalone Managed
    Service Accounts.
    New-ADServiceAccount -name <ServiceAccountName> -DNSHostName <fqdn> -PrincipalsAllowedToRetrieveManagedPassword <group>
    -ServicePrincipalNames <SPN1,SPN2,…>
    Did you use the command abouve?
    Here is a good bolg:
    Windows Server 2012: Group Managed Service Accounts
    http://blogs.technet.com/b/askpfeplat/archive/2012/12/17/windows-server-2012-group-managed-service-accounts.aspx
    Hope this helps.

  • Connect to Exchange 2013 on local network from a different domain on the same local network.

    Hi we have domain a and domain b both on the same local networks using the same ip subnet.
    domain a is Small Business server 2003
    doimain b is Windows 2008 and Exchange 2013
    How can I set this up so that client logging into domain a using Windows XP or Windows 7 can set up an exchange profile on Office 2010 to log into domain b running exchange 2013.  I need to know how to set up the autodiscover (i think) or how to enter
    the server settings manually on the Outlook 2010 client (on domain a).  My understanding is that Outlook Anywhere means I can set up a profile "anywhere" even on the same local network segment as the exchange 2013 server.
    thanks

    Let me explain the way i understood
    Domain A - domainA.mail.com
    Domain B - domainB.mail.com
    To have common autodiscover record for the both the domain
    Step 1: Create autodiscover record having the name of parent domain - e.g Autodiscover.mail.com
    Step 2: Add this name in your Exchange certificate
    Step 3: Create Host record for domainA.mail.com and domainB.mail.com
    Step 4: Install IIS on a Windows server ensure you choose HTTP Redirection
    Step 5 :Create a folder C:\inetpub\wwwroot\autodiscover add a blank file called autodiscover.xml
    Step 6: Create a new virtual directory called ‘autodiscover’.
    Step 7: Select this new virtual directory > click on Content View > Right click on autodiscover.xml > Select ‘Switch to Features View’
    Step 8: Double click on HTTP Redirect
    Step 9: Change the HTTP Redirect settings to https://autodiscover.mail.com/autodiscover/autodiscover.xml
    Step 9: Right click on Default Web Site > click on Edit Bindings - Add domainA.mail.com and domainb.mail.com in the http bindings
    How it works: Autodiscover uses http redirection in which it get redirected to the respective domain to the autodiscover record
    Exchange Queries

  • What is the effect of stopping the EFS service on a 2012 Domain Controller?

    Hello,
    The Encrypting File System service was started and is running on a production 2012 Domain Controller, which is not a standard in our shop.  What is the potential impact if I stop the service? 
    Thanks for your help! SdeDot

    Hi,
    Have you already encrypted files or folders using EFS service in your domain?
    If not, and you are not planning to use it to encrypt files or folders in the future, then it is OK to disable it.
    If you have encrypted files with EFS service, make sure that they are all decrypted before disabling the service, otherwise no users will be able to access them.
    More information for you:
    How to Disable or Enabled EFS Encryption in Vista, Windows 7, and Windows 8
    http://www.vistax64.com/tutorials/102501-encryption-disable-enable.html
    How to: Disable Encrypted File System (EFS) on Windows 2008 R2
    http://markswinkels.nl/2012/06/how-to-disable-encrypted-file-system-efs-on-windows-2008-r2/
    Please Note: Since these web sites are not hosted by Microsoft, these links may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best Regards,
    Amy Wang

  • SharePoint 2013 - PowerPivot - The following connections failed to refresh.

    Thanks for taking a look. I have tried countless blogs and other forum posts and can't seem to resolve this.
    I am working on SP2013 with SQL Server 2012 in a single farm environment. My domain is on another VM.
    I am using interactive refresh. (Click Data > Refresh All Connections) from the PP Workbook in SharePoint.
    The connection is embedded.
     I am getting the error "We were unable to refresh one or more data connections in this workbook. The following connections failed to refresh: (Name of my connection). The connection is using windows authentication
    What I have tried:
    I have checked ULS Logs, nothing showing up unfortunately.
    I checked local system messages on server, nothing there.
    I changed both the PowerPivot and Excel Services application pools to run under Domain\Administrator
    I changed both the PowerPivot and Excel Services unattended accounts to run under Domain\Administrator
    Ran IISReset command from windows powershell.
    Restarted SSAS Services
    Verified the Server was registered in Excel Services (Data Model Settings)
    Verified that data refresh was enabled on the PowerPivot workbook at the site collection level.
    In central administration I set the business hours to 6am - 8am for data refresh so this would not be an issue.
    I verified that the Secure Store Service is started in central administration
    I have also ran SQL Server Profiler and all I see is this error, i'm not even sure it's related. Searching the error hasn't helped:
    "The commit or rollback request cannot be completed because there is no active transaction in this session."
    I verified that Claims to Windows Token Service is running in central administration.
    I've tried editing the workbook connection to use specified accounts as well. When I do that I get the following error:
    An error occurred while accessing application id SP2013\Administrator from the Secure Store Service. The following connections failed to refresh: (My connection name).
    Any help or direction would be much appreciated. Thanks.

    did you try below technet guide?
    Unable to refresh data for a data connection in the workbook. Try again or contact your system administrator. The following connections failed to refresh: PowerPivot Data
    also check this guy:
    http://voices.yahoo.com/powerpivot-error-unable-refresh-data-data-11642048.html?cat=15
    Are you using the office web apps?
    https://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/01/31/powerpivot-for-sharepoint-browser-refresh-fails-data-refresh-not-supported-in-office-web-apps.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • SharePoint 2013 Infopath Web Service Get File within list permissions

    Hello,
    I am looking for a web service to pull a form within a form libraries permissions.  So a user creates a form and requests access for him/herself and whomever he/she wants to have access to the form, I then go to file share with and grant only these
    people access.  lets say I now have 2000 forms and and I want a column that says these people have been granted access to this file instead of clicking each file going to properties and checking share with permissions.  What web call would I use
    for this, been searching and keep finding how to share with people instructions and now how to use a web service to pull the names.

    Hi Ahmed,
    Please go to task list page and click customize form, then publish it in the InfoPath form designer.
    Now add a new page in SharePoint site, insert task list web part, then insert an InfoPath form web part. Click the triangle on the top right corner > Edit web part > Connections > Get form from, see if you could select task now.
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Font not displaying/loading correctly in Character Pallet

    I recently upgraded to Snow Leopard and Creative Suite CS5, Adobe Illustrator CS 15.1.0. I'm using Suitcase Fusion 4 ver. 15.0.5 (latest version). I'm having a problem with 2 of my fonts loading correctly in illustrator's Character pallet. They displ

  • How do you have more than 1 ipod in your family and only 1 computer to be able to each have a separate account?

    HOw do you have more than 1 ipod int he family and be able to have your own itunes on 1 computer?

  • Video won`t fit window

    Hi, newbie here. I am editing some footage shot on HDV cam, captured onto my MBP. Capture settings i chose as seen in the picture capturesettings. My problem is that the video turns out as a small square in the center, both when editing and exported

  • Using todays date to group data

    I have a cross tab report which shows totals for the past five financial years.  A financial year for us goes from 1st April to 31st March.  At the moment I am using specified order and have defined five groups with date parameters.  When we get to A

  • Help Sending HTML Newsletter

    Hello I am new to the forum. I have just finished a basic course in web design and use Adobe Dreamweaver CS5. I just got a client who needed a newsletter done to send through email. I downloaded a template off of a site and used it to make a nice loo