cancel
Showing results for 
Search instead for 
Did you mean: 

No service found for namespace /SAP/

Former Member
0 Kudos

Hi Experts,

                 Need your urgent help to resolve below issue.

                 I  am getting error No service found for namespace /SAP/ when i execute URL to test odata services.

                Odata services is created in gateway client in T code SEGW.We are calling RFC from remote system ECC  I am getting proper output in

               development   gateway.

                On moving it to Pre Prod i am getting Service not found error.

                Services are active in SICF, system alias is maintained for services ,RFC are there in Backend pre prod system.

                  When i execute with URL with meta data that is  /sap/opu/odata/sap/servicename /$metadata

                  i am getting proper response with all property names but on passing with entity set name i am getting no service error.

Below is URL I am using

same URL is working on Development gateway but not in Pre Prod gateway.

  /sap/opu/odata/sap/ZAPI_OTC_ADD_AGENT_SRV/AddagentSet?$filter= ZBillNo eq '953323999' and ZCustomerNo eq 'HK00027878'

    I am getting below error.

             

<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

  <code>/IWFND/MED/039</code>

  <message xml:lang="en">No service found for namespace /SAP/, name ZAPI_OTC_ADD_AGENT_SRV, version 0001.</message>

- <innererror>

  <transactionid>561C1FC9D8CC4751E10000000AFF1F8C</transactionid>

  <errordetails />

  </innererror>

  </error>



Kindly suggest solution for this issue.




Regards,

Aditya







Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Duplicate post

Locking  this thread.

Regards,

JK (Moderator)

AshwinDutt
Active Contributor
0 Kudos

Hello Aditya,

Can you quickly check entry for your service is present in the below table in GW Prod System ?

/IWFND/V_MGDPIM


I suspect data provider is not assigned to the Model and it would have been missed while locking objects and not transported.


Compare the entry made in the above table of GW DEV or GW Quality System with the GW Pre-Prod system.

Regards,

Ashwin