Symantec Access Management

Tech Tip : CA Single Sign-On : SmTest tool script returns that "it cannot access the record.txt file

  • 1.  Tech Tip : CA Single Sign-On : SmTest tool script returns that "it cannot access the record.txt file

    Broadcom Employee
    Posted Apr 17, 2018 05:02 AM

    Issue:

     

    While running the script by smtest tool it says cannot access the i/p
    file. This is my thread control file :

    .output
    .brief c:\record.txt, 8, 6, 120
    .verbose .sleep 5000
    .connect smtesttool.ini
    .disconnect

    How can I fix this ?

     

    Resolution:

     

    The control file should be something like :

    .output
    .connect c:\smtest.ini
    .brief c:\record.txt, 20, 3
    .disconnect

     

    to solve the issue. You should connect to the Policy Server first.

     

    KB : KB000077679