SQLSquirrel
Technical User
My users have a VB6 application which calculates premium payments (to be requested via letter) for approximately 1000 life insurance policies.
This app was recompiled for XP/SQL 2005 and runs okay without any modification on our test XP pc (single processor) against our test SQLServer 2005 database server (single processor).
For each policy the application does calculation step which involving a select from the policy tables followed by an insert into the premium due tables (later used for printing letters). During the process the current policy number is displayed along with a progress bar.
When we run this application in the LIVE environment on a dual processor PC against a quad processor SQLServer, it crashes at approximately 38% through the progress bar - over many retries it has consistently crashed at around the same time (38%) and while processing either SELECT statements or INSERT statements and on many different policy numbers.
It seems to be timing out at roughly the same time interval but the error message is bizarrely "SQL Server does not exist or access denied". This seems ridiculous. The SQLServer properties are set to default values on both TEST and LIVE servers.
Later today I'm going to try switching parallelism off while the app runs (I'll try anything) but do you have any ideas too?
This app was recompiled for XP/SQL 2005 and runs okay without any modification on our test XP pc (single processor) against our test SQLServer 2005 database server (single processor).
For each policy the application does calculation step which involving a select from the policy tables followed by an insert into the premium due tables (later used for printing letters). During the process the current policy number is displayed along with a progress bar.
When we run this application in the LIVE environment on a dual processor PC against a quad processor SQLServer, it crashes at approximately 38% through the progress bar - over many retries it has consistently crashed at around the same time (38%) and while processing either SELECT statements or INSERT statements and on many different policy numbers.
It seems to be timing out at roughly the same time interval but the error message is bizarrely "SQL Server does not exist or access denied". This seems ridiculous. The SQLServer properties are set to default values on both TEST and LIVE servers.
Later today I'm going to try switching parallelism off while the app runs (I'll try anything) but do you have any ideas too?