1.2.4.2. SCA Deployment via Telnet
To install the "b+ SII" software in the Java stack of the SAP PI middleware, several files in the SCA format are provided and must be deployed to the system.
We will perform the installation using the Telnet command, we can see information in the note: 1715441.
We will access the server where the SCA and SDA files are located, from where we will perform the installation.
We will launch the command telnet <hostname> 50008 this will connect us with the java part; And we will log in with the java admin user provided by the client.
To install the SDA or SCA files we will use the deploy command, for example: deploy C:\my\app\App1.sda, we can also use the command deploy <file> -all; This allows to update the module SCA or SDA in case there was already one installed, this will serve to make updates for example.
The name of the files can be modified without problems, but always and in any case, the complete path where the file has to be specified must be specified.
VERY IMPORTANT:
To carry out the installation of the SCA / SDA, a specific order must be followed:
1. SC_COMMON_LIB
2. SC_GEST_CERT
3. SC_EFACTURA
4. Any additional SC provided
Stating as follows:
Example of realization of the "deploy" with the -all parameter.
Note: To uninstall we would use the undeploy command. |
Avvale 2024