Trouble Duplicating Application...

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Trouble Duplicating Application...

    I setup an easy application with a basic insert record behavior to add a
    customer's info into the database. The form is a request form for samples of
    our product. I then created a list where we can view all the current requests
    and go into details, etc. Very basic applicaiton.

    I'm simply trying to move the application into a different directory because I
    wasn't thinking when I did my original directory structure. I've got my
    hardwood request form under my KennysTile directory. I need it under
    KennysHardwood. (2 different sites)

    I've duplicated all of the files/directories under my KennysHardwood directory
    and I've set it up accordinly in Dreamweaver. The pages are all exactly the
    same, however, I'm getting the following error on my duplicated app:

    Could not use ''; file already in use.
    /kennyshardwood/woodSampleRequest/index.asp, line 113

    Line 113 is: MM_editCmd.ActiveConnection = MM_editConnection

    Again, both of these are exaclty the same. Line 113 is exactly the same on
    both. Any informaiton on how I can fix this would be greatly appreciated.

    Thanks!

    drewangell Guest

  2. Similar Questions and Discussions

    1. FMS 2 - Trouble adding application (CentOS)
      Hi, Very recently I managed to install on a CentOS 4.4 platform. I checked what services were running: ./fmsmgr list 21937 pts/0 ...
    2. Application.cfc migration trouble
      I cant for the life of me get some UDF to correctly work site while using the Application.cfc, yet they work perfect using the Application.cfm In...
    3. Please help - trouble with application.cfm
      Hi, I'm trying to use application.cfm on my site to see if users are logged in. The problem is because I use cfinclude throughout the site to...
    4. Duplicating a jpg
      HELLO On an empty movieClip I've loaded a jpg file createEmptyMovieClip("image", level++); image.loadMovie(pathFulls); That's ok how can...
    5. Duplicating set of records
      Two hints... 1. Sort your records before running your script. or 2. Export then import. "Robert" <zend999@yahoo.com> wrote in message
  3. #2

    Default Re: Trouble Duplicating Application...

    Sounds like your Access DB may be locked or corrupted?

    HTH,
    Drew

    "drewangell" <webforumsuser@macromedia.com> wrote in message
    news:d43mjq$1ll$1@forums.macromedia.com...
    >I setup an easy application with a basic insert record behavior to add a
    > customer's info into the database. The form is a request form for samples
    > of
    > our product. I then created a list where we can view all the current
    > requests
    > and go into details, etc. Very basic applicaiton.
    >
    > I'm simply trying to move the application into a different directory
    > because I
    > wasn't thinking when I did my original directory structure. I've got my
    > hardwood request form under my KennysTile directory. I need it under
    > KennysHardwood. (2 different sites)
    >
    > I've duplicated all of the files/directories under my KennysHardwood
    > directory
    > and I've set it up accordinly in Dreamweaver. The pages are all exactly
    > the
    > same, however, I'm getting the following error on my duplicated app:
    >
    > Could not use ''; file already in use.
    > /kennyshardwood/woodSampleRequest/index.asp, line 113
    >
    > Line 113 is: MM_editCmd.ActiveConnection = MM_editConnection
    >
    > Again, both of these are exaclty the same. Line 113 is exactly the same
    > on
    > both. Any informaiton on how I can fix this would be greatly appreciated.
    >
    > Thanks!
    >

    Drew Guest

  4. #3

    Default Re: Trouble Duplicating Application...

    Just so you know, I've already added the IUSR account to the database folder as well as the connections folder just like I always do to make it work.
    drewangell Guest

  5. #4

    Default Re: Trouble Duplicating Application...

    I just restarted my computer and the in use error went away now but now I'm
    getting:

    Microsoft JET Database Engine (0x80004005)
    Operation must use an updateable query.
    /kennyshardwood/woodSampleRequest/index.asp, line 115

    Line 115 is: MM_editCmd.Execute

    :( I had all this working. What gives???

    drewangell Guest

  6. #5

    Default Re: Trouble Duplicating Application...

    Here is some reading material... hope it helps out...

    [url]http://www.aspfaq.com/search.asp?q=Operation+must+use+an+updateable+quer y&x=17&y=7[/url]

    Drew

    "drewangell" <webforumsuser@macromedia.com> wrote in message
    news:d43qbg$6rs$1@forums.macromedia.com...
    >I just restarted my computer and the in use error went away now but now I'm
    > getting:
    >
    > Microsoft JET Database Engine (0x80004005)
    > Operation must use an updateable query.
    > /kennyshardwood/woodSampleRequest/index.asp, line 115
    >
    > Line 115 is: MM_editCmd.Execute
    >
    > :( I had all this working. What gives???
    >

    Drew Guest

  7. #6

    Default Re: Trouble Duplicating Application...

    I was able to fix one of my applications by recreating the database with a
    different name. now that one works like a charm again.

    I tried the same with another application but I'm still getting the same
    errors. I'm pretty sure I've done everything in all these guides I've
    seen...but obviously something is still wrong. (sigh)

    drewangell Guest

  8. #7

    Default Re: Trouble Duplicating Application...

    Try a Repair on the database... maybe that will help (be sure to make a
    backup)

    Drew

    "drewangell" <webforumsuser@macromedia.com> wrote in message
    news:d45qai$87l$1@forums.macromedia.com...
    >I was able to fix one of my applications by recreating the database with a
    > different name. now that one works like a charm again.
    >
    > I tried the same with another application but I'm still getting the same
    > errors. I'm pretty sure I've done everything in all these guides I've
    > seen...but obviously something is still wrong. (sigh)
    >

    Drew Guest

  9. #8

    Default Re: Trouble Duplicating Application...

    Repair didn't work. Tried recreating the database again to no availe. I've
    got all permissions setup fine. I've got the "use record based locking"
    unchecked in Access. My other app is working fine again. All my apps I've
    done on my home computer for 2 years have worked perfectly (after I leanred
    about IUSR)

    I simply cannot figure this out. I even re-created the insert page with my
    re-created database and I'm getting the same problem. argh!

    drewangell 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