Results 1 to 5 of 5

Thread: Bad file name or number - ASP error '800a0034' under Win98

  1. #1
    Bode olowu Guest

    Bad file name or number - ASP error '800a0034' under Win98

    Hi there, I manged to setup ASPdb on Win98 using MTS without any problems. I have the VB6-runtime installed. I've changed the EP options to the universal "ASP.db" for instantiating the object. However, I get the following message on the ASPdb test page;

    Welcome to the ASP-db™ Enterprise Test Page.
    -------------------------------------------------------------------------
    NOTE: You MUST have the ASP-db Enterprise™ version to display this page.
    It will not function properly with ASP-dbView™ or ASP-dbPro™.
    ASP-db Version: ASPDB - 6.UNO.11.21

    ASP error '800a0034'

    Bad file name or number

    /aspdb/Enterprise/asp-test-ep.asp, line 16


    Any help with this would be greatly appreciated.
    Bode.

  2. #2
    Mark Guest

    Bad file name or number - ASP error '800a0034' under Win98 (reply)

    Bode,
    It sounds like you are using the wrong test program.
    Use the one called asp-test.asp (not asp-test-ep.asp)
    If you don't have a copy of it for some reason, just edit the one you have and change Server.CreateObject from "ASPdb.EP" to "ASP.db" and
    MyDb.ASPdbEP to MyDb.ASPdb
    That should help.
    Mark.



    ------------
    Bode olowu at 11/28/00 5:30:21 PM

    Hi there, I manged to setup ASPdb on Win98 using MTS without any problems. I have the VB6-runtime installed. I've changed the EP options to the universal "ASP.db" for instantiating the object. However, I get the following message on the ASPdb test page;

    Welcome to the ASP-db™ Enterprise Test Page.
    -------------------------------------------------------------------------
    NOTE: You MUST have the ASP-db Enterprise™ version to display this page.
    It will not function properly with ASP-dbView™ or ASP-dbPro™.
    ASP-db Version: ASPDB - 6.UNO.11.21

    ASP error '800a0034'

    Bad file name or number

    /aspdb/Enterprise/asp-test-ep.asp, line 16


    Any help with this would be greatly appreciated.
    Bode.

  3. #3
    Bode Olowu Guest

    Bad file name or number - ASP error '800a0034' under Win98 (reply)

    Hi Mark, I should have made it clearer in my previous message that I've already made the changes you've suggested. If I hadn't it would have given an object instantiation error.


    ------------
    Mark at 11/28/00 8:32:47 PM

    Bode,
    It sounds like you are using the wrong test program.
    Use the one called asp-test.asp (not asp-test-ep.asp)
    If you don't have a copy of it for some reason, just edit the one you have and change Server.CreateObject from "ASPdb.EP" to "ASP.db" and
    MyDb.ASPdbEP to MyDb.ASPdb
    That should help.
    Mark.



    ------------
    Bode olowu at 11/28/00 5:30:21 PM

    Hi there, I manged to setup ASPdb on Win98 using MTS without any problems. I have the VB6-runtime installed. I've changed the EP options to the universal "ASP.db" for instantiating the object. However, I get the following message on the ASPdb test page;

    Welcome to the ASP-db™ Enterprise Test Page.
    -------------------------------------------------------------------------
    NOTE: You MUST have the ASP-db Enterprise™ version to display this page.
    It will not function properly with ASP-dbView™ or ASP-dbPro™.
    ASP-db Version: ASPDB - 6.UNO.11.21

    ASP error '800a0034'

    Bad file name or number

    /aspdb/Enterprise/asp-test-ep.asp, line 16


    Any help with this would be greatly appreciated.
    Bode.

  4. #4
    Bode Olowu Guest

    Urgent help needed!

    Tried everything I could think of. Still no joy.
    Could it be and PWS limitation problem?


    ------------
    Bode Olowu at 12/1/00 12:47:36 PM

    Hi Mark, I should have made it clearer in my previous message that I've already made the changes you've suggested. If I hadn't it would have given an object instantiation error.


    ------------
    Mark at 11/28/00 8:32:47 PM

    Bode,
    It sounds like you are using the wrong test program.
    Use the one called asp-test.asp (not asp-test-ep.asp)
    If you don't have a copy of it for some reason, just edit the one you have and change Server.CreateObject from "ASPdb.EP" to "ASP.db" and
    MyDb.ASPdbEP to MyDb.ASPdb
    That should help.
    Mark.



    ------------
    Bode olowu at 11/28/00 5:30:21 PM

    Hi there, I manged to setup ASPdb on Win98 using MTS without any problems. I have the VB6-runtime installed. I've changed the EP options to the universal "ASP.db" for instantiating the object. However, I get the following message on the ASPdb test page;

    Welcome to the ASP-db™ Enterprise Test Page.
    -------------------------------------------------------------------------
    NOTE: You MUST have the ASP-db Enterprise™ version to display this page.
    It will not function properly with ASP-dbView™ or ASP-dbPro™.
    ASP-db Version: ASPDB - 6.UNO.11.21

    ASP error '800a0034'

    Bad file name or number

    /aspdb/Enterprise/asp-test-ep.asp, line 16


    Any help with this would be greatly appreciated.
    Bode.

  5. #5
    Mark Guest

    Urgent help needed! (reply)

    Bode,

    Could you please summarize your problem - just to be sure I understand all the changes you've made so far. Please attach the ENTIRE EXACT source code of the asp program that fails. Also attach the ENTIRE EXACT error message that you get. Can you read your database using the Pureasp.asp diagnostic program that was sent with your package? If so, please show me your DSN statement. Also try deleting your ASPdb.ID file from your system32 folder.

    Thanks.

    Mark.


    ------------
    Bode Olowu at 12/1/00 9:17:24 PM

    Tried everything I could think of. Still no joy.
    Could it be and PWS limitation problem?


    ------------
    Bode Olowu at 12/1/00 12:47:36 PM

    Hi Mark, I should have made it clearer in my previous message that I've already made the changes you've suggested. If I hadn't it would have given an object instantiation error.


    ------------
    Mark at 11/28/00 8:32:47 PM

    Bode,
    It sounds like you are using the wrong test program.
    Use the one called asp-test.asp (not asp-test-ep.asp)
    If you don't have a copy of it for some reason, just edit the one you have and change Server.CreateObject from "ASPdb.EP" to "ASP.db" and
    MyDb.ASPdbEP to MyDb.ASPdb
    That should help.
    Mark.



    ------------
    Bode olowu at 11/28/00 5:30:21 PM

    Hi there, I manged to setup ASPdb on Win98 using MTS without any problems. I have the VB6-runtime installed. I've changed the EP options to the universal "ASP.db" for instantiating the object. However, I get the following message on the ASPdb test page;

    Welcome to the ASP-db™ Enterprise Test Page.
    -------------------------------------------------------------------------
    NOTE: You MUST have the ASP-db Enterprise™ version to display this page.
    It will not function properly with ASP-dbView™ or ASP-dbPro™.
    ASP-db Version: ASPDB - 6.UNO.11.21

    ASP error '800a0034'

    Bad file name or number

    /aspdb/Enterprise/asp-test-ep.asp, line 16


    Any help with this would be greatly appreciated.
    Bode.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •