SlideShare a Scribd company logo
1 of 21
Download to read offline
Siebel Power Tools
Submitted By
Navin Raja
Speridian Technologies, LLC
05-May-2014
Page 2
Document Control
Title
Creation Date May 05, 2014
Last Update
Document No. 1
Document Name Siebel Power Tools
Document Type User Guide
Version 0.1
Change of Records
Date Author Version Change Reference
May 05, 2014 Navin Raja 0.1 Initial document
Page 3
Introduction:
A) About Siebel Power Tools:
The Siebel Power Tools 3.2 is an advanced and easy to use application which adds advanced features to
the vanilla Siebel Tools and the software is register under General Public License (GPL) for which license
key or crack file is not required.
It provide some cool functionalities to make the life of the Siebel Developer easier and the real power of
it comes when you configure the CFG that comes with the power tools.
It can launch the local DB within tools, Launch Web Clients, Dedicated Client, and Siebel Local/Server
Tools also it can connect the RDP though the single point access.
It can launch the ODBC data source and it provides access to useful Siebel documents URL.
B) Installing Siebel Power Tools:
Step 1 : User can download the software using the below mentioned link,
http://sourceforge.net/projects/siebelpowertool/
Step 2 : Extract the .rar file after download,
Step 3 : Create a new folder in desktop and copy the setup file into the folder,
Step 4 : Just double click the setup file and the below mentioned icon will be present in the
desktop,
Page 4
Step 5 : Also in the new folder the Siebel Power Tools default .cfg file should be generated.
Note : It is better to change the folder icon as follows,
Right click the folder and select the properties.
Page 5
Navigate to Customize click on Change Icon button then select the Icon and click on Ok button.
C) Configuring Siebel Power Tools CFG file:
Make following modification (marked in green) to the default CFG file generated.
------------------------------------------------------------------------------------------------------------------------------------------
[Siebel]
DEV=Sample
[DEV]
;enable/disable
Page 6
enableSiebelTools=Y
enableWebClient=Y
enableLocalDb=Y
enableServerMgr=N
enableServerURL=Y
enableDbCheck=N
;enableEditCfg=Y
enableOpenLog=Y
enableSVN=N
;siebel tools
siebdevBinDir=D:Siebel8.1Tools_1BIN
siebdevCFG=D:Siebel8.1Tools_1BINENUtools.cfg
siebdevUserName= DUMMYUSER
siebdevPassWord= DUMMYPASSWORD
siebdevDB= Local
siebelDevLogDir= D:Siebel8.1Tools_1LOG
siebdevDBsrvr=ServerDataSrc
siebeldevDebugLevel=5
;siebel fat client
clientBinDir= D:Siebel8.1Client_1BIN
clientCFG= D:Siebel8.1Client_1BINENUpublicsector.cfg
clientUserName=DUMMYUSER
clientPassWord=DUMMYPASSWORD
clientDB= Local
clientLogDir= D:Siebel8.1Client_1LOG
clientSpoolDir= D:Siebel8.1Client_1LOG
clientDebugLevel=5
;server manager
Page 7
serverBinDir=d:SIA81siebsrvrBIN
serverHostName=hostname
serverGateway=gateway
serverEnterPrise=enterprise
serverServerName=hostname
serverUserName=SADMIN
serverUserNameWinShare=DOMAINUSER
serverPassword=pass
serverPasswordWinShare=pass
;server URL
serverURL=
http://10.100.201.143/epublicsector_enu/start.swe?SWECmd=Start&SWEHo=10.100.201.143
;DBCheck
serverDbCheckODBC=SSD default instance
serverDbCheckTableOwner=dbo
serverDbCheckRepName=Siebel Repository
serverDbCheckLog=E:dbcheck2.log
;LocalDb
; if error = user/pass wrong, try all capitals
; if error = db already in use, try removing the server name in odbcad32
; if error = user/pass wrong, try SIEBEL/<password of normal user>
; if error = user/pass wrong, try SIEBEL/<password of normal user all caps>
; if error = user/pass wrong, try DBA/first 8 characters of enterprise name (if shorter then 8, add
1234567... untill length = 8)
; if error = user/pass wrong, try DBA/<see setting: Server Configuration > Enterprises > Component
Definition > Generate New Database > Component Parameters > New DBA password parameter>
OdbcUserName= DUMMYUSER
OdbcPassword= DUMMYPASSWORD
OdbcName= SSD Local Db default instance (ODBC Connection - Local Data Source Name)
Page 8
;Spider - edit details for feature 'applet details'
SpiderRepName=Siebel Repository
SpiderLang=NLD
SpiderDevelopersContext=Public Sector
;RDP - format: user/pass@host
; user and password are for future use, cannot find commandline arguments for RDP
RDPCount=3
RDP1= username/password@IP Address
RDP2=user2/pass2@host2
RDP3=user3/pass3@host3
;siebel server service name for net stop/start
ServiceName=Siebel Server [server 1]
;siebel server service name
ServiceName=Siebel Server [server 1]
;Spider
SpiderRepName=Siebel Repository
SpiderLang=NLD
SpiderDevelopersContext=Public Sector
;RDP
[GENERIC]
;get pstools at http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx for now it is in the res
folder
pstoolsDir=.res
editExe=c:windowsnotepad.exe
;for me, add gvim, the uber-editor ;) or replace with your own editor, notepad++, jdeveloper
;editExe=c:windowsgvim.bat
Page 9
;following is for shortcutkey CTRL+SHIFT+u
startBuild=01-01-2007
; needed for applet details
; office 2007:
excelExe=C:program FilesMicrosoft OfficeOffice12EXCEL.EXE
; office 2003:
;excelExe=C:program FilesMicrosoft OfficeOffice11EXCEL.EXE
;documentation
; make sure you have DEV as an environment for opening tools online help
bookshelf= D:Old DocumentBackup_First System8.1VolumesSiebelVolume1.pdf
; this part is for the subversion integration. you need to specify
; the location of the collabnet client
svnExe=C:Program FilesCollabNetSubversion Clientsvn.exe
D) Siebel Power Tools: Short Cut Keys:
1. About Record
CTRL + ALT + K : To get the about record in Siebel Tools.
(Login to Siebel Tools  Navigate to Help About Record)
Page 10
2. Query
CTRL + SHIFT + Q : To query the multiple objects in a single query.
Just copy the objects in list from excel (horizontal/vertical) or notepad.
Highlight the field that you want to query in Siebel Tools and hit the shortcut key.
Page 11
CTRL + SHIFT + L : Query for locked objects, this query is use to retrieve the objects which is
either object locked or project locked.
[Object Locked] = 'Y' or [Project Locked] = 'Y'
CTRL + SHIFT + A : Query for active Items, this query is use to retrieve the objects which are all
Active in the Siebel tools.
[Inactive] = 'N'
Select the column which you want to query.
And hit the shortcut key to retrieve the active objects.
Page 12
3. Object Explorer
CTRL + ALT + O : To select all the object explorer hierarchy in a single click
Navigate to View Options Object Explorer and click on Default button
And hit the shortcut key to select all the objects in one go.
Page 13
4. Projects
CTRL + ALT + SHIT + F7 : Before click on the shortcut key, just copy the project which you need
to compile then hit the shortcut key the copied project will be selected
automatically for compile.
CTRL + ALT + F10 : This shortcut key is use to get the Updated Projects.
Page 14
E) Siebel Power Tools - Single Point Access:
1) Sample – Local:
The following navigation is to access below process, Right Click Siebel Power Tools  Sample Local
Tools
 Launch the Siebel Local Tools/Siebel Server Tools/Siebel Web Client/Siebel Local DB
 Edit the Siebel Tools LOG and Siebel Client LOG file
 Edit the Siebel Tools CFG and Siebel Client CFG file
 Open the Siebel Tools and Client Directory
 Get the applet details in a single click
Page 15
2) Applet Details:
To get the applet details in Siebel Power Tools use the following steps.
Step 1 : Login to the Siebel Client and navigate to the corresponding applet view and click on Help
About View
Step 2 : Copy the applet name without any space as follows.
Page 16
Step 3 : Navigate to Siebel Power ToolsSelect Sample Local Applet Details
The applet details will be generated as an excel sheet in the Siebel Power Tools folder.
Page 17
3) Sample - Server:
This option is use to open the Siebel thin client which is configured in Siebel Power Tools CFG file
Navigate to Siebel Power Tools LocalServer Thin Client
4) Sample - Remote Desktop (RDP):
This option is use to connect the remote desktop in a single click, In Siebel power tools default it will
come with count of 3 RDP connection but we can extend the RDP count.
Navigate to Siebel Power Tools SampleRDPSelect the IP Address
Page 18
5) KILL:
This Kill option is acting same as a Task Managers End process which can kill the following mentioned
process.
(Siebel Tools/Siebel Client/Siebel Local DB/Internet Explorer/All)
6) Clipboard Tools:
The clipboard tool is use to auto arrange bind variable in the spool file sql query and the following steps
are use to auto arrange the bind variable in SQL Query:
Step 1 : Select the SQL Query with Bind Variable and Copy the SQL query
Page 19
Step 2 : Navigate to Siebel Power Tools Clipboard Tools Reload SQL with binds
Step 3 : Navigate to DBSQL and past the SQL query and check the bind variable values highlighted in
Green color.
Page 20
7) Documentation:
The documentation option is use to access the following documents heighted below.
For Siebel Bookshelf document we need to configure the Siebel power tools cfg file as mentioned below.
bookshelf=D:Old DocumentBackup_First System8.1VolumesSiebelVolume1.pdf
8) Tools:
This option is use to open the ODBC Data Source Administrator
Page 21
9) Settings:
Setting is to open the Siebel power tools cfg file.
10) Reload:
If we modified the Siebel power tools cfg we can execute the changes by reloading the Siebel power
tools instead of restarting.

More Related Content

Viewers also liked

SAJNA RESCUME
SAJNA RESCUMESAJNA RESCUME
SAJNA RESCUMESajna Ali
 
Calificaciones Aranza Michelle
Calificaciones Aranza MichelleCalificaciones Aranza Michelle
Calificaciones Aranza Michellemichelle_garsan
 
Proyecto de marketing vergara, vargas, bautista
Proyecto de marketing vergara, vargas, bautistaProyecto de marketing vergara, vargas, bautista
Proyecto de marketing vergara, vargas, bautistaJuan Luciano Bauver
 
Climate graphs and landscapes
Climate graphs and landscapesClimate graphs and landscapes
Climate graphs and landscapesAra Lucas
 
CEC Presentation: Disability 101
CEC Presentation: Disability 101CEC Presentation: Disability 101
CEC Presentation: Disability 101Brian Kajiyama
 
Shady Side Academy Parenting with Identity in Mind
Shady Side Academy Parenting with Identity in MindShady Side Academy Parenting with Identity in Mind
Shady Side Academy Parenting with Identity in MindRosetta Eun Ryong Lee
 
Marie Job Porfolio Small
Marie Job Porfolio SmallMarie Job Porfolio Small
Marie Job Porfolio SmallMarie Wheatley
 
ما هو مفهوم الديسليكسيا؟
ما هو مفهوم الديسليكسيا؟ما هو مفهوم الديسليكسيا؟
ما هو مفهوم الديسليكسيا؟mariamalatrache
 
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015Lukasz Kierus
 

Viewers also liked (15)

Quick heal project
Quick heal projectQuick heal project
Quick heal project
 
codigos QR
codigos QRcodigos QR
codigos QR
 
SAJNA RESCUME
SAJNA RESCUMESAJNA RESCUME
SAJNA RESCUME
 
Calificaciones Aranza Michelle
Calificaciones Aranza MichelleCalificaciones Aranza Michelle
Calificaciones Aranza Michelle
 
Exodus 35
Exodus 35Exodus 35
Exodus 35
 
Open Houses in Cheyenne, Wyoming June 23 & 24, 2012
Open Houses in Cheyenne, Wyoming June 23 & 24, 2012Open Houses in Cheyenne, Wyoming June 23 & 24, 2012
Open Houses in Cheyenne, Wyoming June 23 & 24, 2012
 
Proyecto de marketing vergara, vargas, bautista
Proyecto de marketing vergara, vargas, bautistaProyecto de marketing vergara, vargas, bautista
Proyecto de marketing vergara, vargas, bautista
 
Climate graphs and landscapes
Climate graphs and landscapesClimate graphs and landscapes
Climate graphs and landscapes
 
Home energy efficiency 101
Home energy efficiency 101Home energy efficiency 101
Home energy efficiency 101
 
CEC Presentation: Disability 101
CEC Presentation: Disability 101CEC Presentation: Disability 101
CEC Presentation: Disability 101
 
Shady Side Academy Parenting with Identity in Mind
Shady Side Academy Parenting with Identity in MindShady Side Academy Parenting with Identity in Mind
Shady Side Academy Parenting with Identity in Mind
 
20130521103640
2013052110364020130521103640
20130521103640
 
Marie Job Porfolio Small
Marie Job Porfolio SmallMarie Job Porfolio Small
Marie Job Porfolio Small
 
ما هو مفهوم الديسليكسيا؟
ما هو مفهوم الديسليكسيا؟ما هو مفهوم الديسليكسيا؟
ما هو مفهوم الديسليكسيا؟
 
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015
Wydawnictwo Kobiece - prezentacja nowosci jesien-zima 2015
 

Similar to Siebel Power Tools_User Guide_V0.1

Presentation on Siebel Power Tools
Presentation on Siebel Power ToolsPresentation on Siebel Power Tools
Presentation on Siebel Power ToolsNavin Raja
 
Designing For Occasionally Connected Apps Slideshare
Designing For Occasionally Connected Apps SlideshareDesigning For Occasionally Connected Apps Slideshare
Designing For Occasionally Connected Apps SlideshareDean Willson
 
3.13 ponder
3.13 ponder3.13 ponder
3.13 ponderjagan345
 
Top Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksTop Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksDMC, Inc.
 
generate IP CORES
generate IP CORESgenerate IP CORES
generate IP CORESguest296013
 
DCEU 18: App-in-a-Box with Docker Application Packages
DCEU 18: App-in-a-Box with Docker Application PackagesDCEU 18: App-in-a-Box with Docker Application Packages
DCEU 18: App-in-a-Box with Docker Application PackagesDocker, Inc.
 
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsForms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsNikunj Sanghvi
 
Blugsphere2011 dev
Blugsphere2011 devBlugsphere2011 dev
Blugsphere2011 devAusLUG
 
Week 4 B IP Subnetting Lab Essay
Week 4 B IP Subnetting Lab EssayWeek 4 B IP Subnetting Lab Essay
Week 4 B IP Subnetting Lab EssayAmanda Brady
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Mumbai B.Sc.IT Study
 
SysInfoTools Exchange to Lotus Notes Converter
SysInfoTools Exchange to Lotus Notes ConverterSysInfoTools Exchange to Lotus Notes Converter
SysInfoTools Exchange to Lotus Notes ConverterSysInfoTools Software
 
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits Principled Technologies
 
Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009Michael Findling
 
Makefile
MakefileMakefile
MakefileIonela
 
zOSMF Desktop UI Hands-On Lab.pdf
zOSMF Desktop UI Hands-On Lab.pdfzOSMF Desktop UI Hands-On Lab.pdf
zOSMF Desktop UI Hands-On Lab.pdfMarna Walle
 

Similar to Siebel Power Tools_User Guide_V0.1 (20)

Presentation on Siebel Power Tools
Presentation on Siebel Power ToolsPresentation on Siebel Power Tools
Presentation on Siebel Power Tools
 
Designing For Occasionally Connected Apps Slideshare
Designing For Occasionally Connected Apps SlideshareDesigning For Occasionally Connected Apps Slideshare
Designing For Occasionally Connected Apps Slideshare
 
Siebel monitoring
Siebel monitoringSiebel monitoring
Siebel monitoring
 
3.13 ponder
3.13 ponder3.13 ponder
3.13 ponder
 
Top Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksTop Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and Tricks
 
Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
generate IP CORES
generate IP CORESgenerate IP CORES
generate IP CORES
 
DCEU 18: App-in-a-Box with Docker Application Packages
DCEU 18: App-in-a-Box with Docker Application PackagesDCEU 18: App-in-a-Box with Docker Application Packages
DCEU 18: App-in-a-Box with Docker Application Packages
 
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsForms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
 
Blugsphere2011 dev
Blugsphere2011 devBlugsphere2011 dev
Blugsphere2011 dev
 
SysInfoTools DBF File Repair
SysInfoTools DBF File RepairSysInfoTools DBF File Repair
SysInfoTools DBF File Repair
 
Week 4 B IP Subnetting Lab Essay
Week 4 B IP Subnetting Lab EssayWeek 4 B IP Subnetting Lab Essay
Week 4 B IP Subnetting Lab Essay
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 
Cdb part i
Cdb part iCdb part i
Cdb part i
 
SysInfoTools Exchange to Lotus Notes Converter
SysInfoTools Exchange to Lotus Notes ConverterSysInfoTools Exchange to Lotus Notes Converter
SysInfoTools Exchange to Lotus Notes Converter
 
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits
Dell OpenManage Essentials: Improve efficiency with fewer tools, more benefits
 
Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009
 
Makefile
MakefileMakefile
Makefile
 
Hibernate notes
Hibernate notesHibernate notes
Hibernate notes
 
zOSMF Desktop UI Hands-On Lab.pdf
zOSMF Desktop UI Hands-On Lab.pdfzOSMF Desktop UI Hands-On Lab.pdf
zOSMF Desktop UI Hands-On Lab.pdf
 

Siebel Power Tools_User Guide_V0.1

  • 1. Siebel Power Tools Submitted By Navin Raja Speridian Technologies, LLC 05-May-2014
  • 2. Page 2 Document Control Title Creation Date May 05, 2014 Last Update Document No. 1 Document Name Siebel Power Tools Document Type User Guide Version 0.1 Change of Records Date Author Version Change Reference May 05, 2014 Navin Raja 0.1 Initial document
  • 3. Page 3 Introduction: A) About Siebel Power Tools: The Siebel Power Tools 3.2 is an advanced and easy to use application which adds advanced features to the vanilla Siebel Tools and the software is register under General Public License (GPL) for which license key or crack file is not required. It provide some cool functionalities to make the life of the Siebel Developer easier and the real power of it comes when you configure the CFG that comes with the power tools. It can launch the local DB within tools, Launch Web Clients, Dedicated Client, and Siebel Local/Server Tools also it can connect the RDP though the single point access. It can launch the ODBC data source and it provides access to useful Siebel documents URL. B) Installing Siebel Power Tools: Step 1 : User can download the software using the below mentioned link, http://sourceforge.net/projects/siebelpowertool/ Step 2 : Extract the .rar file after download, Step 3 : Create a new folder in desktop and copy the setup file into the folder, Step 4 : Just double click the setup file and the below mentioned icon will be present in the desktop,
  • 4. Page 4 Step 5 : Also in the new folder the Siebel Power Tools default .cfg file should be generated. Note : It is better to change the folder icon as follows, Right click the folder and select the properties.
  • 5. Page 5 Navigate to Customize click on Change Icon button then select the Icon and click on Ok button. C) Configuring Siebel Power Tools CFG file: Make following modification (marked in green) to the default CFG file generated. ------------------------------------------------------------------------------------------------------------------------------------------ [Siebel] DEV=Sample [DEV] ;enable/disable
  • 6. Page 6 enableSiebelTools=Y enableWebClient=Y enableLocalDb=Y enableServerMgr=N enableServerURL=Y enableDbCheck=N ;enableEditCfg=Y enableOpenLog=Y enableSVN=N ;siebel tools siebdevBinDir=D:Siebel8.1Tools_1BIN siebdevCFG=D:Siebel8.1Tools_1BINENUtools.cfg siebdevUserName= DUMMYUSER siebdevPassWord= DUMMYPASSWORD siebdevDB= Local siebelDevLogDir= D:Siebel8.1Tools_1LOG siebdevDBsrvr=ServerDataSrc siebeldevDebugLevel=5 ;siebel fat client clientBinDir= D:Siebel8.1Client_1BIN clientCFG= D:Siebel8.1Client_1BINENUpublicsector.cfg clientUserName=DUMMYUSER clientPassWord=DUMMYPASSWORD clientDB= Local clientLogDir= D:Siebel8.1Client_1LOG clientSpoolDir= D:Siebel8.1Client_1LOG clientDebugLevel=5 ;server manager
  • 7. Page 7 serverBinDir=d:SIA81siebsrvrBIN serverHostName=hostname serverGateway=gateway serverEnterPrise=enterprise serverServerName=hostname serverUserName=SADMIN serverUserNameWinShare=DOMAINUSER serverPassword=pass serverPasswordWinShare=pass ;server URL serverURL= http://10.100.201.143/epublicsector_enu/start.swe?SWECmd=Start&SWEHo=10.100.201.143 ;DBCheck serverDbCheckODBC=SSD default instance serverDbCheckTableOwner=dbo serverDbCheckRepName=Siebel Repository serverDbCheckLog=E:dbcheck2.log ;LocalDb ; if error = user/pass wrong, try all capitals ; if error = db already in use, try removing the server name in odbcad32 ; if error = user/pass wrong, try SIEBEL/<password of normal user> ; if error = user/pass wrong, try SIEBEL/<password of normal user all caps> ; if error = user/pass wrong, try DBA/first 8 characters of enterprise name (if shorter then 8, add 1234567... untill length = 8) ; if error = user/pass wrong, try DBA/<see setting: Server Configuration > Enterprises > Component Definition > Generate New Database > Component Parameters > New DBA password parameter> OdbcUserName= DUMMYUSER OdbcPassword= DUMMYPASSWORD OdbcName= SSD Local Db default instance (ODBC Connection - Local Data Source Name)
  • 8. Page 8 ;Spider - edit details for feature 'applet details' SpiderRepName=Siebel Repository SpiderLang=NLD SpiderDevelopersContext=Public Sector ;RDP - format: user/pass@host ; user and password are for future use, cannot find commandline arguments for RDP RDPCount=3 RDP1= username/password@IP Address RDP2=user2/pass2@host2 RDP3=user3/pass3@host3 ;siebel server service name for net stop/start ServiceName=Siebel Server [server 1] ;siebel server service name ServiceName=Siebel Server [server 1] ;Spider SpiderRepName=Siebel Repository SpiderLang=NLD SpiderDevelopersContext=Public Sector ;RDP [GENERIC] ;get pstools at http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx for now it is in the res folder pstoolsDir=.res editExe=c:windowsnotepad.exe ;for me, add gvim, the uber-editor ;) or replace with your own editor, notepad++, jdeveloper ;editExe=c:windowsgvim.bat
  • 9. Page 9 ;following is for shortcutkey CTRL+SHIFT+u startBuild=01-01-2007 ; needed for applet details ; office 2007: excelExe=C:program FilesMicrosoft OfficeOffice12EXCEL.EXE ; office 2003: ;excelExe=C:program FilesMicrosoft OfficeOffice11EXCEL.EXE ;documentation ; make sure you have DEV as an environment for opening tools online help bookshelf= D:Old DocumentBackup_First System8.1VolumesSiebelVolume1.pdf ; this part is for the subversion integration. you need to specify ; the location of the collabnet client svnExe=C:Program FilesCollabNetSubversion Clientsvn.exe D) Siebel Power Tools: Short Cut Keys: 1. About Record CTRL + ALT + K : To get the about record in Siebel Tools. (Login to Siebel Tools  Navigate to Help About Record)
  • 10. Page 10 2. Query CTRL + SHIFT + Q : To query the multiple objects in a single query. Just copy the objects in list from excel (horizontal/vertical) or notepad. Highlight the field that you want to query in Siebel Tools and hit the shortcut key.
  • 11. Page 11 CTRL + SHIFT + L : Query for locked objects, this query is use to retrieve the objects which is either object locked or project locked. [Object Locked] = 'Y' or [Project Locked] = 'Y' CTRL + SHIFT + A : Query for active Items, this query is use to retrieve the objects which are all Active in the Siebel tools. [Inactive] = 'N' Select the column which you want to query. And hit the shortcut key to retrieve the active objects.
  • 12. Page 12 3. Object Explorer CTRL + ALT + O : To select all the object explorer hierarchy in a single click Navigate to View Options Object Explorer and click on Default button And hit the shortcut key to select all the objects in one go.
  • 13. Page 13 4. Projects CTRL + ALT + SHIT + F7 : Before click on the shortcut key, just copy the project which you need to compile then hit the shortcut key the copied project will be selected automatically for compile. CTRL + ALT + F10 : This shortcut key is use to get the Updated Projects.
  • 14. Page 14 E) Siebel Power Tools - Single Point Access: 1) Sample – Local: The following navigation is to access below process, Right Click Siebel Power Tools  Sample Local Tools  Launch the Siebel Local Tools/Siebel Server Tools/Siebel Web Client/Siebel Local DB  Edit the Siebel Tools LOG and Siebel Client LOG file  Edit the Siebel Tools CFG and Siebel Client CFG file  Open the Siebel Tools and Client Directory  Get the applet details in a single click
  • 15. Page 15 2) Applet Details: To get the applet details in Siebel Power Tools use the following steps. Step 1 : Login to the Siebel Client and navigate to the corresponding applet view and click on Help About View Step 2 : Copy the applet name without any space as follows.
  • 16. Page 16 Step 3 : Navigate to Siebel Power ToolsSelect Sample Local Applet Details The applet details will be generated as an excel sheet in the Siebel Power Tools folder.
  • 17. Page 17 3) Sample - Server: This option is use to open the Siebel thin client which is configured in Siebel Power Tools CFG file Navigate to Siebel Power Tools LocalServer Thin Client 4) Sample - Remote Desktop (RDP): This option is use to connect the remote desktop in a single click, In Siebel power tools default it will come with count of 3 RDP connection but we can extend the RDP count. Navigate to Siebel Power Tools SampleRDPSelect the IP Address
  • 18. Page 18 5) KILL: This Kill option is acting same as a Task Managers End process which can kill the following mentioned process. (Siebel Tools/Siebel Client/Siebel Local DB/Internet Explorer/All) 6) Clipboard Tools: The clipboard tool is use to auto arrange bind variable in the spool file sql query and the following steps are use to auto arrange the bind variable in SQL Query: Step 1 : Select the SQL Query with Bind Variable and Copy the SQL query
  • 19. Page 19 Step 2 : Navigate to Siebel Power Tools Clipboard Tools Reload SQL with binds Step 3 : Navigate to DBSQL and past the SQL query and check the bind variable values highlighted in Green color.
  • 20. Page 20 7) Documentation: The documentation option is use to access the following documents heighted below. For Siebel Bookshelf document we need to configure the Siebel power tools cfg file as mentioned below. bookshelf=D:Old DocumentBackup_First System8.1VolumesSiebelVolume1.pdf 8) Tools: This option is use to open the ODBC Data Source Administrator
  • 21. Page 21 9) Settings: Setting is to open the Siebel power tools cfg file. 10) Reload: If we modified the Siebel power tools cfg we can execute the changes by reloading the Siebel power tools instead of restarting.