2013 May 16 11:34 AM
Hi,
I'm trying to create the data base procedure proxy in my AiE as I can't manage my HANA Studio to appear the ABAP perspective.
When I fill all fields in "New database procedure proxy" and click "Next" button I can see "Validation: Validating package" message for few minutes and finally I can see "Error during access to Shared Objects area" message.
I'm on:
eclipse 4.2.2 (juno)
AiE 2.0
backend 740/0001
what could the reason for such a message?
does upgrade to AiE 2.7 solve my problem?
Best Regards
2013 May 16 12:25 PM
Do you get the error message only during the creation of database procedure proxy or do you get the message also when another object like a class or a program is created?
Thanks,
Michael
P.S.: I guess the issue shall be located in the backend, but updating your client to the newest version is always a good idea.
2013 May 16 12:25 PM
Do you get the error message only during the creation of database procedure proxy or do you get the message also when another object like a class or a program is created?
Thanks,
Michael
P.S.: I guess the issue shall be located in the backend, but updating your client to the newest version is always a good idea.
2013 May 16 12:46 PM
when I try to create the program the result is the same but I can work with programs created earlier in SAPGUI
So far I have no opportunity to work with different kind of object.
I noticed something strange at the same window when I'm trying to browse for a package as after click on the "Browse" button and typing in the begin of package name, nothing appear and sometimes I can see "searching 31%" which simply disappear after about 1 minute and "Matching items" field remains blank even if I entered correct begin of package name.
2013 May 16 4:06 PM
We guess there is an issue in your shared memory area CL_RIS_SHM_AREA. You can check this by processing the following steps:
If the area CL_RIS_SHM_AREA has occupied and/or allocated 0 bytes, you can reset this shared
memory area by processing these steps:
Afterwards the area should appear again in the list and should have some memory occupied and allocated. Therefore, also the creation of objects should work.
2013 May 17 9:02 AM
Unfortunatelly I can't see the CL_RIS_SHM_AREA in the monitor's list at all, however the area is created.
How can I add the area to the list?
Regards
2013 May 17 11:14 AM
Does this mean, you executed steps 3 to 5 which I described above? These steps should add create an instance of the area and add it to the list.
2013 May 17 11:40 AM
No, as I understood I have to select the line with mentioned line in the monitor before.
Now, when I try to start the constructor for the area I'm getting the "Insufficient Shared Objects Memory Available Message no. SHMM005" message.
How can I increase the memory for shared objects?
How much memory is needed for the area?
Regards
2013 May 21 9:59 AM
Hi Pawel,
How can I increase the memory for shared objects?
The size of the shared objects memory is specified by the abap/shared_objects_size_MB profile parameter.
How much memory is needed for the area?
In our system it takes ~6 MB.
Best regards,
Michael
2013 May 21 1:31 PM
Hi Michael,
after increasing amount of memory for shared objects all my problems disappeared
Thank you very much
Best regards
Paweł