<?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>Deepesh M Divakaran &#187; download</title>
	<atom:link href="http://www.deepeshmd.com/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepeshmd.com</link>
	<description>Where Musings Fuse the Tech...</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:16:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BSFN to Get Install Path (for Import/Export)</title>
		<link>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:55:37 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[BSFN for Complete Install Path]]></category>
		<category><![CDATA[BuildPathFromEnvDataX]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[business functions]]></category>
		<category><![CDATA[Bxxxx]]></category>
		<category><![CDATA[C BSFN]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[DVxxx]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[environments]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Exxx]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[filespace]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Install path]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OneWorld]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[path installed]]></category>
		<category><![CDATA[PDxxxx]]></category>
		<category><![CDATA[Separator]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=349</guid>
		<description><![CDATA[<p>Most File based transactions or JDE Applications, need to have access to the Import and Export directory of the Install Path. For most Live installations, the workstations will be on Windows OS, and the servers may be either AS/400 or Linux/UNIX environments. The path&#8217;s to the environment install directory will be entirely different in <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/">BSFN to Get Install Path (for Import/Export)</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Permanent Link: Change Database values using MS Access (JDE E1 Oracle)'>Change Database values using MS Access (JDE E1 Oracle)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-demo-standalone-vista/' rel='bookmark' title='Permanent Link: EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/funny-jde-standard-bsfn-comments/' rel='bookmark' title='Permanent Link: Funny JDE Standard BSFN Comments ;-)'>Funny JDE Standard BSFN Comments ;-)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most File based transactions or JDE Applications, need to have access to the Import and Export directory of the Install Path. For most Live installations, the workstations will be on Windows OS, and the servers may be either AS/400 or Linux/UNIX environments. The path&#8217;s to the environment install directory will be entirely different in each case.</p>
<p>Typically for an JDE EnterpriseOne Windows based Local installation will have path &#8211; &#8220;C:\Exxx\DVxxx\&#8221; or &#8220;C:\Bxxxx\PDxxxx\&#8221;, <br />
 For UNIX/Linux it may be &#8211; &#8220;/usg/filespace/exxx/dvxxx/&#8221; etc.</p>
<p>If you notice the above, not only the file path is different, but also the directory separator. The following C BSFN helps get the Install Path, the Separator, if its Client/Server.</p>
<p>I&#8217;m not sure if a similar BSFN exists in the latest versions of JDE, one thing I&#8217;m sure Oneworld XE does not have it, and that&#8217;s why the Business Function was created.</p>
<p>The &#8220;BuildPathFromEnvDataX&#8221; API is used to retrieve the complete install path. You can get the<span id="more-349"></span> Import or Export directory by appending the directory separator &amp; &#8220;import&#8221; or &#8220;export&#8221; at the end of Install path retrieved.</p>
<p>Please comment &amp; vote the article, if these help you.</p>
<p>You may download the <a href="/wp-content/uploads/BSFNforCompleteInstallPath.zip#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">Complete BSFN files here</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=349&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Permanent Link: Change Database values using MS Access (JDE E1 Oracle)'>Change Database values using MS Access (JDE E1 Oracle)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-demo-standalone-vista/' rel='bookmark' title='Permanent Link: EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/funny-jde-standard-bsfn-comments/' rel='bookmark' title='Permanent Link: Funny JDE Standard BSFN Comments ;-)'>Funny JDE Standard BSFN Comments ;-)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Database values using MS Access (JDE E1 Oracle)</title>
		<link>http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:31:29 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[E 9]]></category>
		<category><![CDATA[E9]]></category>
		<category><![CDATA[Edwards]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[JD Edwards]]></category>
		<category><![CDATA[jd edwards enterpriseone]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[JDEDATA]]></category>
		<category><![CDATA[LOCAL]]></category>
		<category><![CDATA[MACHINE]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle database]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Standalone]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=335</guid>
		<description><![CDATA[For people who have problems with SQL, there's an easier way of changing backend database values. How about using MS Access where you can directly type in the values, and it gets updated or you can Insert, Update Delete &#038; you can export, import.... and all. Following is the tutorial for setting up MS Access with Oracle Database Backend for JD Edwards EnterpriseOne.  <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/">Change Database values using MS Access (JDE E1 Oracle)</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/uninstall-jd-edwards-enterpriseone-standalonedemo/' rel='bookmark' title='Permanent Link: Uninstall JD Edwards EnterpriseOne Standalone/Demo'>Uninstall JD Edwards EnterpriseOne Standalone/Demo</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/value-file_io_status-table-io/' rel='bookmark' title='Permanent Link: Value of SV File_IO_Status in Table IO'>Value of SV File_IO_Status in Table IO</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/using-complex-database-views-on-enterpriseone/' rel='bookmark' title='Permanent Link: Using Complex Database Views on EnterpriseOne'>Using Complex Database Views on EnterpriseOne</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For people who have problems with SQL, there&#8217;s an easier way of changing backend database values. How about using MS Access where you can directly type in the values, and it gets updated or you can Insert, Update Delete &amp; you can export, import&#8230;. and all.</p>
<p>So here it goes for setting up <span style="color: #000080;"><span style="text-decoration: underline;">MS Access with Oracle Database Backend for JD Edwards EnterpriseOne</span></span>. (I&#8217;ve put the screen shots for my EnterpriseOne 9.0 Standalone Client.)</p>
<ol>
<li>You will need to have <span style="text-decoration: underline;">Oracle OBDC drivers</span> installed for using MS Access or any other similar software (Even MS Excel etc) to use.
<ul class="lroman">
<li>The download link for the same &#8211; http://www.oracle.com/technology/software/tech/windows/odbc/index.html</li>
<li>Download ODBC Driver version 10.2.0.2.0 , and Extract it to C:\ of your hard disk.</li>
<li>Finally you will have the Drivers at &#8220;C:\ORA10202&#8243;</li>
<li>Now let&#8217;s install these drivers using the Oracle Universal Installer. You can get to this using the Programs Menu as shown in screen shot below.<br />
 <img class="alignnone size-full wp-image-339" title="OracleUniversalInstaller" src="http://www.deepeshmd.com/wp-content/uploads/OracleUniversalInstaller.JPG" alt="OracleUniversalInstaller" width="80%" /></li>
<li>Once you start the Universal Installer, Click NEXT.</li>
<li>Select the Products.xml from the folder you have extracted &#8211; C:\ORA10202\Disk1\stage\products.xml, and then Click NEXT.<span id="more-335"></span><br />
 <img class="alignnone size-full wp-image-340" style="margin: 3px;" title="InstallerSelected" src="http://www.deepeshmd.com/wp-content/uploads/InstallerSelected.JPG" alt="InstallerSelected" width="388" height="307" /></li>
<li>Select Typical, and Continue clicking NEXT.</li>
<li>Select the Oracle Home where you have the Oracle Installed. <br />
 In the case of Standalone E9, you will have the Oracle Home installed in C:\oracle\E1Local,. which might default automatically.</li>
<li>Once done, we Click INSTALL, and Finish it off.</li>
</ul>
</li>
<li>You now have your Oracle ODBC Drivers Installed, its wise to Restart the System.</li>
<li>We need to create the ODBC connection for the connectivity. For this, navigate to &#8220;Control Panel -&gt; Administrative Tools -&gt; Data Sources (ODBC)&#8221;</li>
<li>In it, select the SYSTEM DSN tab, and Click Add.</li>
<li>Select the Oracle 10.2.0 driver, and click Finish.<br />
 <a href="http://www.deepeshmd.com/wp-content/uploads/SystemDSN.JPG#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-full wp-image-341" title="SystemDSN" src="http://www.deepeshmd.com/wp-content/uploads/SystemDSN.JPG" alt="SystemDSN" width="360" height="272" /></a></li>
<li>Here Enter a Data Source Name, and description. </li>
<li>Now select the TNS Service Name from the drop down list, which will have all the Oracle details which are the ones populated in your tnsnames.ora file.<br />
 <a href="http://www.deepeshmd.com/wp-content/uploads/ODBC-Driver.JPG#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-medium wp-image-342" title="ODBC Driver" src="http://www.deepeshmd.com/wp-content/uploads/ODBC-Driver-300x196.jpg" alt="ODBC Driver" width="300" height="196" /></a></li>
<li>For JDE EnterpriseOne Standalone 9.0, use the following User name password<br />
 JDEDATA900 / JDEDATA900<br />
 You may use the Database Username/password which you may be using for your Database.</li>
<li>Test the connection. If not successful, try changing the parameters and do it again.</li>
<li>Save the DSN connection.</li>
<li>Open MS Access (any version), and Create a Blank Database.</li>
<li>Right Click inside the Database file, and Select LINK TABLES.</li>
<li>In the File Type drop-down, select ODBC Database.</li>
<li>Click the Machine Data Source, where you can see all your ODBC data sources.<br />
 Select the one you just created in steps 6-10, and click OK</li>
<li>Enter the password for the UserID, and click OK</li>
<li>This will now list all your tables from the Datasource.</li>
<li>Select the Table/s you want to view/update/insert/delete, and click OK (you could tick Save Password to avoid the hassle of entering it everytime you open it.)</li>
<li>Yes you have Done it. Now you can open the table, to View it, Update/Insert/Delete/ or what ever you want.<br />
 <a href="http://www.deepeshmd.com/wp-content/uploads/AccessWithOracle.JPG#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-full wp-image-343" title="AccessWithOracle" src="http://www.deepeshmd.com/wp-content/uploads/AccessWithOracle.JPG" alt="AccessWithOracle" width="482" height="268" /></a></li>
</ol>
<p><strong>NOTE: Access (sometimes) does not give you warnings or Messages during Update/Delete/Insert, so please be careful with Data.</strong></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=335&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/uninstall-jd-edwards-enterpriseone-standalonedemo/' rel='bookmark' title='Permanent Link: Uninstall JD Edwards EnterpriseOne Standalone/Demo'>Uninstall JD Edwards EnterpriseOne Standalone/Demo</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/value-file_io_status-table-io/' rel='bookmark' title='Permanent Link: Value of SV File_IO_Status in Table IO'>Value of SV File_IO_Status in Table IO</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/using-complex-database-views-on-enterpriseone/' rel='bookmark' title='Permanent Link: Using Complex Database Views on EnterpriseOne'>Using Complex Database Views on EnterpriseOne</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Complete MBA for Dummies (2nd Edition)</title>
		<link>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 04:16:54 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[advantage]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[competence]]></category>
		<category><![CDATA[Corporation]]></category>
		<category><![CDATA[degree]]></category>
		<category><![CDATA[dollar]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Dummies]]></category>
		<category><![CDATA[E-Book]]></category>
		<category><![CDATA[employee]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Kathleen Allen]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[Market]]></category>
		<category><![CDATA[Masters]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[MBAs]]></category>
		<category><![CDATA[Negotiate]]></category>
		<category><![CDATA[Peter Economy]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[Recruit]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Want]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=313</guid>
		<description><![CDATA[Want to get an MBA? The Complete MBA for Dummies, 2nd Edition, is the practical, plain-English guide that covers all the basics of a top-notch MBA program, helping you to navigate today’s most innovative business strategies. From management to entrepreneurship to strategic planning, you’ll understand the hottest trends and get the latest techniques for motivating employees, building global partnerships, managing risk, and manufacturing. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/">Complete MBA for Dummies (2nd Edition)</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
<li><a href='http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/' rel='bookmark' title='Permanent Link: How to Interview Like a Top MBA &#8211; Dr. Shel Leanne'>How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-314" title="complete-mba-for-dummies" src="http://www.deepeshmd.com/wp-content/uploads/2009/11/complete-mba-for-dummies-240x300.jpg" alt="complete-mba-for-dummies" width="240" height="300" />Want to get an MBA? The Complete MBA for Dummies, 2nd Edition, is the practical, plain-English guide that covers all the basics of a top-notch MBA program, helping you to navigate today’s most innovative business strategies. From management to entrepreneurship to strategic planning, you’ll understand the hottest trends and get the latest techniques for motivating employees, building global partnerships, managing risk, and manufacturing.</p>
<p>Whether you work for a corporation, a nonprofit organization, or for the government, chances are you’ve considered getting — or have already obtained — a Masters of Business Administration degree, an MBA.<br />
 Why? Because if you want to get ahead in your organization — or just to do a better job of managing or leading — obtaining an MBA is the best ticket in town. Studies show that MBA graduates — particularly those from the top business schools — are offered significantly higher starting salaries than their counterparts who don’t have MBAs. And that effect carries on throughout the careers of these MBAs.</p>
<p>This fun, easy-to-access guide is full of useful information, tips, and checklists that will help you lead, manage, or participate in any business at a high level of competence. You’ll find out how to use databases to your advantage, recognize and reward your employees, analyze financial statements, and understand the challenges of strategic planning in a global business environment. You’ll also learn the basic principles of accounting, get a grip on the concepts behind stocks and bonds, and find out how technology has revolutionized everything from manufacturing to marketing. Discover how to:</p>
<ul>
<li>Know and respond to your customers’ needs</li>
<li>Handle budgets and forecasts</li>
<li>Recruit and retain top people</li>
<li>Establish and run employee teams</li>
<li>Use Sarbanes-Oxley to your company’s advantage</li>
<li>Negotiate with the best of them</li>
<li>Build long-term relationships with clients</li>
<li>Avoid common managerial mistakes</li>
<li>Improve cash flow</li>
<li>Market your products and services</li>
<li>Make the most of your advertising dollar</li>
</ul>
<p>Authors: Kathleen Allen &amp; Peter Economy</p>
<p>Once you know what an MBA knows, the sky’s the limit. Read The Complete MBA For Dummies, 2nd Edition (2008), and watch your career take off!</p>
<p><a title="Download E-Book" href="http://www.megaupload.com/?d=Q26E5F1D" target="_blank">Download E-Book here</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=313&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
<li><a href='http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/' rel='bookmark' title='Permanent Link: How to Interview Like a Top MBA &#8211; Dr. Shel Leanne'>How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
