<?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: PR Archiving Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223382#M477549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the link i sent, look at the topic 'Server Group for Background Processing'.. follow the path Archiving Application data-&amp;gt;Introduction to Data Archiving -&amp;gt; Customizing -&amp;gt; Cross-Archiving Object Customizing -&amp;gt; Server Group for Background Processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 19:10:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T19:10:55Z</dc:date>
    <item>
      <title>PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223375#M477542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our production system we have 4 diffeent application servers. I'm using the standard SAP program for archiving PR's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Witht the standard program, scheduled in backgreouond, i'm able to force the archieve files to be written onto one of the application servers. however, the same program schedules background jobs for detions of the PR records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This job reads the files from the application server and then deletes it from the Database.&lt;/P&gt;&lt;P&gt;However, this deletion job gets scheduled on any one of the 4 available application servers...Since the file os written to only one application server, 3 out of 4 deletion job fails as its not able to find the archive files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is that is there any way through some config setting, can i force the deltion jobs to be created and executed on only 1 application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: we are using a local file system on the application server. There are no global file system in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards&lt;/P&gt;&lt;P&gt;Dharmendra Rara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 16:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223375#M477542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223376#M477543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missed out one point...These deletion jobs are standard jobs created by the standard sap program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 16:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223376#M477543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223377#M477544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using r/3 4.7 and above, you can make use of the following feature:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else, you can try using absolute path. e.g &lt;BR /&gt;machine-name\path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223377#M477544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223378#M477545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using r/3 4.7 and above, you can use the following feature:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can try using absolute path e.g. &lt;BR /&gt;machine-name\path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223378#M477545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223379#M477546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats a huge document to check out. I'll check it later...&lt;/P&gt;&lt;P&gt;however, regarding using absolute path, can u throw some light into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like i said before, we dont have a common location wherein all the 4 application server looks in...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the file system/directory structure currently setup on the 4 application servers are local to thise servers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus a common /tmp/ on all 4 application servers would be diferent memory locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me out further ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n regards&lt;/P&gt;&lt;P&gt;Dharmendra Rara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223379#M477546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223380#M477547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dharmendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a one page document which you have to read... is one page huge??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;absolute path... if u have ur physical path on machine A, then give your physical path in transaction FILE as &lt;BR /&gt;machine-A/tmp/&amp;lt;FILENAME&amp;gt;, so even if you run from various servers, all servers will look into the absolute path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223380#M477547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223381#M477548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the link which u sent points to a topic called "Data Archiving (CA-ARC)". This has a symbol (something like &amp;lt;- -&amp;gt;) which when u clik opens up the tree structure on the left. This tree structure is pretty big...the page to which the link points to has just a single paragraph...and moreover that doc explains the operations of the SARA transaction which i have explored a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, ur option of the machine path looks good, let me check it out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Dharmendra rara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223381#M477548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223382#M477549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the link i sent, look at the topic 'Server Group for Background Processing'.. follow the path Archiving Application data-&amp;gt;Introduction to Data Archiving -&amp;gt; Customizing -&amp;gt; Cross-Archiving Object Customizing -&amp;gt; Server Group for Background Processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 19:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223382#M477549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T19:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: PR Archiving Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223383#M477550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;thanks for that link...the solution worked. i was trying to check for Customizing setting for a single object (MM_EBAN). The setting that was mentioned in that link was a cross object customizing. Once done, the deletion jobs were forced on the correct application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a Lot for ur Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dharmendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pr-archiving-issue/m-p/2223383#M477550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:16:53Z</dc:date>
    </item>
  </channel>
</rss>

