1 Service Catalog and Design
Oracle Communications Service Catalog and Design provides a unified environment for designing, testing, and deploying integrated multi-application OSS solutions. It simplifies the management and maintenance of services and networks by centralizing service, resource, and network specifications and configurations.
Service Catalog and Design comprises the following components Solution Designer and Design Studio. For more information on Solution Designer and its capabilities, see Solution Designer User's Guide. For more information on Design Studio and its capabilities, see Concepts guide.
This document provides the release notes for Oracle Communications Service Catalog and Design release 8.2.
New Features in 8.2
This section includes information about new features introduced in release 8.2.
Support for New Product Introduction
This section includes information about new features introduced for supporting new product introduction.
Manage Product Specifications
Solution Designer now supports managing product specifications. A new application named Product Specifications is added which allows you to:
-
Create Product Specifications
-
Update Product Specifications
-
View Product Specifications
-
Delete Product Specifications
-
Revise Product Specifications
-
Clone Product Specifications
See "Managing Product Specifications" in Solution Designer User's Guide for detailed information on product specifications.
Configure Product Specifications to CFS Relationships
You can now configure the product specifications to the Customer Facing Services (CFS). You can make any of the CFS as Primary in the configuration canvas. See "Configuring Product Relationships" in Solution Designer User's Guide for detailed information
Mapping Product Parameters with CFS Parameters
You can now map the commercial parameters of the product specification to the design parameters of the related CFS specification. You can map the parameters manually, automatically, or through both the methods. You can also map the unit of measure and the value map using the converters that are set up in the Administration application.
Converters are used to define the conversion that is used when transforming commercial parameters to the design parameters between the product specifications and CFSs. There are two types of converters, Measurement and ValueMap.
See "Mapping Commercial Parameters" in Solution Designer User's Guide for detailed information on mapping product parameters. Also see "Managing Converters" in Solution Designer User's Guide for detailed information on managing converters.
Support for TMF 620 Product Catalog Management Open API
Solution Designer introduces the REST API to support TMF 620 Product Catalog Management Open API. See REST API for Service Catalog and Design for more information on REST APIs.
Specification Enrichment for Inventory
-
Party specification
-
Inventory Group specification
-
Role specification
-
Involvement specification
See "Managing Infrastructure Specifications" in Solution Designer User's Guide for detailed information on managing the specifications.
Ability to Relate Specifications
You can now relate a specification to another specification or change relationship properties by using Related Specifications tab. The Related Specifications tab is divided into subtabs where you can define relationships to different entity types. Only the entity types listed in the subtab have meaningful relationships by default in UIM. The Others subtab enables you to relate other specifications, but these relationships require rulesets to trigger behaviors and actions in UIM.
-
Logical Device
-
Logical Device Account
-
Custom Object
-
Device Interface
See "Relating Specifications" in Solution Designer User's Guide for detailed information on relating specifications.
Data Elements Application Renamed to Administration Application
In this release, the Data Elements application is renamed to the Administration application. In the Administration application, you can manage data elements and converters. See "Managing Data Elements and Converters" in Solution Designer User's Guide for detailed information on the Administration application.
Design Studio Upgraded to Eclipse 2024-09
The Design Studio component of Service Catalog and Design is upgraded from Oracle Enterprise Pack for Eclipse 12.2.1.9 to Eclipse 2024-09. See Design Studio Installation Guide for detailed information on installing Eclipse 2024-09. Also see Compatibility Matrix for information on supported software for Design Studio.
Known Problems and Limitations
This section describes the existing software and documentation problems, any solutions or workarounds recommended to avoid the problems or reduce effects, and the limitations in the software for the release 8.2:
-
Intermittent Error While Importing Workspace in Design Studio
-
Network Integrity Actions and Processors Not Visible in Studio Projects View
-
Design Studio is Unresponsive When Reopening all the Cartridges
Note:
For the list of fixed issues, known problems and limitations in 8.2.0.x (x>=1) patch releases, see the corresponding patch Readme document.Service Action Parameters Not Generated by Default
Problem: The four data elements Subject ID, Customer ID, Commercial ID, and Service Address are not generated in the cartridge generated by the DevOps engine. When you do not have these data elements as design parameters, these are not added in the service action parameters to the cartridge by default.
Solution: Four data elements Subject ID, Customer ID, Commercial ID, and Service Address are preloaded in the Administration application in Solution Designer. You must configure these four data elements as design parameters in those specifications for which you want to generate service action parameters by the DevOps engine. When you publish the initiative that contains these specifications, the DevOps engine adds the service action parameters in the cartridges.
Automatic Creation of Resources Using Advanced Policies
Problem: When you define a standard policy for creating a resource, Solution Designer creates the resource automatically only for Logical Device specification and Logical Device Account specification. Solution Designer does not create the resource automatically for all the other specifications.
Solution: For all the other specifications, you can define an advanced policy for creating a resource and write the implementation code in the extended designer class for creating a resource.
Domain Names Cannot Have Single Character
Limitation: In Solution Designer, domain names must have more than one character and cannot have a single character.
Use Calendar Control Type for Date and Time
Problem: In the Data Elements page, when you use Text Field as Control Type for Time, and Date and Time data types, UIM run-time user interface displays those fields as plain text fields and does not provide the calendar icon and format.
Workaround: In the Data Elements page, select Calendar as the Control Type for Time, and Date and Time data types.
Return No Numeric Value for Query Based Drop-down Elements
Problem: In Data Elements with Dropdown as Control Type,
Query based as Data values, when the SQL or JPQL query
that you write returns a numeric value, UIM run-time user interface displays
Invalid Query
error message.
Workaround: When you write the SQL or the JPQL query for query based drop-down data elements, ensure that it returns only a string value.
Intermittent Error While Importing Workspace in Design Studio
Problem: When you import Design Studio workspace into Design Studio and have
multiplicity configured for nested Feature Group data elements in that workspace, you
may receive Maximum multiplicity conflict
error in Design Studio.
Solution: You may need to close the Design Studio environment and reopen it.
Network Integrity Actions and Processors Not Visible in Studio Projects View
Problem: In Design Studio for Network Integrity, when importing Network Integrity projects into a Design Studio workspace by specifying the root folder, the actions and processors are not visible in the Studio Projects view. However, it is visible in the Package Explorer view in the model folder of the project.
Workaround: You may need to close the projects in Design Studio and reopen them.
Design Studio is Unresponsive When Reopening all the Cartridges
-
Import OSM TMF cartridges.
-
Upgrade all the projects and build the cartridges.
-
Close all the cartridges and restart Design Studio.
-
After Design Studio starts, reopen all the cartridges at once. Design Studio becomes unresponsive.
-
Reopen only the necessary cartridges one by one instead of reopening all the cartridges at once.
-
You can also delete the closed cartridges from Design Studio without deleting the content and reimport them into Design Studio.
Resource Selection Policies with Numeric Characteristics
Limitation: When you create a design policy for a resource specification of type as Standard policy, Standard policy type as Resource selection, with a condition having a numeric characteristics and operator other than Is equal to, the appropriate resource specification may not be associated in UIM especially with operations such as Is more than or Is less than.
UIM stores all the characteristics as Text so the numeric characteristics are converted to Text. When the condition is run for the resource selection policy, the condition is not satisfied due to the comparison of text values as the condition query constructed is also text based instead of numeric values. For example, the numeric comparison of 10 Is more than 5 is true whereas the string comparison of 10 Is more than 5 is false. Therefore, when a service order is requested, the expected resource specification may not be associated based on the resource selection policy.