<?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>The BASIS of SAP &#187; Upgrade</title>
	<atom:link href="http://www.basissap.com/category/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basissap.com</link>
	<description>The place to come when they say it's a BASIS problem</description>
	<lastBuildDate>Thu, 22 Sep 2011 04:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://www.basissap.com/?pushpress=hub'/>
<cloud domain='www.basissap.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>#SAPADMIN Netweaver and Windows 2008 R2</title>
		<link>http://www.basissap.com/2011/03/sapadmin-netweaver-and-windows-2008-r2/</link>
		<comments>http://www.basissap.com/2011/03/sapadmin-netweaver-and-windows-2008-r2/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 08:08:51 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Support Pack]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=382</guid>
		<description><![CDATA[While &#8216;resting between engagements&#8217;, I took the opportunity to install and configure a Solution Manager system on a cloud host local to Australia.&#160; The main reason was for a demojam entry, but it&#8217;s always good to keep my skills up to date.&#160; The target system provided was a Windows 2008 R2 system. Windows Server 2003 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.basissap.com%2F2011%2F03%2Fsapadmin-netweaver-and-windows-2008-r2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.basissap.com%2F2011%2F03%2Fsapadmin-netweaver-and-windows-2008-r2%2F&amp;source=martin_english&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>While &#8216;resting between engagements&#8217;, I took the opportunity to install and configure a Solution Manager system on a cloud host local to Australia.&nbsp; The main reason was for a demojam entry, but it&#8217;s always good to keep my skills up to date.&nbsp; The target system provided was a Windows 2008 R2 system.</p>
<p>Windows<br />
Server 2003 R2 and Windows Server 2003 only have functional differences; using the same SAP kernel version, the same service packs, and<br />
the same hot fixes and security fixes.&nbsp; By contrast, going from Windows Server 2008 to Windows Server 2008 R2 requires an updated kernel (see SAP note <a href="http://service.sap.com/sap/support/notes/1383873" target="_top">1383873 &#8211; Windows Server 2008 R2 Support</a>).&nbsp; Now, I could say I was using 2008 R2 for all the right reasons; for example, according to <a href="http://www.sdn.sap.com/irj/scn/index?rid=/webcontent/uuid/901004e6-15ce-2c10-afa4-ec948139a17c" target="_top">Frequently Asked Questions &#8211; SAP on Windows Server 2008 R2</a>:</p>
<blockquote><p>The main benefits of Windows 2008 R2 are</p>
<ul>
<li>
<div>Scalability<br />Windows Server 2008 R2 supports up to 256 logical processors. </div>
</li>
<li>
<div>Improved virtualization features<br />On Hyper-V in Windows Server<br />
2008 R2, the amount of cores supported by the hypervisor (up to 32) has<br />
been enhanced.&nbsp;Another enhancement is Live Migration support by the<br />
implementation of Cluster Shared Volumes (CSV). Virtual Machines can be<br />
migrated without service interruption between the cluster members. </div>
</li>
<li>
<div>Power usage<br />Windows Server 2008 R2 reduces processor power<br />
consumption in server computers with multi-core processors using a<br />
feature known as Core Parking. Core Parking allows Windows Server 2008<br />
R2 to consolidate processing onto the minimum number of required<br />
processor cores, and suspends inactive processor cores. The advantage of<br />
 Core Parking over traditional servers is 10-15 % energy saving for the<br />
same workload. </div>
</li>
</ul>
<p>For a complete list of features, see:<br /><a href="http://www.microsoft.com/windowsserver2008/en/us/overview.aspx" target="_blank">http://www.microsoft.com/windowsserver2008/en/us/overview.aspx</a></p>
</blockquote>
<p>However the real reason was that Windows 2008 R2 was already installed on the server I was using.&nbsp; This became a bit of an challenge, as the Install Kit I used wasn&#8217;t actually for 2008 R2 !!.&nbsp; I found OSS Note <a href="http://service.sap.com/sap/support/notes/1383873" target="_top">1383873</a> fairly quickly, but even after installing the appropriate kernel as suggested,&nbsp; sapstartsrv.exe (used by the SAPxxx_NN service) would not start correctly.&nbsp; I discovered via google that I needed to install <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2" target="_top">an extra Microsoft c-runtime (vcredist)</a> to run the  new SAP kernel.</p>
<p>The reason for posting this as a blog (I&#8217;ll also add it to the wiki) is that while I&#8217;ve since found out that this is &#8216;general knowledge&#8217;, it wasn&#8217;t described in OSS Nnote <a href="http://service.sap.com/sap/support/notes/1383873" target="_top">1383873 &#8211; Windows Server 2008 R2 Support</a> , and in fact, the only reference I found to my symptom was in one line in <a href="http://service.sap.com/sap/support/notes/1494740" target="_top">1494740- SAP system migration from Windows 2003 to 2008 (R2) 64-bit</a> AFTER I chased the error down through Google.</p>
<p>Are you implementing or using Windows 2008 R2 ? If not, why not ? Corporate standards ?, Lack of product support ? Lack of in-house knowledge ?</p>
<div id="wherego_related"><h3>Entries that other people found interesting:</h3><ul><li><a href="http://www.basissap.com/2011/09/giving-an-sdn-blog-its-title-back/" rel="bookmark" class="wherego_title">Giving an SDN blog it&#8217;s title back</a></li><li><a href="http://www.basissap.com/2011/03/sapadmin-is-more-than-sap-windows-event-viewer/" rel="bookmark" class="wherego_title">#SAPADMIN is more than SAP (Windows Event Viewer)</a></li><li><a href="http://www.basissap.com/2010/12/sapcar-is-sapcar/" rel="bookmark" class="wherego_title">SAPCAR is SAPCAR &#8230;&#8230;</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2011/03/sapadmin-netweaver-and-windows-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you persuade the Business that an Upgrade is necessary ?</title>
		<link>http://www.basissap.com/2009/01/how-do-you-persuade-the-business-that-an-upgrade-is-necessary/</link>
		<comments>http://www.basissap.com/2009/01/how-do-you-persuade-the-business-that-an-upgrade-is-necessary/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:32:16 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[BASIS]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=105</guid>
		<description><![CDATA[Sales are tanking, money is tight, the company is cutting costs everywhere. And you want them to fund your SAP upgrade project ? Given that only about one-third of SAP customers have upgraded to ECC/ERP 6.0, and most of these have opted to do only technical upgrades in order to save time and money, you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.basissap.com%2F2009%2F01%2Fhow-do-you-persuade-the-business-that-an-upgrade-is-necessary%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.basissap.com%2F2009%2F01%2Fhow-do-you-persuade-the-business-that-an-upgrade-is-necessary%2F&amp;source=martin_english&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sales are tanking, money is tight, the company is cutting costs everywhere.  And you want them to fund your SAP upgrade project ?  Given that only about one-third of SAP customers have upgraded to ECC/ERP 6.0, and most of these have opted to do only technical upgrades in order to save time and money, you&#8217;re not alone.</p>
<p>The challenge you have is that there&#8217;s no business payback for doing a technical upgrade – the only thing you end up doing is staying on support.  Going to the board with this as your major justification will get your submission (and maybe you !!) thrown out.</p>
<p>This means you need to be creative in seeking out the payback.  Not even the pure techos like to use <a href="http://searchmanufacturingerp.techtarget.com/news/article/0,289142,sid193_gci1326125,00.html" target="_blank"> staying on support as the main justification for an upgrade</a>.  So you need other <a href="http://searchsap.techtarget.com/generic/0,295582,sid21_gci1306210,00.html" target="_blank"> business drivers for SAP upgrades</a>, including the benefits of new business and technical functionality and creating a foundation for other business initiatives.</p>
<p>However, there <strong>are</strong> some support-driven reasons to upgrade that could pay off.  One of the drivers is mitigating the risk of receiving slower maintenance responses from SAP.</p>
<p>Also, with a technical upgrade, you can leverage your existing existing resources to enable the upgrade, such as using the opportunity to replace hardware.  For instance, <a href="http://searchwinit.techtarget.com/news/article/0,289142,sid1_gci1311672,00.html" target="_blank"> switching to Windows operating system from Unix</a> may substantially lower costs, or alternatively, changing application servers to energy (i.e. cost) saving Linux blade-type servers.</p>
<p>Using tools like those provided by HCL, Intellicorp or Panaya can give insight into how the current, live production system and older systems are being used.  This will also identify how end users are using the system, by looking at how the standard and customized parts of the system are being used.  This raises the possibility of removing some of those customized areas, and containing costs by focusing testing and support on the modules and components being used.</p>
<p>But the biggest driver for an upgrade is another factor (and perhaps one more reason to complete the SAP technical ERP upgrade): <strong>not having to do any more of them.</strong></p>
<p>Being on the NetWeaver platform and ERP 6.0 will allow companies to adopt <a href="www.sap.com/solutions/business-suite/erp/enhancement_packages.epx" target="_blank"> SAP enhancement packages </a>.  These are a mature (first released in 2006) method of applying  new functionality to individula modules, and, eventually, updates to the core platform. SAP has said many times this means the end of the traditional upgrade.</p>
<div id="wherego_related"><h3>Entries that other people found interesting:</h3><ul><li><a href="http://www.basissap.com/2008/12/5-sap-strategies-that-architects-and-executives-must-understand/" rel="bookmark" class="wherego_title">5 SAP Strategies that architects and executives must understand</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2009/01/how-do-you-persuade-the-business-that-an-upgrade-is-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support Package Manager &#8211; Reset Queue</title>
		<link>http://www.basissap.com/2008/12/support-package-manager-reset-queue/</link>
		<comments>http://www.basissap.com/2008/12/support-package-manager-reset-queue/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 00:12:16 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[BASIS]]></category>
		<category><![CDATA[Support Pack]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.basissap.com/?p=97</guid>
		<description><![CDATA[Occassionally, when loading Support Packages or SPAM/SAINT Updates, the Support Package Manager (transaction SPAM) can get a bit &#8216;confused&#8217;. A colleaugue had this problem recently, where she was attempting to update the SPAM tool on a 4.6C system. The result was that the Support Package Manager was reporting Queue_Not_Empty . Some times the cause is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.basissap.com%2F2008%2F12%2Fsupport-package-manager-reset-queue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.basissap.com%2F2008%2F12%2Fsupport-package-manager-reset-queue%2F&amp;source=martin_english&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Occassionally, when loading Support Packages or SPAM/SAINT Updates, the Support Package Manager (transaction SPAM) can get a bit &#8216;confused&#8217;.  A colleaugue had this problem recently, where she was attempting to update the SPAM tool on a 4.6C system.  The result was that the Support Package Manager was reporting <strong>Queue_Not_Empty </strong>.</p>
<p>Some times the cause is simply forgetting to confirm / finish the last SPAM/SAINT update.  Once you&#8217;ve eliminated this, you need to start checking what the TMS mechanism thinks has happened.  To check what is in the TMS buffers, logon to the Operating System, change directories to <em>/usr/sap/trans/bin </em>and execute the following:<br />
<code><br />
tp SHOWBUFFER <SID> -D SOURCESYSTEMS= TAG=SPAM<br />
</code</p>
<p>Basically you need to reset the SPAM Queue to match the TMS buffers.  To remove entries from the internal SPAM Queue, uUse the function module (transaction SE37) <strong>OCS_RESET_QUEUE</strong>.  Execute it with parameters <strong>IV_TOOL=SPAM, IV_FORCE=X</strong>.  To remove entries from the TMS buffer, execute the following command (change directory to <em>/usr/sap/trans/bin </em>first), where SAPKXXXXX is the 'offending' Support package or SPAM/SAINT Update:<br />
<code><br />
tp delfrombuffer SAPKXXXXX <SAPSID> pf=/usr/sap/trans/bin/TP_DOMAIN_<SID>.PFL<br />
</code></p>
<p>Before restarting the Support Package import, ensure that you've removed all files from <em>\usr\sap\trans\tmp</em> and make sure there is no other TP process or R3trans process running in the system at Operating system level.</p>
<p>Usefull Links:<br />
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.htm" target="_blank">Errors During Support Package Manager Phases</a><br />
<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCUPGOCSSPAM/BCUPGOCSSPAM.pdf" target="_blank">SAP Patch Manager (SPAM) PDF</a></p>
<div id="wherego_related"><h3>Entries that other people found interesting:</h3><ul><li><a href="http://www.basissap.com/2011/03/sapadmin-netweaver-and-windows-2008-r2/" rel="bookmark" class="wherego_title">#SAPADMIN Netweaver and Windows 2008 R2</a></li><li><a href="http://www.basissap.com/2010/02/sap-career-paths-for-basis-or-netweaver-technical-consultants/" rel="bookmark" class="wherego_title">SAP career paths for BASIS or Netweaver Technical consultants ?</a></li><li><a href="http://www.basissap.com/2010/01/finding-what-tables-and-fields-lie-behind-an-sap-transaction/" rel="bookmark" class="wherego_title">Finding what tables and fields lie behind an SAP transaction</a></li><li><a href="http://www.basissap.com/2009/07/sap-availability-log/" rel="bookmark" class="wherego_title">SAP Availability Log</a></li><li><a href="http://www.basissap.com/2009/05/how-to-create-a-customised-sap-menu/" rel="bookmark" class="wherego_title">How To Create a Customised SAP Menu</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/12/support-package-manager-reset-queue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrade to SAP ECC 6.0</title>
		<link>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/</link>
		<comments>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 06:04:49 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/</guid>
		<description><![CDATA[I’m posting these links for myself and anyone else who may be required to lead or assist in an upgrade to ECC6.&#160; They point to blog entries the SAP Developer Network, which is an SAP sponsored and developed community site for all things SAP. How To Tackle Upgrades to SAP ERP 6.0 This blog addresses [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.basissap.com%2F2008%2F07%2Fupgrade-to-sap-ecc-60%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.basissap.com%2F2008%2F07%2Fupgrade-to-sap-ecc-60%2F&amp;source=martin_english&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I’m posting these links for myself and anyone else who may be required to lead or assist in an upgrade to ECC6.&#160; They point to blog entries the <a href="http://sdn.sap.com">SAP Developer Network</a>, which is an SAP sponsored and developed community site for all things SAP.</p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8978">How To Tackle Upgrades to SAP ERP 6.0</a>     <br />This blog addresses frequently asked questions about the upgrade to SAP ERP 6.0, asked by customers at user group events, projects, and other occasions.&#160; <i>Mar. 20, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9117">How To Tackle an Upgrade (2): Technical Upgrade</a>     <br />In this blog, Martin Riedel, Senior Vice President and head of the SAP Global Upgrade Office, addresses frequently asked questions from customers about upgrading to SAP ERP 6.0. The questions have been gathered at user group events, on projects, and during the course of other occasions. Part 2 focuses on the technical upgrade.&#160; <i>Mar. 31, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9258">How To Tackle an Upgrade: Implementing Functional Enhancements</a>     <br />The second phase of the upgrade approach is to implement functional enhancementes. This blog post gives an overview of this phase and explains how crucial project management is. <i>Apr. 13, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9483">How To Tackle an Upgrade (4): Implementing Strategic Enhancements</a>     <br />Part 4 of this blog describes how an upgrade to SAP ERP 6.0 provides the perfect basis for enabling your IT landscape for enterprise service oriented architecture (SOA) and what&#8217;s in it for you.&#160; <i>Apr. 28, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9682">How To Tackle an Upgrade (5): Upgrade Services for the Planning Phase</a>     <br />This blog post describes which services can assist you in the planning phase of your upgrade project to SAP ERP 6.0 <i>May. 13, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9776">How to Tackle an Upgrade (6): Enhancement Packages for SAP ERP</a>     <br />Part 6 of this blog series focuses on some of the most frequently asked customer questions regarding enhancement packages, support packages, and upgrades.&#160; <i>May. 20, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10075">SAP Upgrades (7): Customers’ Experiences and Pain Points – What about Yours?</a>     <br />Part 7 of this blog gives you an insight into customer feedback data about SAP upgrades: What are the main challenges and pain points when planning and performing an upgrade?&#160; <i>Jun. 21, 2008</i></p>
<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10217">SAP Upgrades: When Should my Organization Convert to Unicode?</a>     <br />Part 8 of this blog answers one of the most frequently asked customer questions: When upgrading to SAP ERP 6.0, do we have to convert to Unicode?&#160; <i>Jul. 5, 2008</i></p>
<div id="wherego_related"><h3>Entries that other people found interesting:</h3><ul><li><a href="http://www.basissap.com/2011/03/sapadmin-is-more-than-sap-windows-event-viewer/" rel="bookmark" class="wherego_title">#SAPADMIN is more than SAP (Windows Event Viewer)</a></li><li><a href="http://www.basissap.com/2010/12/sapcar-is-sapcar/" rel="bookmark" class="wherego_title">SAPCAR is SAPCAR &#8230;&#8230;</a></li><li><a href="http://www.basissap.com/2011/03/sapadmin-netweaver-and-windows-2008-r2/" rel="bookmark" class="wherego_title">#SAPADMIN Netweaver and Windows 2008 R2</a></li><li><a href="http://www.basissap.com/2010/07/validating-passwords-on-websites/" rel="bookmark" class="wherego_title">Validating Passwords on Websites</a></li><li><a href="http://www.basissap.com/2010/04/erptips-express-free-articles-april-2010/" rel="bookmark" class="wherego_title">ERPtips Express free articles, April 2010</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.basissap.com/2008/07/upgrade-to-sap-ecc-60/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

