PC Review


Reply
Thread Tools Rate Thread

Create ADP using 2007 under Vista fails

 
 
Charles
Guest
Posts: n/a
 
      24th Feb 2009
Under my new Vista 64 machine I can use ADP files that were created on my old
XP box. However I cannot create new ADP files on the Vista box. I get the
error message

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.

I am trying to connect to a SQL 2000 Standard server.

Has anyone seen this before?

Thanks
Charles
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      24th Feb 2009
You cannot create new ADP file or you cannot get the ADP file connected to a
SQL Server2000 instance?

"Charles" <(E-Mail Removed)> wrote in message
news:633E760B-59A3-4B75-BFCB-(E-Mail Removed)...
> Under my new Vista 64 machine I can use ADP files that were created on my
> old
> XP box. However I cannot create new ADP files on the Vista box. I get the
> error message
>
> [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
> denied.
>
> I am trying to connect to a SQL 2000 Standard server.
>
> Has anyone seen this before?
>
> Thanks
> Charles


 
Reply With Quote
 
Charles
Guest
Posts: n/a
 
      25th Feb 2009
It is only the create fails. If I create the ADP file on an XP box and then
transfer it to the Vista box, I can access the SQL 2000 database through the
adp file without problems.

Thanks
Charles
 
Reply With Quote
 
Norman Yuan
Guest
Posts: n/a
 
      25th Feb 2009
Let us get it clarified:

When you start a new ADP project in MS Access, after specifying file name,
you face two options: connecting to an existing SQL Server database or
creating a new database on a SQL Server. So, you are saying when you choose
the latter, you get error.

First, can you start a new ADP on the VISTA box and choose connecting to
existing SQL Server DB? if you can, then you need to verify if you (your
domain/windows user account, if you use Windows integrated security, or the
SQL Server login you use in the ADP file) have the right to create DB on
the SQL Server. Have you tried to start new ADP and create new SQL Server DB
on XP box?


"Charles" <(E-Mail Removed)> wrote in message
news:C6BC4090-6ACB-4A72-8445-(E-Mail Removed)...
> It is only the create fails. If I create the ADP file on an XP box and
> then
> transfer it to the Vista box, I can access the SQL 2000 database through
> the
> adp file without problems.
>
> Thanks
> Charles


 
Reply With Quote
 
Charles
Guest
Posts: n/a
 
      25th Feb 2009
Sorry if I was not clear before, I am trying to create an ADP file that
points to an existing database. It is when trying to connect to the SQL 2000
server that I get an error. The Data Link Properties dialog box opens and I
specify the server name, use Integrated security and enter the server name
and then I get the error.

However opening adp files that I created previously on my old XP box work
fine and it makes the connection to the server without problem.

Your question prompted me to try creating a new database along with a new
adp file under Vista and that worked. So it is just attaching to an existing
database that fails.

Thanks

"Norman Yuan" wrote:

> Let us get it clarified:
>
> When you start a new ADP project in MS Access, after specifying file name,
> you face two options: connecting to an existing SQL Server database or
> creating a new database on a SQL Server. So, you are saying when you choose
> the latter, you get error.
>
> First, can you start a new ADP on the VISTA box and choose connecting to
> existing SQL Server DB? if you can, then you need to verify if you (your
> domain/windows user account, if you use Windows integrated security, or the
> SQL Server login you use in the ADP file) have the right to create DB on
> the SQL Server. Have you tried to start new ADP and create new SQL Server DB
> on XP box?
>
>
> "Charles" <(E-Mail Removed)> wrote in message
> news:C6BC4090-6ACB-4A72-8445-(E-Mail Removed)...
> > It is only the create fails. If I create the ADP file on an XP box and
> > then
> > transfer it to the Vista box, I can access the SQL 2000 database through
> > the
> > adp file without problems.
> >
> > Thanks
> > Charles

>
>

 
Reply With Quote
 
Charles
Guest
Posts: n/a
 
      27th Feb 2009
I have tried that and for me under Vista, this fails for a new connection but
works for a connection that was setup under XP.

It sounds like this is something unique to my setup though if this is
working for other people under Vista.

Thanks
Charles

"AccessVandal via AccessMonster.com" wrote:

> Office button - Server - Connection - select the connection to your server
> with user and password and the database- click "Test Connection" and save the
> new connection. You don't need to create or import into a new ADP database.
>
> Charles wrote:
> >Sorry if I was not clear before, I am trying to create an ADP file that
> >points to an existing database. It is when trying to connect to the SQL 2000
> >server that I get an error. The Data Link Properties dialog box opens and I
> >specify the server name, use Integrated security and enter the server name
> >and then I get the error.
> >
> >However opening adp files that I created previously on my old XP box work
> >fine and it makes the connection to the server without problem.
> >
> >Your question prompted me to try creating a new database along with a new
> >adp file under Vista and that worked. So it is just attaching to an existing
> >database that fails.
> >
> >Thanks
> >> > Charles

>
> --
> Please Rate the posting if helps you.
>
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/For...erver/200902/1
>
>

 
Reply With Quote
 
Paul Shapiro
Guest
Posts: n/a
 
      2nd Mar 2009
Just to be clear, I think you mean that you can't create an adp in Access
2007 format? You can use Access 2007 to create an Access 2003-format adp. I
just did it as a test. It's not very obvious though, because the only option
I found was to click New and then it suggests it will create an .mdb. By
changing the file name to something.adp, it asked if I wanted to create a
new SQL Server db or attach to an existing db, and created the adp. I have
Access defaulted to using Access 2002-2003 format, as you suggested.

"AccessVandal via AccessMonster.com" <u18947@uwe> wrote in message
news:9274cdbd69135@uwe...
> I’m not sure how you created your ADP in Access2007. But make sure in the
> Access Option - Popular - creating database - default_file format is
> selected
> to “Access 2000” or “Access 2002-2003” including the file extension from
> MDB
> to ADP. If you did it right, a Datalink property will popup. Make sure
> that
> you include your “PASSWORD” and “USERID” else you can’t connect. It will
> also
> fail if you do not have a DSN.
>
> Creation of an ADP is not supported in Access2007.
>
> Charles wrote:
>>I have tried that and for me under Vista, this fails for a new connection
>>but
>>works for a connection that was setup under XP.
>>
>>It sounds like this is something unique to my setup though if this is
>>working for other people under Vista.


 
Reply With Quote
 
Paul Shapiro
Guest
Posts: n/a
 
      2nd Mar 2009
Is that what you see when you try this? I created an adp using Access 2007
SP1 set for creating new databases in Access 2002-2003 format, and the
database is Database1.adp. It's a real adp, not an mdb with the adp file
type. I build and develop adp's without problem in Access 2007. Sourcesafe
integration works fine. Etc.

"AccessVandal via AccessMonster.com" <u18947@uwe> wrote in message
news:927633791b220@uwe...
> Paul Shapiro wrote:
>>Just to be clear, I think you mean that you can't create an adp in Access
>>2007 format?

>
> No, the support features for ADP are not there.
>
>>You can use Access 2007 to create an Access 2003-format adp. I
>>just did it as a test. It's not very obvious though, because the only
>>option
>>I found was to click New and then it suggests it will create an .mdb. By
>>changing the file name to something.adp, it asked if I wanted to create a
>>new SQL Server db or attach to an existing db, and created the adp. I have
>>Access defaulted to using Access 2002-2003 format, as you suggested.

>
> If the default format let’s just say is 2007, and if the user is not
> careful
> it will not save it as a MDB but instead it’s something like
>
> Database1.mdb.accdb
>
> Not what you would expect.
>
> If it were a 2000-2002-2003 format, the result would be
>
> Database1.adp.mdb


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Message Classification for Outlook 2007 Fails in Vista Mike Microsoft Outlook Discussion 3 7th Jul 2009 04:02 PM
Create System Restore point fails - Vista Home Premium JGT Windows Vista General Discussion 3 14th Jun 2009 05:38 AM
Outlook 2007 (Vista) fails to open on screen John L Microsoft Outlook Discussion 3 23rd Oct 2008 03:28 PM
Re: WU Office 2007 sp1 FAILS with Code 57E / Vista Ultimate 32-bit Robert Aldwinckle Windows Vista Performance 0 11th Feb 2008 06:46 AM
Office 2007, Vista, COM Add-in fails to load if UAC is turned off eselk@surfbest.net Microsoft Outlook Program Addins 2 8th Aug 2007 10:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:02 PM.