Skip to Content
0
Aug 12, 2010 at 11:13 AM

Getting error while testing "create" operation of a business object!

36 Views

Hi Experts,

I have created a composition application. This contains only one business object called Reservation.

It has a structure containing following fields:

<UL>

<LI> Key -- Key field

<LI>Reservation_No -- Key field

<LI>Create_Date

<LI>Create_Time

<LI> Status

<LI>Source

<LI>createdAt

<LI>createdBy

<LI>modifiedAt

<LI>modifiedBy

</UL>

Here following fields are created by system.

<UL>

<LI>Key

<LI>createdAt

<LI>createdBy

<LI>modifiedAt

<LI>modifiedBy

</UL>

The system also created many operations on the business object. Some on them are mentioned below.

<UL>

<LI>create

<LI>delete

<LI>findAll

</UL>

<UL> <LI>I built and deployed the business object. When I test the service and create a new entry in the business object I got the error below:

</LI>

</UL>

<UL> <LI>

<I>Failed to save BusinessObjectNode element: User XXX has no create authorization for object ID </I>

</LI>

</UL>

<UL> <LI>

How do i resolve this?

</LI>

</UL>

Thanks

Gopal

Edited by: gopalkrishna baliga on Aug 12, 2010 1:13 PM

Edited by: gopalkrishna baliga on Aug 12, 2010 1:21 PM