Workflow Soluiton

 View Only
  • 1.  Works fine in Debug Fails in Live

    Posted Jan 07, 2015 10:23 AM

    We have a process works perfectly fine in debug mode. As soon as we go live with it looks like it times out. The system looks like it is working fine live but all of a sudden the screen just goes White. 

     

    When you log back in nothing has happened.

     

    Debug we can watch it go through all the components no problem.

     

    Thanks 



  • 2.  RE: Works fine in Debug Fails in Live

    Posted Jan 07, 2015 10:46 AM

    Open the log viewer and then try to run the process.  Do any entries appear in the logs?

    It'll also help to add exception triggers to your models, and lead the exception path to either another form page or a Display Content component, and add an ascii merge label component to display your exception variables.  You can always come back and clean them out later when your issues are ironed out.



  • 3.  RE: Works fine in Debug Fails in Live

    Posted Jan 16, 2015 01:05 PM

    Hi DKromm

    I had a similiar problem , but in my case is because the page content ran unsafe. If my web site was running on https:// and the form was running on http:// and be content not safe to págna was not displayed . Ensure that the content of the page and safe and then apply the execption that Africo mentioned it should help solve the problem.

     

    Regards.