4.2. Despliegue de los SCAs vía Telnet
Para realizar la instalación del software del "B+SII" en el stack Java del middleware SAP PI se proporcionan varios ficheros en formato SCA que se deben de desplegar en el sistema.
Vamos a realizar la instalación mediante el comando Telnet, podemos ver información en la nota: 1715441.
Accederemos al servidor donde están localizados los archivos SCA y SDA, desde donde realizaremos la instalación.
Lanzaremos el comando telnet <hostname> 50008 esto nos conectará con la parte java; y nos logeremos con el usuario administrador java proporcionado por el cliente.
Para realizar la instalación de los archivos SDA o SCA utilizaremos el comando deploy, por ejemplo: 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, podemos utilizar también el comando deploy <fichero> -all; esto permite actualizar el módulo SCA o SDA en caso de que ya hubiera uno instalado, esto nos servirá para hacer actualizaciones por ejemplo.
El nombre de los archivos se puede modificar sin problemas, pero siempre y en cualquier caso, debe estar especificada la ruta complete donde se haya el archivo.
MUY IMPORTANTE:
Para la realización de la instalación de los SCA/SDA hay que seguir un orden específicowe 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. Cualquier otro SC adicional proporcionado
Quedando de la siguiente forma Any additional SC provided
Stating as follows:
Ejemplo de realización de el Example of realization of the "deploy" con el parámetro –all.
...
with the -all parameter.
Note: To uninstall we would use the undeploy command. |