I have scenario where i have to synchronize large chunk of data while configuring merge pull subscription in sql 2005.
While synchronizing data it goes beyond 5 minutes and timesout.
To get out of it i created customized agent profile with name "IncreasedTimeOut" and set its timeout to 15 mins. Afte creating it i marked it to be used for each subscription. We are creating this subscription using RMO which runs replmerg.exe to replicate data while synchronization so we are passing AgentProfile = IncreasedTimeout.
I verified this and it is passing this attribute but some how it is not considering its increased time out.
Is there any other method for increasing timeout for synchronizing large chunk of data?
HiSam