For Solaris, Linux, HP-UX, or AIX:
stgxfws start. PID=processID, NodeName=nodeName
For Windows:
stgxfws start. PID=processID
Explanation
The communication service has started.
Parameters
processID : Process ID of the communication service
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfws end. PID=processID, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws end. PID=processID
Explanation
The communication service has stopped.
Parameters
processID : Process ID of the communication service
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
None.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfws stop by quick term command. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws stop by quick term command.
Explanation
The communication daemon received an urgent termination command.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Urgent termination processing is carried out.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfws stop by normal term command. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws stop by normal term command.
Explanation
The communication daemon has usually received a termination command.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Usually, termination processing is carried out.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfws daemon start error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws daemon start error. iReturn=code, errno=errno
Explanation
The error occurred at the start of a communication daemon.
Parameters
code : Internal code. The displayed value is as follows:
Displayed Value | Explanation |
---|---|
107 | A fork function error occurred. |
108 | A setsid function error occurred. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux:
Remove the cause of the error, and reactivate the communication daemon of the intended transaction. Refer to "Starting and Stopping Daemons" in the ETERNUS SF AdvancedCopy Manager Operation Guide for information on how to activate a communication daemon.
For Windows, HP-UX, or AIX:
Please remove the cause of the error and perform the transaction again.
For Solaris or Linux:
stgxfws dll load error. iReturn=code, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws dll load error. iReturn=code
Explanation
The error occurred when loading a communication daemon's library.
Parameters
code : Internal code. The displayed value is as follows:
Displayed Value | Explanation |
---|---|
191 | Opening of a dll file caused an error. |
192 | Reservation of a dll management domain caused an error. |
193 | The error occurred in opening of a definition file. |
194 | The error occurred in reading of a definition file, or a number of definition files, etc. |
195 | Other errors occurred. |
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws port get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws port get error. iReturn=code, errno=errno
Explanation
An error occurred when an attempt was made to obtain the port number of the communication daemon.
Parameters
code : Internal code. The displayed value is as follows:
Displayed Value | Explanation |
---|---|
109 | The port number could not be obtained. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
It is necessary to register the port number of a communication daemon (or a communication service for Windows) for a local transaction by both nodes, regardless of the presence of the operation of a local transaction during cluster operation.
For Solaris or Linux:
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logicalNodeName" for a cluster transaction) of the erroneous transaction is registered in /etc/services.
For Windows:
Check that the port number of the communication service (stgxfws) is registered in the %SystemRoot%\system32\drivers\etc\services.
For HP-UX:
Check that the port number of the communication daemon (stgxfws) is registered in /etc/services.
In cluster operation, check that all port numbers of the communication service (stgxfws_logicalNodeName) are registered in /etc/services.
For AIX:
Check that the port number of the communication daemon (stgxfws) is registered in /etc/services.
For Solaris or Linux:
stgxfws port zero error. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws port zero error.
Explanation
0 is specified as the port number of the communication daemon.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux:
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logicalNodeName" for a cluster transaction) of the erroneous transaction in /etc/services is not 0.
For Windows:
Check if 0 is registered as the port number of the communication service (stgxfws) in the %SystemRoot%\system32\drivers\etc\services.
For HP-UX:
Check if 0 is registered as the port number of the communication daemon (stgxfws) in /etc/services.
In cluster operation, checkif 0 is registered as port number of the communication service (stgxfws_logicalNodeName) in /etc/services.
For AIX:
Check if 0 is registered as the port number of the communication daemon (stgxfws) in /etc/services.
For Solaris or Linux:
stgxfws socket error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws socket error. iReturn=code, errno=errno
Explanation
An error occurred when an attempt was made to create a communication environment for the communication daemon.
Parameters
code : Internal code. The displayed value is as follows:
Displayed Value | Explanation |
---|---|
111 | A socket function error occurred. |
113 | A bind function error occurred. |
114 | A listen function error occurred. |
115 | A setsockopt function error occurred. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux:
Wait several minutes, and then reactivate the communication daemon of the transaction. Refer to "Starting and Stopping Daemons" in the ETERNUS SF AdvancedCopy Manager Operation Guide for information on how to activate the communication daemon.
For Windows, HP-UX, or AIX:
Wait for a few minutes, and then restart the system.
If the error occurs after the system is restarted several times, refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws select error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws select error. iReturn=code, errno=errno
Explanation
An error occurred during the execution of the select function of the communication service or daemon.
Parameters
code : Return code of the select function
errno : Error number of the select function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws accept error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws accept error. iReturn=code, errno=errno
Explanation
An error occurred during execution of the accept function of the communication service.
Parameters
code : Return code of the accept function
errno : Error number of the accept function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws unknown fd error. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws unknown fd error.
Explanation
The file descriptor received using the select function of the communication daemon is invalid.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws child process fork error. errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws child process fork error. errno=errno
Explanation
The error occurred at the time of a child process starting for processing of a communication daemon.
Parameters
errno : Error number of fork function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Wait for the next request from the client.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws root user error. NodeName=nodeName
For Windows:
stgxfws Administrator user error.
For HP-UX or AIX:
stgxfw root user error.
Explanation
For Solaris, Linux, HP-UX, or AIX:
The communication daemon was activated by a user other than the root user.
For Windows:
The communication service was activated by a user other than Administrators group of member.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux:
A user with root authority can activate the communication daemon. Refer to "Starting and Stopping Daemons" in the ETERNUS SF AdvancedCopy Manager Operation Guide for information on how to activate.
For Windows:
Ensure that the system is activated by an Administrator's group member.
For HP-UX or AIX:
Ensure that the system is activated by a root user.
For Solaris or Linux:
stgxfws type get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws type get error. iReturn=code, errno=errno
Explanation
The Managed Server type could not be obtained.
Parameters
code : Internal code
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
If the communication daemon for the transaction was started manually, check the following:
Is the environment variable SWSTGNODE set correctly?
Is the operation being executed at an operating node?
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws system info get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws system info get error. iReturn=code, errno=errno
Explanation
Acquisition of system information caused an error.
Parameters
code : Internal code
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws global area get error. iReturn=code
Explanation
Error message could also be clearer that this is a memory shortage problem.
Parameters
code : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Perform the following so that a virtual memory area can be allocated, and then re-execute processing.
Increase the size of the paging file.
Terminate other applications.
stgxfws beginthread error. errno=errno
Explanation
An error occurred during execution of the beginthread function of the communication service. (for Windows)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws AdvancedCopy COM Service error. errno=errno
Explanation
An error occurred during execution of the SetServiceStatus function of the communication service. (for Windows)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws RegisterServiceCtrlHandler error. errno=errno
Explanation
An error occurred during execution of the RegisterServiceCtrlHandler function of the communication service. (for Windows)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws StartServiceCtrlDispatcher failed. errno=errno
Explanation
For Windows:
An error occurred during execution of the StartServiceCtrlDispatcher function of the communication service.
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws daemon is becoming ready. PID=processID, NodeName=nodeName
Explanation
The communication daemon can receive the request. (for Solaris, Linux, HP-UX, or AIX)
Parameters
processID : Process ID of the communication daemon
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfws child process error. child PID=processID, status=status, code=code, NodeName=nodeName
For Windows:
stgxfws thread error. thread ID=threadID, exitcode=code
For HP-UX or AIX:
stgxfws child process error. child PID=processID, status=status
Explanation
The processing was terminated due to an error.
Parameters
For Solaris or Linux:
processID : Process ID of the request terminated by the error
status : Status information
code : Return code from processing
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
For Windows:
threadID : ID of the thread that was terminated by the error
code : Termination status of the thread
For HP-UX or AIX:
processID : Process ID of the request terminated by the error
status : Status information
System Response
Processing requested by a client is aborted.
System Administrator Corrective Action
This message is output when a function such as the port scan function sends a request to the ACM Communication daemon or communication service.
Check whether or not functions are communicating to the ACM communication daemon or service port.
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws child process abnormal end. child PID=processID, status=status, signal=signalNumber, NodeName=nodeName
For Windows:
stgxfws thread abnormal end. thread ID=threadID, exitcode=code
For HP-UX or AIX:
stgxfws child process abnormal end. child PID=processID, status=status, signal=signalNumber
Explanation
The processing is terminated abnormally.
Parameters
For Solaris or Linux:
processID : Process ID of the request that terminated abnormally
status : Status information
signalNumber : Signal information
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
For Windows:
threadID : ID of the thread that was terminated by the error
code : Termination status of the thread
For HP-UX or AIX:
processID : Process ID of the request that terminated abnormally
status : Status information
signalNumber : Signal information
System Response
Processing requested by a client is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfws child process stop by term command. pid=processID, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfws child process stop by term command. pid=processID
Explanation
The forced-termination command was received during the demand processing from a client.
Parameters
processID : Process ID
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The processing from a client is interrupted.
System Administrator Corrective Action
No action is required.
For Solaris or Linux:
stgxfw_rpcproc, input pipe open error. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfw_rpcproc, input pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
child process fork error. NodeName=nodeName
For Windows:
stgxfw_rpcproc, SecurityDescriptor error.
For HP-UX or AIX:
child process fork error
Explanation
The processing failed to start.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, Command Exec Error. NodeName=nodeName
For Windows:
stgxfw_rpcproc, CreateProcess Error.
For HP-UX or AIX:
stgxfw_rpcproc, Command Exec Error.
Explanation
The processing could not be executed.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
child process standard output read error. NodeName=nodeName
For Windows, HP-UX, or AIX:
child process standard output read error.
Explanation
An error occurred during the reading of the result data.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfwbs_mstack routine error. code, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfwbs_mstack routine error. code
Explanation
An internal error occurred.
Parameters
code : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
256 over command argument. numOfParams, NodeName=nodeName
For Windows:
260bytes over command line.
For HP-UX or AIX:
256 over command argument. numOfParams
Explanation
The parameter of a demand exceeded the number of limits.
Parameters
numOfParams : Number of parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
A demand is interrupted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, error pipe open error. NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfw_rpcproc, error pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, no command. commandName, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfw_rpcproc, no command. commandName
Explanation
There is no demand to a processing process.
Parameters
commandName : Command name
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
A demand is interrupted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, waitpid error. errno=errno, NodeName=nodeName
For Windows:
stgxfw_rpcproc, child process wait error. errno=errno
For HP-UX or AIX:
stgxfw_rpcproc, waitpid error. errno=errno
Explanation
An internal inconsistency occurred in processing.
Parameters
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=status, NodeName=nodeName
For Windows:
stgxfw_rpcproc, child process abnormal end. Process Terminated exitcode=code
For HP-UX or AIX:
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=status
Explanation
The command terminated abnormally.
Parameters
status : Status information
code : Termination status of processing process
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
Refer to "Collecting the troubleshooting information" in the ETERNUS SF AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
Note
This message may appear if the processing is cancelled while device information is being obtained or displayed. In this case, it is not necessary to contact Fujitsu Technical Support.
For Solaris or Linux:
stgxfw_rpcproc, LANG could not be set properly. LANG=language, NodeName=nodeName
For Windows, HP-UX, or AIX:
stgxfw_rpcproc, LANG could not be set properly. LANG=language
Explanation
The LANG has not been set up correctly.
Parameters
language : Code of Management Server
nodeName : logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system terminates processing.
System Administrator Corrective Action
Please set up machine environment to be able to operate in the code of a Management Server.
Note
The stgxfws0101 message is also output with this message. In this case, it is not necessary to deal with the [System Administrator Corrective Action] of stgxfws0101.