Hi,
An Access97 app was written to parse a BTrieve db and import it into SQL every night. I did not create the application it was a now-long-gone consultant. He did a VERY nice job, but its time for the Btrieve to go.
I'm trying to keep the app pretty much the same, just accessing the same data from the new db. It is used to summarize work order amounts into accounting unit charges and aggregate equipment counts in order to internally charge customers (the data is formatted to go into a mainframe.)
I'm stuck on a stored procedure. When I run it in Query Analyzer it says "The command(s) completed successfully." However, if I run it from the Object Browser and enter a parameter, I get "Server: Msg 8624, Level 16, State 7, Procedure usp_eqf_get_charges_billable, Line 53
Internal SQL Server error."
I've looked all over for more meaning to the error but I can't find any further elaboration. When I use the debug function of QA I get "Server: Msg 8624, Level 16, State 7, Procedure usp_eqf_get_charges_billable, Line 54
[Microsoft][ODBC SQL Server Driver][SQL Server]Internal SQL Server error."
Does anyone know where I can get more info on this error message? Line 54 says "INSERT INTO [EQF_CHGS_BILLABLE]" but I know sometimes the errors are totally somewhere else.
Any help would be HUGELY appreciated, thanks!
Penelope
PenelopeC
~~~>-/O~~~~~swimming right along
An Access97 app was written to parse a BTrieve db and import it into SQL every night. I did not create the application it was a now-long-gone consultant. He did a VERY nice job, but its time for the Btrieve to go.
I'm trying to keep the app pretty much the same, just accessing the same data from the new db. It is used to summarize work order amounts into accounting unit charges and aggregate equipment counts in order to internally charge customers (the data is formatted to go into a mainframe.)
I'm stuck on a stored procedure. When I run it in Query Analyzer it says "The command(s) completed successfully." However, if I run it from the Object Browser and enter a parameter, I get "Server: Msg 8624, Level 16, State 7, Procedure usp_eqf_get_charges_billable, Line 53
Internal SQL Server error."
I've looked all over for more meaning to the error but I can't find any further elaboration. When I use the debug function of QA I get "Server: Msg 8624, Level 16, State 7, Procedure usp_eqf_get_charges_billable, Line 54
[Microsoft][ODBC SQL Server Driver][SQL Server]Internal SQL Server error."
Does anyone know where I can get more info on this error message? Line 54 says "INSERT INTO [EQF_CHGS_BILLABLE]" but I know sometimes the errors are totally somewhere else.
Any help would be HUGELY appreciated, thanks!
Penelope
PenelopeC
~~~>-/O~~~~~swimming right along