Siebel Business Process & Functionality (MOSC)

MOSC Banner

Siebel COM Data Control VS JDB

edited Jan 11, 2014 3:11PM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered
 Hi,
We can connect the COM Data Control in Local Mode by passing the CFG Details

The following example includes a connect string for COM Data Control that operates in Local Mode:

   'COM Data Control : LOCAL Mode
   lstr = "cfg=" + """C:\Siebel\8.1\Client_2\BIN\ENU\siebel.cfg,ServerDataSrc"""

   'Format of the connect string is
   '"cfg=" + """Absolute path of the CFG file, DataSource"""
   'Datasource = ServerDataSrc or Local or Sample
   lng = "lang=" + """ENU"""
   retval = siebDataCtl.Login(lng + lstr, "username", "password")

Question:Is there any similar Options or workaround available for JDB for testing in Local Mode.


Regards,

Stephen.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center