<?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>Hexaware Blog Central</title>
	<atom:link href="http://blogs.hexaware.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.hexaware.com</link>
	<description>Hexaware Blog Central</description>
	<lastBuildDate>Mon, 15 Mar 2010 06:41:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Innumeracy and Business Intelligence</title>
		<link>http://blogs.hexaware.com/business-intelligence/innumeracy-and-business-intelligence.html</link>
		<comments>http://blogs.hexaware.com/business-intelligence/innumeracy-and-business-intelligence.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 06:41:52 +0000</pubDate>
		<dc:creator>Karthikeyan Sankaran</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Fact Table Grains]]></category>
		<category><![CDATA[John Allen Paulos]]></category>
		<category><![CDATA[Predictive Analytics]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2976</guid>
		<description><![CDATA[My inspiration for this post is the wonderful book titled &#8220;Innumeracy&#8221; authored by John Allen Paulos. In this book, the author hypothesizes that many of us are unable to deal with numbers in the real world and that by understanding the concepts in this book, we can get a clearer, more quantitative way of looking [...]]]></description>
			<content:encoded><![CDATA[<p>My inspiration for this post is the wonderful book titled &#8220;<strong>Innumeracy</strong>&#8221; authored by John Allen Paulos. In this book, the author hypothesizes that many of us are unable to deal with numbers in the real world and that by understanding the concepts in this book, we can get a clearer, more quantitative way of looking at the world.<br />
<span id="more-2976"></span></p>
<p>Business Intelligence, arguably, is the most quantitative of areas in Information Technology. At a very basic level, BI deals with metrics collected about various business processes. The way the metrics have to be managed and manipulated depends on the mathematical content of these metrics. If that sounds too profound, well, it is intentional and I urge you to read on!</p>
<p>Any Data Warehouse data modeler will appreciate the fact that metrics collected in a fact table have to be understood in the context of the Fact Table grain, viz. A transaction grain fact table has metrics that are to be treated differently than the ones stored at a Periodic snapshot level or as an Accumulating snapshot. Think about Fully Additive, Semi-additive facts and you get the idea.</p>
<p>Similarly, a BI report developer deals with numbers on a daily basis. A good understanding of the numbers (can it be added or averaged or extrapolated) to be shown on a report, is essential to arriving at the right information content and also the correct way to visualize the numbers in question. As a simple example, read Ralph Kimball’s classic article on (aren’t all his articles classics!) SQL Roadblocks and Pitfalls <a href="http://www.rkimball.com/html/articles_search/articles1996/9602d05.html">here</a> and we realize that to decipher an article that exposes the basic limitations of SQL in dealing with moving averages (a very common requirement  in BI reporting), we need the ability to think mathematically.</p>
<p>Moving on to the realm of data mining, predictive analytics and its ilk, we as BI practitioners are starting to tread on areas that require a solid quantitative mindset. In one of my earlier blogs titled <a href="http://blogs.hexaware.com/business-intelligence/the-esoteric-world-of-predictive-analytics.html">&#8216;The Esoteric World of Predictive Analytics</a>&#8216;, I had argued that traditional statistics is not enough to make sense of Predictive Analytics, when it comes to modeling Human Behavioral Systems which is what BI applications are all about. More fundamentally, an understanding of probabilities, central tendencies, cause and correlation, normal distributions, regression models, design of experiments etc. is becoming very important for BI practitioners and with sites like this one – <a href="http://onlinestatbook.com/rvls.html">Rice Virtual Lab in Statistics </a>, it is quite possible to get a grasp on the fundamentals in a short time-frame.</p>
<p>Let me close this blog with a paragraph from &#8216;Innumeracy&#8217;. John Allen Paulos writes and I quote &#8220;In an increasingly complex world full of senseless coincidence, what&#8217;s required in many situations is not more facts – we&#8217;re inundated already – but a better command of known facts, and for this a course in probability is invaluable…..Probability, like logic, is not just for mathematicians anymore. It permeates our lives”.</p>
<p>BI practitioners, whose lofty ideals, relate to helping organizations make sense out of their customers&#8217; behavior, would do well to give their &#8220;Quantitative Gene&#8221; a push or shove in the right direction.</p>
<p>Thanks for reading. Please do share your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/business-intelligence/innumeracy-and-business-intelligence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Multiple XML Files through Informatica &#8211; 1</title>
		<link>http://blogs.hexaware.com/informatica_way/processing-multiple-xml-files-through-informatica-1.html</link>
		<comments>http://blogs.hexaware.com/informatica_way/processing-multiple-xml-files-through-informatica-1.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 09:59:38 +0000</pubDate>
		<dc:creator>Sivaram</dc:creator>
				<category><![CDATA[Informatica Way]]></category>
		<category><![CDATA[File List]]></category>
		<category><![CDATA[Indirect source]]></category>
		<category><![CDATA[looping]]></category>
		<category><![CDATA[XML File]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2969</guid>
		<description><![CDATA[Problem Statement: Data to be processed in Informatica were XML files in nature. The number of XML files to be processed was dynamic in nature. The need was also to ensure that the XML file name from which data is being processed is to be captured.
Resolution:
Option 1 – Using File list as part of Indirect [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem Statement:</strong> Data to be processed in Informatica were XML files in nature. The number of XML files to be processed was dynamic in nature. The need was also to ensure that the XML file name from which data is being processed is to be captured.</p>
<p><strong>Resolution:</strong><br />
<strong>Option 1</strong> – Using File list as part of Indirect File Sources in session<br />
<strong>Option 2</strong> – Using Parameter File and workflow variable</p>
<p><strong>Implementation Details for option 1: Using File list</strong></p>
<p>XML file names to be processed were read using batch script and file list was created containing XML file. This file list name was set under source properties at session level. XML file were read sequentially and data pertaining to every XML file was processed. Since the number of XML files to be processed was dynamic the need of the hour was to achieve looping in Informatica.</p>
<p><strong>Challenge in using File List</strong> – Created in a session to run multiple source files for one source instance in the mapping. When file list is used in a mapping as multiple source files for one source instance, the properties of all files must match the source definition. File list are configured in session properties by mentioning the file name of the file list in the Source Filename field and location of the file list in the Source File Directory field. When the session starts, the Integration Service reads the file list, then locates and reads the first file source in the list. After the Integration Service reads the first file, it locates and reads the next file in the list. The issue using XML file names in file list was further compounded by Informatica grouping records pertaining to similar XML node together. This lead to difficultly in identifying which record belonged to which XML file.</p>
<p>Batch Script – batch scripts controlled over all looping in Informatica by encompassing below mentioned tasks:<br />
• Reading XML file names from staging location and creating file list containing XML file names.<br />
• Moving XML files from staging location to archive location.<br />
• Verifying whether there are any more XML files to be processed and depending on the outcome either loop the process by invoking first workflow or end the process<br />
• Using PMCMD commands invoke appropriate workflows.</p>
<p><strong>Workflow Details –</strong><br />
There were two Informatica workflows designed to achieve looping:<br />
• First workflow –created indirect file to be used as source in session properties and will trigger second workflow. Details of workflow are:<br />
o Command task will execute a DOS batch script which will create indirect file after reading XML filenames from a pre-defined location on server.<br />
o Command task which will execute the second workflow to process data within XML files.</p>
<p><img class="alignleft size-full wp-image-2972" title="image1" src="http://blogs.hexaware.com/wordpress/wp-content/uploads/image1.jpg" alt="image1" width="400" height="143" /> </p>
<p>• Second workflow will read process XML files and populate staging tables. Details of workflow are:<br />
o A session will read XML file names using indirect file and load into staging tables.<br />
o A command task will move the XML file just processed in file into an archive folder. Using batch script<br />
o A command task will execute a batch script which will:<br />
 Check whether there are any more XML files to be processed.<br />
 If yes then it will trigger the first workflow. This will ensure all XML files are processed and loaded into staging tables.<br />
 If no then process will complete.</p>
<p><img class="alignleft size-full wp-image-2973" title="image2" src="http://blogs.hexaware.com/wordpress/wp-content/uploads/image2.jpg" alt="image2" width="400" height="144" /><br />
 </p>
<p>Thanks for reading, pls let me know have you faced any similar situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/informatica_way/processing-multiple-xml-files-through-informatica-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask the expert 112</title>
		<link>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-112.html</link>
		<comments>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-112.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:47:32 +0000</pubDate>
		<dc:creator>Senthil Kumar Theagarajan</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[Installation of Demo]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2960</guid>
		<description><![CDATA[Akshata
Hi..I would like to install peoplesoft in my personal comp. Could you please tell how should I go about doing it.
I came accross the site edelivery.oracle.com providing the files for downloading and installation of peoplesoft.But if somebody could guide me on which files are mandatory and can i install only peopletools first ..is the HRMS/CRM [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Akshata</strong></p>
<p>Hi..I would like to install peoplesoft in my personal comp. Could you please tell how should I go about doing it.</p>
<p>I came accross the site edelivery.oracle.com providing the files for downloading and installation of peoplesoft.But if somebody could guide me on which files are mandatory and can i install only peopletools first ..is the HRMS/CRM package type necessary to be installed.</p>
<p>And I already have oracle 10g installed on my pc.Should I still download the files related to oracle database from the site.</p>
<p><strong>Thank you for posting your question<br />
Answer –</strong></p>
<p>I&#8217;ll assume that you are installing the latest PeopleSoft versions (Eg: HRMS 9.1/PeopleTools 8.50) for the purpose of learning.</p>
<p>Download and go through the detailed Installation guide, HW/SW requirements for PeopleTools 8.50 and HRMS 9.1 from this location: <a href="http://www.oracle.com/technology/documentation/psftent.html">http://www.oracle.com/technology/documentation/psftent.html</a><br />
From the edelivery site, you can download the PeopleTools 8.50 Media Pack and HRMS 9.1 Media pack for your OS Platform.</p>
<p>Demo license codes can be obtained here: <a href="http://licensecodes.oracle.com/ent_keys_by_prod.html">http://licensecodes.oracle.com/ent_keys_by_prod.html</a></p>
<p>If you have Oracle 10g software already installed, then you just need to follow the instructions in the installation guide for creating the PeopleSoft Database.</p>
<p><strong>Thanks<br />
Charles Praveen Janarthanan</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-112.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask the expert 111</title>
		<link>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-111.html</link>
		<comments>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-111.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:41:36 +0000</pubDate>
		<dc:creator>Senthil Kumar Theagarajan</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[Deadlock and Notification]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2957</guid>
		<description><![CDATA[Ravi Jain
How to design / create Parallel Processing AE for Data Import ??
We have to import millions of customer information from legacy system into PeopleSoft CRM. We have developed an AE which uses delivered Application Packages to do that. However, it requires 4.5 days to import 3.2 lac customer info.

1. How to develop an AE, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ravi Jain</strong><br />
How to design / create Parallel Processing AE for Data Import ??</p>
<p>We have to import millions of customer information from legacy system into PeopleSoft CRM. We have developed an AE which uses delivered Application Packages to do that. However, it requires 4.5 days to import 3.2 lac customer info.<br />
<span id="more-2957"></span></p>
<p>1. How to develop an AE, multiple instances of which will import data in Parallel, thus reducing the import time ?<br />
2. What will be impact (or likelyhood of deadlocks) if all the instances insert / update data for same set of records ?</p>
<p>Environment Details:<br />
CRM 9.00, PeopleTools 8.49<br />
DB: Oracle 10g Enterprise on AIX 6.1 (4 dual core Xeon / 8 GB RAM) App Server: Windows 2003 Enterprise<br />
 <br />
<strong>Thank you for posting your question. Answer to your second question is -</strong></p>
<p>To release the deadlocks, you can use commitwork() and collectgarbage() after processing each set of data, (say count=10000 rows) in Application Engine peoplecode.</p>
<p>Thanks<br />
<strong>Nithya R</strong></p>
<p><strong>Sri Lakshmi</strong><br />
I am using PT_WF_NOTIFICATION to send mail.In mail some part of text should be displayed as BOLD. I have used html tags but these are displayed in the mail.How to print text in bold?<br />
I am using message catalog to display part of message.</p>
<p><strong>Thank you for posting your question<br />
Answer –</strong></p>
<p>Most Possible reason is email is being sent as Text, that’s the reason HTML tag are not accepted.</p>
<p>In the application package PT_WF_NOTIFICATION, for the notification class there is a property called ContentType which should initialized if HTML tag are going to used.</p>
<p>Please refer peoplebook for sendmail function; code for content type is:</p>
<p>Content_Type = &#8220;Content-type: text/html; charset=utf8&#8243;</p>
<p>Thanks<br />
<strong>Akash Awadhiya</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/peoplesoft_fieldbook/ask-the-expert/ask-the-expert-111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to LDAP Directories for Peopletools Version 8.50</title>
		<link>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/an-introduction-to-ldap-directories-for-peopletools-version-850.html</link>
		<comments>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/an-introduction-to-ldap-directories-for-peopletools-version-850.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:09:41 +0000</pubDate>
		<dc:creator>Vijayakumar Chinnasamy</dc:creator>
				<category><![CDATA[PeopleSoft]]></category>
		<category><![CDATA[PeopleSoft FieldBook]]></category>
		<category><![CDATA[8.50]]></category>
		<category><![CDATA[edirectory]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Iplanet LDAP Server]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[ldapbind]]></category>
		<category><![CDATA[ldapsearch]]></category>
		<category><![CDATA[Oracle EBS]]></category>
		<category><![CDATA[Oracle Internet Directory]]></category>
		<category><![CDATA[Peopletools]]></category>
		<category><![CDATA[Single Sign On]]></category>
		<category><![CDATA[Siteminder]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2937</guid>
		<description><![CDATA[During the year 2004, I worked on an Enterprise Directory implementation for one of our customers with Peoplesoft Directory Interface. Because of the importance of the project, I took the exam &#8220;Sun Certified Engineer for Sun ONE Directory Server 5.x&#8221; and passed. It is a LDAP Directory Certification with emphasis on Iplanet Directory Server.  I am [...]]]></description>
			<content:encoded><![CDATA[<p>During the year 2004, I worked on an Enterprise Directory implementation for one of our customers with Peoplesoft Directory Interface. Because of the importance of the project, I took the exam &#8220;Sun Certified Engineer for Sun ONE Directory Server 5.x&#8221; and passed. It is a LDAP Directory Certification with emphasis on Iplanet Directory Server.  I am not sure whether this certification is still valid, However I still try to keep myself informed about latest happenings in these areas.<br />
<span id="more-2937"></span></p>
<p>Now-a-days, LDAP Directories are getting increasingly popular. Most of the Organizations with IT infrastructure has a Windows Domain Contoller (with Active Directory &#8211; Which is a LDAP Directory). Some other Organizations do not want to use their Active Directory for LDAP Directory purposes because of interoperability issues. They build a seperate <strong><em>Enterprise Directory</em></strong> infrastructure to keep their user&#8217;s Authentication related information.</p>
<p>In this blog entry, I am planning to write a consolidated LDAP Directory related information for the latest Peopletools Version 8.50. As you are all aware, Peopletools provided an abstract layer for the application to run. Peoplesoft has many applications such as Human Capital Management (HCM), Financials and Supply Chain Management (FSCM), Campus Solutions etc. All these applications run with Peopletools internally. Peopletools provides an Abstract layer for these applications to run on top of it.</p>
<h2>Introduction to LDAP Directories</h2>
<p>Many People  get confused with LDAP terminologies. Just to be clear, LDAP is a protocol &#8211; Lightweight Directory Access Protocol. If you are using the term LDAP, make sure, you are refering to a Protocol or a standard, created for accessing LDAP Directories over the network. A LDAP Directory is a software that stores information or data in a tree like format for easy access. As per my experience with LDAP Directories, these are the major LDAP directories:</p>
<ul style="text-align: left;">
<li><strong>Sun Java System Directory Server (earlier Iplanet Directory Server)</strong></li>
<li><strong>Novell&#8217;s NDS eDirectory</strong></li>
<li><strong>Microsoft&#8217;s Active Directory (AD)</strong></li>
<li><strong>Oracle Internet Directory (OID)</strong></li>
</ul>
<p>Now that Oracle and Sun got merged as Oracle, Oracle corporation may standardize their LDAP Directory offerings with Sun Java System Directory Server. It is just my prediction because Sun Java/Iplanet Directory server is used in many organizations, Oracle corp may standardize their LDAP Directory offerings for their customers.</p>
<h2>Directory Information Tree (DIT)</h2>
<p>In any LDAP Directory server, information/data is stored in Directory information Tree called DIT. It has a Tree like format with many parent and child leaves. A LDAP Directory&#8217;s DIT can be accessed using a standard LDAPSEARCH Utility.</p>
<h2>LDAPBIND and LDAPSEARCH Utilities </h2>
<p>LDAPBIND Utility is used for checking the authentication with LDAP Directory. An Exam command usage is shown below. A &#8220;bind successful&#8221; means that you have valid authentication details for this directory server.</p>
<p><strong>$ ldapbind  -h 192.168.1.11 -p 389 -D &#8220;CN=testuser,CN=Users,DC=tserver,DC=com&#8221;  -w &#8220;mypassword&#8221;<br />
bind successful<br />
$</strong></p>
<p>LDAPSEARCH Utility can be found in many Oracle installations, I always use the one under $ORACLE_HOME/bin directory if I dont have the utility (and I have some version of Oracle Server or Client installed under $ORACLE_HOME).</p>
<p>Here is an example:</p>
<p><strong>ldapsearch -h 192.168.1.11 -p 389 -D &#8220;CN=testuser,CN=Users,DC=tserver,DC=com&#8221;  -w &#8220;mypassword&#8221; -b &#8220;&#8221; -s base &#8220;objectclass=*&#8221; defaultnamingcontext</strong></p>
<p>Result:</p>
<p><strong>defaultNamingContext=DC=tserver,DC=com</strong></p>
<p>-h -&gt; Hostname or IP Address of the LDAP Directory Server</p>
<p>-p -&gt; Port Number for the LDAP Directory, defaut LDAP port is 389, LDAPS port is 636.</p>
<p>-D -&gt; Bind DN &#8211; LDAP DN for connecting to LDAP Directory</p>
<p>-w -&gt; Password for the Bind DN.</p>
<p>-b -&gt; Base DN for the search &#8211; here it starts from the top.</p>
<p>-s base -&gt; Search Scope is base (other values are sub and one)</p>
<p>This above command provides the value of default naming context of the top level domain where all the objects are referred to. similarly you can query a lot of other parameters or atttibues as well.</p>
<h2>LDAP Directories supported with Peopletools Version 8.50</h2>
<p>As far as I understand, there are two scenarios for Peoplesoft Applications requiring an LDAP Directory. One for using Single Sign On (majority of the cases). The other one is for supporting Enterprise Directory for a organization-wide database for user authentication information.</p>
<p>For HCM, Peoplesoft has a product called Directory Interface &#8211; I assume it is an additional product and needs to be purchased seperately &#8211; that supports major LDAP Directories listed above. Earlier this product used to be called PDI (Peoplesoft Directory Interface). Now they call it just &#8220;Directory Interface&#8221;. HCM&#8217;s Directory interface allows building an Enterprise Directory for your organization. Using Directory Interface, you can populate and push Directory information from HRMS System.</p>
<p>For Single Sign On, major LDAP Directories are supported as well. Additionally, there is a support for Active Directory Application Mode (ADAM) in Peopletools 8.50. For a complete list, I would recommend to search the Oracle Web site for Product Certifications.</p>
<p>Please post your comments. We will meet soon with another topic.</p>
<p>Until then</p>
<p>Vijay Chinnasamy</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/an-introduction-to-ldap-directories-for-peopletools-version-850.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Part I &#8211; Implementing Single Sign On for ERP Applications</title>
		<link>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/part-i-implementing-single-sign-on-for-erp-applications.html</link>
		<comments>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/part-i-implementing-single-sign-on-for-erp-applications.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 07:14:06 +0000</pubDate>
		<dc:creator>Vijayakumar Chinnasamy</dc:creator>
				<category><![CDATA[PeopleSoft]]></category>
		<category><![CDATA[PeopleSoft FieldBook]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Oracle EBS]]></category>
		<category><![CDATA[Single Sign On]]></category>
		<category><![CDATA[Siteminder]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2902</guid>
		<description><![CDATA[I worked on multiple Single Sign On Implementation projects during my experience with Hexaware. Just to let you know, I am currently working on one such project. I am planning to consolidate all the Single Sign On Technologies available with various vendors and provide my personal analysis here and also how organizations can deploy these [...]]]></description>
			<content:encoded><![CDATA[<p>I worked on multiple Single Sign On Implementation projects during my experience with Hexaware. Just to let you know, I am currently working on one such project. I am planning to consolidate all the Single Sign On Technologies available with various vendors and provide my personal analysis here and also how organizations can deploy these solutions in their enterprise. Also, I want to provide details about my personal experience with different SSO projects.<br />
<span id="more-2902"></span></p>
<p>My previous years of Single Sign On or LDAP related experience include the following implementations:</p>
<ul>
<li><strong>UNIX Single Sign On with pam_ldap and nss_ldap</strong></li>
<li><strong>Creating an Enterprise Directory for Humar Resources Management with Sun Iplanet Directory Server</strong></li>
<li><strong>Peoplesoft Single Sign On with Siteminder Policy Server</strong></li>
<li><strong>Oracle EBS Single Sign On with Oracle Identity Management and WNA</strong></li>
</ul>
<p>I am planning to write more about these three implementations that I did during my previous years of Single Sign On or LDAP related experience. Also, I always wanted to write here about various SSO solutions available with different vendors. Also, I want to let you know how SSO and LDAP Directories are related and complimentary in these implementations. All of these items are not possible to explain in one single article, so I will be writing mutiple blogs about the same.</p>
<p>I want to write about the SSO implementation with Unix first. Though this does not involve any ERP products, this (unix and SSO) was my first SSO project and I wanted to write about it.</p>
<p>In one of our customer site, they had around 110 Unix servers, predominantly HP Unix servers, along with some servers running Linux Operating Systems. They kept all their Unix User information locally on the /etc/password file and managed seperately using native UNIX user and group administration tools such as, useradd, usermod, userdel, groupadd, groupmod and groupdel. They wanted to centralize the user information database in Active Directory. (What a weird combination &#8211; UNIX users on Active Directory?).</p>
<p>We successfully completed a POC for this. For this authentication to work, there are few components involved. PAM and NSS along with Active Directory and Kerberos on the Windows Domain Controller side.<br />
PAM is Pluggable Authentication Module that provides a mechanism for authentication plugins. NSS is NetworkService Switch Plugin used for authenticating against the LDAP server. HP has a free product called LDAP-UX which includes components such as pam_ldap and nss_ldap which are necessary for LDAP Integration.</p>
<p>In UNIX Environment, Single Sign On was provided for authentication &#8211; using the PAM Plugin, in general. When a user enters his username and password, the password credentials are verified againt Kerberos and Active Directory. Once authentication is successful, the user is allowed to enter to the UNIX prompt. The Unix Users are Groups information can also be stores in Active Directory. However, this poses issues since Active Directory is not really meant for storing UNIX User and Group information because it was build for Windows machines primarily. However it is possible to integrate Active Directory with UNIX logins.</p>
<p>For Peoplesoft, Single Sign On implementation is different than how it works in the UNIX Environments because they use different ways. However, you can easily coorelate the same steps involved (first step is authentication, and then authorization).</p>
<p>Authentication involves checking user credentials to make sure they are correct. For example, UNIX login checks the login and password in Kerberos and Active Directory. Authorization involves what a user can do on the system. Authorization comes after authentication. Once a user is authenticated, the system (lets say Peoplesoft) will check what are the &#8220;things&#8221; the user is authorized to do.</p>
<p>Lets talk more about these in coming days.</p>
<p>Until then<br />
Vijay Chinnasamy</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/peoplesoft_fieldbook/peoplesoft/part-i-implementing-single-sign-on-for-erp-applications.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data Mart Consolidation – Information Delivery</title>
		<link>http://blogs.hexaware.com/business-intelligence/data-mart-consolidation-%e2%80%93-information-delivery.html</link>
		<comments>http://blogs.hexaware.com/business-intelligence/data-mart-consolidation-%e2%80%93-information-delivery.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 08:45:44 +0000</pubDate>
		<dc:creator>Muneeswara C Pandian</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mart Consolidation]]></category>
		<category><![CDATA[information delivery]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2926</guid>
		<description><![CDATA[In the process of Data Mart Consolidation, the third area to focus after Data Integration Consolidation is the Information Delivery process. Let us define the following

Parent Data Mart (PDM) – The Data Mart which is to get extended with the elements from another ( Child ) Data Mart
Child Data Mart (CDM)– The Data Mart which [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 0pt;"><span style="font-family: Calibri; font-size: small;">In the process of </span><a href="http://blogs.hexaware.com/business-intelligence/data-mart-consolidation-%e2%80%93-should-you-do-it.html"><span style="font-family: Calibri; font-size: small;">Data Mart Consolidation</span></a><span style="font-family: Calibri; font-size: small;">, the third area to focus after </span><a href="http://blogs.hexaware.com/business-intelligence/data-mart-consolidation-data-integration.html"><span style="font-family: Calibri; color: #800080; font-size: small;">Data Integration Consolidation</span></a><span style="font-family: Calibri; font-size: small;"> is the Information Delivery process. Let us define the following</span></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Parent Data Mart (PDM) – The Data Mart which is to get extended with the elements from another ( Child ) Data Mart</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Child Data Mart (CDM)– The Data Mart which is to be merged with the Parent Data Mart</span></li>
</ul>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 2pt 0in 0pt;"><span style="font-family: Calibri; font-size: small;"><span id="more-2926"></span> </span><span style="font-family: Calibri; font-size: small;">There are three parts to focus when we look at Information Delivery processes they are</span></p>
<ol style="margin-top: 0in;" type="1">
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Semantic Layer Integration</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Security and User profile integration</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Report consolidation</span></li>
</ol>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;">The key aspects that needs to be performed in the consolidation exercise across these areas are </span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="text-decoration: underline;"><span style="font-size: small;"><span style="font-family: Calibri;">Semantic Layer Integration</span></span></span></p>
<ol style="margin-top: 0in;" type="1">
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Collect the metadata of the objects present in the semantic layer of both PDM and CDM</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the common objects in the semantic layers</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the unused objects in the semantic layers, also confirm with users on the objects that are not required in CDM and eliminate them</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">For the required objects in CDM determine the placeholders in the PDM Semantic layer and confirm with users on the location of the new object in the PDM semantic hierarchy</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Merge the CDM semantic with the PDM Semantic</span></li>
</ol>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="text-decoration: underline;"><span style="font-size: small;"><span style="font-family: Calibri;">Security and User Profile Integration</span></span></span></p>
<ol style="margin-top: 0in;" type="1">
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the security definition for the required objects in CDM</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Map the security setup in CDM and PDM, determine the gaps and work arounds</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the common users and unique users between the system</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Create users who are not present in the PDM system</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Apply the required security definition over the new objects in PDM</span></li>
</ol>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="text-decoration: underline;"><span style="font-size: small;"><span style="font-family: Calibri;">Report Consolidation</span></span></span></p>
<ol style="margin-top: 0in;" type="1">
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Collect the metadata of the objects present in the reports of CDM</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the reports in PDM that carry similar objects(physical name as well) to that present in CDM, these are reports in CDM that may not be required to be migrated from CDM to PDM</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Determine the set of unique reports that needs to moved into the PDM system</span></li>
<li class="MsoNormal"><span style="font-family: Calibri; font-size: small;">Re-point and change the existing reports in CDM to the integrated semantic definition in PDM</span></li>
</ol>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;"> </span></p>
<p class="MsoNormal" style="text-align: justify; line-height: normal; margin: 0in 0in 6pt;"><span style="font-family: Calibri; font-size: small;">Thanks for reading, let me know if you have come across other points that needs to be considered as part of Information Delivery Layer consolidation exercise. .</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/business-intelligence/data-mart-consolidation-%e2%80%93-information-delivery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft 9.1 HCM Compensation and Performance Appraisal Cycle</title>
		<link>http://blogs.hexaware.com/pitstop/peoplesoft-91-hcm-compensation-and-performance-appraisal-cycle.html</link>
		<comments>http://blogs.hexaware.com/pitstop/peoplesoft-91-hcm-compensation-and-performance-appraisal-cycle.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:17:34 +0000</pubDate>
		<dc:creator>Pon ArunKumar Ramalingam</dc:creator>
				<category><![CDATA[Pitstop]]></category>
		<category><![CDATA[Pitstop Oracle]]></category>
		<category><![CDATA[Pitstop Peoplesoft]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Appraisal Cycle]]></category>
		<category><![CDATA[Compensation Cycle]]></category>
		<category><![CDATA[Integrated ePerformance]]></category>
		<category><![CDATA[New Feature in PeopleSoft 9.1]]></category>
		<category><![CDATA[PeopleSoft 9.1 HCM]]></category>
		<category><![CDATA[PeopleSoft Compensation]]></category>
		<category><![CDATA[Rating Process]]></category>
		<category><![CDATA[Streamlined Appraisal Cycle]]></category>
		<category><![CDATA[Talent Management]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2914</guid>
		<description><![CDATA[Tree Manager, Approval Workflow Engine (AWE), HCM Delegation Framework and pagelet wizards are inter woven with a streamlined process to accomplish what Oracle calls PeopleSoft 9.1 Compensation. Interestingly, the interoperability aspects with ePerformance, Core HR and variable compensation adds more value and increased ROI for the organizations which would implement PeopleSoft 9.1 HCM Compensation....For a compensation cycle, the funding overview for salary plans  summarizes the total number of head count which would be involved in the appraisal cycle along with the calculated total salaries, calculated amount, calculated percent, qualified headcount, qualified salaries, funded amount, funded percent, proposed amount, proposed percent.


]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Appraisal Season, Like the leaves which change color in fall and fall off their trees &#8211; IT Sector may witness a lot of attrition during and after the appraisal cycle. The reason being the outcome of the appraisal process <img src='http://blogs.hexaware.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  . It is vital for a growing organization to streamline their appraisal process with planning their funding channels, organizing the pay components and administering it.</p>
<p>Existing PeopleSoft features of Tree Manager, Approval Workflow Engine (AWE), HCM Delegation Framework and pagelet wizards are inter woven with a streamlined process to accomplish what Oracle calls PeopleSoft 9.1 Compensation. Interestingly, the interoperability aspects with ePerformance, Core HR and variable compensation adds more value and increased ROI for the organizations which would implement PeopleSoft 9.1 HCM Compensation.</p>
<p>The first thing that an organization eyes is their budget/Funds for an appraisal / Compensation cycle, followed by the planning and allocation of collective Compensation aspects. Embedded analytics and user friendly interface enables Compensation Administrators or Managers to build what peoplesoft terms it as &#8220;Compensation Cycle&#8221;.Initial Setup would involve defining proration rules, rounding rules, salary plan, action reason,.. and Configuring compensation matrix.</p>
<p>Example Appraisal &#8211; Compensation Configurable matrix:<br />
Rating             Funding Pct       Min Percent     Max Percentage<br />
&#8212;&#8212;&#8212;&#8212;-     &#8212;&#8212;&#8212;&#8212;&#8212;       &#8212;&#8212;&#8212;&#8212;&#8212;     &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
6                               42                      42                            42<br />
5                               30                     30                           30<br />
4                               19                      18                            19<br />
3                                8                         8                             8 <br />
2                                2                          2                             2<br />
1                                2                          1                             2</p>
<p>For a compensation cycle, the funding overview for salary plans  summarizes the total number of head count which would be involved in the appraisal cycle along with the calculated total salaries, calculated amount, calculated percent, qualified headcount, qualified salaries, funded amount, funded percent, proposed amount, proposed percent.</p>
<p>Once the compensation cycle (01JAN2009 to 31DEC2009) is defined, the appraisal team works with the variable compensation plans and compensation rules to manage the available funding for an appraisal cycle. The Pay out periods as well as the Pay out types are also defined using the cash or available stock options. It is one of the features in which many employers tend to provide stocks instead of a cash hike. Followed by the compensation team, the manager self service of PeopleSoft is used by the managers to update appraisal info of an employee or a group (direct reports / Indirect reports) along with their review ratings. The Approval process plays a vital role in approving the planned / updated compensation details using the delivered roles of &#8220;submitter&#8221; &#8220;reviewer&#8221; and &#8220;Confirmer&#8221;.<br />
On the other hand, the administrator is equipped with the compensation dashboard which constitutes the Process flow Build-&gt;Open-&gt;Load-&gt;Close and status history which manages the manager&#8217;s access rules (notification period, default, review period, update period)</p>
<p>PeopleSoft 9.1 Compensation also allows employers to handle exceptional cases during an appraisal cycle by incorporating &#8220;Key Resource Bonuses&#8221; on the Award Plans present with the compensation module.</p>
<p>In total, PeopleSoft 9.1 HCM Compensation seems to be quiet promising in bring in transparency and streamlined appraisal cycle within a growing organization.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/pitstop/peoplesoft-91-hcm-compensation-and-performance-appraisal-cycle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeopleSoft HCM 9.1 Succession Planning</title>
		<link>http://blogs.hexaware.com/pitstop/peoplesoft-hcm-91-succession-planning.html</link>
		<comments>http://blogs.hexaware.com/pitstop/peoplesoft-hcm-91-succession-planning.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:13:46 +0000</pubDate>
		<dc:creator>Pon ArunKumar Ramalingam</dc:creator>
				<category><![CDATA[Pitstop]]></category>
		<category><![CDATA[360 degree Visualization]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Career Planning]]></category>
		<category><![CDATA[HR Driven]]></category>
		<category><![CDATA[Learning Management]]></category>
		<category><![CDATA[Need for HR Efficiency]]></category>
		<category><![CDATA[PeopleSoft 9.1]]></category>
		<category><![CDATA[Performance Management]]></category>
		<category><![CDATA[Profile Management]]></category>
		<category><![CDATA[Profile Mining]]></category>
		<category><![CDATA[Succession Planning]]></category>
		<category><![CDATA[Successors]]></category>
		<category><![CDATA[Talent Pool]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2911</guid>
		<description><![CDATA[The recession storm seems to have settled down and IT companies are in a hiring spree.....new features of peoplesoft 9.1 seems to be interesting as it justifies the HR operations with its functionality.....Initial and continous mapping of employees competency, performance and interests with the employer's goals (position, jobcodes) makes it easier for the organization to plan and sustain its growth in the event of its new project wins. As stated in 
]]></description>
			<content:encoded><![CDATA[<p>How important is it to an organization?<br />
The recession storm seems to have settled down and IT companies are in a hiring spree, much to the trend seen in the Formula one racing, its Schumi&#8217;s re-entry and some good show by Force India team and Adrian. It all seems to be drilling down to the race line.. eagerly awaiting to jump on the gas pedals in this 2010 season.<br />
<span id="more-2911"></span><br />
Yes, the software industry too &#8211; is looking forward for a jump start and many IT organizations are preparing themselves for the race, the race which will win them new clients in new areas and the world economy seems to get back in its &#8216;once&#8217; fruitful track.</p>
<p>As many of you are aware, Oracle has come up with the PeopleSoft 9.1 Version with some cool features, Lets see why one of the new features of peoplesoft 9.1 seems to be interesting as it justifies the HR operations with its functionality. One of the reasons for Indian IT organizations to spend a lot of effort and cost in hiring new employees and especially high profile positions within an organization seems to be the lack of succession planning and career planning.</p>
<p>Succession planning enables an employer to organize its talent pools based on the employees person profile, job code, position and a plan that is unique to it. Initial and continous mapping of employees competency, performance and interests with the employer&#8217;s goals (position, jobcodes) makes it easier for the organization to plan and sustain its growth in the event of its new project wins. As stated in</p>
<p><a class="aligncenter" title="Learning Management System drives a Company's Growth" href="http://blogs.hexaware.com/pitstop/learning-management-system-drives-a-companys-growth.html" target="_blank">Learning Management System drives a companies growth </a></p>
<p>peoplesoft 9.1 brings in easier integration options with the Enterprise Learning Management (ELM) module thereby providing consistent career paths for the employees to pursue inorder to accomplish the succession planning. Both the HR Administrators and Managers are well equipped with the Visualization (user friendly reports) and Self Service  layer in accomplishing the tasks.</p>
<p>Features like tracking an employee&#8217;s successor in terms of number of years makes the job even easier for the HR to identify / probably mine through the talent pool of the organization.</p>
<p>Let&#8217;s see how IT organizations are quick in implementing the Succession planning feature of PeopleSoft 9.1 and Let&#8217;s assure them that its a vital part for a growing organization.. <img src='http://blogs.hexaware.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/pitstop/peoplesoft-hcm-91-succession-planning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Obvious&#8217; Business Intelligence</title>
		<link>http://blogs.hexaware.com/business-intelligence/obvious-business-intelligence.html</link>
		<comments>http://blogs.hexaware.com/business-intelligence/obvious-business-intelligence.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:32:57 +0000</pubDate>
		<dc:creator>Karthikeyan Sankaran</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Fundamental BI]]></category>
		<category><![CDATA[Goldratt]]></category>
		<category><![CDATA[Obvious Adams]]></category>

		<guid isPermaLink="false">http://blogs.hexaware.com/?p=2894</guid>
		<description><![CDATA[Recently, I happened to read a couple of books with the &#8220;Obvious&#8221; word in the title and thought of writing a post around some of those obvious things in BI that we all know but typically forget during the thick of action.

A small note on those 2 &#8220;Obvious&#8221; books that I read &#8211; The first [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I happened to read a couple of books with the &#8220;Obvious&#8221; word in the title and thought of writing a post around some of those obvious things in BI that we all know but typically forget during the thick of action.<br />
<span id="more-2894"></span></p>
<p>A small note on those 2 &#8220;Obvious&#8221; books that I read &#8211; The first one is a classic called &#8220;Obvious Adams: The Story of a Successful Business Man&#8221; written by Robert R. Updegraff in 1916 and the second being a more contemporary one by Eliyahu M. Goldratt titled &#8220;Isn&#8217;t it Obvious&#8221;. Though these books talk about very different business domains (Obvious Adams is on Advertising while Goldratt’s book is on Theory of Constraints as applied to the Retail industry), the central theme of these books is the fact that decision makers tend to overlook the basic principles when confronted with problems.</p>
<p>In my humble opinion, a simple, implementable, commonsensical approach based on fundamental principles is the need of the hour in many areas and Business Intelligence is no exception. Based on my experience, given below are some of those basic principles on Business Intelligence that the practitioner would dismiss as being too &#8220;obvious&#8221; (but hey, isn&#8217;t that the intent of this post!). Let’s roll…</p>
<p>1) Business &amp; Business Stakeholders are the key to successful BI<br />
2) BI should help in making decisions that support the business goals<br />
3) BI systems should provide Hindsight, Insight and Foresight to optimize the business process<br />
4) Quality of BI output and hence the quality of decisioning is directly dependent of the quality of data. Remember &#8220;Garbage In, Garbage Out&#8221;<br />
5) Ensure that the business units agree on what the business really is. Educate the business about the business, if required.<br />
6) Without strategic focus and executive sponsorship, BI projects are set for failure<br />
7) Organizations are dynamic entities and hence ensure that BI systems can adapt to change<br />
8 ) Enable &amp; Empower the BI users (both operational and strategic)<br />
9) Market the value of DW / BI platforms to the user community<br />
10) Don’t boil the ocean – There is no perfect BI system. Try building a successful one instead<br />
11) Always build the BI system with &#8216;detail data&#8217;. Summaries &amp; Aggregations can follow the detail<br />
12) Pick the technology based on Business Fitment not on Tool sophistication<br />
13) Prototype and Visualize the end-state before embarking on major BI initiatives<br />
14) Have the right team to sustain and grow the BI infrastructure<br />
15) Be aware of latest developments and trends in BI</p>
<p>And so, here is my quick checklist on the fundamental principles around thinking, building and using BI in organizations. Please do share your thoughts. Thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hexaware.com/business-intelligence/obvious-business-intelligence.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
