UziTech / NSF2SQL

Convert Lotus Notes (.nsf) to SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executing the app

andreasinspire opened this issue · comments

Downloaded and executed the app to get the error below
image
Any support will be greatly appreciated

Do you have lotus notes installed on the computer you are trying to run this on?

Thank you for the response. No I do not. I was given only access to the NSF. Cant we run this without LN being installed?

Yes this software uses a dll from lotus notes. It depends on the dll for the version of lotus notes that created the nsf file.

Ok. Thank you again. We will obtain LN and deploy. Will get back here if needed

Yes the domain and password for the currently logged in user.

where is the actual file located?

It should be on the desktop in a file called export.sql

Also we run the migration on a large NSF (15GB) and we get the below at the end of the processing but before exporting the files. Can we see why?

what is "the below" there doesn't seem to be any other information below that.

You might be running into #1. The software loads all documents into memory so it knows how to arrange the tables before outputting the SQL. I haven't found an easy way to reduce the memory footprint.

I think the easiest way around this is to break the NSF database into multiple databases and merge them when they are in sql.

I don't believe it does anything with attachments. We didn't have any in the databases I needed to convert when I created this.