Siebel on Demand Login plugin (deprecated) for Jitterbit private agent groups
Introduction
The Siebel On Demand Login plugin provides login in to a Siebel On Demand server. The login call returns a session ID from a cookie. The session ID is stored in an output variable with the name SiebelOnDemand.SessionID
.
This plugin can be associated only with private agent groups and is not available on the Jitterbit cloud agent groups.
Important
Plugins provided by Jitterbit are deprecated.
Download and add the plugin
The Siebel On Demand Login plugin is a standard Jitterbit plugin that is already available in the Management Console Plugins page and does not need to be downloaded or added to the organization.
If directed by support, this plugin can be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The Siebel On Demand Login plugin must be associated with a private agent group to make the plugin available on all agents in the group.
The plugin is listed in the Management Console Plugins page with a display name of Siebel OnDemand - Login.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The Siebel On Demand Login plugin uses these variables:
Name | Type | Required | Description |
---|---|---|---|
OracleOnDemand.URL | String | Optional | The URL of the server to login to. |
SiebelOnDemand.URL | String | Optional | The URL of the server to login to. |
OracleOnDemand.User | String | Optional | The username. |
SiebelOnDemand.User | String | Optional | The username. |
OracleOnDemand.Password | String | Optional | The password of the user. |
SiebelOnDemand.Password | String | Optional | The password of the user. |
SiebelOnDemand.Proxy.Host | String | Optional | If the connection is going through a proxy server, this variable needs to be set to the address of that proxy server (excluding the port number). |
SiebelOnDemand.Proxy.Port | Integer | Optional | If the connection is going through a proxy server, this variable needs to be set to the port used to access that proxy server. |
SiebelOnDemand.Proxy.UserName | String | Optional | If the connection is going through a proxy server that requires authentication, this variable should be set to the username used for authentication. |
SiebelOnDemand.Proxy.Password | String | Optional | If the connection is going through a proxy server that requires authentication, this variable should be set to the password used for authentication. |