Symantec IGA

  • 1.  Script src location for jquery-1.8.0.min.js

    Posted Jan 22, 2018 05:15 AM

    I have CA IDM 14.1 installed on linux. I am using an html element on a screen and using the following :

     

    <script src="/iam/im/api-docs/lib/jquery-1.8.0.min.js"></script>

    .....

     

    The script lies in ..../idm_server1/stage/iam_im/iam_im.ear/ca-nim-sm.war/api-docs/lib folder.

    Is my location correct? I guess not as the script is not working as it used to in the old 12.6 IDM



  • 2.  Re: Script src location for jquery-1.8.0.min.js

    Broadcom Employee
    Posted Jan 23, 2018 04:27 AM

    Gaurav opened a ticket with CA Support (942871) about this issue.

    Philippe.



  • 3.  Re: Script src location for jquery-1.8.0.min.js
    Best Answer

    Broadcom Employee
    Posted Jan 25, 2018 05:36 AM

    The issue is fixed.
    Here is the following HTML <script> src attribute (relative URL) in use with success:

    <script src="iam/im/app/page/nimsmintegration/api-docs/lib/jquery-1.8.0.min.js" type="text/javascript"></script>

    Philippe.



  • 4.  Re: Script src location for jquery-1.8.0.min.js

    Posted Jan 25, 2018 05:49 AM

    Yeah i think the issue was not only the relative path but aslo the script element which I had used later which was in UPPER case , after converting to lower case it went fine. However the screen gets slow in1 4.1 but the same script is normal speed in 12.6.4 thats strange.