Dyanmics CRM integrated with sharepoint 2010 foundation - new created account folder can not trigger sharepoint workflow.

I integrated MS CRM 2013 with SharePoint foundation 2010 for document management. integration works.
Now I need to create several subfolders and set proper permission on each folder. So, I created a workflow to do it automatically. It works when I manually create a new folder under SharePoint account, or I manually run it for an account folder. Thus, sharepoint
workflow works as I expected.
However, when I access Account's document from CRM (first time), sharepoint would create an folder for this account. In this case, the workflow doesn't work. and it show error: "Failed on Start(retrying)".
Anyone has experience on similar issues or have clue how to trace this error?

Hi Justin,
From your description, the issue might be related to the workflow created by visual studio.
Could you please try to locate error message in workflow report or ULS log:
https://technet.microsoft.com/en-in/library/cc298927%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
also debug the workflow per:
http://blogs.msdn.com/b/philloth/archive/2009/01/19/how-to-debug-a-workflow-with-visual-studio.aspx
Regards,
Rebecca Tu
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]

Similar Messages

  • Security settings for CRM Integration with SharePoint

    I have successfully integrated CRM 2015 and SharePoint 2013, both on-premise. I can see the SharePoint iframe on my CRM.
    Next, is to set up the security. Only users with access to CRM record can access the respective SharePoint folders.
    After I set up the security in SharePoint, i.e, by only giving permission to the specific folder and not the root site's Visitors group, the iframe on CRM side displays an error. It seems that the iframe is trying to access the root URL first, to which the
    users don't have access, hence the error.
    Am I missing something or is it not possible? Little explanation is given on MSDN about the security settings.
    Another question, is there any plan for Microsoft to support server based integration for on-premise version?

    crm does not give the rights through to sharepoint. u have the option to open sharepoint external with list component where you must take away the sharepoint rights and for us never a usefull option. We created custom application internal and did not published
    sharepoint, we programmed so that documents are visible in iframe via a IIS website and looks to the logged-in user´s and only the documents are visible which belongs to his security role. its a lot of work but we found that it is also faster then the list
    component.
    gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • SAP CRM Integration with lotus notes & blackberry (Mobile application) ?

    Dear Experts,
    Can any one pls explain me rough step in SAP CRM Integration with lotus notes & blackberry (Mobile application) ! I dont want detailed steps but pls explain me some important steps for this integration. Also pls tell me which standard SAP document i hve to refer for it !
    As i am totally new to such integraion. pls help me out of this !!!! Helpful answer will be rewarded with full points.
    Regards,
    Amol Tambe.

    Hi Amol Tambe,
    Please refer the following SDN threads to find more information about SAP CRM and Lotus notes integration:
    Re: Integration of SAP CRM 7.0 with Lotus
    Re: Need the connectivity between CRM and Lotus Notes.
    However, the above discussion is for CRM online and Lotus notes integration.
    Hope this helps!
    Regards,
    Chethan
    Edited by: Chethan Kumar C M on Sep 27, 2009 9:41 AM

  • SSRS 2012 report integrated with SharePoint 2013 issue :Report refreshing after some idle time

    we have SSRS 2012 report integrated with SharePoint 2013  , when we click on any toggle item after some idle time of 60 secs and try again to expand
    another toggle item then  complete report is getting refreshed and  if we are in child report it is redirecting to parent report. . we didn’t set any refreshing property at report level. I hope there will be some idle time setting at sharepoint site
    level.
    what we observed.
    1. there is no problem when we expand toggle items without any idle time.
    2. when we open the report and expand few toggles and keep idle for 60 seconds and try
    again to expand another toggle item then  complete report is getting refreshed (all toggle items are collapsing).
    3. If you keep idle for 60 minutes and if you didn’t do any action like expanding toggle
    items it is not refreshing.
    why it is happening and how to stop that complete refresh.
    Surendra Thota

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Error while running SSRS 2012 report integrated with SharePoint 2013

    Hi,
    Our reporting services environment has SSRS 2012 integrated with SharePoint 2013. The SharePoint 2013 farm has 2 web front ends, 1 app server and a separate server for reporting services i.e SSRS 2012 .
    We have created a https web application in SharePoint 2013 and all the SSRS 2012 reports are deployed into a "Report Library" residing in its root site collection.
    The simple reports are running well. But there is a report where we have 3 multi-value parameters. On running this report in IE or Chrome, we get the error "Sys.WebForms.PageRequestManagerParserErrorException: The message received from the
    server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near ' <!DOCTYPE html PUB'."
    Some of the forums suggested to add the below entry in the web config of the SharePoint web app where the SSRS reports are deployed. We did that too, still the error is appearing. Please can anyone help .
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="100000" />
    </appSettings>
    Thanks

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Acrobat Reader integration with SharePoint 2007

    Hi,
    We have been having some major issues with people opening PDF files from document libraries in MOSS 2007.
    Firstly in v9.x we find that only one user can access a PDF file at a time because it automatically opens the file as editable. This isn't a problem, however when another user tries to open it instead of being asked to open a read only\local copy, they just get an access violation error. We have found that sometimes even though a user has closed the file, the access violation errors continue and the only way round it is to copy the file locally, delete the original and then copy it back up to the document library.
    I see that version X has been written to include much better integration with SharePoint. However our company policy is that we do not use check in\check out, so i'd like to disable this prompt. I've found this article which seems to have instructions on how to do it, however the registry change does not seem to have made any difference. I notice that on that article is says "DO NOT PUBLISH THE DOCUMENT EXTERNALLY UNTIL 10.1 SHIP". I'm unsure whether this is a typo and it's meant to be 10.01 which has recently been released or whether this article should not yet be available.
    Has anyone managed to get the registry change working?
    Cheers
    James

    Hi,
    I was going to move this to a more appropriate forum but I'm not clear on where to try. Can you repost this under the Reader forum as well as on http://answers.acrobatusers.com/?
    thanks,
    Ben

  • RoboHelp 9/Acrobat X Pro Integration with Outlook 2010

    Is anyone aware of any issues with RoboHelp 9 and/or Acrobat X Pro integrating with Outlook 2010? When I create a PDF for review using RoboHelp and then try to send it for shared review, I keep getting an error message when I try to add people to the To and CC lists in the Send for Shared Review dialog. Clicking either button brings up my Address Book from Outlook, and I can select people without any problems, but whenever I click OK, I get a Check Names dialog book that says:
         Microsoft Outlook does not recognize"/O=Company Name", Select the address to use:
         (No Suggestions)
    At this point, all I can do is go back to the Address Book and try to add people again, but this leads to the same error.

    In Outlook, go to File/Options/Add-Ins, and select Manage Com Add-ins, and click Go...
    Then make sure the PDFMaker Office COM Addin is checked, select OK, restart, and it should be available.

  • SSRS 2012 integrated with Sharepoint 2013, subscription and impersonation

    Hello,
    We are configuring SSRS 2012 integrated with Sharepoint 2013. The reports are connecting to SSAS cubes via shared Datasources. We have defined user based roles and security in the cubes and would like to pass the effective username to the cubes when they
    access data via reports.
    Also we need to create subscriptions on these reports to run on either daily/weekly or monthly schedule and send email to a list of users.
    How do we configure our Datasources on sharepoint so both could be acheived.
    Our Database and Sharepoint are on different servers.
    Thanks
    Deepak

    Hi Deepak
    For your first question:
    while configuring the datasource in SharePoint, check the option 'Set execution context to this account' in the settings. This will pass the effective user name to the cubes.
    Thanks
    Bala

  • Solution Manager 7.1  Integration with Sharepoint

    Hello,
    We are trying tio implement Solution docuemtnation in Solution manager 7.1 integrated with Sharepoint. Need any suggestion or guidence to integrate Solution MAnager with Share point.
    We want to store docuemtn in share point and would like to provide a link of this docuemnt in Solution MAnager.
    Regards,
    BA

    Is it possible that i can give a url of solution amanager project in portal or in some other frontend from where I can access the docuemtn availablle in the perticulat project in SM using th url. ( without SAP GUI)
    A project specific iview maybe if you are using SAP Portal? I have not tried it myself, so I cannot elaborate on the topic.
    But project specific documents (if they are being uploaded to MOSS and only web-linked in SolMan) should just be locked/read only and can be access controlled using MOSS security as well. So I wonder why the complication of providing it to everyone on a Portal link, when the webfront end for MOSS should provide you the link and the content can be controlled using MOSS security
    Also apart from MOSS is it possibel to use TREX as an search engine.
    This would be a possible disadvantage, but you are not missing out on much, because MOSS's context based search is actually better, and i ssay this from personal experience.
    Hope that Helps!
    Cheers!!

  • Can Exchange 2007 to be integrated with SharePoint 2013

    Can Exchange 2007 to be integrated with SharePoint 2013?

    In the sense of using Incoming and Outgoing email, absolutely. But not for other things, like Site Mailboxes, which require Exchange 2013.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Anyone else having problems with popups since the new security upgrade? can't get rid of them

    anyone else having problems with popups since the new security upgrade? can't get rid of them

    You may have inadvertently installed adware. You do not need to download or install anything to fix it. It ought not to be related to any Apple security update.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273

  • I have a new iPad mini but can not activate it.  I have tried restarting the iPad with no luck.  What else can I try?

    I have a new iPad mini but can not activate it.  I have tried restarting the iPad with no luck. What else can I do?

    My Mac Hardware Overview:
      Model Name:          iMac
      Model Identifier:          iMac4,1
      Processor Name:          Intel Core Duo
      Processor Speed:          2 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          2 MB
      Memory:          1.5 GB
      Bus Speed:          667 MHz
      Boot ROM Version:          IM41.0055.B08
      SMC Version (system):          1.1f5
      Serial Number (system):          W8******U2P
      Hardware UUID:          ****
    <Edited By Host>

  • HT4484 i used to have an app store and lost it and i created a new one and i can not update the iphoto app because it was updated with the old account, is there a solution for this problem?

    i used to have an app store and lost it and i created a new one and i can not update the iphoto app on my macbook pro because it was updated with the old account, is there a solution for this problem?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

Maybe you are looking for

  • How to do it  ............simple  ???

    hi all, i stuck in one problem that is i have a select box displaying the options of "departements" (where i have been populating them from data base).then i have a text box where user has to enter the file number value. Then in the next text box val

  • Best hard drive for use with Time Machine

    Hi, Has anyone determined what the best external hard drive is for use with Time Machine? Is there a particular one that works exceptionally well with Time Machine, or is it much of a muchness? I'm looking for a Firewire 400 & Firewire 800 drive that

  • Problem with zenmicro photo please he

    i have this player the 8 gb one, and today when i turned it on, all my songs are gone? does anyone know what could have happened or where they could be or if i can get them back? they just disappeared by themselves. its only two months old. i need to

  • Editing in photoshop from premiere

    hi, i want to edit and use the photoshop software from premiere but the problem is that the option is not active, as it's shown here: I have purchased the premiere software but for now i'm using the free version of photoshop cc 2014, so i hope it is

  • Generic Extractor source code

    Hi , I made a generic extraction. I can find the extractor name in ROOSOUCE table. The extractor names are getting generated for all my generic datasources,  But im not able to view the souce code of my extractor in se37 or se38. Can any one guide me