I am able to resolve this, somehow copied DLL was not copied properly.
Now I am facing a new err. We have this RPC server class, I added one RPC client class in my project, from SAG tester I am calling my RPCServer, from Log, I can see its coming to class , its calling clinet, its getting the result from mainframe but stuck there, it never come out. I tired putting return statement at end but no success .
Error 0074 0074: WAIT timeout occurred
In Trace
10:23:25 WORKER(227c): 10050032 ERXMarshal() failed for WBNETCAL/STNETCAL. error=10050032
10:23:25 WORKER(227c): 10050033 Could not resolve RPC call for WBNETCAL/STNETCAL. error=10050033
STNETCAL is a Server class, here we are calling Client, to call clinet , I initiated an another Broker obj and service obj.
And in dotNetServer.cfg we have this setting.
MinWorkers=1
MaxWorkers=1
Is this the reason. If I remove client calling logic, RPC server is working fine, so I am sure something is missing. In my all existing Project they never implement like this, Inside RPC server, they call External webservice and in webservice they call Clinet. Don’t we support calling RPCclient from RPCserver