Skip to Content

Siebel On Demand Login

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. See Deprecation and Support in Plugins.

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 Jitterbit Support, this plugin can be downloaded at the link provided below and added to the organization (see Add New Plugins in Customizations > Plug-ins).

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 (see Associate Agent Groups in Customizations > Plug-ins).

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.