DataSource and CFG File – Interview Question.

Question:

While logging in Siebel dedicated client, data source options shows ‘local’ by default, how can you change it?

Strange question isn’t it. I know when I read that question I thought what a simple question. But when I asked this question to some people they were unable to tell the answer then I realized that you need have through knowledge of Configuration (CFG) file to answer this question.

I believe my mention of CFG file might have give pointers to some people about the answer and they might already know the answer :) . But still the number of those people would be pretty less. 

Answer:

You need to go to your respective client or tools CFG file which can be Siebel.cfg, uagent.cfg or something else depending on the application or object manager that you are using. In this example  we will take uagent.cfg file

Go to section labeled as [Siebel] in the CFG file

Search for DataSource in that section. You should see local written against that

DataSource = Local

Change that to the name of the datasource that you want by default. To have server as default value you should change that value to

DataSource = Server.

and you are done.

To know more about CFG file details you can read This entry.

Random Questions

neel tagged this post with: Read 39 articles by
  • Werner Oroxon

    Great Siebel advice, i like your information more each pasing day.
    thanks.

  • neel

    Thanks for you encouraging comments werner :)

  • Anil Gowrisetty

    Thnx for that snippet mate….never noticed tht thing till now…keep giving more like thise….cheers

  • http://www.tutorialparadise.com anthony

    nice post man thanks heaps

  • Priya

    Hello

    I found this site very helpfull, especially when we are looking for job change.

    Cool!
    Keep iit up.

  • Sohom

    Hi All

    This was cool!! Now u can also change the name that appears on the click of siebel dedicated client where u have to login
    it mioght appear some thing like SIEBEL FINANCIAL SERVICES 8.0 u can change it with your own name by modifying the fins.cfg or the respective cfg by changing the parameter SiebelSplashtext= [your own name]

  • Arindam

    I think the value should be:
    DataSource = ServerDataSrc

    I tried putting DataSource = Server, but it did not work. It was not selecting any thing in the drop down by default. But if I put Server DataSrc it selects Server by default.