Problems with getInternalID service

Hi,

I am using getInternalID service in one of my flow services in the developer.

When I trace through the flow service, I get the internal ID, but when I run this flow service, it gives me a flow exception with the following error:

com.wm.lang.flow.FlowException:
0003.4089
Could not get internal ID for partner (id=null, typeCode=null, typeDesc=null).

I am not able to understand why the service runs fine on tracing and why gives an error on running.
Please help me in this regard.

Thanks
Nishant

It could be your id, typeCode, typeDesc didn’t came over when you on run service.
you can add savepipline and restorepipline before getInternalID service. To check whether these values has came through or not.

If still has same problem, restart your IS server and developer.