<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Free Download SAP BASIS Books,Material,Faq's</title><description>Message Class,Networking,Tables,Transaction Codes,EMail, Interview Questions,OSS,Printing and Fax,SAP,Performance Tuning,Solution Manager,Statistics ,System Audit, Transports and Upgrade,Users Profiles and Password,SAP Router</description><managingEditor>noreply@blogger.com (SAP Technology)</managingEditor><pubDate>Fri, 7 Feb 2025 14:01:28 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">259</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://freesapbasislive.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:keywords>Message,Class,Networking,Tables,Transaction,Codes,EMail,Interview,Questions,OSS,Printing,and,Fax,SAP,Performance,Tuning,Solution,Manager,Statistics,System,Audit,Transports,and,Upgrade,Users,Profiles,and,Password,SAP,Router</itunes:keywords><itunes:summary>Message Class,Networking,Tables,Transaction Codes,EMail, Interview Questions,OSS,Printing and Fax,SAP,Performance Tuning,Solution Manager,Statistics ,System Audit, Transports and Upgrade,Users Profiles and Password,SAP Router</itunes:summary><itunes:subtitle>Free Download SAP BASIS Books,Material,Faq's</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:owner><itunes:email>kjkrish.sites@gmail.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>SAP Load Balancing and Work Processes Troubleshoot</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-load-balancing-and-work-processes_12.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:16:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-8435413175157777077</guid><description>&lt;p&gt;The benefit of segregating user groups by line-of-business (using logon groups) is related to the point that groups of users (like SD users or HR users, for example) tend to use the same sets of data. They (generally) work with the same groups of tables and hit the same indexes using the same programs (transactions). &lt;/p&gt;&lt;p&gt;So, if you can group all of the users hitting the same tables, onto (or one set of) App server(s), then you can tune the App server buffers to a much greater extent. If the FI users (generally) never hit against the HR tables then the App servers in the FI group don't (generally) have to buffer any HR data. That leaves you free to make memory and buffer adjustments to a more drastic extent, because you don't have to worry (as much) about screwing the HR users (as an example), when you're adjusting the FI server group. &lt;/p&gt;&lt;p&gt;So, (in opinion only) you should start with a buffer hit ratio analysis / DB table &amp;amp; index access analysis (by user group) to see where you would get the best benefit from this kind of setup. If you don't have this kind of info, then creating logon groups by line-of-business may have no benefit (or worst case, may make performance degrade for the group with the highest load %). You need some historical information to base your decision on, for how to best split the users up. &lt;/p&gt;&lt;p&gt;You may find that 50% of the load is from the SD users and so you may need one group for them (with 3 App servers in it) and one other group for everyone else (with the other 3). &lt;/p&gt;&lt;p&gt;The logon group(s) will have to be referenced by SAP GUI, so SAP GUI (or saplogon.ini + maybe the services file, only) will have to change to accomodate any new groups you create in SMLG. Also consider that there's variables for time-of-day (load varies by time-of-day) and op-mode switches (resources vary by op-mode).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;All Work process are running? What will be our action?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Are all the work processes (dia,btc,enq,upd,up2,spo) running or just all the dialog work processes?   &lt;/p&gt;&lt;p&gt;If all the work processes are running, then you may want to look at SM12 (or is SM13?) and see if updates are disabled. If they are, look at the alert log (if it's an Oracle database) and see if you have any space related errors (e.g. ORA-01653 or ORA-01654). If you do, add a datafile or raw device file to the applicable tablespace and then, re-enable updates in SM12. &lt;/p&gt;&lt;p&gt;If only all the dialog work processes are running, there are several possible causes. First, look to see if there's a number in the Semaphore column in SM50 or dpmon. If there is, click once on one of the numbers in the Semaphore column to select it and then, press F1 (help) to get a list of Semaphores. Then, search OSS notes and, hopefully, you'll find a note that will tell you how to fix the problem. &lt;/p&gt;&lt;p&gt;If it's not a semaphore (or sometimes if it is), use vmstat on UNIX or task manager on Windows to see if the operating system is running short on memory which would cause it to swap. In vmstat, the free column (which is in 4k pages on most UNIX derivatives) will be consistently 5MB or so and the pi and/or po columns will have a non- zero value. The %idle column in the cpu or proc section will be 0 or a very low single digit while the sys column will be a very high double-digit number because the operating system is having to swap programs out to disk and in from disk before it can execute them. &lt;/p&gt;&lt;p&gt;In task manager, look at free memory in the physical memory section under the performance tab. If it's 10MB or 15MB (I think), then the operating system will be swapping. &lt;/p&gt;&lt;p&gt;Usually, when all the dialog work processes are running, you won't be able to log in via SAPgui and will need to execute the dpmon utility at the commandline level. The procedure is basically the same on UNIX and Windows. &lt;/p&gt;&lt;p&gt;On UNIX: &lt;/p&gt;&lt;p&gt;telnet to server and login as sidadm user.&lt;br /&gt;cd to /sapmnt/SID/profile directory&lt;br /&gt;execute "dpmon pf=SID_hostname_SYSNR" (e.g. PRD_hercules_DVEGMS00) select option "m" and then, option "l" &lt;/p&gt;&lt;p&gt;On Windows: &lt;/p&gt;&lt;p&gt;Click on START, then RUN&lt;br /&gt;Type "cmd" and press enter&lt;br /&gt;change to drive where profile directory resides (e.g. f:)&lt;br /&gt;cd to \sapmnt\SID\profile&lt;br /&gt;execute "dpmon pf=SID_hostname_SYSNR" (e.g. PRD_zeus_DVEGMS00) select option "m" and then, option "l" &lt;/p&gt;&lt;p&gt;On both operating systems, you'll see a screen that looks like what you see in SM50. Depending on what you see here, will depend on what you do next, but checking the developer trace files (e.g. dev_disp) in the work directory (e.g. /usr/sap/SID/DVEGMS00/work) is never a bad idea.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP System Performance Issues</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-system-performance-issues_12.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:16:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-8319149687571263084</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;My server becomes slow when more users login.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;What could be the reason?  Is it because of less hardware resource?&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Server configuration is 104GB HDD, 2GB Ram.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;OS:Win 2003 server.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Database:Oracle.&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I manage SAP R/3 4.6C systems on Risc 6000 machines, under Oracle 9.2.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;The overall performance problem for me is to know if SAP response time is acceptable ; if not, do this :&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at AIX level : utilities are topas, to catch what's wrong : Disk I/O ? CPU bottleneck ? Too much swap ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at Oracle level : tkprof but don't know much about this.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at SAP level : you can manage SAP memory, Oracle and OS too.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;If SAP response time is acceptable, then try this :&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at OS response time : ST06 : look at CPU, Memory, Swap, Disk and Lan response time.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at buffer quality : ST02, if many fields are red, investigate each fields dependant parameters.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at DB response time : ST04N, databuffer quality (SGA zone), how much physical reads / logical reads Ratio, wait times, number of user calls, Shared Pool cache hit ratio should be &gt;96%, Sort usage, Redo logging.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I use this kind of procedure to manage my systems.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SAP Tips by:&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; Christophe Rabeau&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;It depends how much you allocated for SGA (database buffers, shared pool buffer, redo log buffers), how much you allocated for SAP buffers esp. Program buffers and whether the server have any other external processes/programs running.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;How many Dialog Work Processes you allocated…I think your problem most likely is you don’t have enough of these Dialog processes. Also maybe users running inefficient reports/programs which are holding the Dialog processes, goto SM50 &amp;amp; check all DIA (Dialog) with status “waiting”…if ALL are “running” then you have wait time (problems !) for other users wanting to process transactions .&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;To troubleshoot performance, you need these tcode tools:-&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST04 – Database  ß in here, check especially for Expensive SQLs (Detail Analysis à SQL Request)&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST02 – SAP buffers&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST06 – OS stats&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST05 – SQL trace&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SE30 – Abap runtime analysis&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SAP Tips by: &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Derek Phung&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;A few step which you can exercise to sort/identify performance issues.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;* ST03, ST02, ST04 are the tcode for workload, tuning and DB Performance Monitoring codes.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;* ST06 FOR Operation System Monitoring.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** SM51 OR SM50 is process overview which tells you the workprocess sequence. ( Ideally 10-15 process with OLTP and batch process scheduled at peak and off peak times respectively) say 8-17 hrs and 17-8 hrs for Batch Process)&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Operation Mode can be configured in RZ04 tcode.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Check for top CPU in ST06 tcode.  CPU should not exceed more than 60% for long time for any process.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Based of No. of instances ( Application Servers ) should have adequately sized.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Most resources intensive process have to be scheduled in Batch Process ( in Background in Non Peak Hours )&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Look for unnecessary Jobs Active During Prime  Time&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Look for Parameters Set To Your Business Process.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;    ( RZ10, RZ11 ) Check Snote:0124361&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Refer Early Watch Alert Periodically for Overall System Performance.. ( Tcode SDCC )&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>Tuning Summary In Transaction ST02</title><link>http://freesapbasislive.blogspot.com/2009/02/tuning-summary-in-transaction-st02_12.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:16:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-3249566539570132111</guid><description>&lt;p&gt;&lt;b&gt;My current system is SAP R/3 Enterprise 4.70.   I have some questions about tuning summary in transaction ST02 : &lt;/b&gt; &lt;/p&gt;&lt;p&gt;To the best of my knowledge I am answering your questions. Ok &lt;/p&gt;&lt;p&gt;&lt;b&gt;1. Do we have to increase every profile parameter value which is displayed in red alert in transaction ST02 ?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: Ofcourse it shoud be, since each buffer holds different values, wherever the red alert is there change the parameter value. &lt;/p&gt;&lt;p&gt;&lt;b&gt;2. Why do the swapped objects always increase after a few days of tuning (in RZ10) &amp;amp; system restart?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: Since more data had been fed into the server, it needs more space to hold in buffer while retrieving the data. Since buffer is shot in space, swap memory will be used. It is not enough to increase the buffer and that does not mean tuning, tuning in the sense full analysis of the problem and working in that particular area to resolve the issue. For example, creation of index, data archival, availability of statistics, alotting of no. of work process, etc. &lt;/p&gt;&lt;p&gt;&lt;b&gt;3. Is there any standard in tuning ST02 to hold up the increasing value of swapped objects?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: No. It depends on requirement. &lt;/p&gt;&lt;p&gt;&lt;b&gt;4. After analysing ST02, how can we calculate the value of the parameter profile to be increased (in RZ10) ?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: yes, use the command:&lt;br /&gt;sappfpar check pf=\\usr\sap\trans\tpparam&lt;br /&gt;(or)&lt;br /&gt;sappfpar check pf=\\usr\sap\trans\tp_domain_&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>Troubleshooting SAP Performance Issues</title><link>http://freesapbasislive.blogspot.com/2009/02/troubleshooting-sap-performance-issues_12.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:15:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-7840494131445483839</guid><description>&lt;p&gt;&lt;b&gt;Is there a document that will help me troubleshoot system performance?  What are the steps on how to troubleshoot?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Troubleshooting is a BIG task of itself, there is no single reference document because there are too many reasons why a system can appear "slow" to the user: &lt;/p&gt;&lt;p&gt;- Different Databases &lt;/p&gt;&lt;p&gt;Every database has its own mechanism for optimizing access, even more, each database has BOOKS on performance optimization. This can start from parameters to database layout to operating system configuration, used filesystems, mount parameters... &lt;/p&gt;&lt;p&gt;- Different Operating System &lt;/p&gt;&lt;p&gt;The same goes for operating systems, a standard Windows 2000 (or 2003) isn´t configured for optimal throughput, there is a LOT to tune, e. g. enable "background process priorities", stop non-needed services, network configurations (TCP window sizes) etc. Also the connection between application and database servers can be an issue &lt;/p&gt;&lt;p&gt;- SAP Itself &lt;/p&gt;&lt;p&gt;Almost for each and every long running program there are optimizations, be it on ABAP layer or on selection layer. Out of my experience, most self developed programs (Z*-programs) are the main issue, because developers program "quick-and-dirty"&lt;br /&gt;doing "select *" and other things. &lt;/p&gt;&lt;p&gt;For e.g.:&lt;br /&gt;&lt;b&gt;If CPU is 100% Busy, what action should be taken to keep CPU idle?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;This can't be answered generally. One need to check what process is using so much CPU - then one can start digging deeper. To add info regarding this issue, you may use: &lt;/p&gt;&lt;p&gt;st06-&gt;details analysis menu-&gt;snapshot analysis-&gt;top CPU from there, start to narrow down.&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Load Balancing and Work Processes Troubleshoot</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-load-balancing-and-work-processes.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:15:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-5051304531000462618</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;SAP Load Balancing and Work Processes Troubleshoot&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;The benefit of segregating user groups by line-of-business (using logon groups) is related to the point that groups of users (like SD users or HR users, for example) tend to use the same sets of data. They (generally) work with the same groups of tables and hit the same indexes using the same programs (transactions). &lt;/p&gt;&lt;p&gt;So, if you can group all of the users hitting the same tables, onto (or one set of) App server(s), then you can tune the App server buffers to a much greater extent. If the FI users (generally) never hit against the HR tables then the App servers in the FI group don't (generally) have to buffer any HR data. That leaves you free to make memory and buffer adjustments to a more drastic extent, because you don't have to worry (as much) about screwing the HR users (as an example), when you're adjusting the FI server group. &lt;/p&gt;&lt;p&gt;So, (in opinion only) you should start with a buffer hit ratio analysis / DB table &amp;amp; index access analysis (by user group) to see where you would get the best benefit from this kind of setup. If you don't have this kind of info, then creating logon groups by line-of-business may have no benefit (or worst case, may make performance degrade for the group with the highest load %). You need some historical information to base your decision on, for how to best split the users up. &lt;/p&gt;&lt;p&gt;You may find that 50% of the load is from the SD users and so you may need one group for them (with 3 App servers in it) and one other group for everyone else (with the other 3). &lt;/p&gt;&lt;p&gt;The logon group(s) will have to be referenced by SAP GUI, so SAP GUI (or saplogon.ini + maybe the services file, only) will have to change to accomodate any new groups you create in SMLG. Also consider that there's variables for time-of-day (load varies by time-of-day) and op-mode switches (resources vary by op-mode).&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;All Work process are running? What will be our action?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Are all the work processes (dia,btc,enq,upd,up2,spo) running or just all the dialog work processes?   &lt;/p&gt;&lt;p&gt;If all the work processes are running, then you may want to look at SM12 (or is SM13?) and see if updates are disabled. If they are, look at the alert log (if it's an Oracle database) and see if you have any space related errors (e.g. ORA-01653 or ORA-01654). If you do, add a datafile or raw device file to the applicable tablespace and then, re-enable updates in SM12. &lt;/p&gt;&lt;p&gt;If only all the dialog work processes are running, there are several possible causes. First, look to see if there's a number in the Semaphore column in SM50 or dpmon. If there is, click once on one of the numbers in the Semaphore column to select it and then, press F1 (help) to get a list of Semaphores. Then, search OSS notes and, hopefully, you'll find a note that will tell you how to fix the problem. &lt;/p&gt;&lt;p&gt;If it's not a semaphore (or sometimes if it is), use vmstat on UNIX or task manager on Windows to see if the operating system is running short on memory which would cause it to swap. In vmstat, the free column (which is in 4k pages on most UNIX derivatives) will be consistently 5MB or so and the pi and/or po columns will have a non- zero value. The %idle column in the cpu or proc section will be 0 or a very low single digit while the sys column will be a very high double-digit number because the operating system is having to swap programs out to disk and in from disk before it can execute them. &lt;/p&gt;&lt;p&gt;In task manager, look at free memory in the physical memory section under the performance tab. If it's 10MB or 15MB (I think), then the operating system will be swapping. &lt;/p&gt;&lt;p&gt;Usually, when all the dialog work processes are running, you won't be able to log in via SAPgui and will need to execute the dpmon utility at the commandline level. The procedure is basically the same on UNIX and Windows. &lt;/p&gt;&lt;p&gt;On UNIX: &lt;/p&gt;&lt;p&gt;telnet to server and login as sidadm user.&lt;br /&gt;cd to /sapmnt/SID/profile directory&lt;br /&gt;execute "dpmon pf=SID_hostname_SYSNR" (e.g. PRD_hercules_DVEGMS00) select option "m" and then, option "l" &lt;/p&gt;&lt;p&gt;On Windows: &lt;/p&gt;&lt;p&gt;Click on START, then RUN&lt;br /&gt;Type "cmd" and press enter&lt;br /&gt;change to drive where profile directory resides (e.g. f:)&lt;br /&gt;cd to \sapmnt\SID\profile&lt;br /&gt;execute "dpmon pf=SID_hostname_SYSNR" (e.g. PRD_zeus_DVEGMS00) select option "m" and then, option "l" &lt;/p&gt;&lt;p&gt;On both operating systems, you'll see a screen that looks like what you see in SM50. Depending on what you see here, will depend on what you do next, but checking the developer trace files (e.g. dev_disp) in the work directory (e.g. /usr/sap/SID/DVEGMS00/work) is never a bad idea. &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP System Performance Issues</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-system-performance-issues.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:14:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-1107298373271874056</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;SAP System Performance Issues&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;My server becomes slow when more users login.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;What could be the reason?  Is it because of less hardware resource?&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Server configuration is 104GB HDD, 2GB Ram.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;OS:Win 2003 server.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Database:Oracle.&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I manage SAP R/3 4.6C systems on Risc 6000 machines, under Oracle 9.2.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;The overall performance problem for me is to know if SAP response time is acceptable ; if not, do this :&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at AIX level : utilities are topas, to catch what's wrong : Disk I/O ? CPU bottleneck ? Too much swap ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at Oracle level : tkprof but don't know much about this.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;- at SAP level : you can manage SAP memory, Oracle and OS too.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;If SAP response time is acceptable, then try this :&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at OS response time : ST06 : look at CPU, Memory, Swap, Disk and Lan response time.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at buffer quality : ST02, if many fields are red, investigate each fields dependant parameters.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Try to have a look at DB response time : ST04N, databuffer quality (SGA zone), how much physical reads / logical reads Ratio, wait times, number of user calls, Shared Pool cache hit ratio should be &gt;96%, Sort usage, Redo logging.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I use this kind of procedure to manage my systems.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SAP Tips by:&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; Christophe Rabeau&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;It depends how much you allocated for SGA (database buffers, shared pool buffer, redo log buffers), how much you allocated for SAP buffers esp. Program buffers and whether the server have any other external processes/programs running.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;How many Dialog Work Processes you allocated…I think your problem most likely is you don’t have enough of these Dialog processes. Also maybe users running inefficient reports/programs which are holding the Dialog processes, goto SM50 &amp;amp; check all DIA (Dialog) with status “waiting”…if ALL are “running” then you have wait time (problems !) for other users wanting to process transactions .&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;To troubleshoot performance, you need these tcode tools:-&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST04 – Database  ß in here, check especially for Expensive SQLs (Detail Analysis à SQL Request)&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST02 – SAP buffers&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST06 – OS stats&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ST05 – SQL trace&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SE30 – Abap runtime analysis&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;SAP Tips by: &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Derek Phung&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;A few step which you can exercise to sort/identify performance issues.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;* ST03, ST02, ST04 are the tcode for workload, tuning and DB Performance Monitoring codes.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;* ST06 FOR Operation System Monitoring.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** SM51 OR SM50 is process overview which tells you the workprocess sequence. ( Ideally 10-15 process with OLTP and batch process scheduled at peak and off peak times respectively) say 8-17 hrs and 17-8 hrs for Batch Process)&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Operation Mode can be configured in RZ04 tcode.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Check for top CPU in ST06 tcode.  CPU should not exceed more than 60% for long time for any process.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Based of No. of instances ( Application Servers ) should have adequately sized.&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Most resources intensive process have to be scheduled in Batch Process ( in Background in Non Peak Hours )&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Look for unnecessary Jobs Active During Prime  Time&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Look for Parameters Set To Your Business Process.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;    ( RZ10, RZ11 ) Check Snote:0124361&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** Refer Early Watch Alert Periodically for Overall System Performance.. ( Tcode SDCC )&lt;/span&gt; &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>Tuning Summary In Transaction ST02</title><link>http://freesapbasislive.blogspot.com/2009/02/tuning-summary-in-transaction-st02.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:13:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-6701792100588375102</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;Tuning Summary In Transaction ST02&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;My current system is SAP R/3 Enterprise 4.70.   I have some questions about tuning summary in transaction ST02 : &lt;/b&gt; &lt;/p&gt;&lt;p&gt;To the best of my knowledge I am answering your questions. Ok &lt;/p&gt;&lt;p&gt;&lt;b&gt;1. Do we have to increase every profile parameter value which is displayed in red alert in transaction ST02 ?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: Ofcourse it shoud be, since each buffer holds different values, wherever the red alert is there change the parameter value. &lt;/p&gt;&lt;p&gt;&lt;b&gt;2. Why do the swapped objects always increase after a few days of tuning (in RZ10) &amp;amp; system restart?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: Since more data had been fed into the server, it needs more space to hold in buffer while retrieving the data. Since buffer is shot in space, swap memory will be used. It is not enough to increase the buffer and that does not mean tuning, tuning in the sense full analysis of the problem and working in that particular area to resolve the issue. For example, creation of index, data archival, availability of statistics, alotting of no. of work process, etc. &lt;/p&gt;&lt;p&gt;&lt;b&gt;3. Is there any standard in tuning ST02 to hold up the increasing value of swapped objects?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Ans: No. It depends on requirement. &lt;/p&gt;&lt;p&gt;&lt;b&gt;4. After analysing ST02, how can we calculate the value of the parameter profile to be increased (in RZ10) ?&lt;/b&gt; &lt;/p&gt;Ans: yes, use the command:&lt;br /&gt;sappfpar check pf=\\usr\sap\trans\tpparam&lt;br /&gt;(or)&lt;br /&gt;sappfpar check pf=\\usr\sap\trans\tp_domain_</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>Troubleshooting SAP Performance Issues</title><link>http://freesapbasislive.blogspot.com/2009/02/troubleshooting-sap-performance-issues.html</link><category>Performance Tuning</category><pubDate>Thu, 12 Feb 2009 10:12:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-916908061021324754</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;Troubleshooting SAP Performance Issues&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Is there a document that will help me troubleshoot system performance?  What are the steps on how to troubleshoot?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Troubleshooting is a BIG task of itself, there is no single reference document because there are too many reasons why a system can appear "slow" to the user: &lt;/p&gt;&lt;p&gt;- Different Databases &lt;/p&gt;&lt;p&gt;Every database has its own mechanism for optimizing access, even more, each database has BOOKS on performance optimization. This can start from parameters to database layout to operating system configuration, used filesystems, mount parameters... &lt;/p&gt;&lt;p&gt;- Different Operating System &lt;/p&gt;&lt;p&gt;The same goes for operating systems, a standard Windows 2000 (or 2003) isn´t configured for optimal throughput, there is a LOT to tune, e. g. enable "background process priorities", stop non-needed services, network configurations (TCP window sizes) etc. Also the connection between application and database servers can be an issue &lt;/p&gt;&lt;p&gt;- SAP Itself &lt;/p&gt;&lt;p&gt;Almost for each and every long running program there are optimizations, be it on ABAP layer or on selection layer. Out of my experience, most self developed programs (Z*-programs) are the main issue, because developers program "quick-and-dirty"&lt;br /&gt;doing "select *" and other things. &lt;/p&gt;&lt;p&gt;For e.g.:&lt;br /&gt;&lt;b&gt;If CPU is 100% Busy, what action should be taken to keep CPU idle?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;This can't be answered generally. One need to check what process is using so much CPU - then one can start digging deeper. To add info regarding this issue, you may use: &lt;/p&gt;&lt;p&gt;st06-&gt;details analysis menu-&gt;snapshot analysis-&gt;top CPU from there, start to narrow down. &lt;/p&gt;As you see there is not a quick button to press on and everything will be well. A good start can be the book "&lt;b&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/1592290221/sapinformation0e" target="_blank"&gt;SAP&lt;/a&gt;&lt;/b&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>The SAP Licensing Procedure</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-licensing-procedure.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:23:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-2759019413981531035</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Use&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To use the R/3 System, you require a license key. This key prevents unauthorized use of the R/3 software. The SAP license is dependent on your R/3 message server.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;When you install your R/3 System, a temporary license is installed. This temporary license is valid for four weeks, starting from the date of installation. Before the temporary license expires, you must have obtained a license key. For your own convenience, we recommend that you apply for your permanent license key as soon as possible after installing or upgrading your R/3 System.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To do so, you have to:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;&lt;br /&gt;&lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;locate your customer key&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;&lt;br /&gt;&lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;request a license key&lt;/span&gt;&lt;/ul&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You will need to provide the following information:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Installation number&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You will find this 10-figure number on your delivery note.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;SAP System ID (for example, C11)&lt;/li&gt;  &lt;li&gt;System type (for example, production)&lt;/li&gt;  &lt;li&gt;Name of a contact person&lt;/li&gt;  &lt;li&gt;Telephone and fax number&lt;/li&gt;  &lt;li&gt;Customer key &lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;This is the 11-position hardware number determined with saplicense -get (AS/400: saplicense '-get').&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You can then install the key using &lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;the SAPLICENSE program&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;. For instructions, see &lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;Installing an SAP License&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you buy or lease the R/3 System, your license key has unlimited validity. If you are using the R/3 System for test or demonstration purposes, the license key will be valid for the test or demonstration period only. After this time has expired, you will need to apply for a new license key.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If your old license key expires or if you change your hardware, you can continue to operate the R/3 System with a temporary license key for a period of four weeks. For instructions, see &lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;Installing a Temporary SAP License&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;After that time, the R/3 System will operate only with a new license key. The expiry date for the license is displayed both on the copyright screen and the system status screen.&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP The SAPLICENSE Program</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-saplicense-program.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:23:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-6780677289552827813</guid><description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The SAPLICENSE program is used to install, check and maintain SAP licenses in your R/3 System. It resides in the directory &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;/usr/sap/&lt;sapsid&gt;/SYS/exe/run&lt;/sapsid&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;. (In the case of AS/400, the program resides in the kernel library.)&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;&lt;p&gt;Windows NT:&lt;/p&gt;&lt;/b&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Replace the slash (/) with a backslash (\) in all path names.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you start &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; without any options at operating system level, all the options are displayed.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Prerequisites&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;As of Release 4.5A the database interface library is linked dynamically. To allow SAPLICENSE to locate this library, the following variables must be set in the environment of the user calling SAPLICENSE:&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;ul&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;li&gt;dbms_type&lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; = &lt;database&gt; (for example, &lt;/database&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;ora&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;inf&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;ada&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;mss&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;db2&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;db4&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;db6&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;)&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;li&gt;DIR_LIBRARY&lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; = &lt;path&gt; (for example, &lt;/path&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;/usr/sap/SID/SYS/exe/run&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;)&lt;/span&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;User for  SAPLICENSE:&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial;"&gt;NT and UNIX&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You must be logged on as user &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sapsid&gt;adm&lt;/sapsid&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;. This ensures that all the required environment variables are set correctly.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial;"&gt;AS/400&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;You must be logged on as user &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sid&gt;OFR&lt;/sid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.  &lt;li&gt;The executables library &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;R3&lt;rel&gt;OPT&lt;/rel&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; must be included in your library list.&lt;/span&gt;&lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Features&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;dir&gt;&lt;dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; AS/400 only:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;For AS/400 the option string must be enclosed in single quotation marks, for example '-help', '-get', '-temp'.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; provides the following options:&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-delete&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Delete an installed license.&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-get&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Output the customer key (hardware key).&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-help [option]&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Display help information for the specified option (that is, &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;get&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;install&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;temp&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;, &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;show&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; or &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;test&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;).&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-install [ifile=&lt;filename&gt;]&lt;/filename&gt;&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Install a license key. Optional parameter &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;ifile=&lt;filename&gt;&lt;/filename&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (or &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;IFILE=&lt;filename&gt;&lt;/filename&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;) causes the license data to be read from the installation file.&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-number&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Get the installation number.&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-show&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Display all installed licenses.&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-temp&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Install a temporary license.&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-test&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;Test whether a valid SAP license exists. (R/3 must have been started.)&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;-version&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Display the version of SAPLICENSE&lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;.&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Locating Your Customer Key</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-locating-your-customer-key.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:22:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-371190919806180164</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Procedure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Find out the host on which the message server is running by looking at parameter &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;rdisp/mshost&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; in profile &lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;/usr/sap/&lt;sapsid&gt;/SYS/profile/DEFAULT.PFL&lt;/sapsid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;. This parameter specifies the host on which the message server is started.&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;rdisp/mshost    =hs0011&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;In this example, the message server is started on host hs0011.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Log on to the host on which the message server is running at operating system level as user &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sapsid&gt;adm (AS/400: user &lt;sid&gt;OFR)&lt;/sid&gt;&lt;/sapsid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.  &lt;li&gt;Using command &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -get&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: saplicense '-get'), determine the 11-position customer key of the host.  &lt;li&gt;The next step is to &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Request an SAP License Key&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Requesting an SAP License Key</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-requesting-sap-license-key.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:22:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-267875659716358957</guid><description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;You should use the Online Service System (OSS) to request an SAP License Key.&lt;/p&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Procedure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Log on to OSS.&lt;/li&gt;  &lt;li&gt;Choose &lt;i&gt;Registration &lt;/i&gt; &lt;span style="font-family: Symbol;"&gt;®&lt;/span&gt;   &lt;i&gt;Registration R/3 System &lt;/i&gt; &lt;span style="font-family: Symbol;"&gt;®&lt;/span&gt;   &lt;i&gt;License key&lt;/i&gt;.&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To see detailed information about the procedure for requesting a license key, select &lt;span style="font-family: SAPIcons;"&gt;6&lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Arial;"&gt;.&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ol start="3"&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Double click on the plus sign (+) to the left of the installation for which you wish to request a new license key. This displays all licensed systems for that installation.&lt;/li&gt;  &lt;li&gt;Position your cursor on the line beginning &lt;i&gt;NEW Request new system&lt;/i&gt;.&lt;/li&gt;  &lt;li&gt;To request a new key, select &lt;i&gt;New key&lt;/i&gt;.&lt;/li&gt;  &lt;li&gt;Check that the data displayed is correct and supplement as required.&lt;/li&gt;  &lt;li&gt;Select &lt;i&gt;Request key&lt;/i&gt;.&lt;/li&gt;  &lt;li&gt;To see the current status of your license request, look in the &lt;i&gt;Comments&lt;/i&gt; column.&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You will receive a fax from SAP providing information about your new license key, which is also available via OSS. Your system landscape will be updated automatically in OSS.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Once the new license key has been assigned, you can display it by selecting &lt;i&gt;Display license key&lt;/i&gt;. A pop-up window is displayed containing the license key and all the license data for your system.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To avoid having to type this license data in by hand (and risk mistyping something), select &lt;i&gt;Export script&lt;/i&gt;. This function allows you to import the R/3 license key file into your system. Alternatively, you can copy the information into your system via cut and paste. &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial;"&gt;Requesting a License Key by Fax&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;If you do not have access to OSS, you can use the &lt;i&gt;Request Fax License&lt;/i&gt; &lt;i&gt;Key&lt;/i&gt; form to request a license key. The form is part of your software delivery package. Alternatively, you can download the form from SAP&lt;i&gt;Net&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;Fill out the form completely and send it to the fax number given on the form.&lt;/p&gt;&lt;dir&gt;&lt;p&gt;Provided you specify all the necessary information in your fax, SAP will send you the 24-position license key by fax within 3 working days.&lt;/p&gt;&lt;dir&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Keep this fax in a safe place. If you should ever accidentally delete a license, you will need the license key in order to install the license again.&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Installing an SAP License</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-installing-sap-license.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:21:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-5739284013362303415</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Prerequisites&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;The 24-position license key, which you receive from SAP by fax.&lt;/p&gt;&lt;/span&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Procedure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Log on to the host on which the central SAP instance is running at operating system level as user &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sapsid&gt;adm&lt;/sapsid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (UNIX and NT) or &lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sid&gt;OFR&lt;/sid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400).  &lt;li&gt;Call &lt;/li&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -install [ifile=&lt;filename&gt;]&lt;/filename&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense '-install [ifile=&lt;filename&gt;]'&lt;/filename&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;). If you are using an R/3 license key file, enter it as the &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;filename&gt;&lt;/filename&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;. This file is created in OSS when your license key is assigned. If you are unable to download the installation file to your system, you can copy the contents of the file with cut and paste.&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Example of an R/3 license key file:&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;#&lt;br /&gt;SAPSYSTEM=C11&lt;br /&gt;CUSTOMER-KEY=A0123456789&lt;br /&gt;INSTNO=0123456789&lt;br /&gt;EXPIRATION=99991231&lt;br /&gt;LKEY=012345678901234567891234&lt;br /&gt;#&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you are entering the data manually (that is, you are leaving out the optional parameter), make sure that you enter the key correctly, for example, that you distinguish between the number 0 and the uppercase letter O.&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Example for entering the license data manually&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;Specify your sap system name:&lt;br /&gt;SAP SYSTEM NAME = PRD&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;Specify your customer key:&lt;br /&gt;CUSTOMER KEY = D1889390344&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;Specify your installation number:&lt;br /&gt;INSTALLATION NO = 0005500021&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;Specify your expiration date:&lt;br /&gt;EXPIRATION_DATE [YYYYMMDD] = 99991231&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;Specify your license key:&lt;br /&gt;LICENSE_KEY   1...5....0....5....0...4&lt;br /&gt;LICENSE_KEY = 9KJDYITLVLPRZS9WXVS8SNTN&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense: License successfully installed&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The license is now installed and activated.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ol start="3"&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Check whether you can log on to the R/3 System.&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;After logging on, choose &lt;i&gt;System&lt;/i&gt; &lt;/span&gt;  &lt;span style="font-family: Symbol; font-size: 85%;"&gt;®&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;   &lt;i&gt;Status&lt;/i&gt;. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Check whether the following &lt;i&gt;SAP system data&lt;/i&gt; agrees with the data just entered:&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;&lt;i&gt;Installation number&lt;/i&gt;&lt;/li&gt;&lt;i&gt;  &lt;/i&gt;&lt;li&gt;&lt;i&gt;License expiration&lt;/i&gt;&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;i&gt;  &lt;/i&gt;&lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you can log on and the data is correct, the license was correctly installed.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Troubleshooting&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;If you get the following message when installing the license:&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;p&gt;saplicense: License not installed, *** Wrong license data specified&lt;/p&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;you probably mistyped one of the values. Please make sure that you use the correct uppercase/lowercase in the entries.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Also note that the &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;Backspace&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (delete character) key is not set correctly on some terminals. You should therefore avoid using this key.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;It is not necessary to start/stop the R/3 System in order to install the license. The installed license becomes active immediately.&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;If you experience any problems installing the license key, enter a problem message in OSS specifying component XX-SER-SWFL-LIC.&lt;/li&gt;&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Installing a Temporary SAP License</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-installing-temporary-sap-license.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:21:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-4710727911741610339</guid><description>&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;  &lt;p&gt;In the following cases, it could be necessary to use a temporary license to bridge the time until the SAP license has arrived by fax:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;If the hardware configuration of the host on which the message server is running changes, the customer key of the host can also change. &lt;/li&gt;&lt;/ul&gt;  &lt;ul&gt;&lt;li&gt;If the message server is moved to another host.&lt;/li&gt;&lt;/ul&gt;  &lt;ul&gt;&lt;li&gt;If the license has expired. The expiry date can be extended by 3 weeks with the temporary license. &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  &gt;Procedure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;  &lt;li&gt;Log on to the host on which the central SAP instance is running as user&lt;/li&gt;&lt;/span&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt; &lt;sapsid&gt;adm (UNIX and NT) or &lt;sid&gt;OFR (AS/400) &lt;/sid&gt;&lt;/sapsid&gt;&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;at operating system level.  &lt;li&gt;Enter saplicense -temp (&lt;b&gt;AS/400:&lt;/b&gt; saplicense '-temp').&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;Enter the SAP System ID when it is requested.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;The following message shows that the program has terminated successfully:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;b&gt;saplicense: Temporary license successfully installed&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;b&gt;  &lt;span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  &gt;  &lt;/span&gt;&lt;/b&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  &gt;Rejection of a Temporary License&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;span style=";font-family:Arial;font-size:85%;"  &gt;  &lt;p&gt;SAPLICENSE rejects installation of a temporary license in certain cases:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A temporary license can only be installed if a valid license existed and has been used recently (within the last 3 weeks). &lt;/li&gt;&lt;/ul&gt;  &lt;dir&gt;&lt;p&gt;The following message tells you that a temporary license cannot be granted because the date of the last successful license check was more than 3 weeks ago:&lt;/p&gt;&lt;p&gt;&lt;b&gt;saplicense: Temporary license NOT installed,      *** Old license older than 3 weeks&lt;/b&gt;&lt;/p&gt;&lt;/dir&gt;&lt;b&gt;  &lt;/b&gt;&lt;ul&gt;&lt;li&gt;If the R/3 System is set up from a copy of an existing R/3 System, it is not possible to install a temporary license for the first time. &lt;/li&gt;&lt;/ul&gt;  &lt;dir&gt;&lt;dir&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Apply for a license before you want to work with an R/3 System that has been copied.&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Deleting an SAP License</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-deleting-sap-license.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:20:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-675896950373924710</guid><description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;p&gt;You have to delete a license, for example, if the R/3 System was set up from a copy of an existing R/3 System. &lt;/p&gt;&lt;/span&gt;  &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Procedure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Log on to the host on which the central SAP instance is running at operating system level as user &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sapsid&gt;adm&lt;/sapsid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (UNIX and NT) or &lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sid&gt;OFR&lt;/sid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400).  &lt;li&gt;Display the licenses that are installed.&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To do this, enter &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -show&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense '-show'&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;SAPLICENSE lists all the licenses and their statuses.&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;dir&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;LICENSE system: TST customer key: TEMPLICENSE&lt;br /&gt;expiration_date: 19960202&lt;br /&gt;installation no:...  key:...&lt;br /&gt;product ID: R3_ORA&lt;br /&gt;*** license useable ***&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;LICENSE system: TST customer key:  D1889390344&lt;br /&gt;expiration_date:  99991231&lt;br /&gt;installation no:...  key:...&lt;br /&gt;product ID: R3_ORA&lt;br /&gt;*** license useable ***&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;LICENSE system: PRD  customer key: TEMPLICENSE&lt;br /&gt;expiration_date:  19960131&lt;br /&gt;installation no:...  key:...&lt;br /&gt;product ID: R3_ORA&lt;br /&gt;*** license useable ***&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;LICENSE system: PRD  customer key: D9566626666&lt;br /&gt;expiration_date:  99991231&lt;br /&gt;installation no:...  key:...&lt;br /&gt;product ID: R3_ORA&lt;br /&gt;*** license useable ***&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;/dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The above example shows you that 4 licenses are installed (2 licenses have been applied for and 2 are temporary licenses). You can see from the R/3 System names that 2 licenses are installed for system TST, and 2 licenses for system PRD. This could be the case if the R/3 System TST was copied to the name PRD and then a license, which was applied for, was installed for the copied system PRD. The old licenses for system TST, however, still exist.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;These old licenses can no longer be used in the new system and can be deleted.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ol start="3"&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;li&gt;Delete the licenses with &lt;/li&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -delete &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;(AS/400:&lt;b&gt; saplicense '-delete'&lt;/b&gt;)as follows:&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;First enter the SAP System IDs. SAPLICENSE then asks for the customer key (11-position hardware key).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Enter the customer key or &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;TEMPLICENSE&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;saplicense then asks for the product ID, which is a name starting with "R3_" indicating the database type (for example, R3_ORA).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Enter the product ID appropriate for your R/3 System.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The licenses are deleted.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;This is confirmed by the following message:&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense: license deleted&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 128); font-family: Arial; font-size: 130%;"&gt;Remarks&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;dir&gt;&lt;dir&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The status of a license is not checked when a license is deleted. In particular, there is no check to establish whether you are deleting a license that was in use. If a valid license that was in use is deleted, it is no longer possible to log on to R/3, but users who are already logged on can continue working.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you accidentally deleted a valid license that was in use, you can install this license again at any time with &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -install&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense '-install'&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;) if you still have the fax containing the license key.&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;The existence of old, unused licenses has no effect on R/3 System operation. Nevertheless, it is advisable to delete licenses that are no longer used (performance optimization during the license check).&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Deleting temporary licenses &lt;/li&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;(CUSTOMER KEY&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt; &lt;b&gt;=&lt;/b&gt; &lt;b&gt;TEMPLICENSE&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;) does   &lt;b&gt;not&lt;/b&gt; mean that you can install further temporary licenses (see also the section "&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;Installing a Temporary SAP License&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; ").&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Testing a License</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-testing-license.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:20:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-7602147597479065897</guid><description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you cannot log onto the R/3 System, SAPLICENSE provides the option &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;-test pf=&lt;profile&gt;&lt;/profile&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: &lt;/span&gt;  &lt;span style="font-family: Courier New; font-size: 85%;"&gt;'-test pf=&lt;profile&gt;'&lt;/profile&gt;&lt;/span&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;) for troubleshooting.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;When you call the program with this option, SAPLICENSE determines the customer key of the message server, simulates an R/3 System logon and carries out the required license check. You can follow the individual steps on the screen. &lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Log on to the host on which the central SAP instance is running at operating system level as user &lt;/li&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;&lt;sapsid&gt;adm (UNIX and NT) or &lt;sid&gt;OFR (AS/400)&lt;/sid&gt;&lt;/sapsid&gt;&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;.  &lt;li&gt;&lt;b&gt;UNIX and AS/400&lt;/b&gt;: Start the R/3 System and the database with startsap.&lt;/li&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;NT&lt;/b&gt;: Start the R/3 System and the database with&lt;b&gt; the &lt;/b&gt;SAP Service Manager&lt;b&gt;.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Start SAPLICENSE as follows:&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;UNIX and NT: saplicense -test pf=&lt;profile&gt;&lt;br /&gt;AS/400: saplicense '-test pf=&lt;profile&gt;'&lt;/profile&gt;&lt;/profile&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;It is mandatory that you specify the profile file. Enter the profile file (with complete path) of  the R/3 System to be checked.&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;You would enter the following for an R/3 System with the name PRD, where the instance number is 00:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;UNIX and NT: saplicense -test pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00&lt;br /&gt;AS/400: saplicense '-test pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00'&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The following message shows that the test was terminated successfully:&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;&lt;p&gt;test result: license test ok&lt;/p&gt;&lt;/b&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The subsequent message tells which license was used for the check:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;LICENSE system: PRD customer key: D1889390344 &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;expiration_date: 99991231&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;installation no: 0005500021 key:  9KJDYITLVLPRZS9WXVS8SNTN&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;b&gt;productid: R3_ORA&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If you get an error message when the license is checked, you can use the program output to find out where the error occurred (creation of the message server link, connection to the database, etc.). Depending on the message, now check whether the message server is running, whether the database has been started, etc.&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;To carry out more detailed error analysis, use additional option TRACE=2. The command syntax is as follows:&lt;/span&gt;&lt;/p&gt;&lt;/dir&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;saplicense -test pf=&lt;profile&gt; TRACE=2&lt;/profile&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;SAPLICENSE then creates a file dev_slic in the current directory. This file contains more detailed error messages.&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP High-Availability Configurations</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-high-availability-configurations.html</link><category>Licensing Procedure</category><pubDate>Sun, 8 Feb 2009 12:19:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-8347977927712585686</guid><description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;The licensing procedure allows you to install more than one license. This is necessary, for example, for the following configurations:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Oracle Parallel Server mode&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;&lt;li&gt;Cluster environment of hosts with standby hosts to switch over to if an error occurs ("High Availability" strategy)&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;  &lt;/span&gt;&lt;p&gt;&lt;span style="font-family: Arial; font-size: 85%;"&gt;If standby hosts are defined for the message server (or the R/3 System) in High Availability configurations, a license must be installed for each standby host. You can find out the customer key of the standby host by calling &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense -get&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt; (AS/400: &lt;/span&gt;  &lt;b&gt;&lt;span style="font-family: Courier New; font-size: 85%;"&gt;saplicense '-get'&lt;/span&gt;&lt;/b&gt;  &lt;span style="font-family: Arial; font-size: 85%;"&gt;) on the standby host.&lt;/span&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>What is SAP IDES and System Requirement for installations?</title><link>http://freesapbasislive.blogspot.com/2009/02/what-is-sap-ides-and-system-requirement.html</link><category>IDES</category><pubDate>Sun, 8 Feb 2009 12:18:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-6001715336463269825</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;What is SAP IDES and System Requirement for installations?&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;System Requirement to install IDES&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;For installing IDES 46C on a Laptop, you need :- &lt;/p&gt;&lt;ul&gt;&lt;li&gt; Pentium 3/Pentium 4 with any CPU&lt;/li&gt;&lt;li&gt; 2*40 GB HDD&lt;/li&gt;&lt;li&gt; 512 MB RAM&lt;/li&gt;&lt;li&gt; DVD Drive&lt;/li&gt;&lt;/ul&gt; &lt;b&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;What is SAP IDES (Internet Demonstration and Evaluation System)?&lt;/span&gt;&lt;/b&gt; &lt;p&gt;SAP IDES is a normal R/3 but with lots of DEMO data. &lt;/p&gt;&lt;p&gt;The system that contains several sample companies typifying relevant business processes. It is simple to use and has a variety of master and transaction data, and is used for demos, online/classroom training, and presentations. Potential customers use IDES to trial and test software via Internet. &lt;/p&gt;&lt;p&gt;SAP IDES – the "Internet Demonstration and Evaluation System" in the R/3 System, represents a model company. It consists of an international group with subsidiaries in several countries. IDES contains application data for various business scenarios that can be run in the SAP System. The business processes in the IDES system are designed to reflect real-life business requirements, and have access to many realistic characteristics. IDES uses easy-to-follow business scenarios to show you the comprehensive functions of the R/3 System. The focal point of IDES, however, is not the functionality itself, but the business processes and their integration. &lt;/p&gt;&lt;p&gt;IDES not only covers the Logistics area, but also Financials, and Human Resources. It demonstrates how the R/3 System is able to support practically all types of industries, from discrete production through to process industries, from engineering-to-order to repetitive manufacturing. However, IDES is not a sector-oriented model company. The individual processes are based on practice-oriented data for sectors such as Retailing or Banking. The IDES group manufactures products as diverse as elevators, motorcycles, and paints. &lt;/p&gt;&lt;p&gt;IDES is managed by SAP just as any regular business enterprise. SAP regularly updates the IDES data (master data, transaction data, and customizing). IDES also carry out period-end closing and plan with different time-horizons. Transaction data are generated to ensure that the information systems in all areas have access to realistic evaluation data. IDES are constantly implementing new, interesting business scenarios to highlight the very latest functions available in the R/3 System. New functions are represented and documented by IDES scenarios. &lt;/p&gt;&lt;p&gt;Above all, IDES shows you the possibilities of the integrated applications in the SAP System. IDES cover all aspects of a business enterprise, including Human Resources, Financial Accounting, Product Cost Planning, Overhead Management, Profitability Analysis, Planning, Sales and Distribution, Materials Management, Production, and much, much more. IDES have also integrated document administration and third-party CAD systems within the IDES system. This means that you can call up and display external documents, or access CAD drawings. &lt;/p&gt;&lt;p&gt;IDES shows you how the R/3 System supports production processes, the supply chain, and the efficient usage of global resources. Or perhaps you would like to increase your understanding of just-in-time-production or the integration of the electronic KANBAN system in an MRP II environment? IDES provides the ideal way to learn about areas such as Product Cost Controlling, Activity-Based Costing, or integrated Service Management and Plant Maintenance. How to manage high inflation is just one of the ever-growing number of IDES business scenarios that you can choose from. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Where to find IDES Installation Documents and Screenshots?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;I have to install MySAP 2004 (IDES) ECC 5.0 in windows environment, where can I get those installation documents and screenshots. &lt;/b&gt; &lt;/p&gt;&lt;p&gt;There is no specific documents for installation of IDES ECC.5.0 but the standard ECC 5.0 Installation document must be followed for this. &lt;/p&gt;&lt;p&gt;Open a new browser and refer to the following link: &lt;/p&gt;&lt;p&gt;http://service.sap.com/erp-inst&lt;br /&gt;and access -&gt; mySAP ERP 2004 -&gt; ECC 5.0 -Planning, Installation Guides. &lt;/p&gt;&lt;p&gt;But the screen shots vary depending on the installation environment i.e, selection of OS, DB, Components, Applications etc. &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>IDES Installation Procedure for SAP Install on W2k server</title><link>http://freesapbasislive.blogspot.com/2009/02/ides-installation-procedure-for-sap.html</link><category>IDES</category><pubDate>Sun, 8 Feb 2009 12:18:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-6240801024827988216</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style="font-size: 85%;"&gt;SAP IDES Installation Procedure for SAP Install on W2k server&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;Procedure for installation on W2k server with sp3&lt;/span&gt;&lt;/b&gt;.  &lt;/p&gt;&lt;p&gt;Installation Of SAP 4.6b  &lt;/p&gt;&lt;p&gt;System Requirements.  &lt;/p&gt;&lt;p&gt;P-III System&lt;br /&gt;1024 MB or 512 MB RAM&lt;br /&gt;Minimum 60GB HDD&lt;br /&gt;40 GB Hdd (2GB for WinNT &amp;amp; 38 GB for oracle &amp;amp; SAP)&lt;br /&gt;10 GB Hdd for CD dumps.&lt;br /&gt;CDROM drive.&lt;br /&gt;Network Card  &lt;/p&gt;&lt;p&gt;C:\ - 10GB - Windows 2000 Server - NTFS&lt;br /&gt;D:\ - 40GB - Oracle &amp;amp; SAP - NTFS&lt;br /&gt;E:\ - 10GB - CD Dumps - NTFS&lt;br /&gt;F:\ - CDROM Drive  &lt;/p&gt;&lt;p&gt;Install Windows 2000 server in first 10GB partition&lt;br /&gt;Computer Name - SAPSRV&lt;br /&gt;IP Address - 192.168.1.2&lt;br /&gt;Subnet Mask - 255.255.255.0&lt;br /&gt;Work Group - TEKSOFT&lt;br /&gt;Complete the installation &amp;amp; Restart.  &lt;/p&gt;&lt;p&gt;Install Service Pack 3&lt;br /&gt;Install All the Drivers&lt;br /&gt;Install IE6 SP1  &lt;/p&gt;&lt;p&gt;Create two Users as mentioned bellow  &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;Start -&gt; Programs -&gt; Administrative Tools -&gt; Computer Management -&gt; Local Users &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;and Groups -&gt; Users -&gt; New User &lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;a. First user name &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEKADM&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;Give password, disable the already enabled option &amp;amp; enable&lt;br /&gt;"Password Never Expires &amp;amp; user cannot change the password option "  &lt;/p&gt;&lt;p&gt;b. Second user name &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;SAPServiceTEK&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;Give password, disable the already enabled option &amp;amp; enable&lt;br /&gt;"Password Never Expires &amp;amp; user cannot change the password option "  &lt;/p&gt;&lt;p&gt;Add the two Users to Administrators Group  &lt;/p&gt;&lt;p&gt;Change hostfile  &lt;/p&gt;&lt;p&gt;Open C:\Winnt\System32\driver\ect\host file in Notepad &amp;amp; add IP Address and Computer Name in&lt;br /&gt;The bottom of file. Save &amp;amp; Exit.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Change the Virtual Memory  &lt;/p&gt;&lt;p&gt;C: Min - 512MB&lt;br /&gt;Max - 1024MB  &lt;/p&gt;&lt;p&gt;D: Min - 2048MB&lt;br /&gt;Max - 2560MB  &lt;/p&gt;&lt;p&gt;Change the File and Printer sharing properties to “ Maximize through  &lt;/p&gt;&lt;p&gt;Logon as &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEKADM&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;Insert SAP-Oracle CD &amp;amp;&lt;br /&gt;Select F:\NT\i386\setup &amp;amp; click enter&lt;br /&gt;Location of oracle D:\orant &amp;amp; click enter&lt;br /&gt;Accept path change &amp;amp; click enter&lt;br /&gt;Oracle 8 enterprise edition &amp;amp; click enter&lt;br /&gt;(Oracle 8.1.7 will not be supported by SAP Kernel 4.6B)&lt;br /&gt;(Oracle 8.1.7 will be supported by SAP Kernel 4.6C only)  &lt;/p&gt;&lt;p&gt;After completion of oracle Stop the service "Oracle TNSlistner 80"&lt;br /&gt;Select F:\NT\i386\Patchs\8.0.5.2.2\setup &amp;amp; click enter&lt;br /&gt;Accept the defaults &amp;amp; complete the installation.&lt;br /&gt;Restart the system. &lt;/p&gt;&lt;p&gt;Dump all the export CDs (6 CDs) into&lt;br /&gt;E:\dump\db1 - export CD 1&lt;br /&gt;E:\dump\db2 - export CD 2&lt;br /&gt;E:\dump\db3 - export CD 3 (To dump type as E:\dump\db1&gt;Xcopy /e f: &amp;amp; enter)&lt;br /&gt;E:\dump\db4 - export CD 4&lt;br /&gt;E:\dump\db5 - export CD 5&lt;br /&gt;E:\dump\db6 - export CD 6  &lt;/p&gt;&lt;p&gt;Insert Kernel CD  &lt;/p&gt;&lt;p&gt;Select F:\46bker\NT\i386\NTPATCH\R3dllins &amp;amp; click enter&lt;br /&gt;This will install patch for NT.  &lt;/p&gt;&lt;p&gt;Restart the system.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Logon as &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEKADM&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;From kernel CD&lt;br /&gt;F:\NT\common\r3setup &amp;amp; enter&lt;br /&gt;Enter the following  &lt;/p&gt;&lt;p&gt;System Name - &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEK&lt;/span&gt;&lt;/b&gt; (must be 3 Letters Capital)&lt;br /&gt;Location - C:\users\Tekadm\install (it comes by default)&lt;br /&gt;Accept to restart the machine.  &lt;/p&gt;&lt;p&gt;Logon on as &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEKADM &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;Copy the file "db_ides.r3s" from DB1\IDES\NT\ORA\DB_IDES.R3S&lt;br /&gt;(18KB files size) to C:\users\tekadm\install  &lt;/p&gt;&lt;p&gt;Start r3setup from&lt;br /&gt;C:\users\tekadm\install\r3setup &amp;amp; enter&lt;br /&gt;Select "central.r3s" file &amp;amp; enter&lt;br /&gt;&amp;amp; Follow as mentioned bellow  &lt;/p&gt;&lt;p&gt;System Name - &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEK&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;Instance no. - 00&lt;br /&gt;Accept Defaults&lt;br /&gt;Directory of SAP system -change to D:&lt;br /&gt;RAM of the sys. - Accept the default&lt;br /&gt;Location of the KERNEL CD - F:&lt;br /&gt;Port no. - 3600&lt;br /&gt;Enter the password of TEKADM two times&lt;br /&gt;Enter the password of SAPServiceTEK two times&lt;br /&gt;Start the installation.&lt;br /&gt;This will come upto  &lt;/p&gt;&lt;p&gt;Select C:\users\tekadm\install\r3setup &amp;amp; enter&lt;br /&gt;Select "db_ides.r3s" &amp;amp; enter&lt;br /&gt;System Name - TEK&lt;br /&gt;Instance no. - 00&lt;br /&gt;Accept Defaults&lt;br /&gt;Select WE8DEC (default for r/3 4.x system) &amp;amp; enter&lt;br /&gt;Oracle dir. - D:  &lt;/p&gt;&lt;p&gt;Location of SAP Database specific files  &lt;/p&gt;&lt;p&gt;SAP Database Drive  &lt;/p&gt;&lt;p&gt;SAPARCH D&lt;br /&gt;SAPBACKUP D&lt;br /&gt;SAPCHECK D&lt;br /&gt;SAPREORG D&lt;br /&gt;SAPTRACE D &amp;amp; enter&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Location of Oracle Data files  &lt;/p&gt;&lt;p&gt;Oracle Data directory drive  &lt;/p&gt;&lt;p&gt;SAPDATA1 D&lt;br /&gt;SAPDATA2 D&lt;br /&gt;SAPDATA3 D&lt;br /&gt;SAPDATA4 D&lt;br /&gt;SAPDATA5 D&lt;br /&gt;SAPDATA6 D &amp;amp; enter&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Location Database LOG files  &lt;/p&gt;&lt;p&gt;Dir. for LOG files Drive  &lt;/p&gt;&lt;p&gt;ORIGLOGA D&lt;br /&gt;ORIGLOGB D &amp;amp; enter&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Location Mirrored Database LOG files&lt;br /&gt;(Change from D to C)  &lt;/p&gt;&lt;p&gt;Dir. for LOG files Drive  &lt;/p&gt;&lt;p&gt;MIRRLOGA C&lt;br /&gt;MIRRLOGB C &amp;amp; enter  &lt;/p&gt;&lt;p&gt;Accept the default RAM &amp;amp; enter  &lt;/p&gt;&lt;p&gt;Location of export CDs dump  &lt;/p&gt;&lt;p&gt;CD name Location Copy destination  &lt;/p&gt;&lt;p&gt;KERNEL F:\46bker&lt;br /&gt;EXPORT1 E:\dump\db1\1&lt;br /&gt;EXPORT2 E:\dump\db2\2&lt;br /&gt;EXPORT3 E:\dump\db3\3&lt;br /&gt;EXPORT4 E:\dump\db4\4 &lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;(Clear this field) &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;EXPORT5 E:\dump\db5\5&lt;br /&gt;EXPORT6 E:\dump\db6\6 &amp;amp; enter&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Enter the Password of &lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;TEKADM&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;No. of parallel process - 1&lt;br /&gt;Start installation.  &lt;/p&gt;&lt;p&gt;Wait for 14 to 15 Hrs &amp;amp; installation will come Upto 91% &amp;amp; will ask for SAPr3 password.&lt;br /&gt;Enter the password of TEKADM &amp;amp; enter  &lt;/p&gt;&lt;p&gt;This will come upto 95%&lt;br /&gt;Open SAP Management Console from desktop &amp;amp; Right click "TEK" &amp;amp; start the service.&lt;br /&gt;Wait for the service to start &amp;amp; will change from yellow to green.&lt;br /&gt;Come to the r3setup screen &amp;amp; click next.&lt;br /&gt;This will bring upto 100% &amp;amp; the installation is over.&lt;br /&gt;Exit the r3setup &amp;amp; stop the "TEK"service &amp;amp; Restart the system.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;POST INSTALLATION TASKS &lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;After SAP installation, install SAPGUI in the server. (CD 9)&lt;br /&gt;Restart the system  &lt;/p&gt;&lt;p&gt;Open SAP Management Console &amp;amp; start the sap service.  &lt;/p&gt;&lt;p&gt;Start the Sap Frontend from the start\programs\sap frontend\sapsrv.  &lt;/p&gt;&lt;p&gt;Logon as&lt;br /&gt;Client 000&lt;br /&gt;User name DDIC  &lt;/p&gt;&lt;p&gt;Password 19920706&lt;br /&gt;Language en  &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;hr width="100%"&gt;&lt;br /&gt;* Note : &lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Clear this field &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;This means if you already have the CD's copied on the the harddrive you don't need to copy them again..  &lt;p&gt;CD Title------CD Location-----------CD copy to this location&lt;br /&gt;kernel--------Dump location1-------clear , don't re copy&lt;br /&gt;cd1-----------Dump2--------- -------clear, this field&lt;br /&gt;cd2-----------........3-----------------clear&lt;br /&gt;cd3-----------.........4----------------clear &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP IDES System crtl Files are Deleted</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-ides-system-crtl-files-are-deleted.html</link><category>IDES</category><pubDate>Sun, 8 Feb 2009 12:17:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-4740027502083626135</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;IDES System crtl Files are Deleted&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;In my ides system my crtl files are deleted which are there in the oracle directory deleted? They are necessary for the database to open.&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;In such case when I am running the MMC it shows msg server and dispatcher + work connected and working ,&lt;/b&gt;&lt;br /&gt;&lt;b&gt;but when I try to connect thrugh Sapgui , it does not connect and says a msg to reconnect y/n . and the sap dispather + work turns off.&lt;/b&gt; &lt;/p&gt;&lt;p&gt;If you are sure that only the CTRL (Oracle Database control file) has been deleted then It is possible to recreate then using the trace file (the trace file can be generate if your database is still UP: (If database is not UP the adjust the attached file as per your system) &lt;/p&gt;&lt;p&gt;IMPORTENT : The following command can only be applied if you have Oracle as your DataBase . &lt;/p&gt;&lt;p&gt;at SQL prompt&lt;br /&gt;connect / as sysdba;&lt;br /&gt;alter database backup controlfile to trace resetlogs; &lt;/p&gt;&lt;p&gt;alter system switch logfile;&lt;br /&gt;repeat above command ,once per redolog group(4 time is your case) &lt;/p&gt;&lt;p&gt;It will create a file at %SAPTRACE%\usertrace\ directory which contain a script for automatic change of the control file. It will be used to recover the database rename it to recovery.sql ; delete its contents before the CREATE CONTROL FILE command ; &lt;/p&gt;&lt;p&gt;shutdown the database and then do the following (either normal or immediate) &lt;/p&gt;&lt;p&gt;connect / as sysdba;&lt;br /&gt;@ recovery.sql;&lt;br /&gt;It may ask you the archive name which still didnt created&lt;br /&gt;Try to give it the online redo log path and name (one from one group ) Once DataBase will be recovered and openedthen try to start the SAP System ,if still the SAP system didnt UP ,as Markus said send your latest log file from "work" folder to group.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;RECOVERY.SQL&lt;br /&gt;***********************&lt;br /&gt;CREATE CONTROLFILE REUSE DATABASE "ARF" RESETLOGS ARCHIVELOG MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXDATAFILES 254 MAXINSTANCES 50 MAXLOGHISTORY 1134 Logfile Group 1 ('D:\Oracle\ARF\logA\ORIGLOGA.LOG','D:\Oracle\ARF\logB\mirrloga.log')&lt;br /&gt;size 50M,&lt;br /&gt;Group 2 ('D:\Oracle\ARF\logA\origlogb.log','D:\Oracle\ARF\logB\mirrlogb.log')&lt;br /&gt;size 50M&lt;br /&gt;datafile&lt;br /&gt;&lt;br /&gt;rem RECOVER DATABASE USING BACKUP CONTROLFILE&lt;br /&gt;rem ALTER DATABASE OPEN RESETLOGS;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;*****************&lt;br /&gt;1. Cahnge the &lt;sid&gt; (Currently ARF SAP 4.6C oracle 9.20)&lt;br /&gt;2. Change the path of online redo log or adjust as per your SAP system&lt;br /&gt;3. Adjust the path &amp;amp; name of DATAFILES&lt;br /&gt;4. the last two command are remarked so run then individually once your control file have been created . &lt;/sid&gt;&lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>BC Certification - Is It Worth Getting Certified</title><link>http://freesapbasislive.blogspot.com/2009/02/bc-certification-is-it-worth-getting.html</link><category>Basis Certification Questions</category><pubDate>Sun, 8 Feb 2009 12:16:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-3245265792868945934</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;SAP BC Certification - Is It Worth Getting Certified&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Do you think it is worth getting certified? How many test are required for the basis certification? Is it required to take classes or can I study on my own?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Now days there's so many choices. Start at http://www.sap.com/services/education/index.epx, pick your country and select Certification Program. &lt;/p&gt;&lt;p&gt;If you've got enough years of experience I don't think certification would make much difference to a full time job.  &lt;/p&gt;&lt;p&gt;But if you're a contractor, I could see it highly worthwhile. Upgrades / Migrations have to have certified Basis Consultant. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Do you require training to attend certification?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;I have done certification in the month of FEB 2003. I took training also.  &lt;/p&gt;&lt;p&gt;If you ask me the question - Do you require training to attend certification? I will ask you following questions-  &lt;/p&gt;&lt;p&gt;1. Do you have time to attend the course in the first place?&lt;br /&gt;2. Do you want to inform outside world that you want to prove yourself? Coz, World listen you when you are certified. No matter how bad your skills are.&lt;br /&gt;3. Do not want to take chances?&lt;br /&gt;4. Invest money? Remember I am using word invest money? Investment is always linked with expectations of future higher returns?&lt;br /&gt;5. Can keep job and other onhand tasks away for the training time? In otherwords have difficulty to free yourself and so the best choice is making yourself free by attending course would help?&lt;br /&gt;6. Want to know in and out of SAP? Coz course would try to give you the behind picture in depth (practically may not be possible but may be true to some extent)&lt;br /&gt;7. Conceptually weak in many of the aspects of basis?  &lt;/p&gt;&lt;p&gt;If your answer is "YES" then better take course before writing exam?  &lt;/p&gt;&lt;p&gt;Esp. in IT, you learn faster when someone guide you rather than you do self study. Of course with Basis certification you need both as time is limited. Also you may have to fight for best tutor (remember). &lt;/p&gt;&lt;p&gt;There are pros and cons. You are the better judge. If you can give more valid reasons for the choice you made. Go ahead. Sure you will win. Most important is committment. &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>Basis Certification Sample Questions</title><link>http://freesapbasislive.blogspot.com/2009/02/basis-certification-sample-questions.html</link><category>Basis Certification Questions</category><pubDate>Sun, 8 Feb 2009 12:15:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-577768082428422307</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style=""&gt;SAP Basis Certification Sample Questions&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Caution: more than one answer may be correct. &lt;/b&gt;&lt;br /&gt;&lt;b&gt;Please mark ALL correct answers. &lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;When creating a logon group for Logon Load Balancing, which of the following CANNOT be specified?&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  Maximum allowable response time.&lt;br /&gt;B.  Maximum number of users who may be logged on to the instance.&lt;br /&gt;C.  Name of the instance defined for the logon group.&lt;br /&gt;D.  Maximum number of sessions per user.&lt;br /&gt;E.  Name of the logon group &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Which R/3 System user is used for starting external programs using SAP background jobs?&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  DDIC&lt;br /&gt;B.  SAP*&lt;br /&gt;C.  SAPR3&lt;br /&gt;D.  SAPCPIC&lt;br /&gt;E.  &lt;sid&gt;adm &lt;/sid&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Name the R/3 System transaction used for mointoring a spool requests.&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  SM50&lt;br /&gt;B.  SM51&lt;br /&gt;C.  SPAD&lt;br /&gt;D.  SP01&lt;br /&gt;E.   SM37 &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Which of the following is authorized to maintain R/3 user id parameters?&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  Only the R/3 system administrator.&lt;br /&gt;B.  All R/3 users having an account in the same R/3 client.&lt;br /&gt;C.  Only the user himself.&lt;br /&gt;D.  Only the R/3 system administrator and the user. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Given a LAN with an R/3 Central Instance with database (Node: host1, Instance Name:DVEBMGS01, SAPSID:C11), and R/3 Dialog Instance (Node: host2), and several R/3 Frontend PC's what is the name of the profile where the SAPDBHOST parameter is defined?&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  C11_DVEBMGS00_host1&lt;br /&gt;B.  The SAPDBHOST parameter is defined in the database startup profile.&lt;br /&gt;C.  TEMU.PFL&lt;br /&gt;D.  DEFAULT.PFL&lt;br /&gt;E.  START_DVEBMGS01_host1 &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Given and R/3 Central Instance with all services installed, using Instance ID01, and having the SAP ID of C11. What is the name of the directory where the work process trace files are written (for Windows NT replace the "/" with "\")?&lt;/b&gt; &lt;/p&gt;&lt;p&gt; A.  /usr/sap/C11/DVEBMGS01/data&lt;br /&gt;B.  /usr/sap/C11/DVEBMGS01/log&lt;br /&gt;C.  /usr/sap/C11/DVEBMGS01/work&lt;br /&gt;D.  The trace files are written in internal database tables.&lt;br /&gt;E.  The trace files are written in the home directory of the database. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Which of the following functions is NOT possible using the SAP Online Service System (OSS)?&lt;/b&gt; &lt;/p&gt;&lt;p&gt;A.  Execute online searches for R/3 Notes.&lt;br /&gt;B.  Register problems with the SAP Hotline.&lt;br /&gt;C.  Lookup SAP training dates and course offerings.&lt;br /&gt;D.  Register changes to SAP objects.&lt;br /&gt;E.  Apply for official Internet address from SAP. &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP An example of a DB Backup Strategy</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-example-of-db-backup-strategy.html</link><category>Backup</category><pubDate>Sun, 8 Feb 2009 12:14:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-6015993792944801220</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-size: 85%;"&gt;An example of a DB Backup Strategy&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Our SAP DB Backup strategy:&lt;/b&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt; &lt;b&gt;Full Online Backup on 00:00 from Tuesday to Saturday.&lt;/b&gt;&lt;/li&gt;&lt;li&gt; &lt;b&gt;Redolog on 06:00 from Monday to Saturday&lt;/b&gt;&lt;/li&gt;&lt;li&gt; &lt;b&gt;And Once a month full offline backup&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt; &lt;b&gt;Is this good enough or need improvement?&lt;/b&gt; &lt;p&gt;An example of a DB Strategy is as follows:- &lt;/p&gt;&lt;ul&gt;&lt;li&gt; Full online SAP backup every day at 20:00 (including weekends)&lt;/li&gt;&lt;li&gt; Full OS filesystem (minus SAP data) every weekday.&lt;/li&gt;&lt;li&gt; Continuous archive logging from 15:00 to 11:00 next day (weekdays) and 15:00 to 14:30 (weekends).&lt;/li&gt;&lt;li&gt; Archive log deletion at 14:45 every day.&lt;/li&gt;&lt;li&gt; We perform a parallel backup on 2 tapes using 3 x 5 DLT tape autoloaders using a 7 day rotating tape cycle. OS backup onto single DAT. &lt;/li&gt;&lt;li&gt; The tapes are stored offsite and brought in every weekday. On Friday the Friday, &lt;/li&gt;&lt;li&gt; Saturday and Sunday tapes are brought in.&lt;/li&gt;&lt;/ul&gt; The only problem I can see with the strategy is if the system crashes at 05:55 on Monday and needs a restore, you could lose a lot of data as you are missing backups on Sunday and Monday, and archive logs from Sunday. &lt;p&gt;With this strategy if this happens you will be restoring the data from 00:00 Saturday and the logs from 06:00 Saturday. This means you could lose 48 hours worth of data. &lt;/p&gt;&lt;p&gt;Is your operation 24 x 7 or 24 x 5? If 24 x 5 it shouldn't be too bad unless you run weekly jobs over the weekend.  &lt;/p&gt;&lt;p&gt;Do you have single tape drives or multiple autoloaders? &lt;/p&gt;&lt;p&gt;Is there anyone there to change the tapes over the weekend? &lt;/p&gt;&lt;p&gt;My own personal suggestion would be to forget the offline backup as you do not really want to restore data which could be a month old so why bother shutting the system down every month to back it up. I would perform a daily online backup every&lt;br /&gt;possible day and continually archive the redo logs with a window for changing the tapes. If nobody is there over the weekend to change the tapes, run your archiving continually through the weekend i.e. start on Friday and finish on Monday. &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Evaluating Online Re-Organization Tools</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-evaluating-online-re-organization.html</link><category>Backup</category><pubDate>Sun, 8 Feb 2009 12:14:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-663787514215876053</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style=""&gt;Evaluating Online Re-Organization Tools &lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Content Author: Christophe Rabeau &lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;We are evaluating online reorg tools for an Oracle SAP database which is soon to be of 1 Terra Bite size. I would like some guidance for online reorg.tools and experiences of using some of them. &lt;/b&gt; &lt;/p&gt;&lt;p&gt;I use SAP 4.6C under Oracle 9.2 under AIX 5.1 on Risc6000 medium-performance machines.  &lt;/p&gt;&lt;p&gt;I experienced some reorganizations SAP online, due to the PRD system that must always be up.  &lt;/p&gt;&lt;p&gt;Fisrt, consider that the entire reorg is not possible when SAP is online, because of permanent tables (system tables and so on) that could not be exported/imported while running. &lt;/p&gt;&lt;p&gt;An entire TABLESPACE reorganization is no more suitable because of the long runtime between 2 offline backups.  &lt;/p&gt;&lt;p&gt;So you can reorg only some tables/indexes or single objects. Be sure that the objects should not be accessed during the reorg, so it will fail. For a particular case, for example a BIG table, I experienced serious perf problems : &lt;/p&gt;&lt;p&gt;JVTLFZUO table : 10 Gb data + 17 GB indexes = 37 GB to be reorganized.  &lt;/p&gt;&lt;p&gt;When SAP is online, it took about 13 hours (4 procs, 8 GB RAM)&lt;br /&gt;When SAP is not available for users, it took less than 5 hours !!!  &lt;/p&gt;&lt;p&gt;So my advice is :&lt;br /&gt;- don't reorg too big tables with SAP online.&lt;br /&gt;- don't reorg system tables with SAP online.&lt;br /&gt;- you'd better to perform a reorg by night or in a lower user activity.&lt;br /&gt;- you'd rather to reorg with SAP down for perfs point of views.&lt;br /&gt;- always perform an OFFLINE backup before reorg, because the reorg is not always successful.  &lt;/p&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item><item><title>SAP Perform the Backup for each Client Separately</title><link>http://freesapbasislive.blogspot.com/2009/02/sap-perform-backup-for-each-client.html</link><category>Backup</category><pubDate>Sun, 8 Feb 2009 12:13:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-7637675159307465505.post-9127288124805553829</guid><description>&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style=""&gt;Perform the Backup for each Client Separately &lt;/span&gt;&lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;I have 2 clients in one server.  The database is SQL. &lt;/b&gt;&lt;br /&gt;&lt;b&gt;Would like to perform the backup for each client separately so that I can restore per client. &lt;/b&gt;&lt;br /&gt;&lt;b&gt;So far, I've only found information saying that we have to do the entire backup for the database and that individual client backup is not good. &lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Can anyone advise me on how to perform individual client backup and how's the data integrity. &lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Sharon &lt;/span&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;It little confusing with your statement when you are saying that "I have two clients in server".&lt;br /&gt;Or is it rather you want to say that you are having two database instaces on one server. &lt;/p&gt;&lt;p&gt;Scenario 1:&lt;br /&gt;You have One server hosting more that one client as you say. Lets assume it to be Developement &amp;amp; Test client on single databse. Here please note that any SAP DB instace always have more than two clients. The Defaulta clients are:&lt;br /&gt;     * Client 000  : SAP AG Konzen&lt;br /&gt;     * Client 066  : SAP Early Watch Client. &lt;/p&gt;&lt;p&gt;In addition you have your client specified as&lt;br /&gt;    * Client XXX  : This will be your production / dev / test client &lt;/p&gt;&lt;p&gt;You can have as many client as you want in a system. Well that really depends on amount of workload and the hardware capacity of the server. &lt;/p&gt;&lt;p&gt;Scenario 2:&lt;br /&gt;You have more that one Database instance on single server. Here you have a choice of having same programs files with multiple databases and or having two different databse instaces with saperate program files. Like in case of oracle you can have two oracle instances Oralce 8i and other with Oracle 9i or any combination you like. &lt;/p&gt;Now  your question "Can I take backup of the single client ?"&lt;br /&gt;Ans : Well its possible but then this is not a normal scenario. Its not call as a backup though. You can use the fuctionalities such as client export or client copy procided by SAP.&lt;br /&gt;&lt;br /&gt;Second Question : " What about the data integrety ?"&lt;br /&gt;Ans : The option of Client Copy or Client Export are used for specific purpose. You are required to do changes / configure required by the specific fuctionality.&lt;br /&gt;&lt;br /&gt;Important Points:&lt;br /&gt;In case of database failuer you would need the complete backup of the database and not just particultal client.&lt;br /&gt;SAP Database does not contain only data but also contains the programs as well. And some of these infomation (Data as you would call) is shared across multiple client in one databse instance.&lt;br /&gt;Hense it is important to restore the complete databse to retain the integrity of the system.&lt;br /&gt;In case of having different DB instances on server you can perform backup of the individual databases. That is sufficient to bring the individual system up after the database failuer.&lt;br /&gt;&lt;br /&gt;Hope this is sufficient for your doubt.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kjkrish.sites@gmail.com (SAP Technology)</author></item></channel></rss>