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

Pages: 1 ... 60 61 [62]
916
General Board / Re: Cloud Server / EAP FIles / Revision Control
« on: November 23, 2015, 07:41:42 pm »
Hello John,
I suppose, this is not possible. EAP is a MS Access database file and Access is not a C/S application. Theoretically to get it work you would need a MS-Access running on your server and something that makes your MS-Access answering to requests coming from outside, but I belief there is nothing like that on the cloud server.

-Peter

917
General Board / Re: Problem with windows authentication
« on: May 08, 2007, 06:43:17 am »
Hello David,

Thank you for your patient help.
The connection string is stored in the registry Sparx Systems/…./Recent File List/…, right?
I compared the connection string of both working and not working PC’s. They are identical. This is no surprise, because we distribute the whole installation including that connection string via NetInstall.
We are using ADS. Up to now I had not taken ADS as the potential problem maker in account so far.
Do you think it is worth to find somebody in my company looking in the ADS content?
Any other ideas are welcome any time.

918
General Board / Re: Problem with windows authentication
« on: May 07, 2007, 10:58:46 pm »
Hello David,
I am quiet sure, because it works with my accound on two PC's but on one PC not. The same happen to my colleges. So there must be something stored on the client PC.

919
General Board / Re: Problem with windows authentication
« on: May 07, 2007, 03:01:55 am »
Hello David,
thank you for your reply.
However I am using Oracle not MS SQL as repository. My oracle connection works and uses an ADS unkown account defined in my connection string. My problems are in the windows authentication only and only on machines I used the repository before I enabled the windows authentication. So the problem depends on a machine (Client PC) not on a user and not on a repository.
Any idea?

920
General Board / Problem with windows authentication
« on: May 04, 2007, 01:50:42 am »
We used over several versions up to now EA. Former times windows authentication was not enabled. In the meanwhile we switched it on.

According to our experience that works fine for PC’s which did not connect to the project before the windows authentication was switched on.
For the other PC’s the login window still appears. Deinstalling and Reinstalling EA did not help.
So we tried via filemon and regmon to find out where such machine and project related information is stored, but without success.
Is there anyone having an idea what to do to solve that problem?

921
General Board / Re: How to delete Linked Document... assigned to p
« on: March 09, 2007, 08:00:16 am »
Thank you Erixon.
That works!
However for my feeling a bit cumbersomely.
I think I add a feature request.

922
General Board / How to delete Linked Document... assigned to packa
« on: March 09, 2007, 05:45:31 am »
How to delete Linked Document... assigned to package?
In the  menu "Element/Linked Document... I can assign an rtf document to a package. But how can I delete or remove such a link?

For other elements there exists a item in the context menu to delete such a document. But I found nothing of packages.

923
General Board / Accept Windows Authentication for Oracle Repositor
« on: June 06, 2006, 11:29:54 pm »
Hello,
I scanned the topics regarding this issue but those did not give me a clear indication if the feature works for oracle or not. At least I do not get it work.

I changed my System User Login in the EA Oracle repository to DOMAIN\MYUSERNAME and I expected the feature to work but it does not.
What about the System User password? Shall it be the same as the Windows password or does it not give a damn about that issue?
Are any other thinks I have to care about?
???

924
General Board / RTF Generator Chapter Numbering
« on: May 23, 2006, 12:17:39 am »
I am using the TER based RTF generator and I am facing the problem to be not able to define a chapter numbering working well.

What I have done, is creating the stuff (style, list and overrides, …) I think needed. This works fine as long as I only mark static text with those headers. However if I use nested model elements with the same style the “header n style” is promoted to the nested elements but the assigned lists had gone.
So I think there is a small bug in the generator.

925
General Board / Re: EA 5.0 crashes
« on: May 23, 2005, 01:03:56 am »
Hello Howard,
I will give you the information by email.

926
General Board / EA 5.0 crashes
« on: May 19, 2005, 03:49:21 am »
I am using EA with PVCS as version control system. Our project data is stored in an oracle data base. On some machines EA works, but sometimes a bit strange. So, controlled packages are sometimes not editable until a checkout has been started. Even if the checkout did not work afterwards we can edit the package. We have an other machine were EA just crashes without any message when we try to login.
Removing the VCConfigs in the registry prevent the crash but a manual new setup of the VCConfigs information within EA let to a crash again.

927
General Board / XML Schema generation HowTo
« on: November 03, 2004, 06:00:05 am »
I am fiddling around with the XML-Schema generation and I had very quickly some success to design my schema somehow top down.

On the leaves of my tree I get lost. I don’t know how to model e.g.

<xs:element name="Doc.Title" maxOccurs="unbounded">
<xs:complexType>
 <xs:simpleContent>
  <xs:extension base="xs:string">
   <xs:attribute ref="Language" use="required"/>
   <xs:attribute name="Status" use="required">
   <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
     <xs:enumeration value="UnderDevelopment"/>
     <xs:enumeration value="Released"/>
     <xs:enumeration value="Obsolete"/>
     <xs:enumeration value="Replaced"/>
    </xs:restriction>
   </xs:simpleType>
   </xs:attribute>
  </xs:extension>
 </xs:simpleContent>
</xs:complexType>
</xs:element>
or in other words just a node containing a text node and two attributes.

Any help is welcome.

928
General Board / Re: Additional elements - XML Schema generation
« on: November 03, 2004, 06:57:54 am »
Also playing with the schema generator?
To solve your problem follow this recipe.

1)      Assign the stereotype XSDschema to your package containing the schema classes
2)      Go to the resource view and click right on the UML Profile for XSD Schema/XSDschema
3)      Selcet “synch Tagged Values and Constraints…
4)      Click OK
5)      Go back to the package containing the classes
6)      Go to the tagged values and change the value of tag anonymousRole from false to true.

Pages: 1 ... 60 61 [62]