Skip to Content
0
Former Member
Feb 28, 2011 at 08:20 PM

Unable to initialize service 'RemoveComponentServiceInterface'

32 Views

Hi everyone!

I'm trying to use the api's RemoveComponentServiceInterface by doing the following:

RemoveComponentServiceInterface removeService = (RemoveComponentServiceInterface) Services.getService(
                    "com.sap.me.production", "RemoveComponentServiceInterface");

On runtime I get the following exception: Unable to initialize service 'RemoveComponentServiceInterface'

I can't figure out where my mistake may be. Any hints?

Thanks a lot!