Home » Archive

Articles in the Quiz Category

Quiz, Workflows »

[6 Oct 2009 | 6 Comments | ]

This quiz talks about workflow topics and provides a bit of explanation to the answers. Please post your valuable feedback and suggestion over this initiative in below comments section.

Workflow
Workflow Policy
Workflow Monitor Agent
Triggers
Business Services

So, what’s you are waiting for, get started to refresh your Workflow knowledge base.

1. After workflow monitor agent successfully processes the record, then it moves the record in which table?S_ESCL_STATES_ESCL_LOGS_ESCL_REQNone2. If I do a Insert operation at the Siebel Operation step in a Workflow process, the newly created record’s row_id will be stored in ?Object IdSiebel Operation Object …

EAI, Integration Objects, Quiz, Web Services »

[30 Aug 2009 | 6 Comments | ]

This quiz asks question on below EAI topics and provides a bit of explanation to the answers. Please post your valuable feedback and suggestion over this initiative in below comments section.

Web Services
Integration Objects
MQ Series
VBC, EBC
Data Adapters
Transport Services
Workflows

So, what’s you are waiting for, click on this post and get started to refresh your EAI knowledge base.
Please go to Quizzeria – Siebel EAI Interview Questions – Series: 2 to view the quiz

Configuration, Quiz, User Properties »

[28 Aug 2009 | 8 Comments | ]

Try out the below questions on Siebel Configuration that will help you revise your siebel skills.

Configuration
Scripting
Applets
Views & Screens
Workflows
Business Services
Tools & Client
And lot more

So, what are you waiting for, just go through the QUIZZ and post your questions and feedback on Commets and Contact Me pages.

EAI, Videos Tutorials, Web Services »

[27 Jun 2009 | 3 Comments | ]

Click above to view it.
This video gives you an idea related to Web Service in General, which is necessary to know to design Siebel Integration using Web Services
- what a Web Service is called,
- what are its various components,
- how it has been standaradised,
- what is a WSDL, PORT, Binding, Service End Point
and lot other answers related to Web Services in Generic.

Please use right Click on video for a Full Screen view.

Configuration, Debugging Techniques, Tips & Tricks »

[23 Jun 2009 | 3 Comments | ]

When you goto Tools->Screen object, you cannot see ‘Bitmap Category’ field because it is HIDDEN in tools for a normal view. You need to enable it from Tools CFG.
Here are steps -
1. Open your Tools.cfg.
2. Search for “ClientConfigurationMode”, it might be there with value like
ClientConfigurationMode = Web
3. If you find it or did’t find it, just add/replace below value to the [Siebel] section of CFG. This is the first section of CFG.
ClientConfigurationMode = All
4. Relaunch your Tools. This will show certain hidden …

Tips & Tricks »

[15 Jun 2009 | No Comment | ]

Siebeldev.exe is a powerful utility provided in Siebel Tools, but don’t make full use of it. It can used to do some of our manual tasks of Tools like Import sifs, Export sifs, do Compilation, apply patches, all using the Commandline.
So, we can write a simple batch file with the Siebeldev.exe , its appropriate switches and parameters, and automate these tasks.

Automate Export Sifs from Siebel Tools:
1. Create a ExportSif.bat file.
2.Put below commandline in it and save the file.
c:\Sia80\Tools\BIN\siebdev.exe /c c:\Sia80\Tools\BIN\ENU\tools.cfg /u sadmin /p sadmin /d local /batchexport “Siebel Repository” C:\Sia80\Tools\bin\obj.txt …

Downloads, Headline, Tips & Tricks »

[15 Jun 2009 | 6 Comments | ]

Page#1
Goto URL – http://edelivery.oracle.com/
Click Continue button
Page#2
Give your name, company name, valid email id and country. Click Submit below.
Page#3
Select “Siebel CRM” from drop down and platform as “Microsoft Windows(32-bit)”. Click Continue.
Page#4
Search for “Siebel Business Applications Release 8.1.1.0 Media Pack for Microsoft Windows (32-bit)” on this page. Click that link.
Page#5
Look for Seconf Download button on the page. Or search “V14591-01″.
Here is your Siebel Bookshelf 8.1.1.0 Version.

Configuration, Tips & Tricks »

[8 Jun 2009 | No Comment | ]

Sometimes you might need to add a extra Menu to Siebel Application. Lets say after “Help” menu as shown in the below screen shot.
Siebel Application Menus
Navigate to the Tools -> Application.
Locate your Siebel Application name, let’s say, [Siebel Universal Agent]
Go to its Menu field and get the Menu name, it might be [Generic WEB]
Now navigate to Tools -> Menu. Query the Menu as got above [Generic WEB]
Go to the child object Menu Items.
Now your new menu is going to come at 8th Position here as per above snapshot and there …