cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
UNeverNo
Level 6

Error -7086 (encryption of sql script)

I'm getting
ISDEV : fatal error -7086: Bei der Verschlüsselung der SQL-Skriptdatei '%s' ist ein Fehler aufgetreten
which means that an error occured encrypting a sql script file.

I found this thread, but it doesn't seem to fit to my problem: http://community.acresso.com/showthread.php?t=159882&page=2&highlight=7086

I don't have two databases. But my single sql file was huge (2.6gb) when I first got this error so I thought that maybe there's the problem, but now, after splitting it into 200mb files I still get the same message.

Any ideas how to solve it?
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Please make sure that you don't have a 0 byte SQL file in your project. That will cause the build error -7086. Also, Windows Installer only allows up to 2GB data to stream into a MSI database. At this time, you need to use a pure InstallScript project if that is the case.
0 Kudos