<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Prerequisites while doing a client copy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314912#M507445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   Check the space your system and no user active when you create a client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;1. Maintain the new client with transaction SCC4.:&lt;/P&gt;&lt;P&gt;2) Set the profile parameter login/no_automatic_user_sapstar to 0..&lt;/P&gt;&lt;P&gt;3. Log on to the new client with  user SAP* and password PASS.&lt;/P&gt;&lt;P&gt;4. Copy client 000 with transaction SCCL  for Local client copy and profile SAP_ALL.&lt;/P&gt;&lt;P&gt;5. Check the log files with transaction SCC3.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Remote client copy SCC9 and maintain rfc connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards point if helpful&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pankaj Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 12:10:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T12:10:39Z</dc:date>
    <item>
      <title>Prerequisites while doing a client copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314909#M507442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Well, While doing a client copy, &lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;what are the pre requisites that have to be taken ?&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;Am sure it wont be different between local client copy or remote client copy&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314909#M507442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prerequisites while doing a client copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314910#M507443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First be sure that you have enough space in the tablespaces. If not extent tablespaces.&lt;/P&gt;&lt;P&gt;It's better to copy the client, when there is no user activity both in the source client and if possible in the system. This provides data consistency and improved system performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gökhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314910#M507443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Prerequisites while doing a client copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314911#M507444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Find the source client space with the client size custom program which can be implemented using the rel. note:  &lt;/P&gt;&lt;P&gt;    Find the space of the client - '0118823'. This will give you the size of the source client.  &lt;/P&gt;&lt;P&gt;2. If your are on Unix OS, adjust all the file systems according to PRD file system to fit the PRD client in DEV  &lt;/P&gt;&lt;P&gt;    client based on space requirements also.  &lt;/P&gt;&lt;P&gt;3. You can do the client copy by remote or export/import client.  &lt;/P&gt;&lt;P&gt;    Remote method is not preferred if you are doing a large client copy.  &lt;/P&gt;&lt;P&gt;    Do a client export/import.  &lt;/P&gt;&lt;P&gt;4. To speed up the export/import, use R3trans export/import for the clustered tables.  &lt;/P&gt;&lt;P&gt;    Please find the rel. notes related to performance improvements for cluster tables in OSS. &lt;/P&gt;&lt;P&gt;5. Do import and post processing.  &lt;/P&gt;&lt;P&gt;    Note: Export may take 10 to 20 hr. for 50gb of data  &lt;/P&gt;&lt;P&gt;    import may take 4 days and post import will take 8 to 15 hr. for 50gb of data. And it all depends on &lt;/P&gt;&lt;P&gt;    your system performance.  &lt;/P&gt;&lt;P&gt;Please refer OSS rel. notes for the few RZ10 parameters which needs to be set for cluster tables to speed up the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Sreejesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314911#M507444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Prerequisites while doing a client copy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314912#M507445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   Check the space your system and no user active when you create a client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;1. Maintain the new client with transaction SCC4.:&lt;/P&gt;&lt;P&gt;2) Set the profile parameter login/no_automatic_user_sapstar to 0..&lt;/P&gt;&lt;P&gt;3. Log on to the new client with  user SAP* and password PASS.&lt;/P&gt;&lt;P&gt;4. Copy client 000 with transaction SCCL  for Local client copy and profile SAP_ALL.&lt;/P&gt;&lt;P&gt;5. Check the log files with transaction SCC3.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Remote client copy SCC9 and maintain rfc connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards point if helpful&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pankaj Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prerequisites-while-doing-a-client-copy/m-p/2314912#M507445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:10:39Z</dc:date>
    </item>
  </channel>
</rss>

