I face the same problem here. We have to do the load balancing by using extra 2 server.
Server1 - MTS
Server2 - IIS and Exhange
Server3 - SQL
Do not combined Exhange and DB together - used lots of resources.
Where are your DHCP located?
Other tips that worth to try :
- increase the DTC log...
Client creating the adodb.recordset and passed it to dll reside in the MTS. Please make sure, the adodb.recordset field type doesn't have adBSTR defined, instead use adVarChar with appropriate length. I face the same problem when trying to construct the SQL statement.
The best way is to get...
There few things you have to do
1.) make sure vb project (dll) properties is set to retained in memory and threading model : apartment threaded
2.) tick the remote server files - for dll reside in MTS
3.) change the Dll base address to a unique value - pls refer get unique dll base address at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.