Show TOC Start of Content Area

Object documentation Integration Framework - Setup (IFSetup)  Locate the document in its SAP Library structure

Definition

IFSetup refers to the entry point for the Integration Framework installation. IFSetup installs the integration framework on an SMS client computer. Installing the Integration Framework enables a computer to install SAP mobile components. IFSetup provides several features that are available to users. Those features can be accessed by passing various arguments to IFSetup at startup. The following tables provide a description of these features:

Deployment Options

Short Description

Argument

Description

Uninstallation

/U

Specifies that Integration Framework uninstallation is required. When this parameter is not passed, the system assumes that Integration Framework installation is required.

Installation

 

The system assumes Integration Framework installation by default if the uninstallation argument, /U, is not passed.

Communication Options

Short Description

Argument

Description

Communications Port

/P

Provides a way for a DM administrator to change the default communications port used to communicate with the mobile client. This parameter is optional. This parameter is optional with a default value of 45000.

Use

IFSetup [/U] [/P:PORT]

Examples

IF Installation:

IFSetup /P:45000

Where:

/P:45000 – Port 45000 is used to communicate to the mobile client.

 

IF Uninstallation:

IFSetup /U

Where:

/U indicates that Integration Framework uninstallation is required.

End of Content Area