cancel
Showing results for 
Search instead for 
Did you mean: 

ODATA service: Create/Update using validation script issue

anup_singh5
Explorer
0 Kudos

Hi ,

I have created ODATA service which have tested successfully with POSTMAN tool for create/update and delete.

When using Validation stored procedure in ODATA service for create or update , it is unable to identify and gives error message as Unknown object

Below definition used :

ODATA service

service namespace "mynamespace" {"PAL"."CUSTOMER" as "CUSTOMER"

create using "PAL::customerupdate";

}

Error message

Unknown object "PAL::customerupdate".

Details :

PAL - Schema name

CUSTOMER - Table name (to Update/Create)

Customerupdate - Validation stored procedure created under PAL schema

Please do advise , if validation script needs to be called in different format ?

Thanks & Regards,

Anup Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Anup,

I am curious to know if you were able to resolve this issue or did you end up creating .hdbprocedure object in your repository.

Thanks,

Aamod.

anup_singh5
Explorer
0 Kudos


Hi Aamod.,

Yes, I had to create .hdbprocedure object for validation.

Thanks & Regards,

Anup Singh