Book a Demo

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

Pages: [1]
1
General Board / Re: File sharing lock count exceeded.  (Error 305
« on: April 22, 2005, 07:38:33 am »
I have tried to increase both 3.x and 4.0 from 9500 to 299500. I still have the same error:(

I also tried to check the Use JET 4.0 in EA. Then I got the following error when trying to open the replica or synchronize the replica or uncheck the Use JET 4.0:

---------------------------
EA
---------------------------
DAO.Database [3703]

Operation not supported on replicable databases that have not been converted to the current version.
---------------------------
OK  
---------------------------



Yun




2
General Board / Re: File sharing lock count exceeded.  (Error 305
« on: April 21, 2005, 01:45:36 pm »
I did not check "Use JET 4.0" in my EA. I am not sure what is in use for checking the file sharing lock count.

3
General Board / Re: File sharing lock count exceeded.  (Error 305
« on: April 21, 2005, 09:40:23 am »
Following the instruction in the linked page, I increased the MaxLocksPerFile setting. But I still get the same error. I have to use export/import to get my changes into the master project. Will do more frequent synchronizations.

Thanks

4
General Board / File sharing lock count exceeded.  (Error 305
« on: April 20, 2005, 03:23:33 pm »
I am trying to synchronize a replica to the master project. I got this error:
File sharing lock count exceeded.  (Error 3052)

What is the cause of this error? How to fix it?

FYI: EA Program Version 4.10.738.


Thanks

5
General Board / Re: I cannot bring back my Project Browser
« on: January 26, 2005, 07:54:37 am »
It works! Thanks a lot!

6
General Board / I cannot bring back my Project Browser
« on: January 26, 2005, 07:47:55 am »
I was trying to dock the project browser to a good place yesterday and accidentally closed it. But I cannot bring it back after that. I had tried to use ALT+0, it didn't work. I had tried to uncheck or check the "View|Project Browser", but it always shows it is checked. I had looked for the "Hide/Show Project Browser button on the toolbar", but cannot see this button. All other browsers works fine. I had rebooted my machine few times, it is still the same case. I cannot work on my project without open the project browser. Plesae help.


Thanks

7
General Board / Re: try-catch-finally blocks in sequence diagrams
« on: December 07, 2004, 11:50:10 am »
Thanks! This realy helps.

8
General Board / Re: try-catch-finally blocks in sequence diagrams
« on: December 06, 2004, 12:15:03 pm »
Thanks

9
General Board / Re: try-catch-finally blocks in sequence diagrams
« on: December 06, 2004, 07:12:57 am »
Thanks for your reply. But my question is not how to show throwing an exception. My question is how to show catching an exception and do something within the catch block. I need to seperate the stims in a try block from stims in a catch exception block.

Example code:

  public void myMethod()
  {
       doSomething;

       try
       {
           doA();
           doB();

       }
       catch(NullPointerException e)
       {
           doC();
           doD();
       }
        finally()
        {
            doE();
        }
  }

10
General Board / try-catch-finally blocks in sequence diagrams
« on: December 03, 2004, 09:35:27 am »
What is the correct way to show java try-catch-finally blocks in sequence diagrams? Using "break" fragment?


Thanks

11
General Board / Re: changing source code path for reverse engineer
« on: April 14, 2004, 07:54:29 am »
Thanks Simon!

But after adding a new path for a class (and the  package) I tried to update the package content, EA pops up error window. The path mentioned in the error message is the old and no longer exiting path.


---------------------------
EA
---------------------------
Error reading file:C:\install\Tomcat\webapps\my\WEB-INF\src\java\com\my\Test.java
---------------------------
OK  
---------------------------



What else do I need to do?  I am using EA version 3.6.


Thanks,


yun

12
General Board / changing source code path for reverse engineering
« on: April 09, 2004, 09:44:20 am »
Hi,

The class diagrams of my project were generated using "Project->Source Code Engineering->Import Directory Structure".  Now I need to update the class diagrams by "Project->Source Code Engineering->Update Package Contents". My source code files are now in a new path (the orinigal path no longer exists). But I got "Error reading file:%filename%" error. Ea keeps looking into the path that the package was imported.  I find the ways to set source code path for generating new code. But I did not find a way to change the source code path of a package for reverse engineering.  Can anybody help?


Thanks a lot!



13
General Board / Update existing sequence diagrams
« on: February 19, 2004, 02:12:41 pm »
I am evaluating EA and find that when a method name changed in a class diagram, the existing sequence diagrams can be updated automatically. But when a method parameters changed in the class diagram, for example one more parameter added, the existing sequence diagram cannot be updated automatically.  Did I miss some configuration settings?

Pages: [1]