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 - suki

Pages: [1] 2
1
Hello,
I'm not sure which type of database do you use. I had also some problem with it. If you use local EAP database you can try these steps:

1. You'll need another EAP template for EA. It is different than original template which is installed with EA.
You can download it for example here:
http:// http://www.siteadvisor.nl/sites/sparxsystems.com.au/downloads/652987/
This EAP supports the JET4 databases. If you decide to use it in future for all your new projects then replace with it the original file "EABase.eap" in program folder of EA.

2. Then change settings of your EA:
    - Options-> tab General -> check the box "Use JET 4.0"
    - Options-> tab XML Specifications -> Fill value 'utf-8' into filed Code Page

With this EAP database I'm able to export each package to XMI keeping right codepage.
Unfortunately I can't help you with export from current EAP.
Maybe it would be helpful if you set yours computer to the Chinese enviroment before export.

2
Suggestions and Requests / EA API (GetAllLatest)
« on: June 21, 2011, 05:29:35 pm »
Hello,
we use local EAP project where every package is controlled in SVN. We need daily and automatically update EAP project and then export it to HTML. However in API is not accessible function GetAllLatest so we tried to call the function GetLatest recursively for each package.

The problem is, that this way of update (using GetLatest) is very slow because GetLatest creates separate session between EA server and SVN sever for downloading each XML file. Our projects have more than 2000 packages it means create and finish connection many times. And it is very slow.
As we know, function GetAllLatest uses XML files from local copy of SVN. So this way is possible update whole SVN (XMI) on local EA server at first and then execute GetAllLatest. This way is much more faster but unfortunately isn't accesible on API.
Please, could be possible provide the function GetAllLatest on API or can you recomend us another solution how to execute update EAP automatically?

Currently we use the lastest version of EA 907.
Thanks for your answer.

3
Suggestions and Requests / Re: Inserting page break by RTF generator
« on: September 09, 2009, 06:17:14 am »
Quote
What was the solution or workaround to avoid inserting page breaks when the template changes for every model document?


If I understood good then page break was hard coded in RTF generator till ver. 7.1.833. It means if you are using this version or any older then don't exist any workaround.
Newer versions of EA (from version 7.1.834) was already not to insert a page break in RTF document during generation.

You need install newer version of EA. That's all. I tried it and it works good.

4
Suggestions and Requests / Re: Inserting page break by RTF generator
« on: September 01, 2009, 09:44:53 pm »
Thank you for support. I downloaded last build (848).
Seems to be ok.

5
Suggestions and Requests / Re: Inserting page break by RTF generator
« on: September 01, 2009, 05:34:15 pm »
Many thanks. It works.
But newer version has unfortunately other ailment.
At least I know that page break is not possible set up in the template but it is hard coded in the RTF generator.

6
Suggestions and Requests / Inserting page break by RTF generator
« on: August 27, 2009, 01:50:30 am »
I am using a Virtual Document definition for RTF output generation. It means I have one "master document" with specific template and many "model documents" with differents template. I have only one problem: The RTF generator inserting always "page break" between templates (make it automatically).

Is any way how to restrict inserting "page break" when changing the template?

I tried to set last paragraph in each template with option "Keep with next" but it didn't work.
Maybe I did something badly.

Many thanks.

7
Suggestions and Requests / Re: Generate HTML report
« on: September 03, 2009, 05:57:20 pm »
Hello,
I received answer from Sparx Team by email today.
You can read it bottom.
Bye Kamil


" ... Thanks for pointing this out.  
This problem is peculiar to Oracle and has already been submitted. We do hope to have a correction for it available in build 849 or 850.
In terms of a work-around - I understand the problem does relate to the number of element elements in a package.
I can only recommend you try to modularize these elements to sub packages if possible. ...."

8
Suggestions and Requests / Re: Generate HTML report
« on: September 02, 2009, 09:58:21 pm »
Quote
I think your only option now is Sparx Support.

Geert

I have the same feeling. I sent email to sparx support today. Waiting for answer.

Kamil

9
Suggestions and Requests / Re: Generate HTML report
« on: September 02, 2009, 06:05:40 pm »
Quote
This sounds fairly serious. Try checking the database with the Project Integrity Check dialog. Open the project and from the main menu choose Tools | Data Management | Project Integrity Check, Or use the Shift-F9 keyboard shortcut.

If things check out, or if the problem persists, send a bug report to Sparx right away. If at all possible attach a compressed copy of your project so they can see what's happening. [You will have to use the Registered Users version of the bug report to attach a file. If you cannot access that bug report version you should send an email to Sparx Support and attach the file.]

Please let us know what happens either way.

David

I tried to check database integrity but unfortunatelly nothing was improved.
I found additionally the LOG file which EA application saved when this error happend.
You can see it on this link.
http://www.photos-from-life.cz/prenos_souboru/DBError.txt
...many items in condition WHERE (more than 3200 !!)

Kamil

10
Suggestions and Requests / Re: Generate HTML report
« on: September 02, 2009, 12:51:50 am »
Quote
Hi,

I have installed new version of EA (7.5.847) and now I have a trouble with HTML report generation. We use storage repository on oracle DB.

When I try to start HTML generation it shows the message
"ORA-01795: maximum number of expressions in a list is 1000". After  closing this message generation continue. But the result is not valid. Many objects missing.

On other computer which has older version of EA installed (7.1.834) is not this problem.

Please, exist some solution how to run HTML report with EA 7.5 version?

Thx.

Now, I tried "Generate HTML report" with the most recent version (848) and the error is the same. I'm not ORACLE specialist, but this error should be caused by the reason of  "more than 254 columns or expressions were specified in a list".
Recomended action from ORACLE: Remove some of the expressions from the list.

If I understand well, there were expanded some SELECT's uses the HTML export. I can't solve itself. It seems to be a problem EA.
(older version EA 7.1 has not problem with that)

Our repository is already quite big enough. HTML export takes about 2 hours.

Can anyone comment, please?

11
Suggestions and Requests / Re: Generate HTML report
« on: August 27, 2009, 05:55:04 pm »
I tried to transfer repository from DBMS to EAP (Tools | Data management | Project transfer) but it showed the other error during tranfer. "Transfer error - An error has occured: DAO.Recordset (3022)". Then went the transfer continue.
After finish I started "Generate HTML export" from EAP file repository and it brought the error: "DAO.QueryDef (3219) Invalid operation".

It realy seems some DB error but I don't understand how it arose and how repair it.

12
Suggestions and Requests / Generate HTML report
« on: August 27, 2009, 12:31:23 am »
Hi,

I have installed new version of EA (7.5.847) and now I have a trouble with HTML report generation. We use storage repository on oracle DB.

When I try to start HTML generation it shows the message
"ORA-01795: maximum number of expressions in a list is 1000". After  closing this message generation continue. But the result is not valid. Many objects missing.

On other computer which has older version of EA installed (7.1.834) is not this problem.

Please, exist some solution how to run HTML report with EA 7.5 version?

Thx.

13
Bugs and Issues / Re: "DAO.QueryDef [3035] System resource exceeded"
« on: April 14, 2015, 05:06:55 pm »
Yes, I created completely new.
  • I created New model (empty)
  • I set up Version Control Settings (to establish connection with SVN)
  • I started import from root package clicking at .EAB file in svn
The repository is large. I had to make "Compact .EAP file" few times to finish whole import process.

14
Bugs and Issues / Re: "DAO.QueryDef [3035] System resource exceeded"
« on: April 14, 2015, 02:27:45 am »
I've already tried this. All packages are under subversion control. So i did "Import model Branch.."
Unfortunately the result is still same. I can provide additional information if necessary. Currently I have no idea how it resolve.

Thank you in advace.

15
Bugs and Issues / "DAO.QueryDef [3035] System resource exceeded"
« on: April 14, 2015, 12:46:34 am »
Hi,
i'm using Enterprise Architect 11 Corporate edition with local EAP project. Now I am not able export whole project to HTML (Publish as HTML). I always get the error message "DAO.QueryDef [3035] System resource exceeded" almost immediately after pressing the button "Generate".

I have found some advices on net with modification register's setting: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Jet\4.0\Engines\Jet 4.0
"MaxLocksPerFile"=0x0000251c (9500) => increased this default value

....but it didn't help me.

Checked with OS:
Windows 7 Ultimate SP1 64-bit
and
Windows Server 2008 SP1 64-bit

The result is still the same.

Any ideas please?

Pages: [1] 2