The deploy tool seems to reply on the fact that the connections on the database server are using implicit transactions. I am using MSSQL7 and by default, implicit transactions are turned off. The deploy tool will generate an error when commit trans is called stating there is no Begin Trans.
 
If i set implict trrans on at the server level, the deploy process works fine but leads to ther problems. Transaction processing in general seems to get screwed-up.
 
Any help would be appreciated.
 
Gary

Reply via email to