A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Turbine.ASP.5 error '80020009'

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    22
    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!

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    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?


  3. #3
    Junior Member
    Join Date
    Dec 2000
    Posts
    22

    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]

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    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?

  5. #5
    Junior Member
    Join Date
    Dec 2000
    Posts
    22
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center