How to supress any open Illustrator dialogs?

Hi peoples!

I found any strange bahavior when opening files:


tell application id "com.adobe.illustrator"
			set user interaction level to never interact
			with timeout of 1200 seconds
				try #1 - Error open file
					open fileAlias without dialogs
				on error 
					return false
				end try
			end timeout
end tell

a dialog box appears:

Can i turn off this message?

Illustrator version 2015.3.1, OSX 10.11.6