PC Review


Reply
Thread Tools Rate Thread

dbo.anyreport does not exist message in 2007 data project

 
 
Da-Geek
Guest
Posts: n/a
 
      15th Apr 2009
Frustrated! I have built a small application on Access 2007 with a SQL 2000
backend data base. It all works great on my development laptop. I package and
deploy it on the clients using the Access 2007 runtime, installs great, you
can enter and find data, but with all the reports it comes up with an error
message that the dbo.anyreport does not exist. I always loved this product,
but 2007 is a real challenge! Any ideas or help greatly appreciated.
--
Ray Peeples
 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      16th Apr 2009
Hi Ray,

"Da-Geek" wrote:

> Frustrated! I have built a small application on Access 2007 with a SQL 2000
> backend data base. It all works great on my development laptop. I package and
> deploy it on the clients using the Access 2007 runtime, installs great, you
> can enter and find data, but with all the reports it comes up with an error
> message that the dbo.anyreport does not exist. I always loved this product,


Just a thought here, isn't [dbo] for linked tables? I am no expert but
looking at my database only my tables have the dbo prefix. Everything else
resides in the frontend.

> but 2007 is a real challenge! Any ideas or help greatly appreciated.
> --
> Ray Peeples


Richard
 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      16th Apr 2009
On Wed, 15 Apr 2009 17:36:06 -0700, Richard
<(E-Mail Removed)> wrote:

>Hi Ray,
>
>"Da-Geek" wrote:
>
>> Frustrated! I have built a small application on Access 2007 with a SQL 2000
>> backend data base. It all works great on my development laptop. I package and
>> deploy it on the clients using the Access 2007 runtime, installs great, you
>> can enter and find data, but with all the reports it comes up with an error
>> message that the dbo.anyreport does not exist. I always loved this product,

>
>Just a thought here, isn't [dbo] for linked tables? I am no expert but
>looking at my database only my tables have the dbo prefix. Everything else
>resides in the frontend.
>
>> but 2007 is a real challenge! Any ideas or help greatly appreciated.
>> --
>> Ray Peeples

>
>Richard


dbo ("data base owner") is the default prefix for SQL/Server linked tables. My
guess is that the SQL 2000 backend on the developmental laptop contains a
table named anyreport, but that said table does not exist in the production
SQL environment.
--

John W. Vinson [MVP]
 
Reply With Quote
 
Da-Geek
Guest
Posts: n/a
 
      16th Apr 2009
Nah...i used anyreport be none of them work at all, get the same message no
matter what I do and the dev laptop works fine....cllient runtime will not!
--
Da-Geek


"John W. Vinson" wrote:

> On Wed, 15 Apr 2009 17:36:06 -0700, Richard
> <(E-Mail Removed)> wrote:
>
> >Hi Ray,
> >
> >"Da-Geek" wrote:
> >
> >> Frustrated! I have built a small application on Access 2007 with a SQL 2000
> >> backend data base. It all works great on my development laptop. I package and
> >> deploy it on the clients using the Access 2007 runtime, installs great, you
> >> can enter and find data, but with all the reports it comes up with an error
> >> message that the dbo.anyreport does not exist. I always loved this product,

> >
> >Just a thought here, isn't [dbo] for linked tables? I am no expert but
> >looking at my database only my tables have the dbo prefix. Everything else
> >resides in the frontend.
> >
> >> but 2007 is a real challenge! Any ideas or help greatly appreciated.
> >> --
> >> Ray Peeples

> >
> >Richard

>
> dbo ("data base owner") is the default prefix for SQL/Server linked tables. My
> guess is that the SQL 2000 backend on the developmental laptop contains a
> table named anyreport, but that said table does not exist in the production
> SQL environment.
> --
>
> John W. Vinson [MVP]
>

 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      16th Apr 2009
On Wed, 15 Apr 2009 20:05:01 -0700, Da-Geek <(E-Mail Removed)>
wrote:

>Nah...i used anyreport be none of them work at all, get the same message no
>matter what I do and the dev laptop works fine....cllient runtime will not!


Does the client runtime have an ODBC connection to the SQL server, and
appropriate permissions to use the database?
--

John W. Vinson [MVP]
 
Reply With Quote
 
Sylvain Lafontaine
Guest
Posts: n/a
 
      16th Apr 2009
My guess would be that the owner of the table anyreport is not dbo. but
another user on your production machine.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)


"Da-Geek" <(E-Mail Removed)> wrote in message
news:89A0C4E6-B494-429D-90C2-(E-Mail Removed)...
> Frustrated! I have built a small application on Access 2007 with a SQL
> 2000
> backend data base. It all works great on my development laptop. I package
> and
> deploy it on the clients using the Access 2007 runtime, installs great,
> you
> can enter and find data, but with all the reports it comes up with an
> error
> message that the dbo.anyreport does not exist. I always loved this
> product,
> but 2007 is a real challenge! Any ideas or help greatly appreciated.
> --
> Ray Peeples



 
Reply With Quote
 
Da-Geek
Guest
Posts: n/a
 
      16th Apr 2009
I have checked security, tried loging on as myself on the client, still get
the same error. The only difference is that I have a full version on my
laptop and the clients are using the runtime. Every thing on the SQL Sever
seems to be in order as well as the ODBC connection. As I stated you can do
any upates or adds on the forms, this only effect reports.
--
Da-Geek


"Sylvain Lafontaine" wrote:

> My guess would be that the owner of the table anyreport is not dbo. but
> another user on your production machine.
>
> --
> Sylvain Lafontaine, ing.
> MVP - Windows Live Platform
> Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
> Independent consultant and remote programming for Access and SQL-Server
> (French)
>
>
> "Da-Geek" <(E-Mail Removed)> wrote in message
> news:89A0C4E6-B494-429D-90C2-(E-Mail Removed)...
> > Frustrated! I have built a small application on Access 2007 with a SQL
> > 2000
> > backend data base. It all works great on my development laptop. I package
> > and
> > deploy it on the clients using the Access 2007 runtime, installs great,
> > you
> > can enter and find data, but with all the reports it comes up with an
> > error
> > message that the dbo.anyreport does not exist. I always loved this
> > product,
> > but 2007 is a real challenge! Any ideas or help greatly appreciated.
> > --
> > Ray Peeples

>
>
>

 
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
Importing Project 2007 XML data into Access 2007 Philippe De Ridder Microsoft Access External Data 0 20th Apr 2009 10:56 AM
OFFICE 2007 ENTERPRISE UG VL (OFFICE-SOLUTION), PROJECT 2007, PUBLISHER 2007, BRITANNICA 2007, other 2006-11-26 new programs CDs 5200 - 5227, and new games CDs 1945 - 1959 kashumoto_tokugawa Windows XP General 0 26th Nov 2006 12:09 PM
Data may exist in the sheet(s) message cedtech23 Microsoft Excel Programming 5 21st Jul 2006 03:12 PM
Managed C++ Project fails to load when Assembly reference does not exist. Ricardo Lopez Microsoft VC .NET 0 8th Oct 2003 07:18 PM
Trouble on creating a new web project - UNC share does not exist or you do not have access Simon Chung-Jen Chuang Microsoft ASP .NET 1 23rd Aug 2003 12:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:04 AM.