Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hano08

Pages: [1]
1
General Board / Re: Error message during Import - Native XML
« on: October 02, 2024, 04:20:11 pm »
Thanks qwerty,
I will try to contact Sparx.

2
General Board / Re: Error message during Import - Native XML
« on: October 02, 2024, 05:34:38 am »
Thanks Geert for your quick response.
However we have our repos updated to that schema.

(from the 'About' dialog:)
Connection / DBMS:  OLEDB - MS SQL Server
Database Schema Version: 1558

3
General Board / Error message during Import - Native XML
« on: October 01, 2024, 10:11:08 pm »
Hi,

When we do Full Project Transfer via Native XML > Import Complete Project, this error message appears:
 
Native Update FAILED with error:
Cannot insert explicit value for identity column in table 't_image' when IDENTITY_INSERT is set to OFF

It does not appear to affect the repository in any way, from what we can tell, but it would be good to know what this means and if it presents any risks?
Any help is appreciated.

4
Ok, thanks for confirming this Geert.

5
I'm using EA 16.1 and I can't copy text from MS OneNote to Notes (description) for an EA element. Anyone had success with it? Copying from MS OneNote to Notepad, Word etc works fine, but not to Sparx EA Notes fields.

6
Thanks Geert,
Yes, the differences in Registries confirms that.
I also installed msxml4.dll on one client with failed scripting, making it work again.

Seems like since all versions of MSXML 4.0 (including SP2 and SP3) are no longer supported, and will no longer receive security updates, I guess our Infrastructure Dept. won't distribute if I ask them to.

So, guess I need to change the scripts.

/Hans

7
We are using some VBscripts that work as intended (for a long time). Now we're starting to see that these scripts do not work for some clients. The error msg is "EA Generic error: ActiveX component can´t create object: ‘MSXML2.DOMDocument.4.0’
What these clients (with script failing) have in common is that they are of a newer model and thus newly installed.
Trying to narrow the problem I have tested with the example JScript 'Example Template Fragment Script' (https://sparxsystems.com/enterprise_architect_user_guide/15.2/model_publishing/example_rtf_template_fragment_.html)

On an older client, the script works, but on a new client the error msg is "Script error: ‘Automation server can't create object’ ”

If I change the line
Code: [Select]
var xmlDOM = new ActiveXObject("MSXML2.DOMDocument.4.0"); to
Code: [Select]
var xmlDOM = new ActiveXObject("MSXML2.DOMDocument.6.0");

it seems to work both on an older as well as a newer client.

I compared the msxml.dll's in \Windows\System32, and both "client types" have
msxml3.dll
msxml6.dll
with identical date stamp (2020-10-23) and version number.
So, what am I dealing with here?
Should I let the Infrastructure Dep. look for differences between the clients' setup, or should I let the scripts in EA change?

8
General Board / Search inside linked document?
« on: September 11, 2012, 10:00:08 pm »
Is it possible to create a search definition (in Model Search) to get search results from text in linked documents?

9
General Board / Re: Permission issue
« on: June 20, 2012, 05:29:51 pm »
Ok,
Thanks. I try that, or I just make a copy of the file.

10
General Board / Re: Permission issue
« on: June 19, 2012, 09:43:10 pm »
Thanks Geert for your reply.
Problem is that it is not possible to delete the .ldb. Error message reads "Cannot delete <filename>: It is being used by another person or program. Close any programs that might be using the file and try again."

Based on that you would think that there is a person who has the eap opened, but they assure me that is it not. There are four people sharing this eap.
Person A and B manage to open, edit and close the model. Person C and D cannot open the model at all. Person A is the one that created the eap originally, and that person is unable to delete the .ldb

Any other ideas?

Regards,
Hano

11
General Board / Permission issue
« on: June 18, 2012, 10:10:55 pm »
We have a file-based eap that works fine for 3 users on a shared network. However, today a new user were invited to start working with this eap, but she´s not able to open it.
The error-message reads something like:
"....It is already opened exclusively by another user, or you need permission to view its data"

No other user had that eap opened at the time.

Did a copy from that file, wich she was able to open.

Any help would be greatly appreciated.

Thank you,

12
When generating an HTML report from an EA package, hyperlinks get exported in such a way that they don't work when displayed in Internet Explorer (or in Chrome).

The html-generation adds a [$inet://] to the url, that makes the link not work in the browser.

Any suggestions?

Pages: [1]