1
Automation Interface, Add-Ins and Tools / Re: Suppress login window while using openFile2() method
« on: January 11, 2022, 07:19:46 pm »
Yes, it worked. Thank you very much.
I suspect that what you're seeing is the Windows https authentication. This is separate from EA security (and shows up before EA knows that security is enabled.)
If I'm right, the instructions for configuring the worker will help.
https://sparxsystems.com/enterprise_architect_user_guide/15.2/pro_cloud_server/manual_worker_config.htmlQuoteHowever, when the model has security enabled the connection string requires USER and PASSWORD parameters:
EAConnectString:model1 --- ;Connect=Cloud=protocol:http,address:localhost,port:804,user:fred,pwd:pwdxxx;Data Source=model1;