<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeeKs Blogging @ dotCOM &#187; CRM</title>
	<atom:link href="http://geeksbloggingat.com/archives/practices/crm/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksbloggingat.com</link>
	<description>Let&#039;s share...</description>
	<lastBuildDate>Tue, 30 Aug 2011 21:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Login Failed in Dedicated Web Client : MVF Issue</title>
		<link>http://geeksbloggingat.com/2011/08/31/login-failed-in-dedicated-web-client-mvf-issue/</link>
		<comments>http://geeksbloggingat.com/2011/08/31/login-failed-in-dedicated-web-client-mvf-issue/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 21:18:49 +0000</pubDate>
		<dc:creator>Himanshu Bajpai</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Business Component]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Workarounds]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1120</guid>
		<description><![CDATA[Recently I have met with the Problem in form of defect. The Problem was related to Record Visibility in Activity. There were activities created for SR as a result of Email Response and properly visible in Activity List Applet under SR. We have Pick Applet in SR Applet for fetching all Email related activities. But [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/02/19/siebel-unable-to-login-to-mobile-client/' rel='bookmark' title='Permanent Link: Siebel &#8211; Unable to login to mobile client'>Siebel &#8211; Unable to login to mobile client</a> <small>After long time I am writing a blog&#8230; This time...</small></li>
<li><a href='http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/' rel='bookmark' title='Permanent Link: Siebel Admin Mode Flag &#8211; II &#8211; Issue Log'>Siebel Admin Mode Flag &#8211; II &#8211; Issue Log</a> <small>In the last post I described about Admin Mode Flag....</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/26/siebel-unable-to-launch-local-client/' rel='bookmark' title='Permanent Link: Siebel &#8211; Unable to launch Local Client'>Siebel &#8211; Unable to launch Local Client</a> <small>Hi all, I was making a fresh install of Siebel...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/14/siebel-assets-list-view-performance-issue-cannot-display-records/' rel='bookmark' title='Permanent Link: Siebel Assets List view &#8211; Performance issue / Cannot display records'>Siebel Assets List view &#8211; Performance issue / Cannot display records</a> <small>Assets Screen Load is a major problem in Siebel, and...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/28/bi-actuate-reports-in-pdf-format-in-siebel/' rel='bookmark' title='Permanent Link: BI &#8211; Actuate Reports in PDF format in Siebel'>BI &#8211; Actuate Reports in PDF format in Siebel</a> <small>Hi all, Siebel is well integrated with Actuate Reports, used...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I have met with the Problem in form of defect. The Problem was related to Record Visibility in Activity.</p>
<p>There were activities created for SR as a result of Email Response and properly visible in Activity List Applet under SR. We have Pick Applet in SR Applet for fetching all Email related activities. But strangely same activities were not visible in the Pick Applet.</p>
<p><span id="more-1120"></span>On investigation, we found that the Applet was based on a different BC i.e. Action Special.<br />
Seeing Different BC It is understood there is a problem of Record Visibility.<br />
And since BC Record visibility is controlled by BusComp View Mode, there were bound to be some issues.<br />
We compared Action and Action Special BCs BusComp View Mode.</p>
<p>Following was the screenshot of BC -Action Special (click to enlarge)<br />
<div id="attachment_1121" class="wp-caption aligncenter" style="width: 310px"><a href="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/BC-Action-special.png"><img src="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/BC-Action-special-300x81.png" alt="Siebel BC Action-special screenshot" title="BC Action-special" width="300" height="81" class="size-medium wp-image-1121" /></a><p class="wp-caption-text">Siebel BC Action-special screenshot</p></div></p>
<p>Following was the screenshot of BC-Action (click to enlarge)<br />
<div id="attachment_1122" class="wp-caption aligncenter" style="width: 310px"><a href="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/BC-Action.png"><img src="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/BC-Action-300x78.png" alt="Siebel BC-Action screenshot" title="BC Action" width="300" height="78" class="size-medium wp-image-1122" /></a><p class="wp-caption-text">Siebel BC-Action screenshot</p></div></p>
<p>Above Snapshot shows the difference clearly !!</p>
<p>As a Solution –<br />
1) We made Action Special similar to Action BC and added Visibilty MVF as Organization and Visibility MVL as Organization.<br />
2) Compiled SRF.<br />
3) Login in dedicated Client.<br />
Shock!!!!!!!!!!!!!!<br />
It was throwing error of Wrong User Id and Password while few minutes back it was working fine.<br />
Login again- Shock again-error again.</p>
<p>3rd Time Login (3 is my lucky number <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ), but error again but this time my luck was better. So error changed to something different and is indicated below (click to enlarge) -<br />
<div id="attachment_1123" class="wp-caption aligncenter" style="width: 310px"><a href="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/Siebel-Error.png"><img src="http://geeksbloggingat.com/blog/wp-content/uploads/2011/08/Siebel-Error-300x55.png" alt="Siebel Error - BC MVF Configuration issue" title="Siebel Error" width="300" height="55" class="size-medium wp-image-1123" /></a><p class="wp-caption-text">Siebel Error - BC MVF Configuration issue</p></div></p>
<p>Since Organization MVL was not present in Action Special, I was not able login into the dedicated client.<br />
Actually I did the View Mode Change by Compare Object utility on Action and Action Special BC. This smartness and laziness created the whole issue because compare object put the MVL and MVF even though MVL/MVF was not present in BC.</p>
<p>If you change the Visibility MVL/MVF Manually then you would not allowed by Siebel to pick MVL/MVF that is not present in BC.</p>
<p>But it is really good for me. Since I have learnt a lesson and that is generic.</p>
<p>Conclusion-If the Reference of MVL or MVF is not present in BC then you would not able to login Siebel Dedicated Client and you can expect to get the below error.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
 User ID or password that you entered is incorrect.<br />
Please check the spelling and try again.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Thanks for reading. Stay tuned for more articles !!</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/02/19/siebel-unable-to-login-to-mobile-client/' rel='bookmark' title='Permanent Link: Siebel &#8211; Unable to login to mobile client'>Siebel &#8211; Unable to login to mobile client</a> <small>After long time I am writing a blog&#8230; This time...</small></li>
<li><a href='http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/' rel='bookmark' title='Permanent Link: Siebel Admin Mode Flag &#8211; II &#8211; Issue Log'>Siebel Admin Mode Flag &#8211; II &#8211; Issue Log</a> <small>In the last post I described about Admin Mode Flag....</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/26/siebel-unable-to-launch-local-client/' rel='bookmark' title='Permanent Link: Siebel &#8211; Unable to launch Local Client'>Siebel &#8211; Unable to launch Local Client</a> <small>Hi all, I was making a fresh install of Siebel...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/14/siebel-assets-list-view-performance-issue-cannot-display-records/' rel='bookmark' title='Permanent Link: Siebel Assets List view &#8211; Performance issue / Cannot display records'>Siebel Assets List view &#8211; Performance issue / Cannot display records</a> <small>Assets Screen Load is a major problem in Siebel, and...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/28/bi-actuate-reports-in-pdf-format-in-siebel/' rel='bookmark' title='Permanent Link: BI &#8211; Actuate Reports in PDF format in Siebel'>BI &#8211; Actuate Reports in PDF format in Siebel</a> <small>Hi all, Siebel is well integrated with Actuate Reports, used...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/08/31/login-failed-in-dedicated-web-client-mvf-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Managing Oracle Fusion Applications&#8221;</title>
		<link>http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/</link>
		<comments>http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 14:31:27 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Oracle Fusion Applications Stack]]></category>
		<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Oracle Fusion Applications]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1078</guid>
		<description><![CDATA[This is significant news. Even though Oracle&#8217;s Fusion Applications is not even generally available yet, there is a new book that has recently been launched that left me foxed. In fact, I looked at the title again to verify that it actually meant the *new* breed of Oracle Fusion Applications being launched by Oracle, and [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/' rel='bookmark' title='Permanent Link: Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!'>Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!</a> <small>Great news guys. The wait is over. Oracle&#8217;s first versions...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/03/oracle-fusion-middleware-11g-released/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g released'>Oracle Fusion Middleware 11g released</a> <small>Hi, We had shared the most happening news of the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is significant news. Even though Oracle&#8217;s Fusion Applications is not even generally available yet, there is a new book that has recently been launched that left me foxed. In fact, I looked at the title again to verify that it actually meant the *new* breed of Oracle Fusion Applications being launched by Oracle, and currently available only under Controlled Access.</p>
<p>Read our recent coverages on Oracle Fusion Apps..<br />
<a href="http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%E2%80%99-unique-design-principles/">ORACLE FUSION APPLICATIONS’ UNIQUE DESIGN PRINCIPLES</a><br />
<a href="http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/">LET’S UPGRADE SIEBEL CRM TO FUSION APPS “RIGHT NOW” !!</a><br />
<a href="http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/">INSIDE ORACLE FUSION APPS : CRM PERSPECTIVE</a></p>
<p><span id="more-1078"></span>It seems, it was all true. Richard Bingham from Oracle has authored a new book, &#8220;Managing Oracle Fusion Applications&#8221;, through the Oracle Press.</p>
<div id="attachment_1079" class="wp-caption aligncenter" style="width: 253px"><a href="http://geeksbloggingat.com/blog/wp-content/uploads/2011/06/Fusion-Apps-Cover-page.JPG"><img class="size-medium wp-image-1079" title="Fusion Apps Cover page" src="http://geeksbloggingat.com/blog/wp-content/uploads/2011/06/Fusion-Apps-Cover-page-243x300.jpg" alt="Fusion Apps Cover page" width="243" height="300" /></a><p class="wp-caption-text">Fusion Apps Cover page</p></div>
<p>The book is said to explain, how to use a wide range of Tools, Services and Best practices to manage Oracle Fusion Applications, the so-called next generation Enterprise Applications.</p>
<p>Richard Bingham, is probably a member of the Oracle team designing the support strategy for Oracle Fusion Applications, and that is how he has the inside information on Oracle Fusion Apps architecture, and how to design a Support Strategy around it !</p>
<p>The book claims to show readers how to achieve application uptime, improved performance, and the lower TCO (Total Cost of Ownership) through the effective system management principles outlined in the book.</p>
<p>The book is said to include both the product and technical overviews for Oracle Fusion applications, and also a wide range of toolboxes focussing on reliability, availability and more.</p>
<p>It&#8217;s a 352 page book which helps -</p>
<ul>
<li>Understand the components and architecture of Oracle Fusion Applications</li>
<li>Plan, develop, and implement an effective application management plan</li>
<li>Resolve reliability issues with Oracle Enterprise Manager</li>
<li>Configure and deploy applications from the Oracle WebLogic Server Administration Console</li>
<li>Adjust run-time parameters using Java Management Extensions and MBeans</li>
<li>Generate and distribute reports using Oracle Business Intelligence 11g</li>
<li>Establish solid user authentication, access control, and data protection policies</li>
<li>Work with Oracle Fusion Governance, Risk, and Compliance Intelligence</li>
</ul>
<p>The Table of Contents in the book are -<br />
&nbsp;&nbsp;Chapter 1. A Fusion Applications Product Overview<br />
&nbsp;&nbsp;Chapter 2. A Fusion Applications Technical Overview<br />
&nbsp;&nbsp;Chapter 3. Successful Enterprise Application Management<br />
&nbsp;&nbsp;Chapter 4. The Fusion Applications Lifecycle<br />
&nbsp;&nbsp;Chapter 5. A Fusion Applications Management Toolbox<br />
&nbsp;&nbsp;Chapter 6. A Reliability Management Toolbox<br />
&nbsp;&nbsp;Chapter 7. The Availability Management Toolbox<br />
&nbsp;&nbsp;Chapter 8. A Performance Management Toolbox<br />
&nbsp;&nbsp;Chapter 9. An Optimization Management Toolbox<br />
&nbsp;&nbsp;Chapter 10. A Governance Management Toolbox<br />
&nbsp;&nbsp;Chapter 11. Getting and Staying Healthy<br />
&nbsp;&nbsp;Chapter 12. Planning for the Future<br />
&nbsp;&nbsp;Appendix A. Further Reading and References<br />
&nbsp;&nbsp;Index</p>
<p>To download the complete Table of Contents (TOC) PDF, <a rel="nofollow" href="http://www.mhprofessional.com/downloads/products/0071750339/0071750339_toc.pdf" target="_blank">click here</a>.</p>
<p>Don&#8217;t ignore Chapter-1. With our limited knowledge of the Fusion Apps, being outside the Oracle&#8217;s round buildings, it could be very insightful.<br />
To download a sample chapter (Chapter 1) of the book, <a rel="nofollow" href="http://www.mhprofessional.com/downloads/products/0071750339/0071750339-ch01.pdf" target="_blank">click here</a>.</p>
<p>Following are the prices, and the links for the book, currently available through major online book retailers -</p>
<table border="0">
<tbody>
<tr>
<td><a rel="nofollow" href="http://www.mhprofessional.com/product.php?isbn=0071750339&amp;cat=7" target="_blank">Cisco Press</a></td>
<td>$50</td>
</tr>
<tr>
<td><a rel="nofollow" href="http://www.amazon.com/Managing-Oracle-Fusion-Applications-Osborne/dp/0071750339#" target="_blank">Amazon</a></td>
<td>$31.50</td>
</tr>
<tr>
<td><a rel="nofollow" href="http://www.barnesandnoble.com/w/managing-oracle-fusion-applications-richard-bingham/1101074693?ean=9780071750332&amp;itm=1&amp;usri=managing%2bfusion%2bapplications" target="_blank">B&amp;N</a></td>
<td>$31.18</td>
</tr>
<tr>
<td><a rel="nofollow" href="http://www.infibeam.com/Books/managing-oracle-fusion-applications-bingham-richard/9780071750332.html" target="_blank">Infibeam</a></td>
<td>~$42 (1892 INR)</td>
</tr>
</tbody>
</table>
<p>Richard can be found on <a rel="nofollow" href="http://twitter.com/#!/richardbingham" target="_blank">Twitter</a>, and <a rel="nofollow" href="http://www.linkedin.com/profile/view?id=33035436" target="_blank">Linkedin</a> as well.</p>
<p>psst.. if you have tolerated me this far, you are in for a bonus!<br />
I found a link where you can get the legit copy of the above book for just $25. It seems the Oracle employees are being offered a flat 50% off on the book directly by Oracle Press making it by far the most inexpensive option around. <a rel="nofollow" href="http://www.mhprofessional.com/product.php?isbn=0071750339&amp;promocode=opress" target="_blank">Click here</a> to access the discounted order page. Alternatively, you can also use the promo code, &#8220;opress&#8221; on the <a rel="nofollow" href="http://www.mhprofessional.com/product.php?isbn=0071750339&amp;cat=7" target="_blank">Oracle Press book buy page</a>.</p>
<p>Just thinking about it, are you still looking around for crm gratis tools to help you manage your applications ?<br />
This doesn&#8217;t quite seem to be the case. The book focusses on high quality, high availability, high *cost* applications to bail you out.</p>
<p>Here&#8217;s the <a rel="nofollow" href="http://community.oraclepressbooks.com/employee.html" target="_blank">link</a> to get all your Oracle Press titles at 50% instant discount.</p>
<p>Happy reading !! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<hr />
For regular updates on Oracle Fusion Applications, join our <strong>Linkedin group</strong> here -<br />
<a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=3924502" target="_blank">LINKEDIN : Oracle Fusion Stack &#8211; CRM, ERP, Middleware, SOA, AIA, Integration</a></p>
<hr />


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/' rel='bookmark' title='Permanent Link: Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!'>Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!</a> <small>Great news guys. The wait is over. Oracle&#8217;s first versions...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/03/oracle-fusion-middleware-11g-released/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g released'>Oracle Fusion Middleware 11g released</a> <small>Hi, We had shared the most happening news of the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!</title>
		<link>http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/</link>
		<comments>http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 18:41:37 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM News]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Oracle Fusion Applications Stack]]></category>
		<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Oracle Fusion Applications]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1054</guid>
		<description><![CDATA[Great news guys. The wait is over. Oracle&#8217;s first versions of Fusion Applications is now available for use by its customers. It&#8217;s being called &#8220;Oracle Fusion Applications 11g R1 (11.1.1.5.0)&#8221;. Some of our previous coverages on Oracle Fusion Apps include - ORACLE FUSION APPLICATIONS’ UNIQUE DESIGN PRINCIPLES INSIDE ORACLE FUSION APPS : CRM PERSPECTIVE From [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/24/research-to-development-fusion-app-series/' rel='bookmark' title='Permanent Link: Research to Development &#8211; Fusion Apps Series'>Research to Development &#8211; Fusion Apps Series</a> <small>This post follows our last post about the UI Experience...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Great news guys. The wait is over. Oracle&#8217;s first versions of Fusion Applications is now available for use by its customers. It&#8217;s being called &#8220;Oracle Fusion Applications 11g R1 (11.1.1.5.0)&#8221;.</p>
<p>Some of our previous coverages on Oracle Fusion Apps include -<br />
<a href="http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%E2%80%99-unique-design-principles/">ORACLE FUSION APPLICATIONS’ UNIQUE DESIGN PRINCIPLES</a><br />
<a href="http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/">INSIDE ORACLE FUSION APPS : CRM PERSPECTIVE</a></p>
<p><span id="more-1054"></span>From the reports coming our way, the Oracle Fusion Apps is now available and easily accessible over the <a href="https://edelivery.oracle.com" target="_blank">Oracle eDelivery network</a>. It&#8217;s a mammoth 40 GB download, split into 11 parts. It is recommended for you to use a good Download manager to manage broken downloads, else, the complete download can be a real pain!</p>
<p>We understand that though it&#8217;s available for download, not everybody can download, install and start playing with it. It has actually been made available in a pretty restricted mode, in select geographies, and to a set of existing customers who are willing to experiment with it.</p>
<p>The customers are expected to reach out to their Oracle Sales reps in case they are interested.</p>
<p>Okay, I hit the download button on <a href="https://edelivery.oracle.com" target="_blank">eDelivery Network</a>, and it started downloading right away. So, that part is solved. Confirmed that the download is not restricted. But, I still wonder, where am I expected to get the license keys from ?</p>
<p>I tried reaching out on the <a href="http://www.oracle.com/us/support/licensecodes/index.html" target="_blank" rel="nofollow">Oracle License Codes</a> website, and noticed that the website has not yet been updated with the License Codes for Oracle Fusion Apps. This further substantiates the claim that Oracle Fusion Apps is not for the general developer or Customer out there. It&#8217;s only been made available through their partners. Cognizant has been a major Oracle partner in the Oracle Fusion Apps, CRM Space.</p>
<p>Another thing I noticed is that with the Oracle&#8217;s famous &#8220;Unbreakable LINUX&#8221; push, the release is available only for the Linux platform, both 32 and 64 bit flavors.</p>
<p>The credit for breaking the news goes to <a href="http://orclville.blogspot.com/2011/06/here-we-go.html" target="_blank" rel="nofollow">Floyd Teter</a>. To the best of our knowledge so far, he was the first one to break the news on eDelivery Fusion Apps downloads!</p>
<p>Alex has done a very good coverage on Oracle Fusion Apps on his blog, <a href="http://siebel-essentials.blogspot.com/2011/06/oracle-fusion-applications-11g-lift-off.html">here</a>.</p>
<p>Detailed comments by the UKOUG chairman Debra Lilley, are available on <a href="http://www.computerworlduk.com/news/applications/3284699/oracle-fusion-apps-now-available/" target="_blank" rel="nofollow">Computer World here</a>.</p>
<p>Do share your comments and views on the new Oracle Products through the comments below.</p>
<hr />
For regular updates on Oracle Fusion Applications, join our <strong>Linkedin group</strong> here -<br />
<a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=3924502" target="_blank">LINKEDIN : Oracle Fusion Stack &#8211; CRM, ERP, Middleware, SOA, AIA, Integration</a></p>
<hr /></p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/24/research-to-development-fusion-app-series/' rel='bookmark' title='Permanent Link: Research to Development &#8211; Fusion Apps Series'>Research to Development &#8211; Fusion Apps Series</a> <small>This post follows our last post about the UI Experience...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ness Technologies bought out by Citigroup Unit</title>
		<link>http://geeksbloggingat.com/2011/06/12/ness-technologies-bought-out-by-citigroup-unit/</link>
		<comments>http://geeksbloggingat.com/2011/06/12/ness-technologies-bought-out-by-citigroup-unit/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 14:30:29 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1049</guid>
		<description><![CDATA[Jobs, jobs, Siebel Jobs. I am based in India. And, whenever I tried looking out for a new job, or whenever we invited candidates to fill in critical Siebel CRM positions, the name that invariably used to come up was &#8220;Ness Technologies&#8221;. Now, this is about to change and we may be seeing more of [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Jobs, jobs, Siebel Jobs. I am based in India. And, whenever I tried looking out for a new job, or whenever we invited candidates to fill in critical Siebel CRM positions, the name that invariably used to come up was &#8220;Ness Technologies&#8221;. Now, this is about to change and we may be seeing more of &#8220;Citigroup&#8221;.</p>
<p>US banking giant, Citigroup announced last friday, that it is acquiring the IT Services provider Ness Technologies Inc. (Nasdaq: NSTC; TASE: NSTC) for about $307 million. The acquisition is expected to be financed purely by cash.</p>
<p><span id="more-1049"></span>Citigroup has a Venture Capital Arm by the name of Citi Venture Capital International (CVCI). The purported terms of the deal are $7.75 per share, approximately 17.6 percent premium over the last closing price of Ness on Nasdaq on Thursday.</p>
<p>About CVCI -</p>
<blockquote><p>Established in 2001, <a href="https://www.citicapitaladvisors.com/" target="_blank">CVCI</a> is a leading private equity investor and investment adviser in developing markets. Private equity funds advised by CVCI have made investments principally in Asia (including Greater China and India), Central and Eastern Europe, Latin America and other regions where CVCI sees clear potential for growth and value creation.</p>
<p>With over 40 investment professionals across the globe, and with extensive local and regional networks throughout developing regions, CVCI currently manages over $7 billion in equity investments and committed capital. Our investment professionals have extensive experience in private equity investing with specific industry expertise in IT services, business services outsourcing, retailing, pharmaceuticals, telecom, renewable energy and financial services.</p>
<p>CVCI launched CVCI Growth Fund I in 2005 ($1.6 billion) and CVCI Growth Fund II in 2007 ($4.3 billion)</p></blockquote>
<p>About Ness Technologies -</p>
<blockquote><p><a href="http://www.ness.com">Ness</a> is the right size to provide you with the deep partnership you need to realize your business and technology goals. It starts with making your goals our goals and ends with an inventive and flexible solution for your most pressing challenges. Our award-winning IT services, teams, and skill-sets scale globally as your business evolves and are delivered in the combination of on-site, near-shore or off-shore that works best for you.</p>
<p>The Ness portfolio of global services includes:</p>
<ul>
<li>Software Product Engineering</li>
<li>Enterprise Applications &#038; Business Services</li>
<li>NessPRO Software Distribution</li>
</ul>
</blockquote>
<p>Major parts of the operations of Ness are in North America, Europe, Israel and India, has customers globally in over 20 countries. Its strength is the strategic alliances it has with vendors like EMC Documentum, Chordiant, IBM, HP, MS, Oracle and SAP.</p>
<p>Ness&#8217;s share prices rose 1.4% on Friday on Nasdaq to $6.68, giving a market cap of $255 million, and reportedly rose 13.6% in early trading on the TASE today to NIS 24.95.</p>
<p>Whether Citigroup will now pull back its IT Implementations and support to the mega vendors in the industry, and now use Ness&#8217;s Operative divisions, or whether the Ness division continues to service clients outside Citigroup, still needs to be seen.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/12/ness-technologies-bought-out-by-citigroup-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle #1 CRM Applications vendor ??</title>
		<link>http://geeksbloggingat.com/2011/06/12/oracle-1-crm-applications-vendor/</link>
		<comments>http://geeksbloggingat.com/2011/06/12/oracle-1-crm-applications-vendor/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 21:54:22 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[CRM News]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Market Share]]></category>
		<category><![CDATA[Vendors]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1043</guid>
		<description><![CDATA[International Data Corporation (IDC) is the premier global provider of market intelligence, advisory services, and events for the information technology, telecommunications and consumer technology markets. IDC helps IT professionals, business executives, and the investment community make fact-based decisions on technology purchases and business strategy. It seems even though the paper outlining the exact vendor market [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/20/doorbell-comes-out-of-beta/' rel='bookmark' title='Permanent Link: Doorbell comes out of beta'>Doorbell comes out of beta</a> <small>All of us know that Siebel is by far the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>International Data Corporation (IDC) is the premier global provider of market intelligence, advisory services, and events for the information technology, telecommunications and consumer technology markets. IDC helps IT professionals, business executives, and the investment community make fact-based decisions on technology purchases and business strategy.</p>
<p>It seems even though the paper outlining the exact vendor market share in the CRM Market for 2010 is not out yet, Oracle has some insider information about it (or so it claims). It says Oracle Corp. has retained its #1 spot for CRM Apps.</p>
<p><span id="more-1043"></span>Key highlights -</p>
<ul>
<li>Oracle&#8217;s market share stands at 11.8% in 2010</li>
<li>Oracle&#8217;s market share was 10.8% in 2009, meaning a growth rate of 15.9% in 2010 compared to the industry average of 6.2%</li>
</ul>
<p>However, in the coverage, I found a few points especially strange.</p>
<p>What all is included in the market ?<br />
I had always believed that there are only a couple of strong CRM contenders in the market today, and 11-12% market share to the top vendor looks really lack-lustre.</p>
<p>How have the calculations been done to arrive at this figure ?<br />
What all sections of the Corporate sector have been considered as a part of the study ?</p>
<p>We all know that Oracle&#8217;s Siebel CRM is by far the most popular CRM for most of the big vendors in the market. However, surprisingly, Divya doesn&#8217;t talk about it at all in her News brief !</p>
<p>As per the information, there are 4 categories defined in CRM space -</p>
<ul>
<li>Contact Center</li>
<li>Customer Service</li>
<li>Marketing</li>
<li>Sales</li>
</ul>
<p>The oracle products listed out by Oracle representative herself are -</p>
<ul>
<li>CRM modules in EBS (incentive compensation, iStore, marketing, service, sales and trade management)</li>
<li>CRM components of JDE</li>
<li>CRM components of PeopleSoft</li>
<li>Oracle CRM On Demand</li>
</ul>
<p>To the best of my knowledge, EBS, JDE and PS are more of ERP/HRM applications than core CRM.</p>
<p>We all know that Oracle CRM OnDemand is a relatively newer entrant to the OnDemand CRM space, and is already facing an uphill task against the well-established competitors.</p>
<p>Looks like, there are a lot of open questions here for now. Maybe a complete report from IDC will help clear things out. You can estimate the quality, and the kind of reports that IDC provides by looking at a similar report on <a href="http://www.idc.com/getdoc.jsp?containerId=226174" target="_blank">Worldwide On-Demand CRM Applications 2010–2014 Forecast and 2009 Vendor Shares</a></p>
<p>Too steep for me for now. <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The information has been released by <a href="http://blogs.oracle.com/crm/entry/oracle_is_1_in_crm" target="_blank">Divya Malik from Oracle</a>.</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/20/doorbell-comes-out-of-beta/' rel='bookmark' title='Permanent Link: Doorbell comes out of beta'>Doorbell comes out of beta</a> <small>All of us know that Siebel is by far the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/12/oracle-1-crm-applications-vendor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft releases Windows 8 *preview*</title>
		<link>http://geeksbloggingat.com/2011/06/03/microsoft-releases-windows-8/</link>
		<comments>http://geeksbloggingat.com/2011/06/03/microsoft-releases-windows-8/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 14:09:46 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Hot Technologies]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1032</guid>
		<description><![CDATA[Check out the video below - What do you think? Any possibility of Microsoft making the dent with its next Windows ?? Tell us in the comments.. hang on.. your comments will appear after a while once approved..!! Related posts:Microsoft *previews* Windows 8 &#8211; Part 2 now available !! We had previously shared the video [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/17/microsoft-previews-windows-8-part-2-now-available/' rel='bookmark' title='Permanent Link: Microsoft *previews* Windows 8 &#8211; Part 2 now available !!'>Microsoft *previews* Windows 8 &#8211; Part 2 now available !!</a> <small>We had previously shared the video showing what Windows 8...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/10/microsoft-versus-google-now/' rel='bookmark' title='Permanent Link: Microsoft versus Google now??'>Microsoft versus Google now??</a> <small>We had reported yesterday that Google has announced its own...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/09/google-versus-microsoft/' rel='bookmark' title='Permanent Link: Google versus Microsoft?'>Google versus Microsoft?</a> <small>Two brands, two giants. However, despite being so similar, are...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Check out the video below -</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="286" id="viddler_a31c6405" width="480"><param name="movie" value="http://www.viddler.com/simple/a31c6405/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed 4:35:42="" allowfullscreen="true" allowscriptaccess="always" height="286" name="viddler_a31c6405" src="http://www.viddler.com/simple/a31c6405/" thomas:="" type="application/x-shockwave-flash" width="480"></embed></object></p>
<p><span id="more-1032"></span></p>
<p>What do you think? Any possibility of Microsoft making the dent with its next Windows ??</p>
<p>Tell us in the comments.. hang on.. your comments will appear after a while once approved..!! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/17/microsoft-previews-windows-8-part-2-now-available/' rel='bookmark' title='Permanent Link: Microsoft *previews* Windows 8 &#8211; Part 2 now available !!'>Microsoft *previews* Windows 8 &#8211; Part 2 now available !!</a> <small>We had previously shared the video showing what Windows 8...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/10/microsoft-versus-google-now/' rel='bookmark' title='Permanent Link: Microsoft versus Google now??'>Microsoft versus Google now??</a> <small>We had reported yesterday that Google has announced its own...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/09/google-versus-microsoft/' rel='bookmark' title='Permanent Link: Google versus Microsoft?'>Google versus Microsoft?</a> <small>Two brands, two giants. However, despite being so similar, are...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/03/microsoft-releases-windows-8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Oracle Summer Camps ADF, BPM &amp; WebCenter &#8211; Portugal</title>
		<link>http://geeksbloggingat.com/2011/06/02/free-oracle-summer-camps-adf-bpm-webcenter-portugal/</link>
		<comments>http://geeksbloggingat.com/2011/06/02/free-oracle-summer-camps-adf-bpm-webcenter-portugal/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 12:31:44 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM News]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Oracle Fusion Applications Stack]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[EMEA]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1026</guid>
		<description><![CDATA[Off late, Oracle has been offering some really good training courses to get the Developer community going. The higher level Oracle partners have always had an unfair advantage. Another such extensive workshop is now being organized for the Oracle Partners for advanced tracks of - - Business Process Management (BPM) - Application Development Framework (ADF) [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/09/03/oracle-finalizes-new-training-partner/' rel='bookmark' title='Permanent Link: Oracle finalizes new Training Partner'>Oracle finalizes new Training Partner</a> <small>Hello, We reported last week that Oracle has decided to...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/04/oracle-fusion-middleware-11g-announced/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g announced'>Oracle Fusion Middleware 11g announced</a> <small>This one is for all the SOA enthusiasts out there....</small></li>
<li><a href='http://geeksbloggingat.com/2009/08/30/oracle-divorcing-prometric/' rel='bookmark' title='Permanent Link: Oracle divorcing Prometric'>Oracle divorcing Prometric</a> <small>Whomsoever of us has been through the official Oracle Traning...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/11/oracle-siebel-certification-needs-hands-on-training-ii/' rel='bookmark' title='Permanent Link: Oracle Siebel Certification needs hands on training &#8211; II'>Oracle Siebel Certification needs hands on training &#8211; II</a> <small>Most of Oracle Certifications need a mandatory hands on training....</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Off late, Oracle has been offering some really good training courses to get the Developer community going. The higher level Oracle partners have always had an unfair advantage.</p>
<p>Another such extensive workshop is now being organized for the Oracle Partners for advanced tracks of -<br />
- Business Process Management (BPM)<br />
- Application Development Framework (ADF)<br />
- WebCenter</p>
<p><span id="more-1026"></span>All these sessions will take place at the Product Management HQ between June 20th until June 24th 2011, in Lisbon – Portugal.</p>
<p>There are a couple of really good things Oracle has done this time.<br />
I noticed time and again when I attended these sessions, that people would register in bulk, and then fail to turn up on the day of the training.</p>
<p>One, Oracle has limited the participation to 2 participants per organization. So, make sure you are from the first 2 to grab those seats from your company!</p>
<p>Also, although the training is being conducted free of cost to the partners, there is a steep cancellation fee of 2.000 EUR, ouch!!</p>
<p>All in all, you better be serious when you are applying for this one. I am still not sure though as to how Oracle plans to recover the dues from defaulters in this case.. <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Third, Oracle has also put up some very strict skill requirements. If you are NOT hands-on with these products, these *advanced* tracks are not the ones for you. Oracle says, don&#8217;t apply, we&#8217;ll send you home!</p>
<p>Here are the training, and the registration details for these 3 courses -<br />
- <a href="http://soacommunity.org/images/fileupload/bpm.doc">BPM Advanced Track</a><br />
- <a href="http://soacommunity.org/images/fileupload/adf.doc">ADF Advanced Track</a><br />
- <a href="http://soacommunity.org/images/fileupload/webcenter.doc">Webcenter Advanced Track</a></p>
<p>Well, it&#8217;s always good to hone our skills. They would obviously help us perform better in our current Job, or the next Job, or maybe just find a better Job in these tough times!</p>
<p>More about the Insider&#8217;s view of Oracle Fusion Middleware presentation by Oracle &#8211; Cognizant coming up after the break.</p>
<p>Cheers.. <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/09/03/oracle-finalizes-new-training-partner/' rel='bookmark' title='Permanent Link: Oracle finalizes new Training Partner'>Oracle finalizes new Training Partner</a> <small>Hello, We reported last week that Oracle has decided to...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/04/oracle-fusion-middleware-11g-announced/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g announced'>Oracle Fusion Middleware 11g announced</a> <small>This one is for all the SOA enthusiasts out there....</small></li>
<li><a href='http://geeksbloggingat.com/2009/08/30/oracle-divorcing-prometric/' rel='bookmark' title='Permanent Link: Oracle divorcing Prometric'>Oracle divorcing Prometric</a> <small>Whomsoever of us has been through the official Oracle Traning...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/11/oracle-siebel-certification-needs-hands-on-training-ii/' rel='bookmark' title='Permanent Link: Oracle Siebel Certification needs hands on training &#8211; II'>Oracle Siebel Certification needs hands on training &#8211; II</a> <small>Most of Oracle Certifications need a mandatory hands on training....</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/02/free-oracle-summer-camps-adf-bpm-webcenter-portugal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inside Oracle Fusion Apps : CRM perspective</title>
		<link>http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/</link>
		<comments>http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 12:50:41 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Oracle Fusion Applications Stack]]></category>
		<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Oracle Fusion Applications]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Siebel Secrets]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1016</guid>
		<description><![CDATA[Okay, now this is bigg news. We all know about the Oracle Fusion Applications coming up, and how it is almost dreaded to eat up our jobs, viz. jobs for the technologies as we know them today. One of the major components of the to-be-released Oracle Applications stack is the Customer Relationship Management or the [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/' rel='bookmark' title='Permanent Link: Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!'>Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!</a> <small>Great news guys. The wait is over. Oracle&#8217;s first versions...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/24/research-to-development-fusion-app-series/' rel='bookmark' title='Permanent Link: Research to Development &#8211; Fusion Apps Series'>Research to Development &#8211; Fusion Apps Series</a> <small>This post follows our last post about the UI Experience...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Okay, now this is bigg news. We all know about the Oracle Fusion Applications coming up, and how it is almost dreaded to eat up our jobs, viz. jobs for the technologies as we know them today.</p>
<p>One of the major components of the to-be-released Oracle Applications stack is the Customer Relationship Management or the CRM part.</p>
<p><span id="more-1016"></span><br />
Oracle has been building this component with a strong support, and partnership with Cognizant, or so it appears. At the time of my writing this, there is a huge event that Oracle is organizing on 1st June, 2011, at 10 AM PDT where we are due to get the first insight into this new software.</p>
<p>As Oracle claims, you can get the *insider&#8217;s* point-of-view on Oracle Fusion Apps and the business drivers behind it. Oracle says, the Oracle Fusion CRM component will set a new standard for CRMs today in sales performance management, enterprise integration, sales force automate, planning and business flexibility. Just has me asking, are you telling me that your current offerings are not upto the mark with the competition ? <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Rest is more of Cognizant brouhaha over how many implementations it has done, or the number of man-hours of Siebel CRM experience that CTS has. Big deal. My question, how many of the consultants who worked on the CRM implementations, are still with CTS ??<br />
In our ever dynamic IT Industry where *qualified* CRM consultants are one of the hottest commodities around, churning and the manpower turnover ratios are pretty high for nearly all the outsourcing players.</p>
<p>Of course, US and Europe would rather keep it simple. Just hire as-needed on contracts !</p>
<p>On a serious note, I would say all of us should be attending this webinar, maybe because for many of us, our daily bread depends on Oracle corp, and it would be good to know what&#8217;s coming my way.</p>
<p>The proposed agenda and takeaways from the event are -</p>
<ul>
<li>Developing your Oracle roadmap and strategies to protect existing investments</li>
<li>Maximize revenue potential and achieve better sales performance management</li>
<li>Gaining a single view of your customer and harness the technical complexities of disparate systems</li>
</ul>
<p>Some of speakers lined up for the event include -<br />
<strong>Folia Grace, the Vice President of applications marketing for Oracle ERP and BI applications</strong><br />
As we know, Oracle Fusion HCM component peek-a-boo has already been offered by Oracle before. Folia has been related very closely to HCM development. Grace is helping to define and drive the market strategy for Oracle Human Capital Management, Financial Management, Project Management, Corporate Performance Management and BI Applications.</p>
<p><strong>Philip Philippides is a Director and Practice Leader in Cognizant’s Customer Solution Practice</strong><br />
e began his career in high technology sales with over 13 years of successful sales and sales leadership. For the past 11 years has been focused on Sales Force Effectiveness strategy and process as well as Sales Force Automation (SFA) technology enablement. He has led dozens of lifecycle SFA implementations, as well as numerous customer strategy, customer experience, and sales effectiveness engagements.</p>
<p><strong>Timothy Blank is a Director and Western Region Practice Leader responsible for: all Oracle CRM related business development</strong> activities, on-shore client facing delivery activities (focusing on oversight and quality assurance), personnel development, and thought leadership. He is focused on exceeding the year over year regional growth and performance metrics attributed to the organization as a whole by maintaining delivery excellence on all solution delivery opportunities. Tim is based out of Seattle, Washington and has been working with Oracle solutions for over 15 years</p>
<p>That&#8217;s all folks. If you may be interested, you can register for the event through the link below -<br />
<a href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&amp;eventid=312650" target="_blank">Oracle Fusion Apps : CRM perspective Registration Link</a></p>
<hr />
For regular updates on Oracle Fusion Applications, join our <strong>Linkedin group</strong> here -<br />
<a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=3924502" target="_blank">LINKEDIN : Oracle Fusion Stack &#8211; CRM, ERP, Middleware, SOA, AIA, Integration</a></p>
<hr />


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/06/13/lets-upgrade-siebel-crm-to-fusion-apps-right-now/' rel='bookmark' title='Permanent Link: Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!'>Let&#8217;s upgrade Siebel CRM to Fusion Apps &#8220;right now&#8221; !!</a> <small>Great news guys. The wait is over. Oracle&#8217;s first versions...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/24/research-to-development-fusion-app-series/' rel='bookmark' title='Permanent Link: Research to Development &#8211; Fusion Apps Series'>Research to Development &#8211; Fusion Apps Series</a> <small>This post follows our last post about the UI Experience...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications’ Unique Design Principles'>Oracle Fusion Applications’ Unique Design Principles</a> <small>Designed from the ground-up using the latest technology advances, Oracle...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Oracle Fusion Applications’ Unique Design Principles</title>
		<link>http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/</link>
		<comments>http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/#comments</comments>
		<pubDate>Mon, 23 May 2011 20:14:21 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Hot Technologies]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Oracle Fusion Applications Stack]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Oracle Fusion Applications]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=1013</guid>
		<description><![CDATA[Designed from the ground-up using the latest technology advances, Oracle Fusion Applications are 100 percent open-standards-based business applications that set a new standard for the way we innovate, work, and adopt technology. Built on a set of unique design principles, only Oracle Fusion Applications set a new standard for business. Complete Standards-Based Platform: Reduce Costs [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/03/oracle-fusion-middleware-11g-released/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g released'>Oracle Fusion Middleware 11g released</a> <small>Hi, We had shared the most happening news of the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/04/oracle-fusion-middleware-11g-announced/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g announced'>Oracle Fusion Middleware 11g announced</a> <small>This one is for all the SOA enthusiasts out there....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Designed from the ground-up using the latest technology advances, Oracle Fusion Applications are 100 percent open-standards-based business applications that set a new standard for the way we innovate, work, and adopt technology. Built on a set of unique design principles, only Oracle Fusion Applications set a new standard for business.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-size: 12px; line-height: 16px; padding: 0px;"><strong style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px;">Complete Standards-Based Platform: Reduce Costs and Accelerate Innovation</strong></p>
<p><span id="more-1013"></span></p>
<ul style="list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; padding: 0px; margin: 0px;">
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Reduce staffing overhead and training budgets through a foundation built on commercially available technology standards</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Enable IT consolidation and reduce management costs</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Accelerate the pace of change and time-to-market for new initiatives</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Create unique processes and differentiation</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-size: 12px; line-height: 16px; padding: 0px;"><strong style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px;">Complete User Experience: A Role-Based Approach to Increasing Productivity</strong></p>
<ul style="list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; padding: 0px; margin: 0px;">
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">A tailored experience with built-in flexibility to improve the efficiency and effectiveness of your organization—from the executive leadership team to front-line workers and customers</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Incorporating more than 4,000 hours of customer input and testing involving more than 1,000 businesses and public sector organizations</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Embedded business intelligence accelerates the pace and accuracy of business decisions</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Integrated collaboration connects teams with the processes in which they participate</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Powerful Enterprise 2.0 technologies incorporate unstructured information—such as invoices, product manuals, and business documents—into structured processes for richer experiences and better-informed decisions</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-size: 12px; line-height: 16px; padding: 0px;"><strong style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px;">Complete Choice: A Flexible Approach to Adoption and Deployment</strong></p>
<ul style="list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; padding: 0px; margin: 0px;">
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">A complete yet modular approach enables the uptake of Oracle Fusion Applications at your pace and on your timeline</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">New and value-added applications work with and add significant business value to other Oracle Applications</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Flexible deployment options including on-premise, public clouds, private clouds and software as a service (SaaS)</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-size: 12px; line-height: 16px; padding: 0px;"><strong style="list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; margin: 0px;">Application and Process Leadership: Best-of-the-Best Combination</strong></p>
<ul style="list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; padding: 0px; margin: 0px;">
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Processes based on a best-of-the-best combination of Oracle E-Business Suite and Oracle’s PeopleSoft, Primavera, JD Edwards, and Siebel applications</li>
<li style="margin-top: 0px; margin-right: 5px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 9px; list-style-type: none; list-style-position: initial; list-style-image: initial; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(http://www.oracleimg.com/us/assets/bulletsquareblk.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: 0px 0px; background-repeat: no-repeat no-repeat;">Based on customer input and innovation covering all areas of business and industry requirements</li>
</ul>
<p>Source &#8211; <a href="http://www.oracle.com/us/products/applications/fusion/fusion-design-adoption-170887.html" target="_blank">Oracle Fusion Apps Official Website</a></p>
<hr />
For regular updates on Oracle Fusion Applications, join our <strong>Linkedin group</strong> here -<br />
<a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=3924502" target="_blank">LINKEDIN : Oracle Fusion Stack &#8211; CRM, ERP, Middleware, SOA, AIA, Integration</a></p>
<hr />


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2011/07/19/oracle-fusion-apps-price-list/' rel='bookmark' title='Permanent Link: Oracle Fusion Applications price list'>Oracle Fusion Applications price list</a> <small>Is Oracle Fusion Apps now generally available ? Well, with...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/17/managing-oracle-fusion-applications/' rel='bookmark' title='Permanent Link: &#8220;Managing Oracle Fusion Applications&#8221;'>&#8220;Managing Oracle Fusion Applications&#8221;</a> <small>This is significant news. Even though Oracle&#8217;s Fusion Applications is...</small></li>
<li><a href='http://geeksbloggingat.com/2011/06/01/inside-oracle-fusion-apps-crm-perspective/' rel='bookmark' title='Permanent Link: Inside Oracle Fusion Apps : CRM perspective'>Inside Oracle Fusion Apps : CRM perspective</a> <small>Okay, now this is bigg news. We all know about...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/03/oracle-fusion-middleware-11g-released/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g released'>Oracle Fusion Middleware 11g released</a> <small>Hi, We had shared the most happening news of the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/04/oracle-fusion-middleware-11g-announced/' rel='bookmark' title='Permanent Link: Oracle Fusion Middleware 11g announced'>Oracle Fusion Middleware 11g announced</a> <small>This one is for all the SOA enthusiasts out there....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2011/05/24/oracle-fusion-applications%e2%80%99-unique-design-principles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM user adoption 1 year down the line</title>
		<link>http://geeksbloggingat.com/2010/11/25/crm-user-adoption-1-year-down-the-line/</link>
		<comments>http://geeksbloggingat.com/2010/11/25/crm-user-adoption-1-year-down-the-line/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 05:49:45 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[CRM]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=996</guid>
		<description><![CDATA[Hi guys.. Just hit upon a wonderful post from Andrew. Found it too good to resist. Increasing efficiencies and user adoption are always a complex strategy. Andrew has done a good job at breaking them up into some simple steps. Though not exhaustive, it makes for a good first list to look at in this [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi guys..</p>
<p>Just hit upon a wonderful post from Andrew. Found it too good to resist.</p>
<p>Increasing efficiencies and user adoption are always a complex strategy. Andrew has done a good job at breaking them up into some simple steps. Though not exhaustive, it makes for a good first list to look at in this direction.</p>
<p><span id="more-996"></span>Some of the recommendations he has are:<br />
1) De-duplicate CRM records<br />
2) Purge fields that are no longer used<br />
3) Delete or deactivate unused Business rules<br />
4) Clean up or simplify your security and sharing model<br />
5) Verify if validation rules are still required<br />
6) Implement some of your high demand nice to haves<br />
7) Stop adding fields so Marketing / Sales / or any other department can track and segment records<br />
 <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Remove or archive unused reports</p>
<p>Though written with an initial perspective to Salesforce.com, I feel they are equally relevant to any reasonably complex CRM implementation.</p>
<p>Read all about it by <a href="http://andrewsinclair.ca/salesforce/prework_for_any_major_salesforce_development_projec/" target="_blank" rel="nofollow">clicking here</a>.</p>
<p>Cheers..<br />
Nitin Jain</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/11/25/crm-user-adoption-1-year-down-the-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel Admin Mode Flag &#8211; II &#8211; Issue Log</title>
		<link>http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/</link>
		<comments>http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:19:54 +0000</pubDate>
		<dc:creator>Madhvi Arora</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=966</guid>
		<description><![CDATA[In the last post I described about Admin Mode Flag. However, the Admin mode flag is not always the Best way to go forward. It also comes with lots of perils of its own. We faced certain problems on setting Admin Mode Flag which are: 1) Product Configurator does not work properly in Admin Mode. [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/05/02/siebel-admin-mode-flag/' rel='bookmark' title='Permanent Link: Siebel &#8211; Admin Mode Flag'>Siebel &#8211; Admin Mode Flag</a> <small>In my last project,we had a requirement of Admin Views,...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/23/siebel-fetch-active-view-properties-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Fetch Active view properties &#8211; II'>Siebel &#8211; Fetch Active view properties &#8211; II</a> <small>We discussed about fetching the values from the active view...</small></li>
<li><a href='http://geeksbloggingat.com/2011/08/31/login-failed-in-dedicated-web-client-mvf-issue/' rel='bookmark' title='Permanent Link: Login Failed in Dedicated Web Client : MVF Issue'>Login Failed in Dedicated Web Client : MVF Issue</a> <small>Recently I have met with the Problem in form of...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/14/siebel-admin-gateway-name-server-an-overview/' rel='bookmark' title='Permanent Link: Siebel Admin &#8211; Gateway Name Server &#8211; An overview'>Siebel Admin &#8211; Gateway Name Server &#8211; An overview</a> <small>We discussed about the basic Siebel Server Architecture in our...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/14/siebel-assets-list-view-performance-issue-cannot-display-records/' rel='bookmark' title='Permanent Link: Siebel Assets List view &#8211; Performance issue / Cannot display records'>Siebel Assets List view &#8211; Performance issue / Cannot display records</a> <small>Assets Screen Load is a major problem in Siebel, and...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the last post I described about Admin Mode Flag. However, the Admin mode flag is not always the Best way to go forward. It also comes with lots of perils of its own.</p>
<p><span id="more-966"></span>We faced certain problems on setting Admin Mode Flag which are:<br />
1) Product Configurator does not work properly in Admin Mode. It throws error on loading as &#8220;Cannot load active Business Component&#8221;. So we had to remove the option of customizing products in Admin View<br />
2) Since BC User properties do not work in Admin Mode, if you have invoked any method using Named Method, it will not work. You will need to invoke method through some other way in Admin view.<br />
3) When we navigate from a Admin View to non-admin view in the same screen (if both non admin and admin views under same screen), BC User properties will be ignored even in non-admin view as we have navigated from admin view. So, this effects the functionality implemented for Non Admin view.<br />
4) Related to same point above, if you are navigating from Admin View to non-admin view in the same screen, visibility settings will be ignored and all records will be visible under Non Admin view.</p>
<p>Please share your comments if you have faced any other problems in Admin View. Looking forward to a healthy discussion around this. <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/05/02/siebel-admin-mode-flag/' rel='bookmark' title='Permanent Link: Siebel &#8211; Admin Mode Flag'>Siebel &#8211; Admin Mode Flag</a> <small>In my last project,we had a requirement of Admin Views,...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/23/siebel-fetch-active-view-properties-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Fetch Active view properties &#8211; II'>Siebel &#8211; Fetch Active view properties &#8211; II</a> <small>We discussed about fetching the values from the active view...</small></li>
<li><a href='http://geeksbloggingat.com/2011/08/31/login-failed-in-dedicated-web-client-mvf-issue/' rel='bookmark' title='Permanent Link: Login Failed in Dedicated Web Client : MVF Issue'>Login Failed in Dedicated Web Client : MVF Issue</a> <small>Recently I have met with the Problem in form of...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/14/siebel-admin-gateway-name-server-an-overview/' rel='bookmark' title='Permanent Link: Siebel Admin &#8211; Gateway Name Server &#8211; An overview'>Siebel Admin &#8211; Gateway Name Server &#8211; An overview</a> <small>We discussed about the basic Siebel Server Architecture in our...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/14/siebel-assets-list-view-performance-issue-cannot-display-records/' rel='bookmark' title='Permanent Link: Siebel Assets List view &#8211; Performance issue / Cannot display records'>Siebel Assets List view &#8211; Performance issue / Cannot display records</a> <small>Assets Screen Load is a major problem in Siebel, and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Admin Mode Flag</title>
		<link>http://geeksbloggingat.com/2010/05/02/siebel-admin-mode-flag/</link>
		<comments>http://geeksbloggingat.com/2010/05/02/siebel-admin-mode-flag/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:51:19 +0000</pubDate>
		<dc:creator>Madhvi Arora</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=962</guid>
		<description><![CDATA[In my last project,we had a requirement of Admin Views, so the admin users if required can change the data from frontend and not going to backend and running update queries. Admin Views are those views in which all the records are visible to the person who has access to this view irrespective of the [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/' rel='bookmark' title='Permanent Link: Siebel Admin Mode Flag &#8211; II &#8211; Issue Log'>Siebel Admin Mode Flag &#8211; II &#8211; Issue Log</a> <small>In the last post I described about Admin Mode Flag....</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/14/siebel-admin-gateway-name-server-an-overview/' rel='bookmark' title='Permanent Link: Siebel Admin &#8211; Gateway Name Server &#8211; An overview'>Siebel Admin &#8211; Gateway Name Server &#8211; An overview</a> <small>We discussed about the basic Siebel Server Architecture in our...</small></li>
<li><a href='http://geeksbloggingat.com/2009/08/17/siebel-run-case-insensitive-queries/' rel='bookmark' title='Permanent Link: Siebel &#8211; Run Case Insensitive queries'>Siebel &#8211; Run Case Insensitive queries</a> <small>This is a nice tip I ran across. All the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/23/siebel-fetch-active-view-properties-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Fetch Active view properties &#8211; II'>Siebel &#8211; Fetch Active view properties &#8211; II</a> <small>We discussed about fetching the values from the active view...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/22/siebel-make-a-field-require-conditionally/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make a field Required, conditionally'>Siebel &#8211; Make a field Required, conditionally</a> <small>There was a requirement in our project to make Account...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In my last project,we had a requirement of Admin Views, so the admin users if required can change the data from frontend and not going to backend and running update queries.</p>
<p>Admin Views are those views in which all the records are visible to the person who has access to this view irrespective of the position of the person.</p>
<p><span id="more-962"></span>Admin views can be created by setting &#8220;Admin Mode flag&#8221; on the view to &#8220;Y&#8221;.</p>
<p>Following affects take palce on setting the Admin Mode Flag:<br />
1.Visibility rules are disabled.<br />
2.The user properties in the BC are ignored.<br />
This means that the user properties such as &#8220;Field Read Only Field&#8221;, &#8220;BC Read Only field&#8221; get disable for the view on which this flag is set to true.<br />
3.If the view is in Admin mode, then the following restrictions for the business components used by the applets of the view are ignored: no insert, no merge, and no update. However, if these restrictions are set at the applet level rather than the business component level, or if a field has a Read Only value of TRUE, the Admin mode does not affect them.</p>
<p>Vanilla examles of Admin View are: Account Administration View and the Opportunity Administration view.</p>
<p>But due to disabling of these user properties, we faced some practical problems. I will discuss these in my next post. Stay tuned !</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/05/17/siebel-admin-mode-flag-ii-issue-log/' rel='bookmark' title='Permanent Link: Siebel Admin Mode Flag &#8211; II &#8211; Issue Log'>Siebel Admin Mode Flag &#8211; II &#8211; Issue Log</a> <small>In the last post I described about Admin Mode Flag....</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/14/siebel-admin-gateway-name-server-an-overview/' rel='bookmark' title='Permanent Link: Siebel Admin &#8211; Gateway Name Server &#8211; An overview'>Siebel Admin &#8211; Gateway Name Server &#8211; An overview</a> <small>We discussed about the basic Siebel Server Architecture in our...</small></li>
<li><a href='http://geeksbloggingat.com/2009/08/17/siebel-run-case-insensitive-queries/' rel='bookmark' title='Permanent Link: Siebel &#8211; Run Case Insensitive queries'>Siebel &#8211; Run Case Insensitive queries</a> <small>This is a nice tip I ran across. All the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/23/siebel-fetch-active-view-properties-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Fetch Active view properties &#8211; II'>Siebel &#8211; Fetch Active view properties &#8211; II</a> <small>We discussed about fetching the values from the active view...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/22/siebel-make-a-field-require-conditionally/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make a field Required, conditionally'>Siebel &#8211; Make a field Required, conditionally</a> <small>There was a requirement in our project to make Account...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/05/02/siebel-admin-mode-flag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EAI Siebel Adapter BS &#8211; Upsert Multiple Child Records</title>
		<link>http://geeksbloggingat.com/2010/04/07/eai-siebel-adapter-bs-upsert-multiple-child-records/</link>
		<comments>http://geeksbloggingat.com/2010/04/07/eai-siebel-adapter-bs-upsert-multiple-child-records/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 03:45:53 +0000</pubDate>
		<dc:creator>nanpats</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Business Services]]></category>
		<category><![CDATA[EAI]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vanilla]]></category>
		<category><![CDATA[Workarounds]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=948</guid>
		<description><![CDATA[EAI Siebel Adapter finds its usage in almost all integration scenarios and business process automation. However, at times we hit upon limitations on its usage as Business Requirements become complex. There is a bug which you must have encountered while using EAI Siebel Adapter BS. I will explain the issue with an example and a [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/09/siebel-eai-siebel-adapter-looping-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records'>Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records</a> <small>This is a follow-up post on the post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/08/siebel-looping-multiple-records-iii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping Multiple Records &#8211; III'>Siebel &#8211; Looping Multiple Records &#8211; III</a> <small>Looping through multiple records is a requirement we come across...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/11/siebel-looping-multiple-records-update-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Update records'>Siebel &#8211; Looping multiple records &#8211; Update records</a> <small>Hi, We often come across a requirement where we need...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/08/siebel-eai-siebel-adapter-search-spec/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter Search Spec'>Siebel &#8211; EAI Siebel Adapter Search Spec</a> <small>Hi, I can bet that for anybody who has worked...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/13/siebel-sia-bc-utility-service-loop-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records'>Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records</a> <small>This is a vanilla business service which provides an extensive...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>EAI Siebel Adapter finds its usage in almost all integration scenarios and business process automation. However, at times we hit upon limitations on its usage as Business Requirements become complex. </p>
<p>There is a bug which you must have encountered while using EAI Siebel Adapter BS.  I will explain the issue with an example and a solution to resolve the issue…</p>
<p><span id="more-948"></span>Let’s say you need to upsert an entity e.g., Assets in Siebel using EAI Siebel Adapter BS. The data structure is a parent -child hierarchy which consists of Assets (primary IC) and Account (child IC).</p>
<p>Let’s assume that Account is resolved by the Id field (Id field being part of the 1st user key and is available in the message). There is a possibility wherein a given account would be repeated in your message instance with different attributes. Consider the following structure:</p>
<p>&lt;Account&gt;&lt;Id&gt;1-ABC&lt;/Id&gt;&lt;Name&gt;ABC Industries&lt;/Name&gt;&lt;/Account&gt;<br />
&lt;Account&gt;&lt;Id&gt;1-XYZ&lt;/Id&gt;&lt;Name&gt;XYZ Industries&lt;/Name&gt;&lt;/Account&gt;<br />
&lt;Account&gt;&lt;Id&gt;1-ABC&lt;/Id&gt;&lt;BillTo&gt;Y&lt;/BillTo&gt;&lt;/Account&gt;</p>
<p>In the above example, Account with Id “1-ABC” is repeated twice in the message. If the application tries to upsert this dataset using EAI Siebel Adapter, both the Accounts will be added as Child on Asset. However the data contained in the last instance of Account would be lost.  This information lost might be critical for business operations.</p>
<p>Resolution:</p>
<p>In this case, you would be required to consolidate all the similar Account records into a single component before running an Upsert. The resulting message after consolidation would look something similar below:</p>
<p>&lt;Account&gt;&lt;Id&gt;1-ABC&lt;/Id&gt;&lt;Name&gt;ABC Industries&lt;/Name&gt;&lt;BillTo&gt;Y&lt;/BillTo&gt;&lt;/Account&gt;<br />
&lt;Account&gt;&lt;Id&gt;1-XYZ&lt;/Id&gt;&lt;Name&gt;XYZ Industries&lt;/Name&gt;&lt;/Account&gt;</p>
<p>Hope you enjoyed the example above. Here, I&#8217;ll discuss some more of the limitations of EAI Siebel Adapter, and how we resolved them from practical experiences in life.</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/09/siebel-eai-siebel-adapter-looping-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records'>Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records</a> <small>This is a follow-up post on the post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/08/siebel-looping-multiple-records-iii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping Multiple Records &#8211; III'>Siebel &#8211; Looping Multiple Records &#8211; III</a> <small>Looping through multiple records is a requirement we come across...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/11/siebel-looping-multiple-records-update-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Update records'>Siebel &#8211; Looping multiple records &#8211; Update records</a> <small>Hi, We often come across a requirement where we need...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/08/siebel-eai-siebel-adapter-search-spec/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter Search Spec'>Siebel &#8211; EAI Siebel Adapter Search Spec</a> <small>Hi, I can bet that for anybody who has worked...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/13/siebel-sia-bc-utility-service-loop-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records'>Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records</a> <small>This is a vanilla business service which provides an extensive...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/04/07/eai-siebel-adapter-bs-upsert-multiple-child-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Upgrade Process &#8211; Part II</title>
		<link>http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/</link>
		<comments>http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:50:59 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/</guid>
		<description><![CDATA[This is a continuation from the post, Siebel &#8211; Upgrade Process &#8211; Part I. Step 5: Merge Repositories Use Siebel Tools. In my Siebel Tools, the path is Tools -> Upgrade -> Upgrade Application&#8230; You may need to Prepare a Repository before this. Follow the suggested steps to merge the Current Repository to the Repository [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/12/siebel-looping-multiple-records-query-and-process/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Query and Process'>Siebel &#8211; Looping multiple records &#8211; Query and Process</a> <small>In my last post, I discussed as to how we...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a continuation from the post, <a href="http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/" target="_blank">Siebel &#8211; Upgrade Process &#8211; Part I</a>.</p>
<p><b>Step 5: Merge Repositories</b><br />
Use Siebel Tools. In my Siebel Tools, the path is Tools -> Upgrade -> Upgrade Application&#8230;<br />
You may need to Prepare a Repository before this.<br />
Follow the suggested steps to merge the Current Repository to the Repository in the new release. </p>
<p><span id="more-946"></span><b>Step 6: Run Post-Merge Utilities</b><br />
You would be able to leverage the Postmerge Utilities to Upgrade Form Applets, and to verify that Applets and Views are configured correctly, available directly in  Siebel Tools. These analyze any Customizations in the existing Installation and apply changes as needed. These would now conform to the new UI in the new Siebel Application.</p>
<p><b>Step 7: Upgrade Custom Database Schema (upgphys) </b><br />
Run the DB Configuration Utility in &#8220;upgphys&#8221; mode this time. It&#8217;ll further upgrade the Siebel Database with changes resulting from Repositories Merge. Basically, this takes care of the Customizations and completes the Database Upgrade.</p>
<p><b>Step 8: Perform the Post-Upgrade Tasks</b><br />
Install the new Siebel Tools on the Developer Workstations and Extract Developer Databases of the Upgraded Application. Don&#8217;t forget to run Database Statistics.<br />
Set up User Access and Visibility of Screens and Views.<br />
Migrate Data and prepare for Testing.</p>
<p>Finally, Test, test and Test !! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/12/siebel-looping-multiple-records-query-and-process/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Query and Process'>Siebel &#8211; Looping multiple records &#8211; Query and Process</a> <small>In my last post, I discussed as to how we...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Upgrade Process &#8211; Part I</title>
		<link>http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/</link>
		<comments>http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 04:48:14 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/</guid>
		<description><![CDATA[If you have reached here, I assume you have already been through the Siebel Upgrade Assessment, and Planning steps. Siebel – Why Upgrade? – Part I Siebel – Why Upgrade? – Part II Siebel &#8211; Upgrade Roadmap &#8211; Part I Siebel &#8211; Upgrade Roadmap &#8211; Part II Next step is to run the Upgrade. Step [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you have reached here, I assume you have already been through the Siebel Upgrade Assessment, and Planning steps.<br />
<a href="http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/" target="_blank">Siebel – Why Upgrade? – Part I</a><br />
<a href="http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/" target="_blank">Siebel – Why Upgrade? – Part II</a><br />
<a href="http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/" target="_blank">Siebel &#8211; Upgrade Roadmap &#8211; Part I</a><br />
<a href="http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/" target="_blank">Siebel &#8211; Upgrade Roadmap &#8211; Part II</a></p>
<p>Next step is to run the Upgrade.</p>
<p><span id="more-945"></span><strong>Step 1: Upgrade you IT Infrastructure</strong><br />
Your IT Support Partner suggests upgrading to the latest version owing to the plethora of new functionality supported by it. Question: Have you discussed the expected increase on loading of your existing IT Infrastructure correspondingly?</p>
<p>Check out the minimum System Requirements Suggested by Oracle for the new Siebel Version that you are upgrading to. Don&#8217;t be afraid to factor in something extra. They are only the MINIMUM set of requirements, not the ideal ones!</p>
<p>After upgrading the Hardware, Upgrade the Siebel Enterprise Server to the new release. In the process, it also generates some files relevant in future steps of the Upgrade.</p>
<p><strong>Step 2: Perform Pre-Upgrade Tasks</strong><br />
Prepare the Siebel Database for upgrade. Includes closing all Database Connections, Clearing pending Workflow Tasks, Disabling Custom Triggers, among others.</p>
<p><strong>Step 3: Prepare Application Data</strong><br />
Prepare some Test Data for Migration. It is always smart to use only a small subset covering all major functionalities rather than the humongous Database that most organizations house today. You would obviously need to run the various tasks many a times over during the Upgrade, trying hit and trial in many of the cases. Time is precious. Save it!</p>
<p><strong>Step 4: Siebel Database Upgrade (Upgrep) </strong><br />
Database Configuration Utility is one of the Best friends a Siebel Admin can have. Run it in the &#8220;Upgrep&#8221; mode. This performs a basic Upgrade of the Siebel Database Schema. Also, it loads the repositories to prepare for Repository Merge.</p>
<p>Stay tuned for the next part in the series..</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Upgrade Roadmap &#8211; Part II</title>
		<link>http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/</link>
		<comments>http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 03:20:34 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/</guid>
		<description><![CDATA[This is a continuation of my previous post, Siebel &#8211; Upgrade Roadmap &#8211; Part I. As a part of the planning phase, feel free to: 1) Analyze the Complexity of the Upgrade 2) Be a good estimator of the level of effort needed to upgrade. Don&#8217;t mind putting in a few extra days in the [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of my previous post, <a href="http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/" target="_blank">Siebel &#8211; Upgrade Roadmap &#8211; Part I</a>.</p>
<p>As a part of the planning phase, feel free to:<br />
1) Analyze the Complexity of the Upgrade<br />
2) Be a good estimator of the level of effort needed to upgrade. Don&#8217;t mind putting in a few extra days in the plan than to crib later.</p>
<p><span id="more-944"></span>3) This is the Best type to deactivate, or phase out obsolete requirements. Make the most of the opportunity. As a Manager, you can always pass it on as something that will improve System Performance by cutting out the crap!<br />
4) Good time to incorporate a few new requirements as well, based on some of the new functionalities supported out of the box<br />
5) Define Team Roles, and set responsibility.<br />
6) Is the application heavily Interfaced with other Applications? Wish you Best of Luck! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
7) Check out the links on the Oracle My Oracle Support Portal regarding all the Alerts, etc. beforehand.<br />
 <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Try googling, or getting in touch with Experienced Partners to collate all the proven tools which can help the Upgrade be faster, and more efficient.<br />
9) Data Migration, a point in question.<br />
10) Some of the functionalities may not work EXACTLY the same as they did in the previous version. Plan User Training sessions in advance. Factor in appropriate time and Resources.</p>
<p><b>Step 3: Upgrade!</b><br />
Start with the Development Environment. Upgrade and experiment as much as you want.<br />
Practice with the upgrade on the Test Environment.<br />
Okay, so good so far. Let&#8217;s now run a flaw-less Upgrade on the Production Environment! Cheers!</p>
<p>Stay tuned for the following posts on the Upgrade Process&#8230;</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Upgrade Roadmap &#8211; Part I</title>
		<link>http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/</link>
		<comments>http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:17:23 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/</guid>
		<description><![CDATA[You may find my previous posts on &#8220;Why to Upgrade?&#8221; interesting. As a follow-up to it, here, I would present a typical Process of Siebel CRM Upgrade. I&#8217;ll cover the steps, and the some of the factors you could possibly keep in mind, while planning and executing an Upgrade. This would be the next step [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You may find my previous posts on &#8220;Why to Upgrade?&#8221; interesting. As a follow-up to it, here, I would present a typical Process of Siebel CRM Upgrade.</p>
<p>I&#8217;ll cover the steps, and the some of the factors you could possibly keep in mind, while planning and executing an Upgrade. This would be the next step after you have taken the decision, &#8220;Yes, I have to upgrade!&#8221;.</p>
<p><span id="more-943"></span><b>Step 1: Assess and Analyze existing Siebel Installation</b><br />
If you have already gone through my previous post on, &#8220;Why to Upgrade?&#8221;, you are already past this step. In case you haven&#8217;t yet, feel free to reach out to it. Hey, you can access it for free here! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ask yourself the following questions whenever you are pondering over a Software Upgrade:<br />
1) Do I really need an upgrade?<br />
2) What is it in my business that my current implementation is not able to solve?<br />
3) What are the clear Business benefits that the new system brings to the table? Are they relevant to me?<br />
4) If I must upgrade, is my existing IT Infrastructure upto the demands of the new version Installation?<br />
5) How much time do I have before my IT Support for my current version runs out?</p>
<p><b>Step 2: Plan the Upgrade</b><br />
An Upgrade is a project in itself. Though most of it is automated, yet, that is no reason to sit cushy assuming things are bight at the other end of the tunnel. As a matter of fact, from my personal point of view, there are more pitfalls in case of an Upgrade, than in the case of a full-fledged implementation. Watch out for my upcoming post, &#8220;Siebel &#8211; Upgrade or Implement, that is the question!&#8221;.</p>
<p>Planning an upgrade is thus, almost as important a consideration than actually carrying it out. Personally I am a big fan of planning and sorting things out, before even hitting the Development Desk, lest you don&#8217;t mind messing up things out of ignorance.</p>
<p>But, don&#8217;t go by my words. I know quite a big lot of guyz who hit the desk straight away, and produce much better results than what I do..!! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><i>.. to be continued ..</i></p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; SIS OM PMT Service</title>
		<link>http://geeksbloggingat.com/2010/03/20/siebelsis-om-pmt-service/</link>
		<comments>http://geeksbloggingat.com/2010/03/20/siebelsis-om-pmt-service/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 07:26:37 +0000</pubDate>
		<dc:creator>Madhvi Arora</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Business Component]]></category>
		<category><![CDATA[Scriptless solutions]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Vanilla]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=934</guid>
		<description><![CDATA[There are lots of vanilla business services available in Siebel which can be used to configure any process and this helps in avoiding scripting. One of these services I came across is &#8220;SIS OM PMT Service&#8221;. People who have worked on Order Mangement module must be aware of this service. This service is extensively used [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/05/13/siebel-sia-bc-utility-service-loop-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records'>Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records</a> <small>This is a vanilla business service which provides an extensive...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/14/siebel-sia-bc-utility-service-invoke-bc-method/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Invoke BC Method'>Siebel &#8211; SIA BC Utility Service &#8211; Invoke BC Method</a> <small>I had discussed about the vanilla Business Service, &#8220;SIA BC...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/31/siebel-fins-industry-xml-query-service/' rel='bookmark' title='Permanent Link: Siebel &#8211; FINS Industry XML Query Service'>Siebel &#8211; FINS Industry XML Query Service</a> <small>&#8220;Extracting values from a tag deep down in the Hierarchy.&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/11/siebel-looping-multiple-records-update-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Update records'>Siebel &#8211; Looping multiple records &#8211; Update records</a> <small>Hi, We often come across a requirement where we need...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/09/siebel-eai-siebel-adapter-looping-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records'>Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records</a> <small>This is a follow-up post on the post, Siebel &#8211;...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are lots of vanilla business services available in Siebel which can be used to configure any process and this helps in avoiding scripting.</p>
<p>One of these services I came across is &#8220;SIS OM PMT Service&#8221;.</p>
<p><span id="more-934"></span>People who have worked on Order Mangement module must be aware of this service.</p>
<p>This service is extensively used in Order Management Process. Both its methods as well as its  user properties are utilized in Order Creation Process.</p>
<p>But this service can be used in other modules as well.</p>
<p>It has various methods which can be used are:</p>
<p><strong>Get Profile Attribute</strong></p>
<p><strong>Invoke BC Method</strong></p>
<p><strong>Refresh Business Component</strong></p>
<p><strong>Set Profile Attribute</strong></p>
<p>In this post, I will discuss method &#8220;Refresh Business Component&#8221; of this service.</p>
<p>As clear from its name, it is used to refresh the Business Component.</p>
<p>In most of scenarios if we update some field or insert new record, UI is not refreshed with that data. We explicitly need to fire blank query either in our script or on UI to refresh UI. Instead of doing this we can use this Method to do so.</p>
<p>The required input arguments to this service are:</p>
<p><strong>Business Object Name</strong>&#8212;&gt; The name of the BO in which this data needs to be refreshed</p>
<p><strong>Business Component Name</strong>&#8212;&gt;The name of the BC where refresh is required.</p>
<p>This can be used in both script as well as workflow.</p>
<p>I will discuss the example of workflow:</p>
<div id="attachment_938" class="wp-caption aligncenter" style="width: 510px"><a href="http://geeksbloggingat.com/blog/wp-content/uploads/2010/03/WF_01.png"><img class="size-full wp-image-938" src="http://geeksbloggingat.com/blog/wp-content/uploads/2010/03/WF_01.png" alt="WF_01" width="500" height="89" /></a><p class="wp-caption-text">WF_01</p></div>
<p>This is a sample workflow which is used to update account status.</p>
<p>The detail description is as follows:</p>
<ol>
<li>Query For Record: Siebel Operation Step with operation Query is used. Here row_id has been passed in Object Id.</li>
<li>Record Found: Decision Box is used to check the record which needs to be updated exists in system or not .Here check is made with the help of Process Property “Siebel Operation Object  Id”. If record is present, then Siebel Operation Object Id will not be null.</li>
<li>Update Account Status : Siebel Operation Step with operation Update is used. Here row_id has been passed in Object Id.</li>
<li>Refresh Record: This step uses BS “SIS OM PMT Service” with method “Refresh Business Component”.</li>
</ol>
<p>Since here I am updating Account Status in Account Screen, the values of input arguments are:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="217" valign="top"><strong>Input Argument </strong></td>
<td width="81" valign="top"><strong>Type</strong></td>
<td width="149" valign="top"><strong>Value</strong></td>
</tr>
<tr>
<td width="217" valign="top">Business Object Name</td>
<td width="81" valign="top">Literal</td>
<td width="149" valign="top">Account</td>
</tr>
<tr>
<td width="217" valign="top">Business Component Name</td>
<td width="81" valign="top">Literal</td>
<td width="149" valign="top">Account</td>
</tr>
</tbody>
</table>
<p>Try this it will work.</p>
<p>Please share your valuable comments.<code><ins datetime="2010-03-16T16:38:20+00:00"></ins></code></p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/05/13/siebel-sia-bc-utility-service-loop-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records'>Siebel &#8211; SIA BC Utility Service &#8211; Loop multiple records</a> <small>This is a vanilla business service which provides an extensive...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/14/siebel-sia-bc-utility-service-invoke-bc-method/' rel='bookmark' title='Permanent Link: Siebel &#8211; SIA BC Utility Service &#8211; Invoke BC Method'>Siebel &#8211; SIA BC Utility Service &#8211; Invoke BC Method</a> <small>I had discussed about the vanilla Business Service, &#8220;SIA BC...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/31/siebel-fins-industry-xml-query-service/' rel='bookmark' title='Permanent Link: Siebel &#8211; FINS Industry XML Query Service'>Siebel &#8211; FINS Industry XML Query Service</a> <small>&#8220;Extracting values from a tag deep down in the Hierarchy.&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/11/siebel-looping-multiple-records-update-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; Looping multiple records &#8211; Update records'>Siebel &#8211; Looping multiple records &#8211; Update records</a> <small>Hi, We often come across a requirement where we need...</small></li>
<li><a href='http://geeksbloggingat.com/2009/07/09/siebel-eai-siebel-adapter-looping-multiple-records/' rel='bookmark' title='Permanent Link: Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records'>Siebel &#8211; EAI Siebel Adapter &#8211; Looping Multiple Records</a> <small>This is a follow-up post on the post, Siebel &#8211;...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/03/20/siebelsis-om-pmt-service/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Why Upgrade? &#8211; Part II</title>
		<link>http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/</link>
		<comments>http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:03:20 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=924</guid>
		<description><![CDATA[This is a continuation of the post, &#8220;Siebel &#8211; Why Upgrade? &#8211; Part I&#8221;. Here are some more.. 3) Talk about Performance and Efficiency. Though I agree that the new software generally runs with a higher efficiency with most of the old bugs closed, the higher performance almost always comes at a cost of higher [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of the post, <a href="http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/">&#8220;Siebel &#8211; Why Upgrade? &#8211; Part I&#8221;</a>.</p>
<p>Here are some more..</p>
<p><span id="more-924"></span>3) Talk about Performance and Efficiency. Though I agree that the new software generally runs with a higher efficiency with most of the old bugs closed, the higher performance almost always comes at a cost of higher Hardware Configuration as well.</p>
<p>The new softwares are, however, seen to be efficient to handle larger volumes of data, or to churn out decisions on the basis of the humongous data store. Maybe, the old system didn&#8217;t support it in the first place to make it possible, forget about efficiency!</p>
<p>4) With each higher version, I have personally noted that Siebel Data Model becomes more and more complex. This in turn means more and more universally agreed standards now form a part of the Siebel CRM Installation. This helps a Customer become more aware of the global standards that he may introduce in his organization, if not already there, or to align his Business Process accordingly.</p>
<p>Another fall-out of this, is higher Regulatory Compliance. Now, how many times have I heard Customers going in for implementation of packaged Applications owing to requirements to map to the local Regulatory Requirements?!</p>
<p>Ask yourself the following questions whenever you are pondering over a Software Upgrade:<br />
1) Do I really need an upgrade?<br />
2) What is it in my business that my current implementation is not able to solve?<br />
3) What are the clear Business benefits that the new system brings to the table? Are they relevant to me?<br />
4) If I must upgrade, is my existing IT Infrastructure upto the demands of the new version Installation?<br />
5) How much time do I have before my IT Support for my current version runs out?</p>
<p>Plan ahead, to be ahead. </p>
<p>Feel free to add, or suggest. I am leaving the ground open. Cheers!</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part I'>Siebel &#8211; Why Upgrade? &#8211; Part I</a> <small>Hi all, I am back to Siebel Technical Stuff after...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Why Upgrade? &#8211; Part I</title>
		<link>http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/</link>
		<comments>http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:13:39 +0000</pubDate>
		<dc:creator>Nitin Jain</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=913</guid>
		<description><![CDATA[Hi all, I am back to Siebel Technical Stuff after a long time. I recently worked as a part of a Siebel Upgrade Project for one of my clients. Siebel Upgrade is a version update methodology supported by Oracle. The Customer can easily upgrade from an older version of Siebel to a higher version. There [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am back to Siebel Technical Stuff after a long time. I recently worked as a part of a Siebel Upgrade Project for one of my clients.</p>
<p>Siebel Upgrade is a version update methodology supported by Oracle. The Customer can easily upgrade from an older version of Siebel to a higher version. </p>
<p><span id="more-913"></span>There is generally a very wide range of reasons as to why people may decide to upgrade. These may range from the obvious, to the obscure, and to truly blasphemous to some CRM Consultants. But, I guess this is one very important aspect which keeps the IT Industry rolling!! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Well, amongst many others, following are some of the popular reasons for which Organizations may decide to upgrade their existing Siebel, or other IT Software Installations.</p>
<p>1) This particular customer of ours very serious about the system running as smoothly as possible. Following this methodology, he banks on a lot of support from Microsoft and Oracle to avoid any issues in Production going forward. The issue is, Microsoft is phasing out support for Windows Server 2003 soon. To make matters worse, Siebel 7.5 is not certified to run on MS Windows Server 2008, the next logical step.</p>
<p>Solution: Upgrade to nearest higher version of Siebel which is supported on the new MS OS. The one you are using is on fire right now.</p>
<p>2) Generally, there is a whole lot of new functionality that Oracle introduces with each new version of Siebel CRM. The customers may want to make use of some of these new functionalities. The Business Benefit may imply a case strong enough to justify the extra cost of moving up to the new version.</p>
<p>Who knows, a Customer may just be able to eliminate a buggy Custom Module altogether by making use of some new functionality provided OOB in a higher version!</p>
<p>Wait for the remaining part of the post. What do you think could be the other reasons? <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2010/03/11/siebel-why-upgrade-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Why Upgrade? &#8211; Part II'>Siebel &#8211; Why Upgrade? &#8211; Part II</a> <small>This is a continuation of the post, &#8220;Siebel &#8211; Why...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/04/siebel-upgrade-process-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part I'>Siebel &#8211; Upgrade Process &#8211; Part I</a> <small>If you have reached here, I assume you have already...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/02/siebel-upgrade-roadmap-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part II'>Siebel &#8211; Upgrade Roadmap &#8211; Part II</a> <small>This is a continuation of my previous post, Siebel &#8211;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/03/31/siebel-upgrade-roadmap-part-i/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Roadmap &#8211; Part I'>Siebel &#8211; Upgrade Roadmap &#8211; Part I</a> <small>You may find my previous posts on &#8220;Why to Upgrade?&#8221;...</small></li>
<li><a href='http://geeksbloggingat.com/2010/04/06/siebel-upgrade-process-part-ii/' rel='bookmark' title='Permanent Link: Siebel &#8211; Upgrade Process &#8211; Part II'>Siebel &#8211; Upgrade Process &#8211; Part II</a> <small>This is a continuation from the post, Siebel &#8211; Upgrade...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2010/03/10/siebel-why-upgrade-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

