Skip to main content
HealthShare Health Connect 2024.3
AskMe (beta)
Loading icon

Creating a Production

This page describes how to create, open, export, generate documentation for, and delete productions. Other pages describe how to add business hosts and configure settings for the production and all business hosts.

Note:

If a production is Suspended or Troubled, see Correcting Production Problem States.

Creating a Production

To create a production:

  1. Display the Production Configuration page.

  2. Select New to create a new production.

  3. Enter a Package Name, Production Name, and Description.

  4. Choose Generic production.

  5. Click OK.

  6. Now you can add business hosts and configure them.

Opening a Production

To open a production:

  1. If you are not already in an interoperability-enabled namespace, choose your working namespace from the available interoperability-enabled namespaces.

  2. Navigate to the Interoperability > List > Productions page, and then select Go, if necessary.

  3. Select Open to open an existing production.

To open a production or create a new production when you currently configuring a production on the Production Configuration page:

  1. If you have clicked anywhere within the diagram, click Production Settings.

    Production Settings link

    This step returns the focus to the production and changes the options on the Actions tab.

  2. Select the Actions tab.

  3. Select Open on the Actions tab to open an existing production or select New on the same tab to create a new production.

Exporting a Production

To export a production from the Production Configuration page:

  1. If you have clicked anywhere within the diagram, click Production Settings in the right-hand pane.

    This step returns the focus to the production and changes the options on the Actions tab.

  2. Click Export on the Actions tab.

  3. Select items to export.

  4. Click Export.

  5. Select whether you want to export the production to the server or to your local machine via the browser’s downloading capability.

  6. If you are exporting to the server, enter a path and name of the export file. If you are downloading to your local machine via the browser, enter the name of the export file.

  7. Click OK.

See Deploying a Production for details on exporting and deploying a production.

Generating Production Documentation

You can navigate to the Production Documentation page from the following places in the Management Portal:

  • From the Interoperability > List > Productions page, select a production name and click Document.

  • From the Interoperability > Configure > Production page, on the Actions tab for the production, click Document.

From the Production Documentation page for a production, you can generate or view the production documentation, which includes a list of all the business hosts and their settings. Perform one of the following actions:

  • Click View to display the online documentation you previously generated. If you click View and no HTML documentation exists, you can choose to generate it.

  • Click Generate to create new documentation for this production using a background job.

    It may take a considerable amount of time to generate documentation for large productions; therefore, you may not want to generate new documentation if you have not made changes to the configuration of your production.

  • Cancel to cancel the operation.

You can also generate HTML documentation and, additionally, PDF documentation using the following methods in the Ens.Config.ProductionOpens in a new tab class:

  • CreateDocumentHTML()Opens in a new tab—creates new documentation in HTML format.

    For example, to create documentation for Demo.Loan.FindRateProduction in HTML format:

     Set status=##class(Ens.Config.Production).CreateDocumentHTML("Demo.Loan.FindRateProduction",1,.URL,.ErrLog)
  • RemoveDocumentHTML()Opens in a new tab—removes existing HTML-format documentation from the current namespace.

  • CreateDocumentPDF()Opens in a new tab—creates new documentation as a PDF file.

    For example, to create documentation for Demo.Loan.FindRateProduction in PDF format, you can use the method in a statement similar to the following:

     Set status=##class(Ens.Config.Production).CreateDocumentPDF("Demo.Loan.FindRateProduction",1,"C:\Temp\Rate.pdf",.Log)

    The PDF format requires that you have a PDF renderer installed. It also requires Java.

Deleting a Production

To delete a production:

  1. Navigate to the Interoperability > List > Productions page.

  2. Click the production that you want to delete.

  3. Click Delete.

  4. Click OK.

See Also

FeedbackOpens in a new tab