Unable to register workflow service in SharePoint 2013

I am trying to enable Workflow 2013 feature in SharePoint Designer 2013 and for that I installed Workflow Manager.
I am at the last step where you register workflow service using the following command but I am getting error.
COMMAND
Register-SPWorkflowService -SPSite "http://myserver:1267" -WorkflowHostUri "https://myserver:12291/" -AllowOAuthHttp
ERROR
Register-SPWorkflowService : The root of the certificate chain is not a trusted root authority.
Then I changed the HTTPS to HTTP in command as well as port number from 12291 to 12290 but again error.
COMMAND
Register-SPWorkflowService -SPSite "http://myserver:1267" -WorkflowHostUri "http://myserver:12290/" -AllowOAuthHttp
ERROR
Register-SPWorkflowService : The underlying connection was closed: An unexpected error occurred on a receive.
What do I do now?

Hi Sridhar,
I have tried Register-SPWorkflowService command(below) with the "-Force" parameter but now i am getting below error. I have
installed Workflow manager on same server on which Sharepoint has been installed.
Command-Register-SPWorkflowService -SPSite "Site_URL" -WorkflowHostUri "https://"FQDN
URL af"/" -AllowOAuthHttp -force
Register-SPWorkflowService : The underlying connection was closed: Anunexpected error occurred on a send. Client ActivityId :
8fce287d-0f6b-483e-b985-fedb36ab82b8.
At line:1 char:1
+ Register-SPWorkflowService -SPSite "http://comv-cp-ggn:1002/"
-WorkflowHostUri " ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : InvalidData: (Microsoft.Share...WorkflowService:
   RegisterSPWorkflowService) [Register-SPWorkflowService], WorkflowCommunica
  tionException
    + FullyQualifiedErrorId : Microsoft.SharePoint.WorkflowServices.PowerShell
   .RegisterSPWorkflowService
Is this needed to install Workflow manager on the separate server?
Vishal Goyal

Similar Messages

  • 401 Unauthorized Error When calling a SharePoint REST web service from SharePoint 2013 Workflow

    We have our Workflow Manger installed on the same server as our SharePoint 2013 WFE development environment. When creating a SharePoint 2013 Workflow all Calls to a SharePoint 2013 REST web service results in a 401 Unauthorized error.
    As an example I created a simple workflow that should return a JSON result. The REST Url returns the results in the browser without error.
    Set Variable:webServiceUrl to https://<hostnamedsitecollection>/_vti_bin/client.svc/web/lists/getbytitle('ISR%20Approvers')/Items?$select=Title&$filter=Title%20eq%20%27General%27
    then Build{...} Dictionary (Output to Variable:requestHeaders)
    then Call [%Variable:webServiceUrl%] HTTP web service with request (ResponseContent to Variable:responseContent |ResponseHeaders to responseHeaders | ResponseStatusCode to Variable:responseCode)
    The RequestHeader is set to the requestHeaders variable though the web service call properties
    then Log Variable:responseCode to the workflow history list
    After manually running the workflow in SharePoint on a list item in the ISR Approvers list it Logs "Unauthorized" in the Workflow History Log. It does this with every SharePoint REST web service call that I have tried through the workflow.
    It doesn't have anything to do with the Workflow Manger being installed on the same machine as the SharePoint WFE does it?
    Thank You for any insight

    Hi,
    According to your post, my understanding is that you had 401 Unauthorized Error when calling a SharePoint REST web service from SharePoint 2013 Workflow.
    Please make sure you use the ‘Call HTTP Web Service’ correctly.
    You can enter the URL into the brower to check whether it is correctly.
    You need to
    create the Request header requestHeaders
    using a Dictionary:
    Accept : application/json;odata=verbose
    Content-Type : application/json;odata=verbose
    To associate the
    requestHeaders variable, select the Call action
    property, set the RequestHeaders property to
    requestHeaders.
    Please refer to the following articles:
    Working with Web Services in SharePoint 2013 Workflows using SharePoint Designer 2013
    Calling the SharePoint 2013 Rest API from a SharePoint Designer
    Workflow
    In addtion, you need to make sure you install the workflow manager correctly.
    More information:
    Install and configure workflow for SharePoint Server 2013
    Known Issues in Workflow Manager 1.0
    Troubleshooting Workflow Manager 1.0 Management and Execution
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to re-register Workflow Service in workflow manager 1.0?

    I am using SharePoint 2013 Management Shell to re-register my Workflow Service due the following error I am having in Sharepoint Designer 2013:
    Microsoft.Workflow.Client.ActivityValidationException: Workflow XAML failed validation due to the following errors: Cannot set unknown member 'CompositeTask.RelatedContentLinkListItemIntegerId'. HTTP headers received from the server - ActivityId: e8e6d4fe-2a4e-41df-a046-a88e93e89e27.
    NodeId: FS0008. Scope: /SharePoint/default/5985c481-dbed-409b-ada8-2aa2bfc64a47/08f0ee16-a466-4797-9ee0-4cdc56b27fe7. Client ActivityId : 403fe49c-6f29-f019-9b9c-d69dcbbedef6. ---> System.Net.WebException: The remot
    Problem is that  I don't seem to have connection when it comes to indicate the WorkflowUri
    Can this error be fixed in any other way?

    First you have to  clean up  
    The clean up process is pretty easy, but as always I warn you against making changes to your systems if you are unsure of
    the repercussions of doing it incorrectly. Additionally, removing / un-registering Workflow Services can halt, break, etc Workflows in the Farm.
    Un-register the Workflow Service for the site
    Navigate to Central Administration > Security > Manage Trust
    Highlight the row by clicking the anchor link, it doesn’t work like other row selections in SharePoint (rather annoyingly)
    Click Delete from the ribbon
    Repeat steps 2 and 3 until all the “unfriendly” entries (assuming you’re not already using some)
    Enjoy the nice clean Manage Trust pane
    Next  register it again with below PS command
    Register-SPWorkflowService -SPSite 'https://myhost/mysite' -WorkflowHostUri 'https://workflowhost:12990'

  • Install workflow manager on sharepoint 2013

    hi , I install work flow manager .but i could not see  workflow 2013  in sharepoint 2013 .why ?

    http://technet.microsoft.com/en-us/library/jj658588%28v=office.15%29
    There is service application\option in SharePoint 2013 where you can see workflow 2013.
    You can see workflow 2013 in designer which comes with Workflow manager 2013. Also you have to configure workflow manager 2013 as per below:
    http://www.harbar.net/articles/wfm2.aspx
    http://blog.cloudshare.com/2013/01/15/how-to-install-and-configure-workflow-infrastructure-in-sharepoint-2013/
    http://lennytech.wordpress.com/2013/06/02/configuring-sharepoint-2013-to-use-workflow-manager-1-0/

  • How to reassign a workflow task in SharePoint 2013?

    How can you reassign a workflow task in SharePoint 2013 (online)? I found some discussions online about how to do this, but I don't see this option using SP2013. Note the "Reassignment" checkbox from this screenshot (which I think is from 2010).

    Here is the link
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fac7eb06-c42e-4f45-bcda-10df28879c1f/in-sharepoint-2013-workflows-can-a-task-be-reassigned?forum=sharepointgeneral
    Thanks!

  • Machine translation service in SharePoint 2013 not working

    We have configured a Multilingual Site in SharePoint 2013.
    Created source site in English (en-us) and other language site in Spanish (es-es). In Spanish site first time machine translation initiated successfully and after a while we checked the variation log status it’s showing Translation Status
    as “Error” for that page. Checked the variation logs list in root site collection and found as below:
    Title
    Created
    Modified
    Success Messages
    Errors Encountered
    Translation Export
    14-01-2013 16:15
    14-01-2013 16:15
    Translation export started processing work item.Started exporting list /sites/Variations/es-es/Paginas.Created translation package /sites/Variations/Translation Packages/SHAREPOINT_system/es-es-Paginas-20130114T1044480000Z-0/es-es-Paginas-0001.xlf.Export
    for item /sites/Variations/es-es/Paginas/About-Us.aspx succeeded.Term About Us in term set Variations Navigation (es-es) has no translatable content.Created machine translation job 00000000-0000-107d-80f6-fe3012e14a82.Translation export finished processing
    work item.
    Translation Import
    14-01-2013 16:30
    14-01-2013 16:30
    Translation import started processing work item.Machine translation job 00000000-0000-107d-80f6-fe3012e14a82 completed.Translation import finished processing work item.
    Machine translation of package /sites/Variations/Translation Packages/SHAREPOINT_system/es-es-Paginas-20130114T1044480000Z-0/es-es-Paginas-0001.xlf failed with error message: The file could
    not be downloaded from the SharePoint library because the user's permissions have changed. Please contact your system administrator to determine how permissions can be restored..
    Next time onwards if we try to initiate machine translation its showing following error:
    No se puede completar la operación actual. Vuelva a intentarlo o póngase en contacto con el administrador del sistema.
    Error durante la traducción porque el servicio de traducción en línea no estaba disponible. Reenvíe este archivo para la traducción. Si se vuelve a producir
    el error con el archivo con este mensaje de error, póngase en contacto con su administrador del sistema.
    Puede reintentar la operación, pero primero tendrá que borrar los datos a medio crear. Si el problema persiste, póngase
    en contacto con el administrador del sistema.
    Identificador de correlación: 7d96f59b-3506-a08f-efbe-d9fbcec2f8d3
    Fecha y hora: 17/01/2013 12:09:10
    We have configured machine translation service using the technet link:
    http://technet.microsoft.com/en-us/library/jj553772.aspx
    As per the prerequisite everything is done except:  server-to-server authentication and app authentication.
    We are not very sure why this is required and with which server we need to configure server-to-server authentication.
    Regarding this error we verified below link and everything is in place as suggested.
    http://blogs.msdn.com/b/weslbo/archive/2012/11/07/sharepoint-2013-machine-translations-the-translation-failed-because-the-online-translation-service-was-unavailable.aspx
    Any kind of help or suggestion is much appreciated. Thanks in advance!!
    .Net Devoloper

    Hi.
    Just wondering, since it seems to be about permissions, did you see this in the TechNet article:
    Important:
    The account that is used by the application pool must also have Full Control permissions to the User Profile service application. If you create a new application pool and a new account, make sure that
    you add the account to the list of accounts that can use the User Profile Service Application, and grant Full Control permissions to the account. For more information, see
    Restrict or enable access to a service application (SharePoint 2013).
    Regards
    Thomas Balkeståhl - Technical Specialist - SharePoint -
    http://blog.blksthl.com
    Download 'The SharePoint Branding Project' here
    Download 'The final guide to Alternate Access Mappings' free whitepaper here
    Download 'The final guide to SharePoint 2010 Site Settings' free whitepaper here
    Download 'The final Kerberos guide for SharePoint technicians' free whitepaper here

  • How to migrate a SharePoint 2010 workflow to an SharePoint 2013 environment

    Dear guys,
    I have a SharePoint 2010 environment with a workflow. Now I would like to migrate this workflow in the SharePoint 2013 environment? How could this be done?
    I tried it via Visio, but it is not working...
    Best regards
    Matthias

    All SharePoint designer 2010 based workflows will be upgraded AS IS and can be enhanced using SPD 2013 but enhancement can be done in SP2010 mode  only (using SP2010 features), no new SP2013 features can be used in SPD 2010 workflows. Microsoft has provided
    a workaround to trigger SP2010 workflows with-in SPD2013 workflows using workflow interop for SharePoint 2013.
    For more info visit:
    http://technet.microsoft.com/en-us/library/jj219638(office.15)
    http://technet.microsoft.com/en-us/library/jj227177.aspx
    http://technet.microsoft.com/en-us/library/jj163181.aspx
    http://technet.microsoft.com/en-us/library/jj670125.aspx 
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f241149b-fbf5-49c5-b7ba-058671432f4e/how-to-upgrade-spd2010-workflow-to-sharepoint-2013-workflow

  • How to renew the expired certificate of workflow manager in sharepoint 2013?

    Dear All,
    How to renew the expired certificate of workflow manager in sharepoint 2013 and what all steps needs to be done inorder the workflow to work properly.
    Thanks & regards,
    Asha

    Hi Asha,
    This should help you
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/bfd3c92b-1a05-4cc5-9b90-8c5c8877dd2c/changing-expired-certificate-for-sharepoint-2013-workflow-manager?forum=sharepointadmin
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Unable to Create Workflows with either SharePoint Designer 2010 or 2013 to our SharePoint Online Service

    Hey there
    I was wondering if anyone could shed some light on our current issue using SharePoint Online (hope this question is in the correct place)
    We are using SharePoint Online and I believe we are using the SharePoint Plan 1 for EDU - which I believe is the A2 Free plan.
    I have being trying to get my head around the new changes (as we currently run a standalone 2010 deployment) and decided to see what workflow options I had.  I had read to use SharePoint Designer 2013 with the online service and after installation opened
    the package, connected to the site and tried to create a simple email workflow.  I first saw a loading screen stating
    "The list of workflow actions on the server references an assembly that does not exist. Some actions will not be available.  The assembly strong name is Microsoft.Activities, Version 1.0.0.0, Culture=neutral, PublicKeyToken=731bf3856ad364e35.
    Contact your server administrator for more information."
    after this it tried loading some metadata and then I saw:
    Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.
    I close SPD down and rebooted and then same happened again and continues too.
    After research I applied a hotfix that was known to resolve the issue, but it still remains.  I also tried running SPD in admin mode but the same still happens.
    Lastly I tried selecting workflows 2010 from the drop down field when creating the workflow to see what happened.  I go the same.  I also keep getting the following as a pop from time to time.
    The list of workflow actions on the server references an assembly that does not exist. Some actions will not be available.  The assembly strong name is Microsoft.Office.Workflow.Actions, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    Contact your server administrator for more information.
    I have also tried to do the same in SharePoint Designer 2010, but receive the same massages.
    What should I be looking at or doing to help rectify this?
    Regards
    RDH

    uninstalled Language Pack and it worked!
    Uninstalling the Preview and installing SharePoint Designer 2013 resolved the error.
    http://community.office365.com/en-us/f/154/t/74327.aspx
    According to the link as linle provided, there are two deletions in local, please double check these two places:
    1.Delete all folders in the following directory:
    C:\Users\USER\AppData\Roaming\Microsoft\SharePoint Designer\ProxyAssemblyCache\
    2.Delete the files in all folders in this directory:
    C:\Users\USER\AppData\Local\Microsoft\WebsiteCache\  (don’t delete the folders, just delete the contents of the folders)
    Then, try to create a new workflow in SharePoint Designer 2013 to see if it works.
    You can first keep the list for the current status, and save it as a template which will be used to create another list.
    1.Login and locate the associated list on your SharePoint Online.
    2.Click List Settings under List tab, and click Save list as template.
    3.Type a File name, Template name, select Include Content, and click OK. Click OK.
    4.Click Site Actions->More Options->List.
    5.Locate and click the newly saved template, type a name, and click Create.
    Then, create a workflow in your SharePoint Designer 2010 associated to the new list to see if it works.
    Moreover, please check if there are any maintenances on your SharePoint Online which may cause the issue.
    1.Login to Office 365 Portal (https://portal.microsoftonline.com/).
    2.Click Service Health in the left pane of Admin page.
    3.Check the status of SharePoint Online
    If this helped you resolve your issue, please mark it Answered

  • Calling (HTTPS web service) in sharepoint 2013 workflow (SPD)

    I am using SharePoint 2013. I have created a list workflow in SharePoint Designer. I know there is an action "Call HTTP Web Service". Is it possible to access some webservice with authentication (username and password)?

    http://msdn.microsoft.com/en-us/library/office/dn567558%28v=office.15%29.aspx
    the OData formats support communication with anonymous web services as well as with those protected by various types of authentication. In short, you have full control over the request and response for each service call. This allows you to use a series of
    activities within a workflow to first authenticate using one service and obtain an OAuth token, and then include that token in future requests to services secured using the
    OAuth 2.0 protocol.
    http://blogs.msdn.com/b/kaevans/archive/2009/03/10/calling-sharepoint-lists-web-service-using-wcf.aspx
    <?xml version="1.0" encoding="utf-8" ?>
    2: <configuration>
    3: <system.serviceModel>
    4: <bindings>
    5: <basicHttpBinding>
    6: <binding name="ListsSoap">
    7: <security mode="TransportCredentialOnly">
    8: <transport clientCredentialType="Ntlm" />
    9: </security>
    10: </binding>
    11: </basicHttpBinding>
    12: </bindings>
    13: <client>
    14: <endpoint
    15: address="http://sharepoint/sites/HSC/_vti_bin/lists.asmx"
    16: binding="basicHttpBinding"
    17: bindingConfiguration="ListsSoap"
    18: contract="ServiceReference1.ListsSoap"
    19: name="ListsSoap" />
    20: </client>
    21: </system.serviceModel>
    22: </configuration>http://www.tonytestasworld.com/post/2009/06/04/How-To-Authenticate-and-Use-SharePoint-Web-Services-in-an-FBA-SharePoint-site.aspx

  • Unable to activate the Workflow feature in sharepoint 2013

    Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_60e6cb77_316a_49ef_8c96_b3ef192dff99' from scope '/SharePoint/default/1e658dce-78af-4b0d-88fb-ab5ec6458409/40a79cb2-9b65-4fcd-a4e6-04004504b70a' was not found. HTTP
    headers received from the server - ActivityId: 8d267bcb-bd90-4103-a4e9-94a255fe337c. NodeId: PMOINABOX-APP1. Scope: /SharePoint/default/1e658dce-78af-4b0d-88fb-ab5ec6458409/40a79cb2-9b65-4fcd-a4e6-04004504b70a. Client ActivityId : f7586d9c-231d-b0d7-bebc-709cfc8fdcce.
    ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
      at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
      at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)
      at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)
      --- End of inner exception stack trace ---
      at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)
      at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)
      at Microsoft.Workflow.Client.WorkflowManager.Publish(WorkflowDescription description, Boolean terminateActiveInstances)
      at Microsoft.SharePoint.WorkflowServices.FabricWorkflowManagementClient.PublishWorkflow(String serviceGroupName, WorkflowDescription workflow)
      at Microsoft.SharePoint.WorkflowServices.WorkflowProxy.CreateDefinitionSubscription(String subscriptionName, String eventSource, List`1 eventTypes, String definitionName, IDictionary`2 metadata, WorkflowEventContext eventContext)
      at Microsoft.SharePoint.WorkflowServices.FabricSubscriptionService.<>c__DisplayClass1.<CreateDefinitionSubscription>b__0()
      at Microsoft.SharePoint.WorkflowServices.WorkflowServiceContextExtensions.InvokeWithEcosystemRetry(WorkflowServicesContext context, EcosystemRequiredMethod method)
      at Microsoft.SharePoint.WorkflowServices.FabricSubscriptionService.CreateDefinitionSubscription(String subscriptionName, Guid eventSourceId, String eventSource, List`1 eventNames, String definitionName, IDictionary`2 metadata, WorkflowEventContext
    eventContext)
      at Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionStorageEventReceiver.ItemAdded(SPItemEventProperties properties)

    Hi Ayyappa18,
    Whether this Worflow feature was created by yourself, then you activated it after you deployed it in your SharePoint 2013.
    Please activate this feature using the following PowerShell cmdlet:
    Enable-SPFeature –identity f7586d9c-231d-b0d7-bebc-709cfc8fdcce -URL <your site URL>
    More information about the above cmdlet, please refer to the link below:
    http://technet.microsoft.com/en-us/library/ff607803.aspx
    I hope this helps.
    Thanks
    Wendy
    Wendy Li
    TechNet Community Support

  • Adding Reporting services in sharepoint 2013

    Hi,
    I am migrating my site from MOSS environment to share point 2013. Moss site is using the Reporting services for  display of the reports. In the old project there is one dll called
    microsoft.reportingservices.sharepoint.ui.webparts.dll
    I have copied that dll from Moss server to my sp2013 server. Because I am unable to locate this dll in my sp2013 server.
    We have Sql server 2008 installed in the server. As per the below link we cant use theSQL server 2008 for  reporting services in sp 2013.
    Is this is for the Native based services or the sharepoint based sharepoint services?
    Is there any way to use the ReportingServices in SP2013 with sql server 2008?

    You have hit incompatibility issues between products.
    SP2013 only supports Reporting Services 2012.
    This link explains it very well:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx(Supported Combinations of SharePoint and Reporting Services Components)
    More explanations here:
    http://blogs.technet.com/b/sammykailini/archive/2013/02/12/3551486.aspx
    To answer your question, this is for both modes. There is no supported way to use SP2013 with SSRS 2008 R2. Sorry.
    I hope that clarifies it for you.
    Independant SharePoint Consultant. Feel free to contact me. Blog:
    http://www.sharepoint.bg/radi Twitter:
    @RadiAtanassov

  • Configuration of PerformancePoint Service in SharePoint 2013

    Hi,
    Recently I had configured Performancepoint Service in SharePoint Server 2013.
    But i had struck while deploying it into SharePoint through the Dashboard Designer.(i.e.,Deploy option has disable in Dashboard Designer).
    So,Could any one help me to produce further steps.
    Thanks in Advance.
    Regards,
    Dinesh 
    Regards, Dinesh R.

    Similar issue reported in 2010:
    http://social.technet.microsoft.com/Forums/en-US/26596046-0bcb-4a60-aea2-42aabd3e64d2/unable-to-deploy-a-dashboard-with-dashboard-designer-2010?forum=ppsmonitoringandanalytics
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Which one is your preferred workflow solution for SharePoint 2013

    Which workflow solution will you prefer for SharePoint 2013.
    1) SharePoint 2013 Designer Workflows
    2) Custom Workflows using Visual Studio7
    3) OOB Workflows2
    4) Nintex 2013 Workflows21
    5) K2 Workflows for SharePoint
    I need your opinion on above choices.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

    Check below:
    http://sangameh-sp2013.blogspot.in/2013/02/state-machine-workflow-in-sharepoint.html
    http://www.concurrency.com/blog/workflow-changes-in-sharepoint-designer-2013/

  • Аdding department export data from a survey list from user profile services in Sharepoint 2013.

    When voting, survey Sharepoint 2013, there is a field created by whom. But the name is not enough. Necessary to add the department name of the profile data in the exported list excel.

    Hi,
    The OOTB feature “Export to Spreadsheet” won’t contain the department in the exported report, we will need to create a custom one programmatically.
    We can use SharePoint Object Model to retrieve the data from the Survey and the User Profile Service, then generate an Excel Spreadsheet with the data we need.
    SharePoint Object Model -
    SPListItem class
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx 
    Add, Update and Delete List Items Programmatically in SharePoint
    http://www.mindfiresolutions.com/Add-Update-and-Delete-List-Items-Programmatically-in-Sharepoint-372.php 
    More information about
    SharePoint Object Model:
    http://msdn.microsoft.com/en-us/library/ms473633.ASPX
    How to: Work with user profiles and organization profiles by using the server object model in SharePoint 2013
    http://msdn.microsoft.com/en-us/library/office/jj163142(v=office.15).aspx
    For about
    generating an Excel document:
    http://www.codeproject.com/Articles/20228/Using-C-to-Create-an-Excel-Document
    Or you can post another question to
    Excel for Developers for about creating an Excel file programmatically:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Oracle 10gR2 installation fails in Solaris 10

    Hi All, I am facing the following problem in Solaris 10 SPARC 64 bit machine. 1.     Downloaded Oracle 10g R2 installable from oracle 2.     Created user oracle and group dba and modified project settings and permissions as per quick installation gui

  • How can I add cursor attribute values or change the size?

    I am using the SetCursorAttribute and would like to create and add additional cursor attribute values insteasd of the current 24 that are available. In particular, I would like to number each cursor in my list to each cursor on a graph so it can be i

  • Upgrade from 11.5.10.2 to R12

    Hi, We are in the process of upgrading 11.5.10.2 (Database is 10.2.0.4) to R12.We still in dilemma,whether we can go for 12.1.1 or 12.1.3. Can anyone suggest on this and please share the supporting documents if you have. Regards, Thiru

  • Deletes all images with same name

    Why is it impossible to simply move images from one folder to the other, rather than having to go through the lengthy and awkward process of exporting them to another folder and deleting the originals. In addition, I just had the unpleasant experienc

  • Re-assign a different role to a lot of users

    Hi, I need to change the assigned role for a large number of users >5000. I know I can do this using bulk actions eg command,user,waveset.roles Update,user1,|Remove|oldRole update,user1,|Merge|newRole Update,user2,|Remove|oldRole update,user2,|Merge|