Error with Developer Toolbox Insert

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Error with Developer Toolbox Insert

    I'm getting an error when using the Developer Toolbox to create a record in the
    database.

    Error:
    The root cause was that: java.sql.SQLException: Invalid authorization
    specification: Access denied for user
    'name'@'XX-XXX-XX-XXX.servers.dedipower.net' (using password: YES)

    What I guess it's telling me is that the username and password arn't
    specified, but I can't find anywhere to put it.

    They are specified in the:
    <cfquery name="Recordset1" datasource="name" username="name" password="name">

    So all is fine there.

    Can anyone help on this one?



    ASHLEYHAYWARD Guest

  2. Similar Questions and Discussions

    1. Developer Toolbox Vista Update
      Same problem here. Downloaded the toolbox today and now dreamweaver keeps crashing. Windows Vista Business 32 bits. If I start dreamweaver again, i...
    2. Developer Toolbox
      Hi, I still have DW8, and CS3 also. When i try to add "Upload and Resize Image" form DevToolbox, Vb.ASP, Im getting error like: While...
    3. Developer Toolbox Release since 1.0?
      Back when InterAkt owned the extension, they were constantly updating the software. Since I upgraded through Adobe, I haven't seen any place I can...
    4. DW Developer Toolbox updates?
      Have there been any updates to the Developer toolbox since it's release? Also, any links where documentation can be found? Thanks. Chris
    5. When will DW Developer Toolbox be available in Australia
      It is not possible to download Developer Toolbox from the Australian Adobe website. I have tried to pay and download from the USA site but it...
  3. #2

    Default Re: Error with Developer Toolbox Insert

    It's a permissions issue. In order to insert a record into the database,
    you have to grant write privileges to the database .. check the Cold Fusion
    Administrator.


    --
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "ASHLEYHAYWARD" <webforumsuser@macromedia.com> wrote in message
    news:g562je$83k$1@forums.macromedia.com...
    > I'm getting an error when using the Developer Toolbox to create a record
    > in the
    > database.
    >
    > Error:
    > The root cause was that: java.sql.SQLException: Invalid authorization
    > specification: Access denied for user
    > 'name'@'XX-XXX-XX-XXX.servers.dedipower.net' (using password: YES)
    >
    > What I guess it's telling me is that the username and password arn't
    > specified, but I can't find anywhere to put it.
    >
    > They are specified in the:
    > <cfquery name="Recordset1" datasource="name" username="name"
    > password="name">
    >
    > So all is fine there.
    >
    > Can anyone help on this one?
    >
    >
    >

    Nancy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139