uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

3.3.4 Unsetting up an FTP-integrated system

Organization of this subsection
(1) Deleting a service adapter
(2) Deleting a business process
(3) Deleting a user-defined reception
(4) Deleting an FTP inbound adapter

(1) Deleting a service adapter

For details on how to delete the service adapters, including the FTP adapter and file operations adapter, deployed in the execution environment, see "3.3.1 Deleting a service adapter".

(2) Deleting a business process

For details on how to delete the business processes deployed in the execution environment, see "3.3.2 Deleting a business process".

(3) Deleting a user-defined reception

For details on how to delete the user-defined receptions, including the FTP receptions, deployed in the execution environment, see "3.3.3 Deleting a user-defined reception".

(4) Deleting an FTP inbound adapter

This subsection describes the preconditions for deleting an FTP inbound adapter, and explains how to delete the adapter.

(a) Preconditions

To delete an FTP inbound adapter, the following conditions must be satisfied:

(b) How to delete the adapter

Implement the following operations:

œCanceling the settings for the FTP inbound adapter
The execution format for deleting all the user information (user name and password) registered in the FTP inbound adapter is as follows:
 
<Service Platform installation directory>„CSC„bin„csmftpdelusr -usr <user name>
 
For the command details, see "csmftpdelusr (Deleting users in the FTP inbound adapter) " in "Service Platform Reference Guide".
Note
If the log output destination directory for executing operation commands is set up in the environment variable (CSCFTP_CMD_LOG), cancel the settings.

œUn-deploying the FTP inbound adapter
The execution format for un-deploying the FTP inbound adapter is as follows:
 
<Service Platform installation directory>„CC„admin„bin„cjundeployrar <J2EE server name> -resname <display name of resource adapter>
 
For details on the cjundeployrar command, see "2.4 Resource operation commands used in the J2EE serve" in "Application Server Command Reference Guide".

œDeleting the FTP inbound adapter
The execution format for deleting the FTP inbound adapter is as follows:
 
<Service Platform installation directory>„CC„admin„bin„cjdeleteres <J2EE server name> -type rar -resname <display name>
 
For details on the cjdeleteres command, see "2.4 Resource operation commands used in the J2EE server" in "Application Server Command Reference Guide".