Trying to access a msaccess database on testing server

hi, wonder if anyone can help me.
I have been tring to connect to an access database on my ftp site wiothout any luck. The file is stored on the server and every time i try and make a database connection i get the same error, either via a DNS or from a connection string.
the error is as follows.
HTTP Error  code 404 file not found
possible reasons
1.there is no testingf server running on the machine
2.the testing server specified for this site does not map to the Http://mywebsite/httpdocs/_mmServerScripts/MMHTTPDB.asp URL. Verify that the URL prefix maps to the root of the site.
If I upload an .asp page with a <%Response.write(Server.MapPath("/mydatabase.mdb"))%>, when clicked the page returns;D:\inetpub\vhosts\mywebsite\httpdocs\mydatabases.mdb so proving that the server is running asp scripts. this will not work from the live data view , returning the error above. done the same with a time responswrite and works the same, okay when loaded on the server but will not run or link from dreamweaver cs3.
Any ideas would be grateful, my isp has helped me all they can but even they dont know why i cant get the connection to work.
all the best, Mark

>I have been tring to connect to an access database on my ftp site wiothout any luck
I assume you mean web server as you can't connect to Access via FTP
Check your paths for your testing server in site manager.

Similar Messages

  • Insert into all tables on a Database on Test Server select from all tables on a database A from production server

     
    hi Friends ,i need a suggestion from  you on how to
    insert data to all tables on a Database  "A " on Test server
    Select data from all tables on  a Database  "A" on Production Server
    where id=123
    Database A is same with Structures on Test and Production also all Tables  will have  Id column in common.
    The purpose of this insert is ,as we all know Production has the latest data and i need to push to test server on request for particular ID only  ( may be weekly once or  twice a week )
    I  have a linked server setup name "LINQ" 
    Example for one table is below , like wise i need a script which does for 154 tables.
    Insert into ABC( id, name)---insert to test server
    Select Id, name  from  LINQ.ProdSerevrname.databasename.ABC where id = 123
    Please help me ..
    Thanks

    Why not use export import wizard for this if you've read access to production?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Reader 9.4.0 pdf opening error "This document is trying to access the following database"

    Hi, I am having pdf save functionality using trusted functions in my application. earlier we used adobe reader 8.1.3 and it worked fine, now we upgraded to adobe reader 9.4.0 and there on the problem comes in. when ever we are saving it is creaing a code in DBConnects.sav file. we as having large number of users we use to push this file to the field. now that with this upgrade this file is becoming system depending. how can we get ridoff this. Please help me out.
    some of the sample data from my DBConnect.sav file as shown below. the code before Provider is appeding all the time.
    7DE10A1A000010000A002FF200203029, Provider=MSDASQL.1;Persist Security Info=False;User ID=pmxuser;Data Source=ides;Initial Catalog=ides
    E22BBE8EFFFF1FFF0A002FF1FF503028, Provider=MSDASQL.1;Persist Security Info=False;Data Source=edocExcel

    Thanks Paul for your response.
    While doing research I found out that Adobe generates a file called DBConnects.sav inside "C:\Documents and Settings\.....\Application Data\Adobe\Acrobat\8.0" which remebers the data connection. If I am making an entry of my data connection (eg. Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;) in this file then for all the forms which are having the same data connection is not asking any confirmation for allowing the data connection. Adobe made the same entry even If you check the checkbox "Remeber this choice" in the database confirmation dialog.
    Now the problem which I am facing is for Adobe Reader 9.4 version. Adobe 9.4 is also making an entry in DBConnects.sav file but now it is form dependent. It is appending an unique string before the actual data connection string. It is making an entry like "9805AD51FFFF1FFF0A002FF1FFE03028, Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;" in DBConnect.sav. Now even the other form is also using the same connection string, it is asking me to allow the connection at least once for each form. If I checking the remember choice at least once for each connection of each form, it works fine. Myforms are dynamic and they change everyday for every user. Please let me know if you have any idea so that Adobe 9.4 do not append the unique string before makning entry into DBConnects.sav.

  • Error when syncing contacts - An error has occurred when trying to access a device database record

    I started getting this error while syncing.  I narrowed it down to the contacts.  If I sync just the calendar then it works fine.   How do I resolve?

    You could add your contacts in one by one  (or a few at a time) on whatever you are syncing with (Google, MS, etc.) and try and catch which contact is causing problems when you sync.
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • Most times when trying to access web sites get page stating Server Not Found..... Try Again. As soon as I hit try again I always get the web site - annoying!!!

    When I try to google websites OR even try to access my email I will be taken to a notice which states "Server Not Found" with several explanations with a TRY AGAIN button at the bottom. When I hit the try again button I am immediately taken to the web site or to my email. This happens constantly and very rarely can I access a web site or my email without this frame popping up.

    This is a very generic error message. 
    What user you are trying to search. Are you using username, display name or email address when searching
    Was any domain related changed done
    What if that users tried to logon to sharepoint site. 
    Does this error occur with all the account when you click edit? If not, based on the error,
    the user account which might be removed from Active Directory or renamed accidentally. Please have a check.
    Try to follow below:
    http://architectevangelist.wordpress.com/2010/12/07/sharepoint-2010-the-specified-user-or-domain-group-was-not-found/

  • Trying to access emails,message reads,connection to server failed.

    trying to retrieve emails I get a message saying connection
    to server failed,have tried resetting and deleting and reinstalling but still get same message.

    Okay, I found the answer. I had hacked the domain.xml for this some time ago (this task has been off and on a lot) and forgotten.
    I found the tsom_oes reference in there and removed it. Now it deploys.
    Hopefully this helps someone else some day... probably not though, eh?

  • Access a MSAccess DB on a CD ROM

    Hello,
    I'm trying to access a MSAccess Database, secured with a password, on a CD-ROM using a JDBC connection.
    Everything is still ok as long as the database is on a hard drive, but, when put on a cd rom, or in a read only directory, an error message about a bad password is returned by jdbc.
    Is anyone got an idea ?
    Thanks.

    Accessing the database on the CD or in a read only directory using Microsoft Access is ok.
    I don't have a .ldb file created when trying to query my database with JDBC, because i defined the JDBC connection in READONLY=true (anyway i have the same problem when i don't use READONLY=true).
    It seems the problem lies in querrying with JDBC an access database with a password, when the file of the database is in readonly mode under Windows.
    In fact, if I keep the same database removing the password, JDBC succeed in accessing the database on the CD Rom.
    Moreover, JDBC succeed in accessing the database WITH the password, when the database is not on a CD Rom (or in a read only directory).
    But, trying to query with JDBC the same database with the same password when put on a CD Rom, JDBC returns an error "Invalid Password".
    That's why I find it really strange, because nothing has changed about the password.

  • Accessing a SQL database

    I'm trying to access an SQL database and export the contents as a tab delimitated file. Is there a free program that would allow me to do this?

    Hi,
    the free edition of DBVisualizer http://www.dbvis.com/products/dbvis/features/index.jsp?feature=1 should be sufficient for that.
    Regards
    Stefan

  • Error while trying to access portal

    Hi All,
    I have installed NetWeaver CE 7.1 in my system. But when i tried to access portal with the url
    http://<server name>: <port number>/irj/portal
    im getting the following error
    Error component failed , reason : Error while retrieving service: com.sap.portal.runtime.system.authentication.authentication Original Exception : Error while retrieving service: com.sap.portal.runtime.system.authentication.authentication
    Can anyone tell me what could be the reason for this error and how to resolve this?
    Please guide me........
    Regards,
    Padmalatha.K

    HI padmalatha kontham,
    If there is no any ignore option in the dilog box, just try to close it and try again. If u get that again, check the portnumber and hostname are correct or not.
    there won't be any problem other than that.
    example
    http://<host>:<port>/irj/portal
    Thanks
    Suresh

  • Remote and Testing Server FTP Problems

    I have a Dreamweaver site defined. I have an 2 domains and 2
    FTP accounts. I am using one for my remote server and one for my
    testing server. When I go to preview, it uploads the file to the
    remote server instead of the testing server. Then it goes and tries
    to view the file on the testing server and there is a file not
    found error. If I try the same thing but use 2 network drives or 1
    network drive and 1 FTP account (remote or testing), everything
    works as expected. Any ideas why this happens?

    Sounds like you are properly configured. I don't have a good
    idea why this
    is not working....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "supwoman" <[email protected]> wrote in
    message
    news:fj1jbs$mt8$[email protected]..
    >I have one Dreamweaver site defined.
    >
    > I have one domain (www.1.com) and an FTP account to
    upload files to the
    > folder
    > pointed to by that domain. I am using this information
    for my remote
    > server as
    > part of my Dreamweaver site.
    >
    > I have another domain defined (www.2.com) and another
    FTP account to
    > upload
    > files to the folder pointed to by this domain. I am
    using this information
    > for
    > my testing server as part of my Dreamweaver site.
    >
    > The pages I am building are Coldfusion, so I want to be
    able to test them
    > before deploying them to my live site (www.1.com). I
    cannot setup a local
    > server to do my testing.
    >
    > So, I should be able to checkout a file test.cfm, make
    some changes, then
    > hit
    > the server debug button to preview those changes. It
    should upload the
    > file to
    > the testing server and take me to the
    www.2.com/test.cfm. Then, when I
    > finished
    > testing and check in the file it should upload it so it
    is found at
    > www.1.com/test.cfm.
    >
    > The problem I have is that when I got to test, it
    uploads the file to
    > www.1.com/test.cfm instead of www.2.com/test.cfm.
    >
    > If I use network drives instead of two FTP accounts,
    everything works
    > fine. I
    > hit the server debug button, it transfers the file to
    the right place.
    >
    > Sorry, if I didn't explain that well.
    >
    >

  • Apache htdocs? Where do I load my testing server files?

    I am trying to use my mac as a testing server.
    I am using Apache, PHP, MySql.
    Where do I store my testing server files?
    I does not work in my local user file.
    Example; http://123.10.10.10/~myname/Sites
    I tried using my Sites folder but php will not work. I was told to use my Apache htdocs folder by the php folks. Spotlight shows there is no htdocs file.
    So do I have to go into the Apache folder and create a new folder called htdocs? Or am I missing something?
    Help!
    Thanks
    Ed
    Powerbook 15"   Mac OS X (10.4.3)   Maxed out!

    I needed that info once before. Found it here somewhere.... re-posted here. This should do the trick for you!
    Beavis2084

  • Cannot access mailbox hosted on remote EX2010 server through OWA

    Our Internet facing OWA is published through our EX2013 server as MAIL.CONTOSO.COM
    We have multiple sites acrossed global. OWA proxy from EX2013 to EX2010 works fine for NZ and US. But for some reason when tries to access mailbox on UK EX2010 SP3 server through the EX2013 OWA, I got error below:
    OWA-Error: Microsoft.Exchange.Data.Storage.NotSupportedWithServerVersionException
    X-OWA-Version: 15.0.775.32
    X-FEServer: EX2013-CAS
    X-BEServer: EX2013-CAS
    Checked the mailbox ExchangeVersion on the UK EX2010 server, it is 0.10 (14.0.100.0) same as NZ and US EX2010 mailbox users.

    What is the version using get-exchangeServer | FL *Version* ?  2010 Sp3 is required at a minimum : Build 14.3.123.4
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • SAP BW System - Memory requirement to restore to test server

    Hi,
    We have SAP BW system version Business Information Warehouse 3.0B. System has following configuration:
    ~
    CPU : 32
    Physical Memory: 67108864 KB
    Physical Memory Available: 30654448 KB
    Database using Memory: Apprx 20 GB
    Database Size: Apprx 5.3 TB
    ~
    We are planning to restore this system to a test server. Test server is having 4 CPU and 8 GB RAM.
    Can you please let me know to do a restore, how many CPU and Minumum RAM We require on test server? How to check from current configuration, how much SAP is using memory?
    Appreciate your help.
    Thanks a ton in advance.
    Best Regards,
    Basis CK.

    Hi  Arun,
    Thanks for the propmt reply.
    We are just planning to do a Disaster Recovery Mock Run. We will be restoring production server database to test server and will be recovering a database and then will start SAP.
    But not sure, if 4 CPU and 8 GB will allow to start SAP. Can you help? Currently Instance profile memory parameters has been set for 64 GB memory. I need to adjust the profile parameter propationately for the less CPU and memory ? how to check and do that.
    Appreciate your help.
    Thanks
    Regards.
    Basis CK

  • Unable to connect to a database on one server using oracle client on anothe

    Hi,
    I am trying to connect to a database on zodiac server (10.180.173.201), from client installed on pluto server (10.180.173.203). But its giving the below error:
    bash-2.05$ sqlplus CTEMEA_MWEL3/payplus@ctftdb1
    SQL*Plus: Release 11.2.0.2.0 Production on Wed Mar 28 15:57:22 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-21561: OID generation failed
    I went through online help but they were not clear.
    kindly suggest
    -Azad

    Hi,
    entry is there. But when i changes the oracle home path to that of the previous client i am able to login.
    But when i set the oracle home path of 11g client its giving error.
    Tks,
    -Azad

  • Column Not found error while trying to access database through JSP+Java Bea

    I am trying to access MS Access 2003 db through JSP using Tomcat 5.0.28.The code for accessing the database is incorporated in the bean.The JSP only calls the particular method of the bean .
    Code for Java Bean:
    package ActiveViewer;
    import java.sql.*;
    import java.util.*;
    public class CompanyBean
    Connection con;
    ResultSet rs=null;
    Statement st;
    public CompanyBean(){}
    public void connect()
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    System.out.println("Here4");
    con=DriverManager.getConnection("jdbc:odbc:activeviewer","","");
    System.out.println("Here1");
    catch (ClassNotFoundException e)
    System.out.println("Could not locate driver.");
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    catch (Exception e)
    System.out.println("An unknown Exception has occured :: "+e);
    e.printStackTrace();
    public void disconnect()
    try
    if (con!=null)
    con.close();
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    public ResultSet select(String username)
    if(con!=null)
    try
    st=con.createStatement();
    rs=st.executeQuery("select * from company where username='" + username + "'");
    catch (SQLException e)
    System.out.println("An SQL Exception has occured :: "+e);
    e.printStackTrace();
    catch (Exception e)
    System.out.println("An Exception has occured while retrieving :: "+e);
    e.printStackTrace();
    else
    System.out.println("Connection to database was lost.");
    return rs;
    The code for JSP that uses the above bean is:
    <%@ page language="java" import="java.sql.*,ActiveViewer.* " contentType="text/html"%>
    <jsp:useBean id="conn" scope="session" class="ActiveViewer.CompanyBean" />
    <html>
    <body>
    <% String username=request.getParameter("username");
    String password=request.getParameter("password");
    System.out.println("username:"+username);
    System.out.println("password:"+password);
    conn.connect();
    ResultSet rs=conn.select(username);
    System.out.println("Below select ");
    while (rs.next())
    String dbusername=rs.getString("username");
    String dbpassword=rs.getString("password");
    if(dbusername.equals(username) && dbpassword.equals (password))
    { %> out.println("OK");
    <% }
    else { %>Invalid Username and / or Password.
    <br>Clickhere to go back to Login Page.
    <% }
    } %>
    </body>
    </html>
    I get the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Column not found
    though the database is not int he same folder as the jsp, the DSN is set correctly to pint to the db location.The jsp does print in stdout file:
    Here4 (from connect method above)
    Here 1 (from connect method above)
    Below Select (from jsp)
    This means that the jsp does connect to db but it gives the above error.Also the field name also matches that in the database and data is present in the db too.
    All other things like creating package for bean in WEB-INF/classes,incorporating the packakage are done.
    Can someone please help me with their precious advice?

    Hi, I too have a problem with an SQL exception, the message is Column not found.
    I'm using the sun jdbc odbc driver with access.
    the first few lines of the stack trace are
    sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(JdbcOdbcResultSet.java:1852)
    sun.jdbc.odbc.JdbcOdbcResultSet.getInt(JdbcOdbcResultSet.java:603)
    net.homeip.sdaniels.MemberBean.ejbFindByUnamePwd(MemberBean.java:127)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    I am of course sure that the column does infact exist. I can insert into the column no problems. the sql looks like this:
    SELECT * FROM Members WHERE uName ='Stewart' AND encPwd='�F2C�3����h�1Y�'
    Can any one tell me if there is a common cause to this problem?
    Thanks

Maybe you are looking for

  • How to do clean install lion on new macbook pro?

    I have a new macbook pro...I want to do a clean install on a new hard drive...but when I goto the app store it shows lion app available but it's not free?  Do I need to buy this when i just purchased the Mac?  Confused about how that works...in the "

  • Reg: New to SAP

    Dear All, First, I introduce myself. I am Navaneeth, from Mechanical Engineering background. I shifted into IT industry and I have 7+ years of experience in Web development technologies like Microsoft and LAMP. Now I am planning move my career with S

  • Xi-Fi Fatality doesn't b

    Here are my machine specs: Motherboard: Intel DG35EC Processor: Intel E8400 Graphic Card: evga Geforce 8800GTS Sound Card Xi-Fi Fatality OS: Windows XP SP2 The Problem: After installing the drivers and rebooting everything worked fine. I heard perfec

  • Soap Null Error

    The following response handled with the code below causes the error at the bottom when no records are in the response. Is this a problem with the XML or the code? How do I get around it? Thanks <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelop

  • Parametric Role

    I read about Parametric Role in OBPM Studio Guide,but did not understand. Can any one tell me more about Parametric Role with a good example. It will be good if any one share small BPM Project which uses Parametric Role.