SmTest tool script returns that "it cannot access the record.txt file
book
Article ID: 77679
calendar_today
Updated On:
Products
CA Single Sign On Secure Proxy Server (SiteMinder)
AXIOMATICS POLICY SERVER
CA Single Sign On SOA Security Manager (SiteMinder)
CA Single Sign-On
Issue/Introduction
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 ?
Environment
Release: ESPSTM99000-12.51-Single Sign On-Extended Support Plus
Component:
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.
Feedback