SlideShare a Scribd company logo
Siebel Web Architecture Upgrading from Siebel 2000 to 7
Siebel Web Architecture Overview At a high level, the Siebel architecture consists of: Web clients that access the business data A Web server that handles interactions with the Web clients Servers that manage the business data and provide batch and interactive services for clients A relational database and file system that store business data Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
Siebel Clients Display the interactive Siebel application used to manage the Siebel data Runs in a variety of environments Web browsers, WML devices, and PDAs (Windows CE and Palm) Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
Web Server Identifies and passes Siebel requests from Web clients to the Siebel servers Passes completed HTML application pages back to Web clients Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
Siebel Web Server Architecture Consists of a third-party Web server with the following additional Siebel components Virtual directories Siebel Web Server Extensions (SWSE) Configuration file (.CFG) Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
Virtual Directory Exists on the Web server to receive inbound Web client requests for each installed Siebel eBusiness application, and forwards these requests to SWSE Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
Siebel Web Server Extension (SWSE) Receives and parses inbound HTTP requests from Web clients Creates and manages connections to the Siebel Servers or Load Balancer (if implemented) Routes requests to the appropriate Siebel Server components Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
Eapps.cfg Used by the SWSE Is a single configuration file for all Siebel applications Contains configuration information, including: connectivity information, login, and security settings  Contains a connect string for each Siebel application Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
Siebel Gateway Name Server Is a Windows service or Unix daemon process Dynamically registers Siebel Server and component availability Stores component definitions and assignments, operational parameters, and connectivity information Stored in siebns.dat file located in \\sea77\gtwysrvr\ADMIN Siebel Web Client Web Server Siebel Gateway Name Server Enterprise Siebel Server(s)
Enterprise Server Is a logical collection of Siebel Servers that support users accessing a single database server and a single file system Logically groups Siebel Servers for common administration via Siebel Server Manager  Supports sharing of common configuration information Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
Siebel Servers Execute tasks to manage the business data Interactive processing (for example: supports the Web client running Siebel Call Center) Background processing (for example: workflow and business process automation) Batch processing (for example: volume data importing) Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server
Siebel Server Architecture Consists of the following entities: Siebel Server Siebel Repository File (.SRF) Configuration File (.CFG) and Component Parameters Siebel Web Templates (.SWT) Server components Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
Siebel Server Is a Windows service or Unix daemon process Is the platform that supports interactive, batch, and background processing for all Siebel clients Controls server components running on a machine Siebel Web Client Web Server Siebel Gateway Name Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
Siebel Repository File (.SRF) Separate binary file that defines one or more Siebel applications Specifies the: Data presentation Business rules and processes Data organization and storage Enterprise Siebel Server .SRF .CFG .SWT Server Components
Siebel Configuration File (.CFG) and Component Parameters Specify initialization settings of the application at run time, for example: Application parameters Security settings Siebel Gateway Name Server Enterprise Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
Siebel Web Templates (.SWT) Set of template files that specify how to render the UI in the user’s browser HTML files with embedded Siebel tags defining content Enterprise Siebel Server .SRF .CFG .SWT Server Components
Server Component Is a program that executes on a Siebel Server Performs a specific function or job Examples include: Importing and exporting data Configuring the database to monitor for user-defined conditions Processing of client requests Enterprise Siebel Server .SRF .CFG .SWT Server Components Examples: Application Object Manager File System Manager Synchronization Manager Assignment Manager Enterprise Integration Mgr
Application Object Manager Is a server component that creates and processes data at multiple levels UI layer  Business layer Data layer Provides the environment in which Siebel applications run Used by thin clients (Mobile client uses Siebel.exe) Enterprise Siebel Server Server Components AOM File System Manager Within the AOM, UI layer is supported by the Siebel Web Engine. Data layer is supported by the Data Manager.
Database Server Stores data used by Siebel  e Business Applications in a predefined database schema  Supports a variety of third-party relational database management system (RDBMS)  Database Server Enterprise Siebel Server Server Components AOM File System Manager The Data Manager, within the AOM, controls access to the Database Server
Siebel File System Is a shared directory that stores compressed files used by Siebel applications Examples: Product literature, sales tools, presentations Read/write access is controlled by the File System Manager server component Easier security administration Only the user with administrative privileges for the Siebel Server needs access privileges to the file system directories Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Files System Manager controls access to the Siebel File System 0/3
Uploading an Attachment Using the FSM Attachments are copied from the user's hard drive and transferred to the Siebel Server  The FSM component compresses the file, and then stores the compressed file in the Siebel File System Compression and renaming of the files is automated by the FSM Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Siebel Web Client Web Server Siebel Gateway Name Server File File 2. FSM compresses and renames file 1. File uploaded from local machine 3. File stored in the File System Database Server 1/3
Downloading an Attachment Using the FSM The attachment download request is received by the FSM, which retrieves the requested file Decompresses the file and restores its original name The file is sent back to the user's Web browser Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Siebel Web Client Web Server Siebel Gateway Name Server File File 2. FSM decompresses and renames file 3. File downloaded to local machine 1. File retrieved from File System Database Server 2/3
Configuring File System Connectivity Web Clients always connect using the FSM Mobile Web Clients connect directly to their local file system and synchronise files using the Synchronisation Manager Dedicated Web Clients can connect directly to the file system or use the FSM Modify the FileSystem parameter in the .cfg file [ServerDataSrc] FileSystem  = \\ORBMBFS01\siebfile\att [ServerDataSrc] FileSystem  = *FSM* Directly access the file system Access the file system using the FSM 3/3
Web Usage Login Scenario Siebel Web Client (browser) sends the URL to the Web server URL specifies: Either HTTP or HTTPS protocol Web server machine name Application and language URL initially connects to the virtual directory on the Web server 1. Browser sends URL to Web server Siebel Web Client  < browser > Web Server <websrvr1> Virtual Directory  [/callcenter_enu] http://websrvr1/callcenter_enu 2. Connects to the virtual directory on the specified Web server
Web Usage Login Scenario  Continued Virtual directory forwards request to the Siebel Web Server Extension (SWSE) installed on the Web server SWSE uses the eapps.cfg file to obtain connection parameters Web Server <websrvr1> Virtual Directory  [/callcenter_enu] SWSE Eapps.cfg 4. SWSE locates the requested section in eapps.cfg Siebel Web Client  < browser > 3. Virtual directory specifies to use SWSE
Web Usage Login Scenario  Continued Eapps.cfg specifies the location of the Gateway, Gateway port number, Enterprise, Application Object Manager, and load balancer information for initial connection Contains Siebel Server information in the case of no load balancing Siebel Server  <SS1> Enterprise –  <Siebel>  Application Object Manager SCCObjMgr_enu Web Server <websrvr> Siebel Gateway Name Server <gtwysrvr> 5. eapps.cfg specifies connect string values
Web Usage Login Scenario  Continued Application Object Manager reads configuration file and component parameters, which specify SRF location, application, and so forth Siebel Server Enterprise  <Siebel> Application Object Manager SCCObjMgr_enu .CFG .SRF Database Server Database Server 6. Application Object Manager reads CFG file (or component parameters)
Web Usage Login Scenario  Continued The SWE, as part of the Application Object Manager, reads a set of Web templates that are stored on the Siebel Server and creates HTML pages for the data requested Siebel Server Application Object Manager SWE .SWT Database Server Database Server 7. SWE reads Web Templates and creates HTML pages Enterprise  <Siebel> .CFG .SRF HTML login page
Web Usage Login Scenario  Continued Application Object Manager sends the completed Web page to the Web server, which passes it back to the Web client Web Server <websrvr1> Siebel Server  <SS1> Enterprise –  <Siebel>   Application Object Manager SCCObjMgr_enu HTML login page Siebel Call Center
Physical Architecture The Siebel Gateway Name Server, Siebel Server, Database Server, and File System can be implemented on one machine or spread across multiple machines The Siebel Server(s) should have a high-speed LAN connection to the Database Server Siebel Gateway Name Server Enterprise Server Firewall Firewall High-speed LAN Web Server SWSE Siebel Server Siebel File System Database Server Siebel Server

More Related Content

PPTX
Proxy Presentation
PPT
Tcpip services and applications
PPTX
Windows 2012 server
PPTX
CLIENT SERVER IN OS.ppt
PPTX
Network and System Administration Power Point
PDF
Enterprise java unit-1_chapter-1
PDF
Functionality of optical fiber tools and instrument
PPTX
Topic #3 of outline Server Environment.pptx
Proxy Presentation
Tcpip services and applications
Windows 2012 server
CLIENT SERVER IN OS.ppt
Network and System Administration Power Point
Enterprise java unit-1_chapter-1
Functionality of optical fiber tools and instrument
Topic #3 of outline Server Environment.pptx

What's hot (20)

PDF
Siebel CRM: Open UI
PDF
E script
PPTX
Azure Introduction
PPTX
Introduction to Microservices
PDF
Cloud Native Application
PPTX
Siebel Open UI Presentation
PPTX
Microservices
PPTX
SOA Service Oriented Architecture
PPTX
Introduction to microservices
PDF
Siebel business process flow
PDF
Why Microservice
PPT
PPTX
Oracle architecture ppt
PDF
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
PPTX
Microservice vs. Monolithic Architecture
PPTX
Service Mapping.pptx
PDF
App Modernization
PPTX
What is AWS?
PPTX
API Design- Best Practices
PPTX
Azure App Service
Siebel CRM: Open UI
E script
Azure Introduction
Introduction to Microservices
Cloud Native Application
Siebel Open UI Presentation
Microservices
SOA Service Oriented Architecture
Introduction to microservices
Siebel business process flow
Why Microservice
Oracle architecture ppt
Microservice Architecture | Microservices Tutorial for Beginners | Microservi...
Microservice vs. Monolithic Architecture
Service Mapping.pptx
App Modernization
What is AWS?
API Design- Best Practices
Azure App Service
Ad

Viewers also liked (20)

PPTX
Crm siebel
PPT
Oracle Siebel CRM Desktop
PPTX
Siebel
PPT
CRM Introduction
PDF
Architecture of the Web browser
PPT
Siebel eScript
PPTX
Crm siebel
PDF
CRM, una aplicacion exitosa
PPTX
Introduction to Web Architecture
ODT
Potential Solutions Co Existence
PDF
Siebel deployment
PDF
Webinar Siebel CRM - The most common license compliance issues seen
PPTX
Testing Drupal Site Performance Across Browsers, Geographies and Networks
PDF
Using Human Data And Reciprocity Of Value For CX Innovation
PDF
Planeación en la Nube
PPTX
Crm ppt by mayank saxena group
PPTX
Addvantum CRM Profile
PPTX
Siebel Resume Arquitecture
PDF
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
PDF
Propuesta crm luxury bay resorts
Crm siebel
Oracle Siebel CRM Desktop
Siebel
CRM Introduction
Architecture of the Web browser
Siebel eScript
Crm siebel
CRM, una aplicacion exitosa
Introduction to Web Architecture
Potential Solutions Co Existence
Siebel deployment
Webinar Siebel CRM - The most common license compliance issues seen
Testing Drupal Site Performance Across Browsers, Geographies and Networks
Using Human Data And Reciprocity Of Value For CX Innovation
Planeación en la Nube
Crm ppt by mayank saxena group
Addvantum CRM Profile
Siebel Resume Arquitecture
Siebel Essentials: Siebel Summer Essentials siebel-essentials.blogspot.com/20...
Propuesta crm luxury bay resorts
Ad

Similar to Siebel Web Architecture (20)

PPT
SIEBEL CRM - Ess Architecture - 05
PDF
03 workflow
PDF
03 workflow
PDF
03 workflow
PPTX
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
PDF
Introducing SMART Plug-Ins (SPIs)
PDF
Preparing forfirstconnectionsinstall
PPTX
Siebel server cloning
PDF
IBM Connections Design To #NOTFAIL
PPTX
introduction on server.pptx
PPT
Chapter 8
DOC
Siebel admin cmds
PPT
Mobile Web Network
PDF
Types of servers
PPTX
RHCE (RED HAT CERTIFIED ENGINEERING)
PPTX
Presentation1.pptx
PDF
Linux Servers
PPT
Web Server Hardware and Software
PPT
5-WebServers.ppt
SIEBEL CRM - Ess Architecture - 05
03 workflow
03 workflow
03 workflow
Siebel Server Cloning available in 8.1.1.9 / 8.2.2.2
Introducing SMART Plug-Ins (SPIs)
Preparing forfirstconnectionsinstall
Siebel server cloning
IBM Connections Design To #NOTFAIL
introduction on server.pptx
Chapter 8
Siebel admin cmds
Mobile Web Network
Types of servers
RHCE (RED HAT CERTIFIED ENGINEERING)
Presentation1.pptx
Linux Servers
Web Server Hardware and Software
5-WebServers.ppt

More from Roman Agaev (20)

PDF
Siebel client side integrator (SCSI)
ODT
It Project And Agile
ODT
Logic Equations Resolver J Script
ODT
Object Oriented Approach Within Siebel Boundaries
ODT
Integration Within Several Projects
ODT
Client/Server Paradigm And Its Implementation
ODP
Order Management Plus Integration Topics
ODT
Workflow Usage Best Practices
ODT
Workflow On The Fly Monitoring Solution
ODT
Potential Vpn Solution
ODT
Potential Customer Data Model Solution Telco
ODT
General Logging Approach
ODT
General Error Handling Approach
ODT
Common Redirection Mechanism
ODT
Common System Parameters
ODT
Common Global Parameters
ODT
Common Msisdn Resource Number Management
PPT
Guidance 4 Days Configuration Presentation
DOC
Guidance 4 Days Configuration
PPT
Analysis
Siebel client side integrator (SCSI)
It Project And Agile
Logic Equations Resolver J Script
Object Oriented Approach Within Siebel Boundaries
Integration Within Several Projects
Client/Server Paradigm And Its Implementation
Order Management Plus Integration Topics
Workflow Usage Best Practices
Workflow On The Fly Monitoring Solution
Potential Vpn Solution
Potential Customer Data Model Solution Telco
General Logging Approach
General Error Handling Approach
Common Redirection Mechanism
Common System Parameters
Common Global Parameters
Common Msisdn Resource Number Management
Guidance 4 Days Configuration Presentation
Guidance 4 Days Configuration
Analysis

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Big Data Technologies - Introduction.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Modernizing your data center with Dell and AMD
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Approach and Philosophy of On baking technology
Advanced methodologies resolving dimensionality complications for autism neur...
Big Data Technologies - Introduction.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The AUB Centre for AI in Media Proposal.docx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Encapsulation_ Review paper, used for researhc scholars
Modernizing your data center with Dell and AMD
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
Chapter 3 Spatial Domain Image Processing.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Network Security Unit 5.pdf for BCA BBA.
Approach and Philosophy of On baking technology

Siebel Web Architecture

  • 1. Siebel Web Architecture Upgrading from Siebel 2000 to 7
  • 2. Siebel Web Architecture Overview At a high level, the Siebel architecture consists of: Web clients that access the business data A Web server that handles interactions with the Web clients Servers that manage the business data and provide batch and interactive services for clients A relational database and file system that store business data Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
  • 3. Siebel Clients Display the interactive Siebel application used to manage the Siebel data Runs in a variety of environments Web browsers, WML devices, and PDAs (Windows CE and Palm) Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
  • 4. Web Server Identifies and passes Siebel requests from Web clients to the Siebel servers Passes completed HTML application pages back to Web clients Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
  • 5. Siebel Web Server Architecture Consists of a third-party Web server with the following additional Siebel components Virtual directories Siebel Web Server Extensions (SWSE) Configuration file (.CFG) Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
  • 6. Virtual Directory Exists on the Web server to receive inbound Web client requests for each installed Siebel eBusiness application, and forwards these requests to SWSE Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
  • 7. Siebel Web Server Extension (SWSE) Receives and parses inbound HTTP requests from Web clients Creates and manages connections to the Siebel Servers or Load Balancer (if implemented) Routes requests to the appropriate Siebel Server components Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
  • 8. Eapps.cfg Used by the SWSE Is a single configuration file for all Siebel applications Contains configuration information, including: connectivity information, login, and security settings Contains a connect string for each Siebel application Web Server Virtual Directories SWSE Eapps.cfg Siebel Web Client Siebel Gateway Name Server
  • 9. Siebel Gateway Name Server Is a Windows service or Unix daemon process Dynamically registers Siebel Server and component availability Stores component definitions and assignments, operational parameters, and connectivity information Stored in siebns.dat file located in \\sea77\gtwysrvr\ADMIN Siebel Web Client Web Server Siebel Gateway Name Server Enterprise Siebel Server(s)
  • 10. Enterprise Server Is a logical collection of Siebel Servers that support users accessing a single database server and a single file system Logically groups Siebel Servers for common administration via Siebel Server Manager Supports sharing of common configuration information Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server(s)
  • 11. Siebel Servers Execute tasks to manage the business data Interactive processing (for example: supports the Web client running Siebel Call Center) Background processing (for example: workflow and business process automation) Batch processing (for example: volume data importing) Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel File System Siebel Server
  • 12. Siebel Server Architecture Consists of the following entities: Siebel Server Siebel Repository File (.SRF) Configuration File (.CFG) and Component Parameters Siebel Web Templates (.SWT) Server components Siebel Web Client Web Server Siebel Gateway Name Server Database Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
  • 13. Siebel Server Is a Windows service or Unix daemon process Is the platform that supports interactive, batch, and background processing for all Siebel clients Controls server components running on a machine Siebel Web Client Web Server Siebel Gateway Name Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
  • 14. Siebel Repository File (.SRF) Separate binary file that defines one or more Siebel applications Specifies the: Data presentation Business rules and processes Data organization and storage Enterprise Siebel Server .SRF .CFG .SWT Server Components
  • 15. Siebel Configuration File (.CFG) and Component Parameters Specify initialization settings of the application at run time, for example: Application parameters Security settings Siebel Gateway Name Server Enterprise Server Enterprise Siebel Server .SRF .CFG .SWT Server Components
  • 16. Siebel Web Templates (.SWT) Set of template files that specify how to render the UI in the user’s browser HTML files with embedded Siebel tags defining content Enterprise Siebel Server .SRF .CFG .SWT Server Components
  • 17. Server Component Is a program that executes on a Siebel Server Performs a specific function or job Examples include: Importing and exporting data Configuring the database to monitor for user-defined conditions Processing of client requests Enterprise Siebel Server .SRF .CFG .SWT Server Components Examples: Application Object Manager File System Manager Synchronization Manager Assignment Manager Enterprise Integration Mgr
  • 18. Application Object Manager Is a server component that creates and processes data at multiple levels UI layer Business layer Data layer Provides the environment in which Siebel applications run Used by thin clients (Mobile client uses Siebel.exe) Enterprise Siebel Server Server Components AOM File System Manager Within the AOM, UI layer is supported by the Siebel Web Engine. Data layer is supported by the Data Manager.
  • 19. Database Server Stores data used by Siebel e Business Applications in a predefined database schema Supports a variety of third-party relational database management system (RDBMS) Database Server Enterprise Siebel Server Server Components AOM File System Manager The Data Manager, within the AOM, controls access to the Database Server
  • 20. Siebel File System Is a shared directory that stores compressed files used by Siebel applications Examples: Product literature, sales tools, presentations Read/write access is controlled by the File System Manager server component Easier security administration Only the user with administrative privileges for the Siebel Server needs access privileges to the file system directories Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Files System Manager controls access to the Siebel File System 0/3
  • 21. Uploading an Attachment Using the FSM Attachments are copied from the user's hard drive and transferred to the Siebel Server The FSM component compresses the file, and then stores the compressed file in the Siebel File System Compression and renaming of the files is automated by the FSM Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Siebel Web Client Web Server Siebel Gateway Name Server File File 2. FSM compresses and renames file 1. File uploaded from local machine 3. File stored in the File System Database Server 1/3
  • 22. Downloading an Attachment Using the FSM The attachment download request is received by the FSM, which retrieves the requested file Decompresses the file and restores its original name The file is sent back to the user's Web browser Enterprise Siebel Server Server Components AOM File System Manager Siebel File System Siebel Web Client Web Server Siebel Gateway Name Server File File 2. FSM decompresses and renames file 3. File downloaded to local machine 1. File retrieved from File System Database Server 2/3
  • 23. Configuring File System Connectivity Web Clients always connect using the FSM Mobile Web Clients connect directly to their local file system and synchronise files using the Synchronisation Manager Dedicated Web Clients can connect directly to the file system or use the FSM Modify the FileSystem parameter in the .cfg file [ServerDataSrc] FileSystem = \\ORBMBFS01\siebfile\att [ServerDataSrc] FileSystem = *FSM* Directly access the file system Access the file system using the FSM 3/3
  • 24. Web Usage Login Scenario Siebel Web Client (browser) sends the URL to the Web server URL specifies: Either HTTP or HTTPS protocol Web server machine name Application and language URL initially connects to the virtual directory on the Web server 1. Browser sends URL to Web server Siebel Web Client < browser > Web Server <websrvr1> Virtual Directory [/callcenter_enu] http://websrvr1/callcenter_enu 2. Connects to the virtual directory on the specified Web server
  • 25. Web Usage Login Scenario Continued Virtual directory forwards request to the Siebel Web Server Extension (SWSE) installed on the Web server SWSE uses the eapps.cfg file to obtain connection parameters Web Server <websrvr1> Virtual Directory [/callcenter_enu] SWSE Eapps.cfg 4. SWSE locates the requested section in eapps.cfg Siebel Web Client < browser > 3. Virtual directory specifies to use SWSE
  • 26. Web Usage Login Scenario Continued Eapps.cfg specifies the location of the Gateway, Gateway port number, Enterprise, Application Object Manager, and load balancer information for initial connection Contains Siebel Server information in the case of no load balancing Siebel Server <SS1> Enterprise – <Siebel> Application Object Manager SCCObjMgr_enu Web Server <websrvr> Siebel Gateway Name Server <gtwysrvr> 5. eapps.cfg specifies connect string values
  • 27. Web Usage Login Scenario Continued Application Object Manager reads configuration file and component parameters, which specify SRF location, application, and so forth Siebel Server Enterprise <Siebel> Application Object Manager SCCObjMgr_enu .CFG .SRF Database Server Database Server 6. Application Object Manager reads CFG file (or component parameters)
  • 28. Web Usage Login Scenario Continued The SWE, as part of the Application Object Manager, reads a set of Web templates that are stored on the Siebel Server and creates HTML pages for the data requested Siebel Server Application Object Manager SWE .SWT Database Server Database Server 7. SWE reads Web Templates and creates HTML pages Enterprise <Siebel> .CFG .SRF HTML login page
  • 29. Web Usage Login Scenario Continued Application Object Manager sends the completed Web page to the Web server, which passes it back to the Web client Web Server <websrvr1> Siebel Server <SS1> Enterprise – <Siebel> Application Object Manager SCCObjMgr_enu HTML login page Siebel Call Center
  • 30. Physical Architecture The Siebel Gateway Name Server, Siebel Server, Database Server, and File System can be implemented on one machine or spread across multiple machines The Siebel Server(s) should have a high-speed LAN connection to the Database Server Siebel Gateway Name Server Enterprise Server Firewall Firewall High-speed LAN Web Server SWSE Siebel Server Siebel File System Database Server Siebel Server