You cannot specify "> fileName" as part of the string you specify in the
.element's value to redirect the result from the log query
request to a file. Note that you have access to the result from the LOG
QUERY request in the STAFResult variable in your STAX job.
---
Hi,
I am trying to direct a log to a file from the following STAX job. But it
failed all the time.
I did the same staf command from STAF, everything was working fine.
STAXJobID = 'STAX_Job_1_User'
staxLog = 'D:\\STAXTesting.log'
'local'
'LOG'
First, make sure you can do a non-STAF ping from your desktop to the VM's
IP address (if that doesn't work then you have a TCP/IP configuration
issue).
If that works, then try increasing the select() timeout for the STAFTCP
connection provider. The STAFTCP connection provider's select() timeou
Hi all,
I created 4 VM's and the staf is running on all of them. But the problem
is that I am unable to ping the VM using the staf ping command from my
desktop but the reverse is happening fine.
The error: C:\Users\Yashaswi>staf 192.168.20.199 ping ping
Error submitting request, RC: 22
Addition