SlideShare una empresa de Scribd logo
1 de 16
Vibrant Technologies
& Computers

siebel COURSE
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai,

Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in

• Siebel has run on Microsoft servers since
first released
– Siebel is optimised and stable on the
Microsoft platform

• All tiers of Siebel architecture supported
on Microsoft platform
–
–
–
–

Database Server
- SQL Server
Application Server - Windows Server
Web Server - IIS
Client
- Internet Explorer

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel Analytics on Microsoft
• Siebel Analytics is Siebel’s Business
Intelligence (OLAP) Product
• Separate technical architecture to Siebel CRM
(OLTP)
– Similar 4-tier web architecture
– Separate web, application and database servers
– Integrated with Siebel CRM client or standalone
client

• All tiers supported on Microsoft platform
– Includes SQL Server 2000 for database

• Originally developed on Microsoft platform
– Analytics is optimised and stable on the
Microsoft platform
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel 7.7 on the Microsoft Platform
Scalability / Performance / Availability
• Siebel Technical Architecture
• Covering Siebel 7.7 CRM
• Follow down through application stack
• Focus on new functionality in 7.7
• Database covered in separate session
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel 7.7 on the Microsoft Platform
• Introduction to Siebel Architecture
• From the Browser to the Web Server
• Web Server Scalability and Availability
• From the Web Server to the Siebel Server

< Break >
• Siebel Server Scalability
• Siebel Server Availability
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel 7 Infrastructure Overview
Wireless Web
Browser User Interface

Connected Web User Connected Web User
(Employee)
(External)
Browser User Interface

PDA

Browser User Interface

Mobile Client
Browser UI
Object
Manager
Data Manager

WAP Gateway
Server

Web Server
Siebel Web Server
Extension

SIEB
SYNC
Local
DB

Gateway Name Server

External
Applications
Siebel
eAI
Siebel
Replication

Load Balancer
LoadBalancer

Siebel
Remote

Siebel Enterprise

Object Manager

Object Manager

Data Manager

Data Manager

Voice
Interaction

Email
Interaction

Regional
Siebel
DB Server

Central Siebel DB Server Contact:09892900103/9892900173
B2/6/2 Vashi ,Navi Mumbai,
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Major Client Types
•
•

•

•

All accessed through a browser
High Interactivity (Employee facing)
– Very demanding on browser
– Can only run on strictly defined browser configurations
– Rich user interface
Standard Interactivity (Customer facing)
– Less demanding on browser
– Can run on wide variety of browsers
– Standard web user interface
Mobile Client
– Has local copy of Siebel database
– Local server functionality
– Uses High Interactivity interface

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Architecture Overview – Server Component Types
• Background
Background operations for the Siebel Server.
Runs until you explicitly stop the task, or until
the Siebel Server itself is shut down.
• Interactive
Start automatically in response to client
requests. Run as long as the client maintains
the session, and end when the client
disconnects.
• Batch
Execute in response to requests. Batch mode
component tasks execute until they finish
processing.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Network Scalability – Content Expiration
Uncached

GET: ‘icon.gif’

25KB
icon.gif
DATE: 10/08/03 07:14

RESPONSE: ‘icon.gif’
DATE: 10/10/03 09:25:08
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
LAST-MODIFIED: 10/08/03 07:14
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Network Performance – Compression
• Compression (Dynamic Content)
–Performed by SWSE
–Typically gives 50% reduction in data volumes
–Low CPU overhead
–Do not use web server dynamic compression
(application files)
–Enabled through SWSE configuration file
(‘eapps.cfg’)
• [Defaults]
• DoCompression = TRUE
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel 7.7 on the Microsoft Platform
• Introduction to Siebel Architecture
• From the Browser to the Web Server
• Web Server Scalability and Availability
• From the Web Server to the Siebel Server
• Siebel Server Scalability
• Siebel Server Availability
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Web Server Scalability

• Can use Load Balancing to scale across multiple web
servers
• Any load balancer can be used
– i.e. Microsoft Network Load Balancing (NLB)

• No need for session persistence
– Except when SSL used

• May not have all content available from all web servers
– i.e. Different object managers accessed through different
groups of web servers
– In this case the load balancer will need to support layer 7
(content) switching

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

When to implement server load balancing

• Load balancing multiple Siebel
Application Servers
– Run the same object manager across
multiple Siebel Servers

• Load balancing multiple Web Servers
– Load balancing Siebel Servers is no longer
mandatory, as SISNAPI reconnect will
work in any scenario

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Siebel Native Load Balancing Features
• Replace the load balancing feature provided by
Resonate Central Dispatch
– Without the maintenance overhead of Resonate
– No cost for third party load balancers

• Distributes new SISNAPI connection request in
a round robin fashion across Siebel Servers
– Proven to work well for most Siebel deployments

• Supports SISNAPI reconnect out of box
• Built into Siebel Web Server Extension
• Configuration resides in the web server
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Failover Clusters
Service available from one server
Siebel implement through failover clusters
(Microsoft Server Clusters)

Siebel services restart on other physical server
Can be accessed through same network name / IP
address on either physical server
Failover ,Navi Mumbai,
B2/6/2 Vashi is transparent and automaticContact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
siebeltraining.vibranttechnologies.co.in

Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup.co.
in
Vibrant HR Team
www.hr.vibrangroup.co.in

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
siebeltraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in

Más contenido relacionado

La actualidad más candente

Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...
Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...
Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...Meet Magento Italy
 
Max Yekaterynenko - Magento Architecture, Next Steps
Max Yekaterynenko - Magento Architecture, Next StepsMax Yekaterynenko - Magento Architecture, Next Steps
Max Yekaterynenko - Magento Architecture, Next StepsMeet Magento Italy
 
WebAssembly vs JavaScript: What is faster?
WebAssembly vs JavaScript: What is faster?WebAssembly vs JavaScript: What is faster?
WebAssembly vs JavaScript: What is faster?Alexandr Skachkov
 
WSO2 Intro Webinar - Scale your business with the cloud enabled WSO2 Applica...
WSO2 Intro Webinar -  Scale your business with the cloud enabled WSO2 Applica...WSO2 Intro Webinar -  Scale your business with the cloud enabled WSO2 Applica...
WSO2 Intro Webinar - Scale your business with the cloud enabled WSO2 Applica...WSO2
 
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid it
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid itIgor Bondarenko - Magento2 Performance Bottlenecks: How to avoid it
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid itMeet Magento Italy
 
ChinaNetCloud - Chinese Cloud Features
ChinaNetCloud - Chinese Cloud Features ChinaNetCloud - Chinese Cloud Features
ChinaNetCloud - Chinese Cloud Features ChinaNetCloud
 
Zimbra admin ui demo presentation
Zimbra admin ui demo presentationZimbra admin ui demo presentation
Zimbra admin ui demo presentationsolarisyourep
 
Your App deserves more – The Art of App Modernization
Your App deserves more – The Art of App ModernizationYour App deserves more – The Art of App Modernization
Your App deserves more – The Art of App ModernizationChristian Güdemann
 
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET Core
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET CoreTarabica 2019 - Migration from ASP.NET MVC to ASP.NET Core
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET CoreMiroslav Popovic
 
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発Atsushi Matsuo
 
IBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the CloudIBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the CloudAndrew Coleman
 
Esb buyers guide_final
Esb buyers guide_finalEsb buyers guide_final
Esb buyers guide_finalWSO2
 
Pune meetup 16 feb 2019
Pune meetup 16 feb 2019Pune meetup 16 feb 2019
Pune meetup 16 feb 2019Santosh Ojha
 
GateIn lightweight Web Content Management
GateIn lightweight Web Content ManagementGateIn lightweight Web Content Management
GateIn lightweight Web Content Managementponceballesteros
 

La actualidad más candente (18)

Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...
Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...
Eugene Shakhsuvarov - Improving enterprise store scalability using AMQP and A...
 
Max Yekaterynenko - Magento Architecture, Next Steps
Max Yekaterynenko - Magento Architecture, Next StepsMax Yekaterynenko - Magento Architecture, Next Steps
Max Yekaterynenko - Magento Architecture, Next Steps
 
Hyderbad meetup 19th jan
Hyderbad meetup 19th janHyderbad meetup 19th jan
Hyderbad meetup 19th jan
 
WebAssembly vs JavaScript: What is faster?
WebAssembly vs JavaScript: What is faster?WebAssembly vs JavaScript: What is faster?
WebAssembly vs JavaScript: What is faster?
 
Mulesoft meetup 29.06
Mulesoft meetup 29.06Mulesoft meetup 29.06
Mulesoft meetup 29.06
 
WSO2 Intro Webinar - Scale your business with the cloud enabled WSO2 Applica...
WSO2 Intro Webinar -  Scale your business with the cloud enabled WSO2 Applica...WSO2 Intro Webinar -  Scale your business with the cloud enabled WSO2 Applica...
WSO2 Intro Webinar - Scale your business with the cloud enabled WSO2 Applica...
 
Soa
SoaSoa
Soa
 
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid it
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid itIgor Bondarenko - Magento2 Performance Bottlenecks: How to avoid it
Igor Bondarenko - Magento2 Performance Bottlenecks: How to avoid it
 
ChinaNetCloud - Chinese Cloud Features
ChinaNetCloud - Chinese Cloud Features ChinaNetCloud - Chinese Cloud Features
ChinaNetCloud - Chinese Cloud Features
 
Single Page Apps
Single Page AppsSingle Page Apps
Single Page Apps
 
Zimbra admin ui demo presentation
Zimbra admin ui demo presentationZimbra admin ui demo presentation
Zimbra admin ui demo presentation
 
Your App deserves more – The Art of App Modernization
Your App deserves more – The Art of App ModernizationYour App deserves more – The Art of App Modernization
Your App deserves more – The Art of App Modernization
 
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET Core
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET CoreTarabica 2019 - Migration from ASP.NET MVC to ASP.NET Core
Tarabica 2019 - Migration from ASP.NET MVC to ASP.NET Core
 
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発
Webアプリケーションフレームワークを利用した効率的なカスタムWeb開発
 
IBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the CloudIBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the Cloud
 
Esb buyers guide_final
Esb buyers guide_finalEsb buyers guide_final
Esb buyers guide_final
 
Pune meetup 16 feb 2019
Pune meetup 16 feb 2019Pune meetup 16 feb 2019
Pune meetup 16 feb 2019
 
GateIn lightweight Web Content Management
GateIn lightweight Web Content ManagementGateIn lightweight Web Content Management
GateIn lightweight Web Content Management
 

Destacado

От стартапа к лидерству в отрасли
От стартапа к лидерству в отраслиОт стартапа к лидерству в отрасли
От стартапа к лидерству в отраслиExpert and Consulting (EnC)
 
Новые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетейНовые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетейExpert and Consulting (EnC)
 
Fm powerpoint
Fm powerpointFm powerpoint
Fm powerpointtanyacork
 
Ci powerpoint
Ci powerpointCi powerpoint
Ci powerpointtanyacork
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...anshkhurana01
 
Intervencion labiodental
Intervencion labiodentalIntervencion labiodental
Intervencion labiodentalantunez82
 
Kestävän kehityksen suunnitelman tavoitteet
Kestävän kehityksen suunnitelman tavoitteetKestävän kehityksen suunnitelman tavoitteet
Kestävän kehityksen suunnitelman tavoitteetKerttuH
 
El sectorterciari pvr
El sectorterciari pvrEl sectorterciari pvr
El sectorterciari pvrllulsil23
 

Destacado (14)

Tâche 2
Tâche 2Tâche 2
Tâche 2
 
От стартапа к лидерству в отрасли
От стартапа к лидерству в отраслиОт стартапа к лидерству в отрасли
От стартапа к лидерству в отрасли
 
Новые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетейНовые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетей
 
Subplots expanded
Subplots expandedSubplots expanded
Subplots expanded
 
Gcp powerpoint
Gcp powerpointGcp powerpoint
Gcp powerpoint
 
Fm powerpoint
Fm powerpointFm powerpoint
Fm powerpoint
 
Ci powerpoint
Ci powerpointCi powerpoint
Ci powerpoint
 
План Импульс
План  Импульс План  Импульс
План Импульс
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
 
Intervencion labiodental
Intervencion labiodentalIntervencion labiodental
Intervencion labiodental
 
TDD drogą do oświecenia w Scali
TDD drogą do oświecenia w ScaliTDD drogą do oświecenia w Scali
TDD drogą do oświecenia w Scali
 
SOA & WCF
SOA & WCFSOA & WCF
SOA & WCF
 
Kestävän kehityksen suunnitelman tavoitteet
Kestävän kehityksen suunnitelman tavoitteetKestävän kehityksen suunnitelman tavoitteet
Kestävän kehityksen suunnitelman tavoitteet
 
El sectorterciari pvr
El sectorterciari pvrEl sectorterciari pvr
El sectorterciari pvr
 

Similar a Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai

Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...VibrantGroup
 
Whats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEWhats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEDominic Storey
 
Serverless computing and cloud computing
Serverless computing and cloud computingServerless computing and cloud computing
Serverless computing and cloud computingroosirose210
 
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...Serdar Basegmez
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Andrew Miller
 
A Smooth Transition to HTML5
A Smooth Transition to HTML5A Smooth Transition to HTML5
A Smooth Transition to HTML5Chris Bannon
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiAlex Tumanoff
 
Edge 2016 Session 1886 Building your own docker container cloud on ibm power...
Edge 2016 Session 1886  Building your own docker container cloud on ibm power...Edge 2016 Session 1886  Building your own docker container cloud on ibm power...
Edge 2016 Session 1886 Building your own docker container cloud on ibm power...Yong Feng
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSAmazon Web Services
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1makker_nl
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Amazon Web Services
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSAmazon Web Services
 
Gentle into to DataGrid technology and customer use cases
Gentle into to DataGrid technology and customer use casesGentle into to DataGrid technology and customer use cases
Gentle into to DataGrid technology and customer use casesBilly Newport
 
Resume_Ram Dass
Resume_Ram DassResume_Ram Dass
Resume_Ram DassRam Dass
 
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in BluemixEclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in BluemixEclipse Day India
 
JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.Sebastian Faulhaber
 

Similar a Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai (20)

Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
 
Whats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEWhats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSE
 
Serverless computing and cloud computing
Serverless computing and cloud computingServerless computing and cloud computing
Serverless computing and cloud computing
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
 
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
 
A Smooth Transition to HTML5
A Smooth Transition to HTML5A Smooth Transition to HTML5
A Smooth Transition to HTML5
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen Nedaskivskyi
 
Edge 2016 Session 1886 Building your own docker container cloud on ibm power...
Edge 2016 Session 1886  Building your own docker container cloud on ibm power...Edge 2016 Session 1886  Building your own docker container cloud on ibm power...
Edge 2016 Session 1886 Building your own docker container cloud on ibm power...
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
 
DeepakTaneja_SE
DeepakTaneja_SEDeepakTaneja_SE
DeepakTaneja_SE
 
GEETHA LAKSHMI M
GEETHA LAKSHMI MGEETHA LAKSHMI M
GEETHA LAKSHMI M
 
Mule ESB Intro
Mule ESB IntroMule ESB Intro
Mule ESB Intro
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS
 
Gentle into to DataGrid technology and customer use cases
Gentle into to DataGrid technology and customer use casesGentle into to DataGrid technology and customer use cases
Gentle into to DataGrid technology and customer use cases
 
Resume_Ram Dass
Resume_Ram DassResume_Ram Dass
Resume_Ram Dass
 
Eclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in BluemixEclipse tools for deployment to was liberty profile in Bluemix
Eclipse tools for deployment to was liberty profile in Bluemix
 
JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.JAX 2014 - The PaaS to a better IT architecture.
JAX 2014 - The PaaS to a better IT architecture.
 

Más de anshkhurana01

sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbaisas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbaianshkhurana01
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...anshkhurana01
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...anshkhurana01
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaianshkhurana01
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaianshkhurana01
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaianshkhurana01
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaianshkhurana01
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaianshkhurana01
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaianshkhurana01
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaianshkhurana01
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...anshkhurana01
 
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbaiMysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbaianshkhurana01
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...anshkhurana01
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...anshkhurana01
 

Más de anshkhurana01 (18)

sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbaisas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
 
05php
05php05php
05php
 
Sajid
SajidSajid
Sajid
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbaiMysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
 

Último

Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 

Último (20)

Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 

Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai

  • 1. Vibrant Technologies & Computers siebel COURSE Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
  • 2. siebeltraining.vibranttechnologies.co.in • Siebel has run on Microsoft servers since first released – Siebel is optimised and stable on the Microsoft platform • All tiers of Siebel architecture supported on Microsoft platform – – – – Database Server - SQL Server Application Server - Windows Server Web Server - IIS Client - Internet Explorer B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 3. siebeltraining.vibranttechnologies.co.in Siebel Analytics on Microsoft • Siebel Analytics is Siebel’s Business Intelligence (OLAP) Product • Separate technical architecture to Siebel CRM (OLTP) – Similar 4-tier web architecture – Separate web, application and database servers – Integrated with Siebel CRM client or standalone client • All tiers supported on Microsoft platform – Includes SQL Server 2000 for database • Originally developed on Microsoft platform – Analytics is optimised and stable on the Microsoft platform B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 4. siebeltraining.vibranttechnologies.co.in Siebel 7.7 on the Microsoft Platform Scalability / Performance / Availability • Siebel Technical Architecture • Covering Siebel 7.7 CRM • Follow down through application stack • Focus on new functionality in 7.7 • Database covered in separate session B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 5. siebeltraining.vibranttechnologies.co.in Siebel 7.7 on the Microsoft Platform • Introduction to Siebel Architecture • From the Browser to the Web Server • Web Server Scalability and Availability • From the Web Server to the Siebel Server < Break > • Siebel Server Scalability • Siebel Server Availability B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 6. siebeltraining.vibranttechnologies.co.in Siebel 7 Infrastructure Overview Wireless Web Browser User Interface Connected Web User Connected Web User (Employee) (External) Browser User Interface PDA Browser User Interface Mobile Client Browser UI Object Manager Data Manager WAP Gateway Server Web Server Siebel Web Server Extension SIEB SYNC Local DB Gateway Name Server External Applications Siebel eAI Siebel Replication Load Balancer LoadBalancer Siebel Remote Siebel Enterprise Object Manager Object Manager Data Manager Data Manager Voice Interaction Email Interaction Regional Siebel DB Server Central Siebel DB Server Contact:09892900103/9892900173 B2/6/2 Vashi ,Navi Mumbai, siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 7. siebeltraining.vibranttechnologies.co.in Major Client Types • • • • All accessed through a browser High Interactivity (Employee facing) – Very demanding on browser – Can only run on strictly defined browser configurations – Rich user interface Standard Interactivity (Customer facing) – Less demanding on browser – Can run on wide variety of browsers – Standard web user interface Mobile Client – Has local copy of Siebel database – Local server functionality – Uses High Interactivity interface B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 8. siebeltraining.vibranttechnologies.co.in Architecture Overview – Server Component Types • Background Background operations for the Siebel Server. Runs until you explicitly stop the task, or until the Siebel Server itself is shut down. • Interactive Start automatically in response to client requests. Run as long as the client maintains the session, and end when the client disconnects. • Batch Execute in response to requests. Batch mode component tasks execute until they finish processing. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 9. siebeltraining.vibranttechnologies.co.in Network Scalability – Content Expiration Uncached GET: ‘icon.gif’ 25KB icon.gif DATE: 10/08/03 07:14 RESPONSE: ‘icon.gif’ DATE: 10/10/03 09:25:08 B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 LAST-MODIFIED: 10/08/03 07:14 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 10. siebeltraining.vibranttechnologies.co.in Network Performance – Compression • Compression (Dynamic Content) –Performed by SWSE –Typically gives 50% reduction in data volumes –Low CPU overhead –Do not use web server dynamic compression (application files) –Enabled through SWSE configuration file (‘eapps.cfg’) • [Defaults] • DoCompression = TRUE B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 11. siebeltraining.vibranttechnologies.co.in Siebel 7.7 on the Microsoft Platform • Introduction to Siebel Architecture • From the Browser to the Web Server • Web Server Scalability and Availability • From the Web Server to the Siebel Server • Siebel Server Scalability • Siebel Server Availability B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 12. siebeltraining.vibranttechnologies.co.in Web Server Scalability • Can use Load Balancing to scale across multiple web servers • Any load balancer can be used – i.e. Microsoft Network Load Balancing (NLB) • No need for session persistence – Except when SSL used • May not have all content available from all web servers – i.e. Different object managers accessed through different groups of web servers – In this case the load balancer will need to support layer 7 (content) switching B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 13. siebeltraining.vibranttechnologies.co.in When to implement server load balancing • Load balancing multiple Siebel Application Servers – Run the same object manager across multiple Siebel Servers • Load balancing multiple Web Servers – Load balancing Siebel Servers is no longer mandatory, as SISNAPI reconnect will work in any scenario B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 14. siebeltraining.vibranttechnologies.co.in Siebel Native Load Balancing Features • Replace the load balancing feature provided by Resonate Central Dispatch – Without the maintenance overhead of Resonate – No cost for third party load balancers • Distributes new SISNAPI connection request in a round robin fashion across Siebel Servers – Proven to work well for most Siebel deployments • Supports SISNAPI reconnect out of box • Built into Siebel Web Server Extension • Configuration resides in the web server B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 15. siebeltraining.vibranttechnologies.co.in Failover Clusters Service available from one server Siebel implement through failover clusters (Microsoft Server Clusters) Siebel services restart on other physical server Can be accessed through same network name / IP address on either physical server Failover ,Navi Mumbai, B2/6/2 Vashi is transparent and automaticContact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 16. siebeltraining.vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup.co. in Vibrant HR Team www.hr.vibrangroup.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 siebeltraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in