Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Run-time error 76 during export #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bodywithoutorgans opened this issue Jan 29, 2019 · 3 comments
Open

Run-time error 76 during export #85

bodywithoutorgans opened this issue Jan 29, 2019 · 3 comments

Comments

@bodywithoutorgans
Copy link

I get run-time 76: Path not found in function BinOpen, in line:
Open file_path For Binary Access Write As f.file_num
during export, if all tables are included (INCLUDE_TABLES= "*").
The same situation with two different databases.

@timabell
Copy link
Member

timabell commented Feb 6, 2019

I wonder if that's something funny about where it's being run from, permissions or somesuch. Could you do some more digging and see if you can pin down what path it was trying to open and why it failed?

@maateusbp
Copy link

i had the same problem,
in my case the error hapens in the path :> 'C:\Users\mateu\OneDrive\Documents\GitHub\SIPPAG-DEV\pfs\tables\Tbl_Clientes.txt'

the error don't exits if export only one table

@maateusbp
Copy link

i maybe found the solution, appers the error is a missing path 'pfs'

in function ExportAllSource --

i've added the line

VCS_Dir.VCS_MkDirIfNotExist source_path_pfs

result:

source_path = VCS_Dir.VCS_ProjectPath() & "source"
source_path_pfs = VCS_Dir.VCS_ProjectPath() & "pfs"
VCS_Dir.VCS_MkDirIfNotExist source_path
VCS_Dir.VCS_MkDirIfNotExist source_path_pfs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants