Converse agora com nosso suporte
Chat com o suporte

erwin Evolve 2022.0.1 - User Guide

erwin Evolve 2022.0.1 User Help Guide
Getting Started Creating Sites and Pages Data Layout Options Filtering Data Property Groups Data Visualizations Displaying Diagrams Using Web Modeler Automatic Diagrams (Diagram Designer) Navigating your Site Workflow Explained Social Interaction Features Questionnaires Reference Configuration and Administration Customizing Your Site Troubleshooting Upgrading Evolve Suite Addendum

Parent object and Parent object name

Parent object and Parent object name

The instructions on this page detail how to set a Parent object and object name in erwin Evolve Suite (CW Suite), erwin Evolve Web, and erwin Web Modeler.

To set the Parent object and object name in erwin Evolve Suite:

1.Start the erwin Evolve Suite.

2.Click Modeler.

3.Select the Model and Template that you want use to create a diagram.

4.Enter the name of the diagram in the Name box and then, click Create.

5.Drag and drop the required shapes from the palette onto the diagram surface.

6.Double click on the diagram surface or under the Home tab, click Properties.
The Diagram properties dialog box appears.

7.Click the first drop-down list box under Parent object and select the required parent object.

8.Click the second drop-down list box under Parent object and select the required parent object name.

9.Click OK.

10.Click on the Refresh icon.

 

You can see the same Parent object and Parent object name on the left pane.

 

Before setting the Parent object and Parent object name in erwin Evolve Web, first, we need to enable these options (Parent object and Parent object name) in Evolve Designer and publish them on the site.

To enable Parent object and Parent object name in Evolve Designer [Evolve 2022.0.0 and above]:

1.Start Evolve Designer.

2.Click on a model. For example: A Foundation – Sample Model.

3.Click Site.

4.Expand Site > Object Pages.

5.Right-click on diagram and click Expand All.

6.Click General and under Selected Properties, select Parent object and Parent object name.

7.Click Save and then, click Dynamic Site to generate the site.

To set the Parent object and Parent object name in erwin Evolve Web:

1.Open the browser and login to erwin Evolve Web.

2.Click on model. For example: A Foundation – Sample Model.

3.Under my menu, click Diagram List.

The Diagram List appears.

4.Enter the diagram name in the Filter the content of this page box.

5.Click on the  icon.
The diagram opens on your object page.

6.In the Diagram drop-down list, click Properties.

7.Click the Edit icon to edit the Parent object and Parent object name.

8.Click the Parent object drop-down list and select the required option.

9.Click the Parent object name drop-down list and select the required option.

10.Click the Save changes icon.

The Update Summary details appear on right pane.

11.Click Submit.

 

To set Parent object and Parent object name in erwin Web Modeler:

1.Click View.

2.Click the Edit Diagram In Web Modeler icon.

3.Click Create new draft.

The erwin Web Modeler editor opens in a new tab with the predefined Shape Palette of the template chosen.

4.Click on the  icon to view diagram properties.

5.Click on the  icon.

Parent Object Details popup opens.

6.Click the Object Type drop-down list and select the required option.

7.Click the Category drop-down list and select the required option.

8.Click the Object drop-down list and select the required option.

9.Click Save.

To publish the diagram:

1.Click the Publish Diagram icon.

2.Click Confirm Publish.

Once the diagram is published in the erwin Web Modeler, it can be accessed from the Modeler in the erwin Evolve Suite.

Diagram and Palette properties can be modified, if required, from the desktop application.

Using Explode Diagram in erwin Web Modeler

Using Explode Diagram in erwin Web Modeler

The instructions on this page detail how to use the Explode Diagram feature to:

Create links from parent to child diagrams

Open existing child diagrams linked via the feature

Return to the parent diagram

To use the explode diagram feature in erwin Evolve Suite:

1.In the diagram, right-click an object.

2.Hover over Explode New.

3.Click Diagram.
The New Diagram screen appears.

- Use Name to specify the name of the diagram.
- Use Base the diagram on a template to specify template of the diagram.
- Use Create a blank diagram (based on diagramming rules) to create a new blank diagram without any templates.

4.Click OK.

The selected object is linked to a new diagram. You can explode the object to view or open the diagram.

To view an exploded diagram:

1.On a linked object that is represented on a diagram, click the  indicator inside the shape.
The list of exploded diagrams appears.

2.Select a diagram from the list.

3.Click Open.

The exploded diagram opens. You can view the parent object’s details in the properties of the exploded diagram.

To view parent object or diagram of exploded diagram:

1.Under the Home tab, click Return to Parent.

2.Select a diagram and click Open.

The Parent diagram appears.

To create an exploded diagram in erwin Web Modeler [Evolve 2022.0 and above]:

1.Open the browser and login to erwin Evolve Web Platform.
The list of available model appears.

2.Click on the model, e.g., EA Foundation – Sample Model.

3.Under my menu, click Diagram List.

The list of diagrams opens.

4.Click Diagram List available under my menu.

5.Enter the diagram name in the Filter the content of this page box.

6.Click the Open related object page icon.
The diagram opens on your object page.

7.Click the Edit Diagram In Web Modeler icon.

 

If this icon is not present, please check you have a license for Web Modeler, that Web Modeler is enabled, and you are allocated a Diagrammer license.

8.Click Create new draft.

Evolve Web Modeler editor opens in the new tab with the predefined Shape Palette of the template chosen.

9.Select an object.

10.Click
The Diagram Types screen appears.

11.Enter Name and select a Template.
A blank exploded diagram is created. Now, you can drag and drop objects from the shape palette.

12.To publish the diagram, click the  icon. You will be asked if you wish to publish. Click to confirm.

Once the diagram is published in the Web Modeler, the same diagram can be accessed from the Modeler in the desktop application.

Load Balancing with erwin Web Modeler

Load Balancing with erwin Web Modeler

Previously if you wanted to use Web Modeler you were restricted to a single server installation. We have now extended the configuration to allow for multi-server (or load balanced) environments.

Configuring MongoDB Replication

Configuring MongoDB Replication

This topic explains the process to configure MongoDB Replication. This process is only required if you are serving Evolve Web Platform from more than one web server, in a load balanced array.

Configure MongoDB Replication

1.Press the Windows key and then click Start.

2.Search for Services.
The Services window appears.

3.Select MongoDB Server.

4.Click Stop.
MongoDB Server service stopped.

5.Go to MongoDB bin folder available at C:\Program Files\MongoDB\Server\4.2\bin.

6.Open `mongod.cfg` file in text editor (For example: Notepad).

7.Update replication property as follows:
replication:
replSetName: "rs0"

8.Bind your system IP address in the following format:
net:
port: 27017
bindIp: <enter system ipv4>, 127.0.0.1

9.Save the`mongod.cfg` file.

10.Start MongoDB Service.

11.Go to C:\Program Files\MongoDB\Server\4.2\bin and open the command Prompt.

12.Run the mongo.exe command.

13.Run the following command:
rs.initiate({_id : "rs0",members: [{ _id: 0, host: "<enter system ipv4>:27017"}]})

 

The default MongoDB port number is 27017. If required, you can update it to a different port number.

14.Run the rs.status() command to check whether replication is configured successfully.

Successful MongoDB replication is indicated by a response where the members array has the name and IP properties according to the values configured in step 13.

Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação