HyperSizer Support Forum

Software Use => Scripting => Topic started by: dmunk on August 13, 2013, 11:07:13 PM

Title: Using MATLAB to automate HyperSizer
Post by: dmunk on August 13, 2013, 11:07:13 PM
Hi

I am having trouble automating HyperFEA through MATLAB. I keep getting this error and I'm not sure how to get around it:

Error using COM.HyperSizer_Application/OpenDatabase
Invoke Error, Dispatch Exception:
Source: Application
Description: Database Write Permission Required

How do I get permission?

Thanks
Title: Re: Using MATLAB to automate HyperSizer
Post by: Ryan on August 19, 2013, 03:09:13 PM
You are probably trying to open a Training database that ships with HyperSizer. These are read-only files. If you create a new database, and then import projects from the Training database you should be able to get up and running.

http://hypersizer.com/help/index.php#Form-DbX/import_workspace.php

-Ryan
Title: Re: Using MATLAB to automate HyperSizer
Post by: dmunk on August 19, 2013, 08:46:55 PM
cool thanks
Title: Re: Using MATLAB to automate HyperSizer
Post by: Neergaard on January 06, 2015, 12:49:49 PM
Hello

Another way to get the same error message is to pass a valid file that is not a database, like for example the HyperSizer.exe file.
I know this because
 :-[
... I read books