|
-
Hi all,
We use Turbine 5 and we get following error
Code:
Turbine.ASP.5 error '80020009'
Error processing Flash Template
/test.asp, line 53
Line 53 is this line
Turbine.Template = "SWT/file.swt"
does anyone knows where it may lie in? It's not the database, that works fine.
May it lie in the swt?
We have two test environments. On the first this error occurs, on the second it works fine!
-
Error 80020009 appears to be a database access error - weird it happens on that script line, which doesn't perform any database access:
http://support.microsoft.com/default...EN-US;Q175239&
Any chance you could send us the involved files (.asp/.fla or .swt), so that we can try to reproduce the issue?
BTW - have you checked file permissions on the file.swt file for the user IIS is running as?
-
Thanks, but....
Thank you, my collegue hasn't problems with it anymore, so obviously it has to do with the rights.
But some strange thing happened just now:
Error Type:
Turbine.ASP.5 (0x80020009)
Error accessing Recordset
We use the <Table dataSet="someword"> command to have this filled with Recordsets.
In your samples you use a hardcoded sqlstring, but we use the stored procedures in SQLServer.
With the SQL hardcoded as in your samples, it works fine, but when using the s.p. it gives the error!
Isn't this supported or are we doing something wrong?
Thanks
[Edited by veedub on 09-11-2002 at 07:33 AM]
-
I've found several posts reporting 0x80020009 errors associated with SQL queries - please check the following Google groups query:
http://groups.google.com/groups?num=...q=80020009+SQL
If it doesn't help - how can we do to try reproduce the problem?
-
thank you, we are considering to send you the used files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|