Siebel Tools Settings

Developer Client (siebel.exe) switches:

  • /c Path to .cfg file (required), directory path defaults to <client_installdir>binenu
  • /d Datasource (as in .cfg file), defaults to local
  • /l language (optional, language pack must be installed), defaults to enu
  • /u Username (optional)
  • /p Password (optional)
  • /s Path to spool file (optional, to spool all SQL generated by siebel.exe)
  • /b Path to Browser executable (optional, for multi-browser testing of customer or partner (SI) applications)
  • /h Debug Mode (used with Siebel Tools for debugging)
  • /editseeddata allows modification of seed data, often referred to in maintenance release guides
  • /webservice (followed by a port number) can be used since fix pack 8.1.1.2 to use the Developer Web Client to test Siebel inbound web services.

Siebel Tools (siebdev.exe) switches:

  • /c Path to .cfg file (required), directory path defaults to <client_installdir>binenu
  • /d Datasource (as in .cfg file), defaults to local
  • /l language (optional, language pack must be installed), defaults to enu
  • /u Username (optional)
  • /p Password (optional)
  • /s Path to spool file (optional, to spool all SQL generated by siebel.exe)
  • /bv runs all validation rules for the entire repository, so take your time
  • /batchimport automates the import of .sif files
  • /batchexport automates the export of objects to .sif files
  • /bc allows to run batch compilation
  • /tl language (typically used with /bc for multiple language deployments)
  • /applybatchpatch is used for applying batch patches, or patches in batches.
0%