File not found (1 Viewer)

Gismo

Registered User.
Local time
Today, 04:05
Joined
Jun 12, 2017
Messages
1,298
Hi all,

opening my DB i get a file not found error
tried compact and repair

LinkMasterFields property settings has produced this error "File not found"
what can I do to repair?
 
Last edited:

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 18:05
Joined
Oct 29, 2018
Messages
21,453
Do you know if the error is coming from executing some code? If so, did you try to debug it?
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Yesterday, 20:05
Joined
Feb 28, 2001
Messages
27,138
If the DB includes linked tables from another machine (i.e. a remote back-end file) and something about the network has changed, this could happen. If the name of the remote file or its path has changed, that would do it. If the links to the BE were based on a drive letter and something was installed on YOUR system that changed drive-letter mapping, that could also do what you describe.
 

Gismo

Registered User.
Local time
Today, 04:05
Joined
Jun 12, 2017
Messages
1,298
i tried to debug
i inserted a module to make a sub report transparent
then i received the file error
it seems like it could have come from the module
i deleted the module, could have solved the problem but not sure if that was the cause
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Yesterday, 20:05
Joined
Feb 28, 2001
Messages
27,138
If you know what was in the module, it should be fairly easy to look at it to determine if there is an external file reference.
 

Gismo

Registered User.
Local time
Today, 04:05
Joined
Jun 12, 2017
Messages
1,298
If the DB includes linked tables from another machine (i.e. a remote back-end file) and something about the network has changed, this could happen. If the name of the remote file or its path has changed, that would do it. If the links to the BE were based on a drive letter and something was installed on YOUR system that changed drive-letter mapping, that could also do what you describe.
I use UNC path to all my files, nothing has changed on the server
all my links to forms seems to work fine
 

Gismo

Registered User.
Local time
Today, 04:05
Joined
Jun 12, 2017
Messages
1,298
If you know what was in the module, it should be fairly easy to look at it to determine if there is an external file reference.
i deleted the module, for now, all seems ok
 

Users who are viewing this thread

Top Bottom