PureEngage On-Premises

 View Only

Sign Up

  • 1.  ORS unable to fetch few .js files from webserver.

    Posted 06-16-2016 07:55
    Hi All,

    Iam working on a small PoC to enable ORS in our environment. A simple Routing composer project is created to just route the call to a specified destination. The IPD is complied and published to the config server.

    When making a test call, the ORS fetches the scxml document, but it is unable to fetch few js files required from the webserver. Iam receiving a "HTTP/1.1 404 Not Found"

    The list of js files
    IrdEnumMapper.js'
    StringManipulation.js

    The IPD diagram was created as a routing composer project & no files were added as part of the js files.

    Am I missing anything here? Do I need to create these files? If so, what should be content of these files.
    Please direct me to any document which provides me details on the supporting js files which may be required for a scxml routing application to work.

    Thanks,
    Sundari Nivedita

     


  • 2.  RE: ORS unable to fetch few .js files from webserver.

    Posted 06-16-2016 08:07
    Hello,

    These JS files are located under Composer project by default as I remember well, so you should copy them and deploy on your webserver, which hosting the VXML applications.

    HTH!

    Regards,
    --Jakub--


  • 3.  RE: ORS unable to fetch few .js files from webserver.

    Posted 06-16-2016 08:48
    Hi Jakub,

    I created a new routing project in composer. In such a case, wont these js files be present default in the ComposerProject?
    But in my project, these js files are missing in the specified folder (include). 
    Anything which I might have missed while creating a project?

    Thanks,
    Sundari Nivedita


  • 4.  RE: ORS unable to fetch few .js files from webserver.

    Posted 06-16-2016 10:36
    Check used Composer version and try to use the latest version.


  • 5.  RE: ORS unable to fetch few .js files from webserver.

    Posted 06-17-2016 08:28
    The Composer Version: 8.1.400.33 which I believe is the latest.

    Anhyhow,I have got copy of these files from one of the links & going to do testing now.