PC Review


Reply
Thread Tools Rate Thread

Pathing issue

 
 
Alex
Guest
Posts: n/a
 
      6th Sep 2004
Hi, I have just taken over a database that was very heavily secured. i seem
to have got round all issues appart from when I start to load the database
and autoexec the main form, I am getting a C;\bios\systemsettings is not a
valid path.. error message.

I am assuming that this is set somewhere in one of the modules. Is there
anyway of doing a global search for this?

thanks

Alex


 
Reply With Quote
 
 
 
 
'69 Camaro
Guest
Posts: n/a
 
      6th Sep 2004
Hi, Alex.

Most likely this error message is from a linked table stored in a database
which is not located in the "C:\bios\systemsettings" directory on your
computer, but it could also be from another source, too, as you suspect.

First, check whether there are any linked tables listed in the database
window (the linked tables will have an arrow pointing to the icon for the
table if it's linked). If you don't have linked tables, then skip these
next steps. If you have linked tables, then use the Linked Table Manager to
find and relink the tables, if necessary. To do so in Access 2K and later
versions, select the Tools menu -> Database Utililtes -> Linked Table
Manager to open the Linked Table Manager dialog window. IIRC in Access 97,
select the Tools menu -> Add-ins -> Linked Table Manager to open the Linked
Table Manager dialog window. You'll see a list of tables and their paths.
If you see any with "C:\bios\systemsettings" then you'll need to change the
path for these tables to the location where the tables are now stored.

If it's not the linked tables causing the problem, then open any module in
the VB Editor and search "Current Project" for every occurance of the string
"C:\bios\systemsettings" and replace it with the correct path.

If you still can't find where the "C:\bios\systemsettings" string is, then
use the Documentor to create a report of all objects in the database, except
tables and modules, then export this report to an Excel spreadsheet and
search for every occurance of string "C:\bios\systemsettings" to determine
which property in which object is using this string, then go back to your
Access database application and change the appropriate property setting to
use the correct path.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)


"Alex" <aph@nospam_misnet_.co._.uk> wrote in message
news:(E-Mail Removed)...
> Hi, I have just taken over a database that was very heavily secured. i

seem
> to have got round all issues appart from when I start to load the database
> and autoexec the main form, I am getting a C;\bios\systemsettings is not a
> valid path.. error message.
>
> I am assuming that this is set somewhere in one of the modules. Is there
> anyway of doing a global search for this?
>
> thanks
>
> Alex
>
>



 
Reply With Quote
 
Alex
Guest
Posts: n/a
 
      7th Sep 2004
Thanks Gunny, that sorted it

"'69 Camaro" <(E-Mail Removed)_SPAM> wrote in
message news:(E-Mail Removed)...
> Hi, Alex.
>
> Most likely this error message is from a linked table stored in a database
> which is not located in the "C:\bios\systemsettings" directory on your
> computer, but it could also be from another source, too, as you suspect.
>
> First, check whether there are any linked tables listed in the database
> window (the linked tables will have an arrow pointing to the icon for the
> table if it's linked). If you don't have linked tables, then skip these
> next steps. If you have linked tables, then use the Linked Table Manager

to
> find and relink the tables, if necessary. To do so in Access 2K and later
> versions, select the Tools menu -> Database Utililtes -> Linked Table
> Manager to open the Linked Table Manager dialog window. IIRC in Access

97,
> select the Tools menu -> Add-ins -> Linked Table Manager to open the

Linked
> Table Manager dialog window. You'll see a list of tables and their paths.
> If you see any with "C:\bios\systemsettings" then you'll need to change

the
> path for these tables to the location where the tables are now stored.
>
> If it's not the linked tables causing the problem, then open any module in
> the VB Editor and search "Current Project" for every occurance of the

string
> "C:\bios\systemsettings" and replace it with the correct path.
>
> If you still can't find where the "C:\bios\systemsettings" string is, then
> use the Documentor to create a report of all objects in the database,

except
> tables and modules, then export this report to an Excel spreadsheet and
> search for every occurance of string "C:\bios\systemsettings" to determine
> which property in which object is using this string, then go back to your
> Access database application and change the appropriate property setting to
> use the correct path.
>
> HTH.
>
> Gunny
>
> See http://www.QBuilt.com for all your database needs.
> See http://www.Access.QBuilt.com for Microsoft Access tips.
>
> (Please remove ZERO_SPAM from my reply E-mail address, so that a message
> will be forwarded to me.)
>
>
> "Alex" <aph@nospam_misnet_.co._.uk> wrote in message
> news:(E-Mail Removed)...
> > Hi, I have just taken over a database that was very heavily secured. i

> seem
> > to have got round all issues appart from when I start to load the

database
> > and autoexec the main form, I am getting a C;\bios\systemsettings is not

a
> > valid path.. error message.
> >
> > I am assuming that this is set somewhere in one of the modules. Is

there
> > anyway of doing a global search for this?
> >
> > thanks
> >
> > Alex
> >
> >

>
>



 
Reply With Quote
 
'69 Camaro
Guest
Posts: n/a
 
      7th Sep 2004
You're welcome. Glad it helped.

Gunny

"Alex" <(E-Mail Removed)> wrote in message
news:eG%(E-Mail Removed)...
> Thanks Gunny, that sorted it
>
> "'69 Camaro" <(E-Mail Removed)_SPAM> wrote

in
> message news:(E-Mail Removed)...
> > Hi, Alex.
> >
> > Most likely this error message is from a linked table stored in a

database
> > which is not located in the "C:\bios\systemsettings" directory on your
> > computer, but it could also be from another source, too, as you suspect.
> >
> > First, check whether there are any linked tables listed in the database
> > window (the linked tables will have an arrow pointing to the icon for

the
> > table if it's linked). If you don't have linked tables, then skip these
> > next steps. If you have linked tables, then use the Linked Table

Manager
> to
> > find and relink the tables, if necessary. To do so in Access 2K and

later
> > versions, select the Tools menu -> Database Utililtes -> Linked Table
> > Manager to open the Linked Table Manager dialog window. IIRC in Access

> 97,
> > select the Tools menu -> Add-ins -> Linked Table Manager to open the

> Linked
> > Table Manager dialog window. You'll see a list of tables and their

paths.
> > If you see any with "C:\bios\systemsettings" then you'll need to change

> the
> > path for these tables to the location where the tables are now stored.
> >
> > If it's not the linked tables causing the problem, then open any module

in
> > the VB Editor and search "Current Project" for every occurance of the

> string
> > "C:\bios\systemsettings" and replace it with the correct path.
> >
> > If you still can't find where the "C:\bios\systemsettings" string is,

then
> > use the Documentor to create a report of all objects in the database,

> except
> > tables and modules, then export this report to an Excel spreadsheet and
> > search for every occurance of string "C:\bios\systemsettings" to

determine
> > which property in which object is using this string, then go back to

your
> > Access database application and change the appropriate property setting

to
> > use the correct path.
> >
> > HTH.
> >
> > Gunny
> >
> > See http://www.QBuilt.com for all your database needs.
> > See http://www.Access.QBuilt.com for Microsoft Access tips.
> >
> > (Please remove ZERO_SPAM from my reply E-mail address, so that a message
> > will be forwarded to me.)
> >
> >
> > "Alex" <aph@nospam_misnet_.co._.uk> wrote in message
> > news:(E-Mail Removed)...
> > > Hi, I have just taken over a database that was very heavily secured.

i
> > seem
> > > to have got round all issues appart from when I start to load the

> database
> > > and autoexec the main form, I am getting a C;\bios\systemsettings is

not
> a
> > > valid path.. error message.
> > >
> > > I am assuming that this is set somewhere in one of the modules. Is

> there
> > > anyway of doing a global search for this?
> > >
> > > thanks
> > >
> > > Alex
> > >
> > >

> >
> >

>
>



 
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
Links different pathing =?Utf-8?B?U3V6YW5uZQ==?= Microsoft Excel Misc 4 20th Jun 2007 05:21 PM
XML and Direct Pathing to a node Mark Cooney Microsoft VB .NET 16 24th Feb 2007 08:46 AM
BrainDead About Pathing... clintonG Microsoft Dot NET 0 23rd Aug 2004 03:43 AM
Pathing Information Edward Hasted Microsoft Windows 2000 2 6th Mar 2004 01:14 PM
Help with pathing problem! michaaal Microsoft Windows 2000 6 13th Dec 2003 07:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:54 AM.