<?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 Shared Memory Concept Issue on multiple application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647238#M1943297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using shared memory concept because of deep structure in one proxy service code to change it from dialog mode to background mode by submitting the program.&lt;/P&gt;&lt;P&gt;It is working fine when system have one applications server and raising exception cx_shm_no_active_version when running on multiple server systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding issue occured because instance is created on one server and background program is running on another server. What is the best possible way to handle it? is there any way we can force the instance creation and background program to run on same server to save application server memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if answer is to create instance on all server then please shared the logic or way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2016 16:11:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-27T16:11:18Z</dc:date>
    <item>
      <title>Shared Memory Concept Issue on multiple application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647238#M1943297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using shared memory concept because of deep structure in one proxy service code to change it from dialog mode to background mode by submitting the program.&lt;/P&gt;&lt;P&gt;It is working fine when system have one applications server and raising exception cx_shm_no_active_version when running on multiple server systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding issue occured because instance is created on one server and background program is running on another server. What is the best possible way to handle it? is there any way we can force the instance creation and background program to run on same server to save application server memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if answer is to create instance on all server then please shared the logic or way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647238#M1943297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-27T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Concept Issue on multiple application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647239#M1943298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is now (ABAP 7.40) the concept of "channels" to communicate between several application servers (see ABAP documentation). Before 7.40, I think there's no other possibility than exchanging data via the database.&lt;/P&gt;&lt;P&gt;You may force a job/task to run on a given application server, but I don't think it's a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647239#M1943298</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-27T16:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Concept Issue on multiple application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647240#M1943299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using ABAP 7.40 but still facing the issue. Instance is getting created on particular server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647240#M1943299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-27T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Concept Issue on multiple application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647241#M1943300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you gone through this &lt;A __default_attr="1864143" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Shared Memory getting error cx_shm_no_active_version" href="https://community.sap.com/"&gt;&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 17:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647241#M1943300</guid>
      <dc:creator>christian102094</dc:creator>
      <dc:date>2016-04-27T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Concept Issue on multiple application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647242#M1943301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your remark is not related to my answer. I said: "in 7.40, you may use 'channels'". My answer is not related to shared memory (which is completely distinct with shared memory of other computers). Channels are "programs" which allow communicating transparently as if it was a kind of "cross-server memory".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 19:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-concept-issue-on-multiple-application-server/m-p/11647242#M1943301</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-27T19:51:23Z</dc:date>
    </item>
  </channel>
</rss>

