Skip to main content

Creating custom EA Diagrams & Reports - Help please.

  • July 15, 2015
  • 3 replies
  • 0 views

Hi. I am wanting to create 2 custom reports in EA. 

Diagram 1: Interface diagram showing in bound and out bound calls from a Project. What are the options I must select in the Editor?

Diagram 2: Flow report showing JOB>PROGRAM>TABLE. Again, not sure what what options to select in the Editor. 

Any my advice will be very helpful. 


#EnterpriseAnalyzer
#DiagramsReports

3 replies

  • Author
  • Rocketeer
  • 19312 replies
  • July 15, 2015

Hi. I am wanting to create 2 custom reports in EA. 

Diagram 1: Interface diagram showing in bound and out bound calls from a Project. What are the options I must select in the Editor?

Diagram 2: Flow report showing JOB>PROGRAM>TABLE. Again, not sure what what options to select in the Editor. 

Any my advice will be very helpful. 


#EnterpriseAnalyzer
#DiagramsReports

Hi,

for Diagram 1 you should go into Tag Manager and create a Tag for the project you are interested in. Tag all project objects with the name of the tag. The new tag should be high enough in the structure that you can see all other applications in a single structure. For example,

HOME

¦

-> 'My Project'

¦

-> 'Everything else'

Then in Diagrammer use the Group By option and select 'HOME' (the top level tag) and create your digram of choice - e.g. Call Map

You will be able to see the interfaces visually abut can also create a report from the 'File' menu called 'Save Blackbox Interface Report'. You can take the same approach for things like Data Flow, shared Tables, etc by selecting the right diagram scope.

For Option 2, there are probably several answers depending on your environment and database. For jobs running programs accessing table you will need to create something like this:

Left           Relationship                            Right

JOB          Runs Program                         PROGRAM

JOB          Runs Program thru Decision   PROGRAM

Program   DeletesTable                           Table

Program   InsertsTable                             Table

Program   ReadsTable                             Table

Program   UpdatesTable                          Table

I can send you the scope if you email me at neil.shaw@microfocus.com


  • Author
  • Rocketeer
  • 19312 replies
  • July 15, 2015

Hi. I am wanting to create 2 custom reports in EA. 

Diagram 1: Interface diagram showing in bound and out bound calls from a Project. What are the options I must select in the Editor?

Diagram 2: Flow report showing JOB>PROGRAM>TABLE. Again, not sure what what options to select in the Editor. 

Any my advice will be very helpful. 


#EnterpriseAnalyzer
#DiagramsReports

Sorry for Diagram 2,

if the program that accesses the table is called by another program, that is, not run directly in the job, you will need to add two more relationships:

PROGRAM        CallsProgram                          PROGRAM

PROGRAM        CallsProgramThruDecision     PROGRAM

That should pick up program usage down the chain from the 1st run program.

Remember to change the base colour of the Table and Job objects, the default colour is the same as the program object.

regards

Neil


  • Author
  • Rocketeer
  • 19312 replies
  • July 16, 2015

Hi. I am wanting to create 2 custom reports in EA. 

Diagram 1: Interface diagram showing in bound and out bound calls from a Project. What are the options I must select in the Editor?

Diagram 2: Flow report showing JOB>PROGRAM>TABLE. Again, not sure what what options to select in the Editor. 

Any my advice will be very helpful. 


#EnterpriseAnalyzer
#DiagramsReports

Thank you so much. It worked perfectly!