Server move

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • druggedllama@gmail.com

    Server move

    I recently moved some websites from Win2000 server and IIS 5 to
    Win2003 and IIS 6. There are many customers that have .mdb files that
    are interacted with .asp scripts for uploading and changing of files
    and info for the customer. Since the move they are getting an error
    message that I have not been able to resolve yet.

    Microsoft JET Database Engine error '80040e14'

    Syntax error in INSERT INTO statement.

    /admin/admin_employeen ewuser.asp, line 106

    There are many customers that are doing the same thing and are
    working
    just fine since the move, but there are a couple of sites that are
    getting this same exact error message. One of the sites also has
    another site that was moved with the same exact scripting. The only
    difference is the directory of where they are located on the server,
    for example e:\sites\domain 1.com as opposed to e:\sites\domain 2.com.
    They are exactly the same except for the .mdb file that is being
    accessed. I tried "tweaking" the scripts to the best of my knowledge,
    I also read that this could be an Access issue, but again, there are
    two sites that are run by the same guy. I am really lost and could
    use
    some help, thank you.

  • Jon Paal [MSMD]

    #2
    Re: Server move

    It says "syntax error" so the problem looks to be in the code line 106 as per the message....



    <druggedllama@g mail.comwrote in message news:1178037780 .505329.275450@ y80g2000hsf.goo glegroups.com.. .
    >I recently moved some websites from Win2000 server and IIS 5 to
    Win2003 and IIS 6. There are many customers that have .mdb files that
    are interacted with .asp scripts for uploading and changing of files
    and info for the customer. Since the move they are getting an error
    message that I have not been able to resolve yet.
    >
    Microsoft JET Database Engine error '80040e14'
    >
    Syntax error in INSERT INTO statement.
    >
    /admin/admin_employeen ewuser.asp, line 106
    >
    There are many customers that are doing the same thing and are
    working
    just fine since the move, but there are a couple of sites that are
    getting this same exact error message. One of the sites also has
    another site that was moved with the same exact scripting. The only
    difference is the directory of where they are located on the server,
    for example e:\sites\domain 1.com as opposed to e:\sites\domain 2.com.
    They are exactly the same except for the .mdb file that is being
    accessed. I tried "tweaking" the scripts to the best of my knowledge,
    I also read that this could be an Access issue, but again, there are
    two sites that are run by the same guy. I am really lost and could
    use
    some help, thank you.
    >

    Comment

    Working...