Workflow and ServiceDesk Community

 View Only
  • 1.  Date Picker Component Not Working after Publishing

    Posted Sep 17, 2013 05:47 PM
      |   view attached

    I'm having issues with the date picker drop down after publishing my web form. I get a red x where the drop down normally is. I'm also receiving "Can't init script for WebDateChooser". It seems like a permissions issue or maybe an image isn't getting copied to the publishing directory. I created a separate app pool with a service account that has local admin rights. Any ideas?

     

    I'm using Workflow 7.5



  • 2.  RE: Date Picker Component Not Working after Publishing

    Broadcom Employee
    Posted Sep 18, 2013 08:52 AM

    Are you using Internet Explorer 10 to try and access the published project? Currently IE 10 isn't supported as several of the web form components have issues with it.

    Forcing compatiblity mode may resolve the issue if this is the case.



  • 3.  RE: Date Picker Component Not Working after Publishing

    Posted Sep 18, 2013 09:56 AM

    I'm using IE8 but I get the same thing in chrome. However, everything works fine in Debug.



  • 4.  RE: Date Picker Component Not Working after Publishing

    Posted Sep 20, 2013 03:04 AM

    In those cases I am usually trying different things:

    - Delete the virtual directory in IIS and publish again, just to make sure that there is no "conflicts" or other files "hanging around" which prevent a correct deployment to IIS

    - Check Application Pool Settings and ensure that it's running in "Classic" mode

     

    For the date picker specifically, you can try the following:

    - In the component hit the "delete" button for the Drop Down Image in the "Appearance" tab. The image is optional and not needed. If there is no image, then the OS default drop-down arrow is displayed

    - Check the language settings of your browser; the calendar wants to display in the language of your browser top language

     

    Also: Have you tried to create another (new) project with the date picker component? Can this be published successfully to the IIS?



  • 5.  RE: Date Picker Component Not Working after Publishing

    Posted Sep 23, 2013 11:57 AM

    I tried each of the options and I still didn't have any luck.

     

    I installed Fiddler and had it log the session and it returned a bunch of 403 forbidden errors when tryingn to access /SymWebInclude/Formbuilder and other pages.



  • 6.  RE: Date Picker Component Not Working after Publishing

    Posted Sep 23, 2013 12:14 PM

    Check the access privileges of the SymWebInclude folder in IIS. This VD contains all the script necessary to run the components



  • 7.  RE: Date Picker Component Not Working after Publishing
    Best Answer

    Broadcom Employee
    Posted Sep 23, 2013 12:44 PM

    You will also want to check and make sure that SymWebInclude is using the same Application Pool as Process Manager. If it is not you will have issues.



  • 8.  RE: Date Picker Component Not Working after Publishing

    Posted Sep 23, 2013 03:08 PM

    Thanks everyone for your help! I was pulling my hair out trying to figure this one out. The SymWebInclude page was using an app pool (ProcessManagerPool) that wasn't actually available in my list of application pools. I don't have the process manager installed so that was part of the issue, it must've have been hard coded to use that app pool.



  • 9.  RE: Date Picker Component Not Working after Publishing

    Posted Oct 22, 2013 08:56 AM
      |   view attached

    There is obviously an issue in CMS 7.5.

    After a clean (Default) install, SymWebInclude and SymWorkflowPages are both using the "ProcessMangagerPool", but the pool is not created by the installation (as the processmanager is not installed, which is ok).