Configuring Virus Scanning on SAP Netweaver: A Step-by-Step Guide
When attempting to download data from the network using CL_HTTP_ENTITY => IF_HTTP_ENTITY ~ GET_DATA, an exception is raised: CX_VSI. This error occurs because the virus scanning profile is not configured on the server instance ldai2ag3_AG3_56.
The Issue
Upon investigation, it was discovered that the configuration table vscan_serverSM51 is missing the profile for instance AG3_56. This instance is one of three physical instances on the application server AG3.
The Problem
The configuration table is incomplete, and the profile for instance AG3_56 is not defined. This results in the CX_VSI exception when attempting to download data from the network.
The Solution
To resolve this issue, the missing profile must be added to the configuration table. This can be done by:
- Accessing the configuration table
vscan_serverSM51through the transaction. - Adding the profile for instance
AG3_56to the table.
By following these steps, the virus scanning profile will be correctly configured, and the CX_VSI exception will be resolved.
Additional Resources
For more technical articles and solutions, please follow the public number “Wang Zixi” or scan the QR code below:
[Insert QR code]
Note
This article was originally published on the cloud + community platform and is provided here for informational purposes only.