Outbound adapter properties define how the adapter creates an outbound connection instance with the PeopleSoft Enterprise server, and how operations are run on the server. Use the Adapter Connection wizard to set these properties.
Property | Description |
---|---|
Component interface for testing failed connection | The component interface that the adapter uses to validate a connection to the PeopleSoft Enterprise server |
Host name | The name or address of the server that hosts PeopleSoft Enterprise |
Language (Language) | The language code that the adapter uses to log on to the PeopleSoft Enterprise server |
Maximum number of records for RetrieveAll operation | The maximum number of records to return during a RetrieveAll operation |
Password (Password) | The password of the user account of the adapter on the PeopleSoft Enterprise server |
Port number (Port) | The port number that the adapter uses to access the PeopleSoft Enterprise server |
User name (UserName) | The name of the user account that the adapter uses on the PeopleSoft Enterprise server |
This property specifies the name of the PeopleSoft Enterprise component interface that the adapter uses to validate a connection to the PeopleSoft Enterprise server.
Required | Yes |
---|---|
Default | The name of the first component interface in the list |
Property type | String |
Usage | Specify a component interface name that already exists within your PeopleSoft Enterprise applications. |
Example | WBI_CUSTOMER_CI |
Globalized | No |
Bidi supported | No |
This property specifies the name or address of the server that hosts PeopleSoft Enterprise.
Required | Yes |
---|---|
Default | No default value |
Property type | String |
Usage | Identifies, either by name or IP address, the server that hosts PeopleSoft Enterprise |
Example | 9.26.248.202 |
Globalized | No |
Bidi supported | No |
This property specifies the language code that the adapter uses to log on to the PeopleSoft Enterprise server.
Required | Yes |
---|---|
Default | The default value for the Language property is based on the system locale. |
Property type | String |
Usage | Each of the supported languages is preceded by a three-character language code. The language itself is presented in parentheses. |
Example | If the system locale is English, the value for this property is ENG (English). |
Globalized | No |
Bidi supported | No |
This property specifies the maximum number of records to return during a RetrieveAll operation.
Required | Yes |
---|---|
Default | 100 |
Usage | If the number of hits in PeopleSoft Enterprise exceeds the value of the Maximum number of records for the RetrieveAll operation property, the adapter returns an error. The adapter uses this property to help avoid out-of-memory issues. |
Property type | Integer |
Globalized | No |
Bidi supported | No |
This property specifies the password of the user account of the adapter on the PeopleSoft Enterprise server.
Required | Yes |
---|---|
Default | No default value |
Property type | String |
Usage | The restrictions (case, length, and character) are determined by the PeopleSoft Enterprise version. |
Globalized | No |
Bidi supported | No |
This property specifies the port number that the adapter uses to access the PeopleSoft Enterprise server.
Required | Yes |
---|---|
Default | The port number that is entered when you use the Adapter Connection wizard to discover objects and services |
Property type | Integer |
Example | 9000 |
Globalized | No |
Bidi supported | No |
This property specifies the name of the user account that the adapter uses on the PeopleSoft Enterprise server.
Required | Yes |
---|---|
Default | No default value |
Property type | String |
Usage | The restrictions (case, length, and character) are determined by the PeopleSoft Enterprise version. |
Example | DV1 |
Globalized | No |
Bidi supported | No |