Page 1 of 1
Is there any way to change MON$REMOTE_PROCESS?
Posted: Thu 10 Feb 2011 16:26
by mighty
Hello,
There are too many documents about changing MON$REMOTE_PROCESS via DPB (Database Parameter Buffer).
Is there any way to do this in IBDAC?
Regards.
Posted: Mon 14 Feb 2011 10:25
by Dimon
We have added this functionality to IBDAC. This fix will be included in the next IBDAC build.
Posted: Mon 21 Feb 2011 21:33
by mighty
Did you implement this functionality to IBDAC 3.50?
Will I able to set anything in MON$REMOTE_PROCESS?
Posted: Wed 23 Feb 2011 08:56
by AndreyZ
Note that the latest version of IBDAC (3.50.0.20) was released on the 27th of January 2011. You started this topic on the 10th of February 2011.
This functionality will be available in the next IBDAC build. We are planning to release it in two weeks.
Posted: Tue 01 Mar 2011 13:57
by mighty

I did not ask when ...!
Posted: Wed 02 Mar 2011 08:19
by AndreyZ
In the next IBDAC build you will be able to set value to MON$REMOTE_PROCESS in the following way:
Code: Select all
IBCConnection.Params.Add('process_name=MyProcessName');
IBCConnection.Open;