473,396 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Access 2003 missing the intranet or the website

Hi

I have distributed an mdb file that works fine on my PC using Access 2003,
but when a copy I sent to someone running Access2003 he gets the error
message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any possible
fixes. Very much appreciated.

Thank you.

Joe.
Nov 13 '05 #1
10 1808
Br
Bugs <bu*****@optusnet.com.au> wrote:
Hi

I have distributed an mdb file that works fine on my PC using Access
2003, but when a copy I sent to someone running Access2003 he gets
the error message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible fixes. Very much appreciated.

Thank you.

Joe.


Need more information....

eg.

What does the database do?

When does the error occur?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #2
Hi

The database is a record of coins with several datafields with dropdowns and
3 image fields on tabs. It has no need to connect to the internet.

The error happens when the user tries to open it. I have sent him access2000
and access2003 versions and he has tried it on 2 PCs, one running 2000 and
the other 2003. He says he gets the same message on both PCs.

These programs run fine on my PC.

I also have installed the Jet4.0 SP8. Could this possibly be what he needs
to install?

Thanks again.

Cheers.

Joe.
"Br@dley" <n0****@4u.com> wrote in message
news:nJ******************@news-server.bigpond.net.au...
Bugs <bu*****@optusnet.com.au> wrote:
Hi

I have distributed an mdb file that works fine on my PC using Access
2003, but when a copy I sent to someone running Access2003 he gets
the error message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible fixes. Very much appreciated.

Thank you.

Joe.


Need more information....

eg.

What does the database do?

When does the error occur?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response

Nov 13 '05 #3
Br
Bugs <bu*****@optusnet.com.au> wrote:
Hi

The database is a record of coins with several datafields with
dropdowns and 3 image fields on tabs. It has no need to connect to
the internet.

The error happens when the user tries to open it. I have sent him
access2000 and access2003 versions and he has tried it on 2 PCs, one
running 2000 and the other 2003. He says he gets the same message on
both PCs.

These programs run fine on my PC.

I also have installed the Jet4.0 SP8. Could this possibly be what he
needs to install?
Worth a try! :)

So, there is nothing "special" in the code such as non-standard
references?
"Br@dley" <n0****@4u.com> wrote in message
news:nJ******************@news-server.bigpond.net.au...
Bugs <bu*****@optusnet.com.au> wrote:
Hi

I have distributed an mdb file that works fine on my PC using Access
2003, but when a copy I sent to someone running Access2003 he gets
the error message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible fixes. Very much appreciated.

Thank you.

Joe.


Need more information....

eg.

What does the database do?

When does the error occur?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response


--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #4
No nothing non standard.


"Br@dley" <n0****@4u.com> wrote in message
news:8R******************@news-server.bigpond.net.au...
Bugs <bu*****@optusnet.com.au> wrote:
Hi

The database is a record of coins with several datafields with
dropdowns and 3 image fields on tabs. It has no need to connect to
the internet.

The error happens when the user tries to open it. I have sent him
access2000 and access2003 versions and he has tried it on 2 PCs, one
running 2000 and the other 2003. He says he gets the same message on
both PCs.

These programs run fine on my PC.

I also have installed the Jet4.0 SP8. Could this possibly be what he
needs to install?


Worth a try! :)

So, there is nothing "special" in the code such as non-standard
references?
"Br@dley" <n0****@4u.com> wrote in message
news:nJ******************@news-server.bigpond.net.au...
Bugs <bu*****@optusnet.com.au> wrote:
Hi

I have distributed an mdb file that works fine on my PC using Access
2003, but when a copy I sent to someone running Access2003 he gets
the error message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible fixes. Very much appreciated.

Thank you.

Joe.

Need more information....

eg.

What does the database do?

When does the error occur?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response


--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response

Nov 13 '05 #5
On your development copy, in the database window, Tools | References and see
if there are any unexpected references checked that might cause the message
when loaded on a computer without that library.

It is sometimes surprising what kind of "stray" references we sometimes find
in that list (and don't have any idea why they are checked!).

Or, do the same on the computer where you are seeing the error message and
see if any references are marked as "Missing".

Larry Linson
Microsoft Access MVP

"Bugs" <bu*****@optusnet.com.au> wrote in message
news:42**********************@news.optusnet.com.au ...
Hi

I have distributed an mdb file that works fine on my PC using Access 2003,
but when a copy I sent to someone running Access2003 he gets the error
message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible
fixes. Very much appreciated.

Thank you.

Joe.

Nov 13 '05 #6
Br
Larry Linson <bo*****@localhost.not> wrote:
On your development copy, in the database window, Tools | References
and see if there are any unexpected references checked that might
cause the message when loaded on a computer without that library.

It is sometimes surprising what kind of "stray" references we
sometimes find in that list (and don't have any idea why they are
checked!).
Or, do the same on the computer where you are seeing the error
message and see if any references are marked as "Missing".

Larry Linson
Microsoft Access MVP

Yes, I actually now remember an instance of converting a 97 db to 2000
and it somehow got a reference to some internet thing..... I never
converted after that. Always started with a clean db and imported.

"Bugs" <bu*****@optusnet.com.au> wrote in message
news:42**********************@news.optusnet.com.au ...
Hi

I have distributed an mdb file that works fine on my PC using Access
2003, but when a copy I sent to someone running Access2003 he gets
the error message "missing the intranet or the website".

This is driving me nuts.

Could anyone please shed some light on what is causing this and any
possible
fixes. Very much appreciated.

Thank you.

Joe.


--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #7
"Br@dley" <n0****@4u.com> wrote in
news:qt******************@news-server.bigpond.net.au:
I actually now remember an instance of converting a 97 db to 2000
and it somehow got a reference to some internet thing..... I never
converted after that. Always started with a clean db and imported.


That seems a ludicrous response to an extremely unusual condition.

I have *never* done an import of A97 into A2K -- I've always
converted, and I've never encountered a single problem as a result.

Most of my projects that are in production use with A2K are actually
programmed in A97, so I do this literally 100s of times a year (if
not 1,000s).

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #8
Br
David W. Fenton <dX********@bway.net.invalid> wrote:
"Br@dley" <n0****@4u.com> wrote in
news:qt******************@news-server.bigpond.net.au:
I actually now remember an instance of converting a 97 db to 2000
and it somehow got a reference to some internet thing..... I never
converted after that. Always started with a clean db and imported.
That seems a ludicrous response to an extremely unusual condition.
Well that's your opinion but I've come across enough problems converting
to think otherwise.
I have *never* done an import of A97 into A2K -- I've always
converted, and I've never encountered a single problem as a result.
Good for you.
Most of my projects that are in production use with A2K are actually
programmed in A97, so I do this literally 100s of times a year (if
not 1,000s).


Then you're fortunate. As I said I encountered problems and IMO it's
always better to stat with a fresh DB. Access just does not convert
everything correctly 100% of the time. If you've had no problems then
qudos to you.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #9
Br
David W. Fenton <dX********@bway.net.invalid> wrote:
"Br@dley" <n0****@4u.com> wrote in
news:qt******************@news-server.bigpond.net.au:
I actually now remember an instance of converting a 97 db to 2000
and it somehow got a reference to some internet thing..... I never
converted after that. Always started with a clean db and imported.


That seems a ludicrous response to an extremely unusual condition.

I have *never* done an import of A97 into A2K -- I've always
converted, and I've never encountered a single problem as a result.

Most of my projects that are in production use with A2K are actually
programmed in A97, so I do this literally 100s of times a year (if
not 1,000s).


And yet MS offers this advice to ppl who can't convert their DB:
If you can't successfully convert your Microsoft Access file by pointing
to Database Utilities on the Tools menu and then clicking the Convert
Database/Project command, use the following procedure.

1.. In Access 2002 or later, click New on the File menu and create a
new Access database (Microsoft Access database: A collection of data and
objects (such as tables, queries, or forms) that is related to a
particular topic or purpose. The Microsoft Jet database engine manages
the data.) or Access project (Microsoft Access project: An Access file
that connects to a Microsoft SQL Server database and is used to create
client/server applications. A project file doesn't contain any data or
data-definition-based objects such as tables and views.).

2.. On the File menu, point to Get External Data and click Import.

3.. In the Import dialog box, select the Access file you want to
convert.

4.. In the Import Objects dialog box, select the database objects
(database objects: An Access database contains objects such as tables,
queries, forms, reports, pages, macros, and modules. An Access project
contains objects such as forms, reports, pages, macros, and modules.)
you want to import. If the new Access file is an Access project that you
have connected to a Microsoft SQL Server database, import only the
forms, reports, pages, macros, and modules.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
Nov 13 '05 #10

"Br@dley" <n0****@4u.com> wrote
That seems a ludicrous response
to an extremely unusual condition.
Well that's your opinion but I've come
across enough problems converting
to think otherwise.


Like David, I haven't experienced problems, but unlike David, I've converted
very few Access 97 databases to Access 2003. I note that there are enough
issues that Microsoft created and released a/some conversion aids, (mostly |
all) for system administrators in companies doing a mass conversion from 97
to 2003.

And, the fact that David didn't, I didn't, and you did have problems is
perfectly understandable to me, given how touchy software can be to various
system settings that are completely unobvious.

If you regularly run into glitches converting, importing into a new database
seems quite reasonable.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: wrytat | last post by:
Hi! I'm very new to ASP.NET and really need some good advice from experts here. I'm creating a web application for my company now. This application has 2 parts. 1 part for the customers to...
4
by: tina.boroff | last post by:
I have just created a form for a Maintenance Database that has alot of VB code involved. Now they want the form on our Intranet instead. Is there a way that anyone knows to publish the form...
6
by: jdph40 | last post by:
We recently had to upgrade the computers in our company. Now our office's website on our company intranet no longer recognizes reports saved in snapshot format. We get an error message that the...
4
by: Amil Hanish | last post by:
Don't reply to this unless you know what you are talking about. Installed brand spanking new 2003 Server. Configured to be application server. Then installed Visual Studio .NET. Copied over...
5
by: Raterus | last post by:
I'm just throwing this error out for my sanity, I've seen posts about this, but never solutions. I'm using VS.NET 2003, Framework 1.1, and I'm getting a random error about every 1 out of 10 times...
4
by: TrinityPete | last post by:
Hi all, We have a web application that uses web services for data access and retrieval. The web app and web services reside under IIS on the same server(WIN2003). The virtual directories have...
0
by: vasu devan | last post by:
Dear Gurus, My ASP.NET website is running on .NET 1.1. hosted in windows server 2003 enterprise edition. We are having two sites. They are 1. One internet site 2. One intranet site. Both...
0
by: Vasu | last post by:
Hi All, My ASP.NET website is running on .NET 1.1. hosted in windows server 2003 enterprise edition. We are having two sites. They are 1. One internet site 2. One intranet site. Both...
0
by: raylopez99 | last post by:
10 years ago, the below was written (see very end, after my signature RL). What, if anything, has changed? I have Access 2003 and soon Access 2007 on a Windows XP Professional or Windows...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.