June 17, 2002 at 12:20 pm
Using a workflow software called Ultimus that works with SQL server 2000, before installing the processes it lets simulating the process and while simulating it uses an Sql Server 2000 database. it was working good until I installed MS .Net, but after, when I try to simulate the workflow process I get this error message:
Error: 7102, Severity: 20, State: 0
SQL Server Internal Error. Text manager cannot continue with current statement..
Computer OS is win2000 sp2
Installed SqlServer sp2
tried lots of ways to get rid of the error but they didnt work so need some help...
Thanks..
June 18, 2002 at 11:49 am
Not sure what the specific issue is but I would suggest using SQL Profiler to capture the statement that is causing the issue. Accourding to Books Online it is possible that you may have run into some sort of limitation within SQL. If this application runs on VB and is precompiled it's also possible that your .net install is causing it to make a strange unexpected call to sql. Once you capture the sql statement the we'll be able to help out more.
DanW
June 19, 2002 at 2:23 am
Hi, thanks for the reply, I fixed the problem by installing the MDAC 2.7 fix (its a specific dll) for this workflow software that I use and I no longer get the error message, .NET installs some components like MDAC 2.7, I think that explains why I got this error...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply