8 Using The Siebel Server Manager Command-Line Interface

2y ago
12 Views
2 Downloads
866.08 KB
25 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Ronan Orellana
Transcription

8Using the Siebel Server ManagerCommand-Line InterfaceThis chapter details the procedures available from the Siebel Server Manager command-line interfacealso known as the srvrmgr program. An overview of the srvrmgr program and its administration isfollowed by individual commands used to administer the Siebel Enterprise Server, individual SiebelServers, and Siebel Server components and component groups. You must have administrativeresponsibilities defined by the Siebel application and have a user definition in the database in orderto access and use the Siebel Server Manager command-line interface. See the following sections fordetails: “Starting the Siebel Server Manager Command-Line Interface” on page 133 “Best Practices Using the Command-Line Interface” on page 136 “Siebel Server Manager Commands” on page 137NOTE: When using the Siebel Server Manager command-line interface, only use ASCII characters.If you want to enter parameters containing non-ASCII characters (for instance accented Frenchcharacters, Russian, Arabic, Japanese, Chinese, Korean, or Thai characters) then use the SiebelServer Manager GUI.Starting the Siebel Server ManagerCommand-Line InterfaceThis chapter describes how to use the Siebel Server Manager command-line interface, which isavailable on both the Windows and UNIX environments.The command-line interface of the Siebel Server Manager is the srvrmgr program.To start the srvrmgr program1For Windows servers only: at the DOS prompt, change to the bin subdirectory within the SiebelServer root directory:cd \SIEBSRVR ROOT\binNOTE: You cannot use the Uniform Naming Convention (UNC) in the Siebel Server Managercommand when specifying the path and machine names.2Execute the srvrmgr program by using flags to specify the parameters that you want:srvrmgr flagsFor a list of srvrmgr flags, see Table 21 on page 134.3After the Siebel Server Manager has started, the prompt changes to:Siebel System Administration Guide Version 8.0, Rev. A13 3

Using the Siebel Server Manager Command-Line Interface Starting the Siebel ServerManager Command-Line Interfacesrvrmgr:server name The server name parameter appears in the prompt only if you executed the srvrmgr program byspecifying a Siebel Server using the -s flag, or after specifying a Siebel Server using the setserver command.For example, to start the srvrmgr program using the parameters specified in Table 20 on a Windowsserver, you would enter:srvrmgr /g gateway1 /e enterprise1 /s server1 /u sadmin /p sadminTo start the srvrmgr program using the parameters specified in Table 20 on a UNIX server, you wouldenter:srvrmgr -g gateway1 -e enterprise1 -s server1 -u sadmin -p sadminTable 20.Example Parameters for Starting the srvrmgr ProgramSiebel GatewayName ServerEnterpriseSiebel ServerUser Table 21 lists the command-line flags available for the srvrmgr program.Table 21.Command-Line Flags for uiredBatch mode (use with /i to indicateexit when an error is encountered)N“command”Executes a single command (thecommand must be bounded withindouble quotes)N-eentrpr serverSiebel Enterprise Server nameY/g-ggateway serverNetwork address of the SiebelGateway Name Server machineY/h or /?-h or -?Prints a help/usage messageN/i-iinput fileGets commands from the input fileN/k-kdelimiterUse delimiter specified to parsecolumns in output fileN/l-llanguageLanguage code (default is ENU)N/m-mCompression enabledN134ParameterSiebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Starting the Siebel ServerManager Command-Line InterfaceTable 21.Command-Line Flags for srvrmgr Required/o-ooutput fileLogs information generated ininteractive mode to the specifiedoutput file.The types of informationlogged include, for example, thecommand issued, command output,type of task, task status, start time,and end time. Use this flag with eitherthe flag that specifies a command tolog (c) or the flag that specifies aninput file with numerous commands(i).N/p-ppasswordSiebel Server administrator passwordY/r-rEncryption for network packetsenabled (default is N)N/s-ssiebel serverSiebel Server name (the default is allservers). Launching srvrmgr using the/s flag connects the program only withthat specific Siebel Server. Allcommands and user authenticationare sent only to that Siebel Server. Youcannot change the targeted SiebelServer in this mode.N/u-uusernameSiebel Server administrator usernameYNOTE: The srvrmgr program expectsthe database to store user names inupper case format. User names areautomatically converted to upper caseduring the authentication process andlogin issues result if database usernames are stored in lower case./z-zserver group nameServer group name. Launchingsrvrmgr using the /z flag connects theprogram to the specified server groupand, as a result, all Siebel Serversassigned to the server group.NFor details on managing theassignment of Siebel Servers withserver groups, see “Server GroupManagement Commands” on page 145.Siebel System Administration Guide Version 8.0, Rev. A13 5

Using the Siebel Server Manager Command-Line Interface Best Practices Using theCommand-Line InterfaceBest Practices Using the Command-LineInterfaceReview the following information as recommendations of best practice when using the ServerManager command-line interface. Target specific Siebel Servers without using the /s flag: Use the for server siebel server name directive in individual commands. Specifying thename of a specific Siebel Server targets the command to only that Siebel Server. Use a partial name with the % wildcard character to target the command to all Siebel Serverswith names matching the pattern. Only patterns that start or end with the wildcard characterare matched; wildcards in the middle of the string are not. For example, the command:list components for server WF%lists components for all Siebel Servers with a name beginning with WF. Use the set server siebel server name command. To return to the mode where commandsare targeted to all Siebel Servers, use unset server. For further details on these commands,see “Siebel Server Manager Environment Commands” on page 138.NOTE: When using the set command, the connections to other Siebel Servers are maintainedand continue to run. Launch srvrmgr using the /s flag for frequent list operations. Parse the resulting data per SiebelServer. Aggregate the list data for the enterprise externally to the srvrmgr process. This methodimproves performance by keeping srvrmgr from serializing the operations. Specify only the columns with data you are actually using with the show clause. For furtherinformation on the show clause, see “List Command Configuration” on page 144. Use the /i option to open a single long-running srvrmgr session and send it commands ratherthan using the /c option. You can also execute commands conditionally from a script using the /i option. When using srvrmgr commands from a file or script, use the command sleep to configure waitperiods (in seconds) before the next srvrmgr command. For example, after starting the SiebelServer, use the sleep command to wait until the Siebel Server and its component are runningbefore issuing the next command. Use the read command during an active srvrmgr session to dynamically input srvrmgr commandsfrom a file. Specify a value for the parameter TaskTag when starting a new task. This text appears in the listtasks command if you include the TK TASKTAG column. For example, enter:list tasks show TK TASKTAG Launch srvrmgr using the /z flag to connect to a server group. For example, on a Windows server,you would enter:srvrmgr /g gateway1 /e enterprise1 /z server group name /u sadmin /p sadminOn a UNIX server, you would enter:136Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandssrvrmgr -g gateway1 -e enterprise1 -z server group name -u sadmin -p sadminThis connects you to all Siebel Servers assigned to the server group.Siebel Server Manager CommandsAfter the Siebel Server Manager has been started, you can execute administrative tasks using thecommands described in this section. These commands can also be written into an ASCII text file,exactly as they would be executed through the Siebel Server Manager, and used as a batch input fileby running srvrmgr using the /i flag. This would be especially useful in the administration of similarSiebel Server component definitions across multiple Siebel Servers.NOTE: You must have the Siebel administrator responsibility in order to start or run Siebel Servertasks using the Siebel Server Manager command-line interface.The Siebel Server Manager commands are divided into the following categories: Help Environment List Siebel Server management Component definition Component management Task management Parameter management Named Subsystem management System Alert Notification List definition Event logging PreferencesCommand SyntaxThis chapter lists the command-line syntax and usage for Siebel Server Manager commands.Component names and parameter names used in the command-line interface differ from the SiebelServer Manager GUI. To get the actual component and parameter names used in the command-lineinterface use the list commands. For information on using list commands, see “List Commands” onpage 140.For user-defined values such as siebel server name, component alias name, andparameter alias name, you need to enclose these values in quotes if the value: Contains spacesSiebel System Administration Guide Version 8.0, Rev. A13 7

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommands Is a keyword such as server or component that you do not want to be parsedFor example, you need to enclose the Siebel Server name in double quotes for the followingcommand because the Siebel Server name contains a space:start task for component EIM server “North America” with Config default.ifbNOTE: If a srvrmgr command happens to contain nested quotes, that is, quotes contained withinquotes, precede the inner quotes by the back slash escape character (\).Help CommandsUse the Help command to retrieve a list of commands or obtain help on a specific command.To obtain help Enter:help For a specific command, enter:help commandSiebel Server Manager Environment CommandsUse environment commands to set the Siebel Server Manager environment variables, which controlthe current Siebel Server Manager session.To set the current working Siebel Server Enter:set server siebel server nameThis command works only if you did not specify a Siebel Server when executing the srvrmgrprogram by using the -s flag.To unset (clear) the current working Siebel Server Enter:unset serverThis command works only if you did not specify a Siebel Server when executing the srvrmgrprogram by using the -s flag.To show the environment variables Enter:138Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsshowTo show an individual environment variable Enter:show variable nameTo spool output to a file Enter:spool output fileTo stop spooling to a file Enter:spool offTo read commands from a file Enter:read input fileTo refresh the Siebel Enterprise Server connections Enter:refresh enterpriseThe refresh Siebel Enterprise Server command closes all connections to the existing SiebelServers and creates new connections to these servers.To remove header and footer information from srvrmgr command-line output Enter:set header falseandset footer falseRemoving the header and footer information is useful if you are trying to parse the output of srvrmgrcommands.To add header and footer information to the srvrmgr command-line output Enter:Siebel System Administration Guide Version 8.0, Rev. A13 9

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsset header trueandset footer trueTo exit the Srvrmgr program Enter:exitorquitTo save any configuration changes prior to exiting, see “To back up Siebel Gateway Name Serverinformation” on page 146.List CommandsUse the List command to display current data only; this command does not change any data.To list available Siebel Servers Enter:list servers For a component, enter:list servers for component component alias name For a component group, enter:list servers for component group component group alias nameTo list component groups For all component groups, enter:list component groups For a particular Siebel Server, enter:list component groups for server siebel server nameIf connected to the Siebel Server, the list commands list only component groups from sharedmemory; otherwise it lists the component groups assigned to that Siebel Server from the SiebelGateway Name Server. See also the describe command, “To list component groups from the SiebelGateway Name Server” on page 147.140Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsTo list current component group status For all instances of the component group, enter:list component group component group alias name For a particular Siebel Server, enter:list component group component group alias name for server siebel server nameTo list current component status For all components, enter:list component For all instances of the component, enter:list component component alias name For a particular Siebel Server, enter:list component for server siebel server name For a particular task, enter:list component for task task numberTo list values for a particular task, you first need to set the current working Siebel Server by usingthe set server command. For information on this command, see “Siebel Server ManagerEnvironment Commands” on page 138.To list subsystems For all subsystems, enter:list subsystemTo list named subsystems For all named subsystems, enter:list named subsystem For a particular subsystem, enter:list named subsystem for subsystem subsystem alias name For a particular Siebel Server, enter:list named subsystem for server siebel server nameTo list the status of current tasks For all tasks, enter:list tasksSiebel System Administration Guide Version 8.0, Rev. A14 1

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommands For a particular Siebel Server, enter:list tasks for server siebel server name For a particular component, enter:list tasks for component component alias name For a particular component group, enter:list tasks for component group component group alias name For a particular task, enter:list task task numberTo list values for a particular task, you first need to set the current working Siebel Server by usingthe set server command. For information on this command, see “Siebel Server ManagerEnvironment Commands” on page 138.NOTE: The number of tasks returned is determined by the Maximum Tasks parameter for thatcomponent. For more information on the Maximum Tasks parameter, see “Siebel Enterprise, Server,and Component Parameters” on page 202.To list tasks for session mode components For a particular Siebel Server, enter:list sessions for server siebel server name For a particular component, enter:list sessions for comp component alias name For a particular object manager login, enter:list sessions for login object manager login For a list of hung tasks, enter:list hung sessions for server siebel server name [or] comp component alias name[or] login object manager login For a list of active tasks, enter:list active sessions for server siebel server name [or]comp component alias name[or] login object manager loginTo list current parameter values For the Siebel Enterprise Server, enter:list ent param For all Siebel Servers, enter:list parameters142Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommands For a particular Siebel Server, enter:list parameters for server siebel server name For a particular component on all Siebel Servers, enter:list parameters for component component alias name For a particular component on a particular Siebel Server, enter:list parameters for component component alias name server siebel server name For a particular task, enter:list parameters for task task number server siebel server nameTo list current advanced parameter values Use the previously documented commands for listing parameters but preface advanced beforeparameters. For example:list advanced parameters for server siebel server nameTo list current state values For all state values, enter:list state values For a particular Siebel Server, enter:list state values for server siebel server name For a particular task, enter:list state values for task task numberNOTE: To list values for a particular task, you first need to set the current working Siebel Serverby using the set server command. For information on this command, see “Siebel Server ManagerEnvironment Commands” on page 138.To list current statistic values For all statistics, enter:list statistics For a particular Siebel Server, enter:list statistics for server siebel server name For a particular component, enter:list statistics for component component alias name For a particular task, enter:Siebel System Administration Guide Version 8.0, Rev. A14 3

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandslist statistics for task task numberTo list values for a particular task, you first need to set the current working Siebel Server by usingthe set server command. For information on this command, see “Siebel Server ManagerEnvironment Commands” on page 138.List Command ConfigurationThe following commands modify or configure the output for the list commands described in “ListCommands” on page 140.To modify the output of an individual list command To display specific columns, enter:list list object show column 1, column 2, ., column nFor example:list components show SV NAME, CC ALIAS To display specific columns with a for clause, enter:list list object for for object show column 1, column 2, ., column nFor example:list components for SRVR 1 show CC ALIASTo list available columns for a list command Enter:configure list list objectTo configure the output of the list command To display only specific columns, enter:configure list list object show column 1, column 2, ., column nThis command changes future list list object commands to display only those columns defined.NOTE: Once you configure a specific list command for a given srvrmgr session, it cannot beconfigured again in that session. A new session must be started to view other columns for thatlist command.144Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsServer Group Management CommandsUse the server group management commands to manage the assignment of Siebel Servers withserver groups. A Siebel Server can only be assigned to one server group at a time. A server groupcan contain many Siebel Servers.Once you assign Siebel Servers to a server group, you can specify the server group name as aparameter for the /z flag when starting the srvrmgr program. This connects the srvrmgr program toall Siebel Servers assigned to the specified server group. For example, on a Windows server, youwould enter:srvrmgr /g gateway1 /e enterprise1 /z server group name /u sadmin /p sadminOn a UNIX server, you would enter:srvrmgr -g gateway1 -e enterprise1 -z server group name -u sadmin -p sadminFor more information on starting the srvrmgr program, see “Starting the Siebel Server ManagerCommand-Line Interface” on page 133.To assign a Siebel Server to a server group Enter:change attribute groupname server group name for server siebel server nameTo unassign a Siebel Server from a server group Enter:change attribute groupname " “ for server siebel server nameCAUTION: Make sure to include a space between the quotation marks.Siebel Server Management CommandsUse the Siebel Server management commands to start or stop a Siebel Server.To start a Siebel Server Enter:startup appserver siebel server nameTo shut down a Siebel Server Enter:shutdown appserver siebel server nameSiebel System Administration Guide Version 8.0, Rev. A14 5

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsTo back up Siebel Gateway Name Server information Enter:backup nameserver file nameIf a file name is not specified, the backup file is named with the date and time in the formatsiebns.dat yyyymmdd hhmmss. This file is stored in the Administration directory of the SiebelServer root directory on Windows and the Sys directory of the Siebel Server root directory onUNIX.Component Group Definition CommandsUse these commands to create, delete, assign, remove, enable, and disable component groups.To create a component group Enter:create component group component group alias name full name “descriptive name”description ”description of component group”To assign a component group to a Siebel Server Enter:assign component group component group alias name to server siebel server nameTo unassign a component group from a Siebel Server Enter:unassign component group component group alias name from serversiebel server nameNOTE: Unassigning a component group from a Siebel Server results in a loss of component groupcustomization, for example, parameter settings. Before unassigning a component group, reviewbackground information in “About Assigned and Unassigned Component Groups” on page 74.To enable a component group for the Siebel Enterprise Server1Enter:enable component group component group alias name2Stop and restart the system service to make the changes take effect.For more information on how to stop or start the Siebel Server System Service, see“Administering the Siebel Server System Service” on page 106.146Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsThis procedure works only if you did not run Siebel Server Manager command-line interface usingthe /s (or -s for UNIX) flag.NOTE: Before enabling a component group for the Siebel Enterprise Server, at least one componentin the group must be active.To enable a component group on a Siebel Server1Enter:enable component group component group alias name to server siebel server name2Stop and restart the system service to make the changes take effect.For more information on how to stop or start the Siebel Server System Service, see“Administering the Siebel Server System Service” on page 106.NOTE: Use this command when enabling a component that was previously disabled on a particularserver. Newly created component groups are enabled by default.To disable a component group for the Siebel Enterprise Server1Enter:disable component group component group alias name2Stop and restart the system service to make the changes take effect.For more information on how to stop or start the Siebel Server System Service, see“Administering the Siebel Server System Service” on page 106.To disable a component group for a Siebel Server1Enter:disable component group component group alias name for server siebel server name2Stop and restart the system service to make the changes take effect.For more information on how to stop or start the Siebel Server System Service, see“Administering the Siebel Server System Service” on page 106.To list component groups from the Siebel Gateway Name Server1Enter:describe component groupThe describe command lists the component groups from the Siebel Gateway Name Server.To remove a component group from a Siebel Server Enter:Siebel System Administration Guide Version 8.0, Rev. A14 7

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsremove component group component group alias name from server siebel server nameTo delete a component group Enter:delete component group component group alias nameIn order for you to delete a component group, the component group cannot contain any servercomponents or component definitions.Component Definition CommandsUse the component definition commands to create, activate, or delete defined components.Component definitions are contained in component groups, both of which are defined at the SiebelEnterprise Server level. To use the new component, make sure the component definition is activatedand the component group containing the new component is assigned to the appropriate server. See“Component Group Definition Commands” on page 146 for component group commands.NOTE: When working with component definition commands, launch and run the srvrmgr programfor the enterprise; that is, do not start srvrmgr with the /s (or -s for UNIX) flag and do not run thecommand set server.To create a new component Enter:create component definition component alias namefor component type existing component type alias namecomponent group existing component group alias name run mode run mode full name“component full name”description “description of component”with parameter parameter alias name value fixparamfixed parameter alias name fixed valueThe run mode options are: Batch Interactive BackgroundThe component alias must: 148Be unique across the enterpriseSiebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommands Contain no more than 30 charactersBe careful not to use keywords in the component description, such as for or component,unlessthey are enclosed in quotes. Also note that the alias or short name of the component group isrequired for the component group parameter. See Table 27 on page 186 for a list of componentgroups and their corresponding aliases.For background information on component types, see “About Server Component Types” onpage 21.After running the create command, use the following command to enable the component definitionat the enterprise, component definition level, and to enable and assign the component to thecomponent group defined in the create command. This action only occurs if the component definitionis in the creating state. If the component definition is not in a creating state, the enable commandonly enables the component definition at the enterprise level.To activate a component definition After defining the component, activate the defined component by entering:activate component definition component alias nameNOTE: If you receive an error when attempting to activate a new component definition, makesure you did not start the srvrmgr command-line interface program using the /s flag, whichtargets only a specific server.To deactivate a component definition Enter:deactivate component definition component alias nameTo delete a component definition Enter:delete component definition component alias nameReconfiguring Component Definition CommandsTo reconfigure component definitions, you must start the component reconfiguration, make thenecessary configurations (for parameter configuration, see “Parameter Management Commands” onpage 152), and then commit the reconfiguration. See the following procedures for these commands.CAUTION: Make sure you review the background information on component definitionreconfiguration before undertaking this task. See the following topic for this information:“Reconfiguring Siebel Server Component Definitions” on page 95.To start a component definition reconfiguration Enter:Siebel System Administration Guide Version 8.0, Rev. A14 9

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsreconfig compdef component alias nameTo commit a component definition reconfiguration Enter:commit reconfig compdef component alias nameTo cancel a component definition reconfiguration Enter:cancel reconfig compdef component alias nameComponent Management CommandsUse component management commands to start or shut down Siebel Server components.To start a Siebel Server component Enter:startup component component alias name for server siebel server nameTo shut down a Siebel Server component Enter:shutdown component component alias name for server siebel server nameTo auto start a Siebel Server component Enter:auto start comp component alias name for server siebel server nameTo manual start a Siebel Server component Enter:manual start comp component alias name for server siebel server nameTask Management CommandsUse task management commands to manage tasks for components running in batch or backgroundmode.150Siebel System Administration Guide Version 8.0, Rev. A

Using the Siebel Server Manager Command-Line Interface Siebel Server ManagerCommandsYou may start a new process by using the start task command or the run task command. You shoulduse the start task command if you plan to start multiple processes and the run task command if youwant to make sure that a process has run to completion.Start task. The start task command starts a new process and allows you to execute a new commandimmediately. You will not be notified of the task status, nor will you be alerted if the task fails toperform. Instead, use the list task command to check the status of processes that were started usingthe start task command.Run task. The run task command starts a new process that runs to completion (or exits with error).You will not be able to execute a new command until the process has run to completion. The taskstatus will be displayed as the process is running.To use multiple task parameters in a task command, list the parameters in a comma-separated list.The following example shows how to start a new process using various values for a given parameter:start {task serv

Siebel System Administration Guide Version 8.0, Rev. A Using the Siebel Server Manager Command-Line Interface Siebel Server Manager Commands 138 Is a keyword such as server or component that you do not want to be parsed

Related Documents:

Siebel CRM Pricing Prices in USA-Dollar (USD) License Price Software Update License & Support Licensing Metric Minimum Siebel CRM General Siebel Advanced Market Development Funds 500 110.00 Application User Siebel Anywhere 200 44.00 Application User Siebel Server Sync - Microsoft Exchange Server 120 26.00 Application User Siebel Content Publishing 120

Downloading and Installing the Siebel Mobile Application Container (Siebel App). 4-20 Using the Siebel Mobile Archive MAA File (Administrator Task) . 4-21 Setting Up the Host Server for Siebel Mobile . 4-21 Configuring the Siebel Mobile Application Container (Siebel App) on an iOS Device . 4-22 Clearing the Application Cache for .

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

How Siebel CRM Desktop Handles a Microsoft Outlook Task 56 How Siebel CRM Desktop Handles a Microsoft Outlook Email Message 56 How Siebel CRM Desktop Handles Items If the User Removes the Siebel CRM Desktop Add-In 57 How a User Can Link a Siebel CRM Record to a Microsoft Outlook Record 58 Chapter 5: How Siebel CRM Desktop Synchronizes Data

Thomas M. Siebel . Aspenia. 79. 2018. Thomas M. Siebel is Chairman and CEO of C3 IoT. He previously founded Siebel Systems and the Thomas and Stacey Siebel Foundation, which cre ated the Siebel Energy Institute in 2015. 097-108 Siebel-ing 79 SCENARIO.indd 98 11/06/18 15.01

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions