Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while creating database procedure proxy

Former Member
0 Likes
1,386

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

1 ACCEPTED SOLUTION
Read only

schneidermic0
Product and Topic Expert
Product and Topic Expert
0 Likes
988

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.

8 REPLIES 8
Read only

schneidermic0
Product and Topic Expert
Product and Topic Expert
0 Likes
990

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.

Read only

0 Likes
988

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.

Read only

schneidermic0
Product and Topic Expert
Product and Topic Expert
0 Likes
988

We guess there is an issue in your shared memory area CL_RIS_SHM_AREA. You can check this by processing the following steps:

  1. Call transaction SHMA (you can use the short cut Alt+F8 to start any transaction in ADT)
  2. Click on Monitor in the toolbar

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:

  1. Select the entry for area CL_RIS_SHM_AREA
  2. Press the button Delete All Instances (it's a good idea to do this when the system is not too crowded )
  3. After the deletion press the button Start Constructor
  4. Enter CL_RIS_SHM_AREA as area and select Default Instance in the dialog
  5. Press button Create

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.

Read only

0 Likes
988

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

Read only

schneidermic0
Product and Topic Expert
Product and Topic Expert
0 Likes
988

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.

Read only

0 Likes
988

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

Read only

schneidermic0
Product and Topic Expert
Product and Topic Expert
0 Likes
988

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

Read only

0 Likes
988

Hi Michael,

after increasing amount of memory for shared objects all my problems disappeared

Thank you very much

Best regards

Paweł