Hi All,
Am also getting the following error when i try to perform some operation in domdoc using the script located in other database. When i try to get the handle to the exisiting binder using the binder.ItemByTitle am getting the timeout error.
Below is the details of the code and the error
Code : Set newBinder = vBinders.ItemByTitle(Trim(BinderName))
vBinders : Contains all binders inside a particular cabinet.
Bindername: Vaiable contain binber name to get the handle from the list of binders.
Error : Error: 213~ddoc2api:Timeout occurred trying to access server.
General network problems.A network cable is perhaps either loosely connected or not connected at all.
Upon checking the binders available in the particular cabinet my code accessing,
i found that there are around 30K binder available in tat particular cabinet resulted
in timeout error occurs as the function ItemByTitle didnt get the handle to the necessary binder on time.
Not sure how to avoid this situation. any help is appeciated.

