This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

Size: px
Start display at page:

Download "This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to"

Transcription

1

2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational purposes only and is subject to change or withdrawal by CA at any time. This Documentation is proprietary information of CA and may not be copied, transferred, reproduced, disclosed, modified or duplicated, in whole or in part, without the prior written consent of CA. If you are a licensed user of the software product(s) addressed in the Documentation, you may print or otherwise make available a reasonable number of copies of the Documentation for internal use by you and your employees in connection with that software, provided that all CA copyright notices and legends are affixed to each reproduced copy. The right to print or otherwise make available copies of the Documentation is limited to the period during which the applicable license for such software remains in full force and effect. Should the license terminate for any reason, it is your responsibility to certify in writing to CA that all copies and partial copies of the Documentation have been returned to CA or destroyed. TO THE EXTENT PERMITTED BY APPLICABLE LAW, CA PROVIDES THIS DOCUMENTATION AS IS WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL CA BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS DOCUMENTATION, INCLUDING WITHOUT LIMITATION, LOST PROFITS, LOST INVESTMENT, BUSINESS INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF CA IS EXPRESSLY ADVISED IN ADVANCE OF THE POSSIBILITY OF SUCH LOSS OR DAMAGE. The use of any software product referenced in the Documentation is governed by the applicable license agreement and such license agreement is not modified in any way by the terms of this notice. The manufacturer of this Documentation is CA. Provided with Restricted Rights. Use, duplication or disclosure by the United States Government is subject to the restrictions set forth in FAR Sections , , and (c)(1) - (2) and DFARS Section (b)(3), as applicable, or their successors. Copyright 2014 CA. All rights reserved. All trademarks, trade names, service marks, and logos referenced herein belong to their respective companies.

3 Contents About the Web Services Consumption Feature... 6 Web Services Consumption Feature Documentation... 6 Add a CALL EXTERNAL Statement... 6 XML Types... 8 Recommended Gen Data Type Choices for XSD Data Types CALL EXTERNAL Format Change the Method Parameter Matching To Copy Action Statements To Xcopy Action Statements from/to Multiple Action Diagrams To Xcopy Action Statements from/to Single Action Diagrams Context-Sensitive Help Topics Select WSDL Method Web Service Parameter Matching Create/ Select View Method Parameter Cannot Perform an External Call Duplicate Match Invalid View Name Error Message SOAPAction Missing Service Missing Messages TIRM301E - Error insufficient memory to perform external call TIRM302E - Error deallocation error performing external call TIRM303E - Error invalid handle trying to perform external call TIRM304E - Error invalid (NULL) value trying to perform external call TIRM305E - Error could not locate value trying to perform external call TIRM306E - Error invalid conversion trying to perform external call TIRM307E - Error value exceeds maximum digits performing external call TIRM308E - Error value exceeds maximum length performing external call TIRM309E - Error invalid value performing external call... 26

4 TIRM310E - Error invalid name trying to perform external call TIRM311E - Error invalid namespace trying to perform external call TIRM312E - Error invalid occurrence given trying to perform external call TIRM313E - Error invalid SOAPType performing external call TIRM314E - Error invalid operation name performing external call TIRM315E - Error invalid URL performing external call TIRM316E - Error invalid SOAPAction performing external call TIRM317E - Error invalid parent ID performing external call TIRM318E - Error duplicate UID performing external call TIRM319E - Error invalid XMLType performing external call TIRM320E - Error invalid occurs value performing external call TIRM321E - Error invalid parent element type performing external call TIRM322E - Error occurred while performing external call TIRM323E - Error UID could not be located performing external call TIRM324E - Error invalid RGV level performing external call About the Action Diagram BLOB Functions Feature Action Diagram BLOB Functions Feature Documentation Functions - BLOB Functions in Action Diagram Concatblob Substrblob blobdbcs blobmbcs blobtext dbcsblob mbcsblob textblob Functions - Numeric Functions in Action Diagram Lengthblob BLOB Functions in Action Diagram About the Toolset Completions String Manager Feature Toolset Completions String Manager Feature Documentation Context Sensitive Help Topic in Toolset... 36

5 Confirmation Message Messages in Gen Studio Unable to Open the Model in CA Gen Studio... 37

6 About the Web Services Consumption Feature CA Gen provides the facility to consume SOAP Web Services using the Call External statement in an action diagram. To use the new Web Service Consumption functionality with existing 9.2.A6 models, the encyclopedia schema tables must be updated and the models run through model conversion as follows: For the Client-Server Encyclopedia, reload the schema tables by running the CSE Configuration with the Update Encyclopedia option. For the Host Encyclopedia, reload the schema tables by running CEJOB05 (or CAJOB05) again after applying and deploying WKS Convert models into 9.2.A6 schema. The new Web Service Consumption functionality supports C and Java languages only. Note: The CALL EXTERNAL statement cannot be copied into another action diagram, and an action diagram containing a CALL EXTERNAL statement must not be copied until a known issue is addressed. Web Services Consumption Feature Documentation in Toolset Help Add a CALL EXTERNAL Statement CALL EXTERNAL statements enable Toolset to consume web services. Follow these steps: 1. Click Analysis or Design, Action Diagram. The Action Diagram Names dialog opens. 2. Select an item from the list of Processes, Procedure Steps, or Action Blocks, and click OK. The Action Diagram window opens. 3. Select the blank line that is immediately after the views section and click Edit, Add Statement, Call External. The Select WSDL Method dialog opens. 4. Click the push button next to the WSDL URI field to browse the file. The Windows File Open dialog opens with File name field initialized with *.wsdl extension. Also, the files listed in the Windows File Open dialog are initially filtered with the extension wsdl, and you can change it from the drop-down list next to the file name entry field.

7 5. Select the appropriate file and click Open. 6. Click Go. Note: You can also enter the file path or URI in the WSDL URI field and click Go. For example, the following WSDL path can be entered in the WSDL URI field: Only the methods that support SOAP 1.1 or 1.2 bindings for the Web service are retrieved and listed. If both the bindings are available, methods that have SOAP 1.2 binding will take priority over SOAP 1.1 binding. If the specified WSDL file is not accessible or it is not valid, an error message is displayed. 7. Select the method and click Add. The Import Web Service Parameter Matching dialog opens. 8. Follow one of these steps to match the parameters: To automatically match the parameters, click Default. The parameters from the WSDL Parameters list are matched to a new work view. Note: Using this option will override the existing matches. Note: For more information about the various Gen data types and XSD data types, see XML Data Types. For more information about which XSD data type is matched with which Gen data type when the Default button is clicked, see Recommended Gen Data Type Choices for XSD Data Types. Select a parameter from the WSDL Parameters list and select an existing attribute view to match to it, or select a data model attribute or work set attribute to have the toolset create an attribute view for you. Click Match. The selected parameter and the matched attribute are added in the Parameter and Views columns respectively. Note: To unmatch a parameter and an attribute, select the row in the Parameter and Views table and click Unmatch. 9. Click OK. The Export Web Service Parameter Matching dialog opens.

8 10. Repeat steps 8 and 9 for output parameters, if needed. The output parameters for a WSDL method may only match to the export views of an action diagram, or to the import views that are marked as Used as both input and output. Note: You can match a Gen BLOB view to a method string parameter on import or export so that data larger than 4094 characters are sent to or returned from the method call. 11. Click OK. The CALL EXTERNAL statement is added with the specified parameters. The statement is displayed as CALL EXTERNAL followed by the type of external call being made (for example Web Service ), followed by the method name. Note: If the action diagram has any statements other than NOTE statements in it, the menu option for adding a Call External statement is disabled. You cannot add a CALL EXTERNAL statement in an action diagram that has local or entity action views. To add a CALL EXTERNAL statement, the action diagram must only have import and export views. After adding a CALL EXTERNAL statement, the only statements that are allowed to be added in that action diagram are NOTEs and blank lines. CALL EXTERNAL statement is valid only for C application; it does not support COBOL, C#, and JAVA applications. CALL EXTERNAL statement does not support NonStop operating system. XML Types The following table shows XML Type followed by GenType for the inbound matching: XML Type string boolean decimal Gen Type text, numeric, date, time, timestamp, BLOB text, numeric text, numeric

9 float double duration datetime time date gyearmonth gyear gmonthday gday gmonth hexbinary base64binary anyuri QName NOTATION integer nonpositiveinteger negativeinteger long int short text, numeric text, numeric text text, numeric, date, time, timestamp text, numeric, time text, numeric, date text, date, timestamp text, date, timestamp text, date, timestamp text, date, timestamp text, date, timestamp text, BLOB text, BLOB text text text text, numeric, date, time text, numeric text, numeric text, numeric, date, time text, numeric, date, time text, numeric

10 byte nonnegativeinteger unsignedlong unsignedint unsignedshort unsignedbyte positiveinteger text, numeric text, numeric, date, time text, numeric, date, time text, numeric, date, time text, numeric text, numeric text, numeric, date, time The following table shows Gen Type followed by XML Type for outbound matching: GenType text numeric date time XML Type string, duration, time, datetime, date, gyearmonth, gyear, gmonthday, gday, gmonth, boolean, base64binary, hexbinary, float, decimal, double, anyuri, QName, NOTATION, integer, nonpositiveinteger, negativeinteger, long, int, short, byte, nonnegativeinteger, unsignedlong unsignedint, unsignedshort unsignedbyte, positiveinteger string, date, time, boolean, float, decimal, double, integer, nonpositiveinteger, negativeinteger, long, int, short, byte, nonnegativeinteger, unsignedlong, unsignedint, unsignedshort unsignedbyte, positiveinteger string, datetime, date, gyearmonth, gyear, gmonthday, gday, gmonth, integer, long, int, nonnegativeinteger, unsignedlong, unsignedint, positiveinteger string, time, datetime, integer, long, int, NonNegativeInteger, unsignedlong, unsignedint, positiveinteger

11 timestamp BLOB string, datetime, gyearmonth, gyear, gmonthday, gday, gmonth base64binary, hexbinary, String Note: For more information, see and Recommended Gen Data Type Choices for XSD Data Types The following table contains the recommended Gen data type match for every XSD data type. These matches are also used while creating work set views when you click the Default button on the Import or Export Web Service Parameter Matching dialog. XSD Data Type string anyuri QName NOTATION duration Gen Data Type Text (length = 4094, varying = true, case-sensitive = true) Text (length = 1000, varying = true, case-sensitive = true) Text (length = 1000, varying = true, case-sensitive = true) Text (length = 1000, varying = true, case-sensitive = true) Text (length = 100, varying = false, case-sensitive = false) boolean Number (1) base64binary hexbinary BLOB (length = 2GB) BLOB (length = 2GB) float Number (length = 15, decimal points = 6, decimal precision = false) double Number (length = 15, decimal points = 6, decimal precision = false) decimal Number (length = 18, decimal points = 6, decimal precision = true) integer Number (length = 18, decimal points = 0, decimal precision =

12 true) long Number (length = 18, decimal points = 0, decimal precision = true) int Number (length = 10, decimal precision = false) short Number (length = 5) byte Number (length = 3) nonpositiveinteger Number (length = 18, decimal points = 0, decimal precision = true) nonnegativeinteger Number (length = 18, decimal points = 0, decimal precision = true) negativeinteger Number (length = 18, decimal points = 0, decimal precision = true) positiveinteger Number (length = 18, decimal points = 0, decimal precision = true) unsignedlong Number (length = 18, decimal points = 0, decimal precision = true) unsignedint Number (length = 10, decimal points = 0, decimal precision = false) unsignedshort Number (length = 5) unsignedbyte Number (length = 3) datetime time date gyearmonth gyear Timestamp Time Date Date Date

13 gmonthday gday gmonth Date Date Date CALL EXTERNAL Format The action diagram CALL EXTERNAL statement is used to call a web service interface in the following format: CALL EXTERNAL <type of external call> <method name> <type of external call> Specifies the type of external call being made by the statement. One of the types of external call being made is Web Service. <method name> Specifies the WSDL method name. For example: The type of external call being made in the following example is Web Service and the method name is GetQuote: -EXAMPLE_ACTION_BLOCK IMPORTS: EXPORTS: LOCALS: ENTITY ACTIONS: CALL EXTERNAL Web Service GetQuote Change the Method Parameter Matching The input and output parameters of a method are matched with the attribute views, data model attribute, or work set attribute. After matching the views and the parameters, you may want to change the matching at a later time. Follow these steps: 1. Click Analysis or Design, Action Diagram. The Action Diagram Names dialog opens. 2. Select an action diagram containing a CALL EXTERNAL statement and click OK. The action diagram opens.

14 3. Select the method whose parameter matching you want to change. 4. Click Detail, Properties. The Method Parameter dialog opens. The input parameters and its view matching are displayed in the Matched Input area. The operations of adding matches and deleting matches are available below the table. Similarly, the Matched Output area contains the output parameters and their matches, and the operations that can be performed on them. 5. Make the necessary changes and click OK. The changes are saved. To Copy Action Statements You may want to copy action statements within an action diagram to replicate their functionality. Follow these steps: 1. Click Analysis or Design, Action Diagram. The Action Diagram dialog is displayed. 2. Select an item from the list of Processes, Procedure Steps, or Action Blocks, and click OK. The Action Diagram window opens. To copy one statement, select entire statement. Click Edit, Copy. To copy a block of statements, select first statement to copy, <Shift>, last statement in block, click Edit, Copy. To copy multiple non-contiguous statements, select first statement to copy, <Ctrl>, each additional statement to be copied, click Edit, Copy. Note: If you select a CALL EXTERNAL statement, the menu item Edit, Copy is disabled because Copy is not allowed for CALL EXTERNAL statements. To Xcopy Action Statements from/to Multiple Action Diagrams You may want to copy action statements of many action diagrams into one or more action diagrams to replicate their functionality. Follow these steps: 1. Click Analysis or Design, Action Diagram.

15 The Action Diagram dialog is displayed. 2. Select first source action diagram (process, procedure step) or action block, select second source process, procedure step, or action block. Continue to select as many source action diagrams and action blocks as needed. 3. Click OK after each selection. To copy a single one-line statement, select it by clicking the left mouse button one time. To copy a multi-line statement, select the first line of statement to copy, <Shift>, last line statement in block. (Drag select also selects all lines of statement.) To copy multiple non-contiguous statements, select first statement to copy, <Ctrl>, select each additional statement that you want to copy. 4. Click Diagram, Launch, Action Diagram. The Action Diagram Names dialog is displayed. 5. Select a name of destination action diagram or action block, and click OK. Continue to select as many destination action diagrams and action blocks as needed, and click OK after each selection. 6. Select a line in destination after which you want to copy the selected action statement from each source action diagram or action block. 7. Click Edit, Xcopy. 8. Select a source action diagram to copy from, click Xcopy. Select the second source action diagram to copy from, and click Xcopy. Continue to select as many source action diagrams as needed and click Xcopy. Note: If you select a CALL EXTERNAL statement, the menu item Edit, Xcopy is disabled because Xcopy is not allowed for CALL EXTERNAL statements. To Xcopy Action Statements from/to Single Action Diagrams You may want to copy action statements of an action diagram into another action diagram to replicate their functionality. Follow these steps: 1. Click Analysis or Design, Action Diagram. The Action Diagram dialog is displayed.

16 2. Select the name of a single source action diagram (process, procedure step) or action block, and click OK. To copy a single one-line statement, select it by clicking the left mouse button one time. To copy a multi-line statement, select the first line of statement to copy, <Shift>, last line statement in block. (Drag select also selects all lines of statement.) To copy multiple non-contiguous statements, select first statement to copy, <Ctrl>, each additional statement to be copied. 3. Click Diagram, Launch, Action Diagram. The Action Diagram Names dialog is displayed. 4. Select a name of destination action diagram or action block. Click OK, line in destination after which to copy the selected action statement from the source, click Edit, Xcopy. Note: If you select a CALL EXTERNAL statement, the menu item Edit, Xcopy is disabled because Xcopy is not allowed for CALL EXTERNAL statements.

17 Context-Sensitive Help Topics Select WSDL Method This dialog lets you import a web service method. This dialog contains the following items: WSDL URI Specify the file path or URI of a WSDL in the following ways: You can type the URI of the WSDL.

18 Click the... button beside this field to navigate to the location of the WSDL file in your local computer or on a network. Initially the File Open dialog box only displays the.wsdl,.xml, and.txt file formats. You can change the file type by selecting from the dropdown to include all file types. The path is reformatted with the file:/// URI form. Start typing the path and existing WSDL paths that match the text are displayed in the dropdown list. Select a path from the dropdown. Click Go to display the list of methods that support SOAP 1.1 or 1.2 bindings for the WSDL. Select a method from the list. Add Adds the method to the model (if it did not already exist). This button is enabled when a method is selected. Cancel Exits the dialog without performing any action.

19 Web Service Parameter Matching This dialog lets you match the views, data model attributes, or work set attributes to the WSDL input and output parameters. This dialog contains the following items: Parameter and Views Displays the list of parameters and their matched views. WSDL Parameters

20 Select the WSDL input or output parameters to match with an action diagram view. Views, Attributes and Work Sets Select an attribute view, data model attribute, or work set attribute that you want to match with the selected parameter. Default Creates a work set attribute with the name of the method and an import view of that work set, in case of import web service parameter matching. Creates a work set attribute with the name of the method and an export view of that work set, in case of export web service parameter matching. The work set is then automatically matched with the method parameters. In case of repeating group views, a repeating group view of size 10 is created and a separate repeating group is created for each individual parameter, if the grouping is not obvious. This option simplifies the need for explicit parameter matching. Note: Using this option will override the existing matches. Note: For more information about the various Gen data types and XSD data types, see XML Data Types. For more information about which XSD data type is matched with which Gen data type when the Default button is clicked, see Recommended Gen Data Type Choices for XSD Data Types. Match Matches the selected parameter with a selected attribute view, data model attribute, or work set attribute. The selected items are added to the Parameter and Views table. The parameter is removed from the WSDL Parameters list. This button is enabled only if a compatible combination is selected. If a data model attribute or work set attribute is selected, a dialog opens. In the dialog, you can either name the view and add the attribute in the view, or select from a list of existing views of the entity type or work set to add the attribute into. The match is then displayed in the Parameter and Views table. The changes are updated in the model. If the WSDL parameter is optional, we recommend that you mark the matched predicate view as nullable using View Maintenance, that is, minoccurs=0 or nillable (nillable=true). The NullIndicator of the matched predicate view can be used to verify if the matching parameter value is missing or nil in the executing Web Service method response. Unmatch

21 Removes the selected items from the Parameter and Views table, that is, the matches are cleared. The parameter is added back to the list of parameters that need to be matched. This button is enabled when one or more entries in the Parameter and Views table are selected. OK Closes the dialog and updates the model. Create/ Select View This dialog lets you name the view in which you can add the attribute or select from a list of existing views of the entity type or work set to add the attribute into. This dialog contains the following fields: View Name Specify the view name. Type a name for a new view or select a name of an existing view from the dropdown menu. OK Adds the view, closes the dialog, and displays the view and its matching parameter in the Web Service Parameter Matching dialog. Cancel Exit the dialog without performing any change.

22 Method Parameter This dialog lets you change the parameter matching. The input parameters and its view matching are displayed in the Matched Input area. The operations of adding matches and deleting matches are available below the table. Similarly, the Matched Output area contains the output parameters and their matches, and the operations that can be performed on them. This dialog contains the following fields: View and Parameter Displays a list of views and its matched parameters. Add

23 Creates a mapping between the method parameters and the views in the action diagram. Opens the Web Service Method Parameter dialog. Delete Deletes the selected view and parameter matching. This button is enabled when one or more items in the View and Parameter table are selected. OK Closes the dialog after saving the changes. Cancel Exits the dialog without performing any changes. If you used the Default button option to match the parameters in the Web Service Parameter Matching dialog, a set of work sets is created. Later, you delete the matching by double-clicking the Call External statement and click Delete in the Method Parameter dialog. When you click the Cancel button in the Method Parameter dialog, the matching is deleted but the work sets that were created for the parameter matching are not deleted. Cannot Perform an External Call This message appears when the model or a subset of the model that is being edited in the Toolset has not been run through the optional 8.5 conversion process. This conversion process adds objects that support the ability to use the Call External statement to converted models. Note: For more information about model conversion, see the Client Server Encyclopedia User Guide. Duplicate Match

24 This error message indicates that the selected predicate view is already matched with one of the WSDL parameters. Either use a different view name or select another predicate view. Invalid View Name This error message indicates that the view name is invalid. A view name cannot have special characters. But the view name can contain dot (.) only to include an attribute name. The view name in itself containing a dot (.) is not valid. Error Message A view exists with the name you entered. Duplicate view names are not allowed in the subset. Type a unique name or delete the existing view name. SOAPAction Missing This error message indicates that the SOAPAction HTTP request header field for one or more methods in the WSDL is missing. The SOAPAction field indicates the intent of the SOAP HTTP request. The value of the field is a URI. The HTTP client uses this field to issue SOAP HTTP Requests. For more information about the SOAPAction field, see Ensure all the methods contain the SOAPAction field.

25 Service Missing This error message indicates that the WSDL service element is missing. The WSDL service element defines a collection of ports that expose a particular binding. For more information about the WSDL service element, see Ensure that the WSDL service element is available. Messages TIRM301E - Error insufficient memory to perform external call This message indicates that enough memory is not available for performing an external call. Clear memory and perform the external call again. TIRM302E - Error deallocation error performing external call This message indicates that a deallocation error occurred while performing an external call. TIRM303E - Error invalid handle trying to perform external call This message indicates that an invalid handle was trying to perform an external call. Specify the correct handle and perform the external call again. TIRM304E - Error invalid (NULL) value trying to perform external call This message indicates that a NULL value was trying to perform an external call. Correct the value and perform the external call again. TIRM305E - Error could not locate value trying to perform external call

26 This message indicates that CA Gen could not locate the value that was trying to perform an external call. TIRM306E - Error invalid conversion trying to perform external call This message indicates that an invalid conversion occurred while trying to perform an external call. TIRM307E - Error value exceeds maximum digits performing external call This message indicates that the value trying to perform an external call exceeds the maximum number of digits that was specified. Change the length of the Attribute in the Properties dialog. TIRM308E - Error value exceeds maximum length performing external call This message indicates that the value trying to perform an external call exceeds the maximum number of characters that was specified. Change the length of the Attribute in the Properties dialog. TIRM309E - Error invalid value performing external call This message indicates that an invalid value was trying to perform an external call. Correct the value and perform the external call again. TIRM310E - Error invalid name trying to perform external call This message indicates that a value with an invalid name was trying to perform an external call. Correct the name and perform the external call again. TIRM311E - Error invalid namespace trying to perform external call

27 This message indicates that an invalid namespace was specified while trying to perform an external call. Correct the namespace and perform the external call again. TIRM312E - Error invalid occurrence given trying to perform external call This message indicates that an invalid occurrence was specified while trying to perform an external call. TIRM313E - Error invalid SOAPType performing external call This message indicates that an invalid SOAPType was specified while performing an external call. Correct the SOAPType and perform the external call again. TIRM314E - Error invalid operation name performing external call This message indicates that an invalid operation name was specified while performing an external call. TIRM315E - Error invalid URL performing external call This message indicates that an invalid URL was specified while performing an external call. Correct the URL and perform the external call again. TIRM316E - Error invalid SOAPAction performing external call This message indicates that an invalid SOAPAction was specified while performing an external call. Correct the SOAPAction and perform the external call again. TIRM317E - Error invalid parent ID performing external call

28 This message indicates that an invalid parent ID was specified while performing an external call. Correct the parent ID and perform the external call again. TIRM318E - Error duplicate UID performing external call This message indicates that a duplicate UID was specified while performing an external call. TIRM319E - Error invalid XMLType performing external call This message indicates that the XMLType that was specified while performing an external call was invalid. Correct the XMLType and perform the external call again. TIRM320E - Error invalid occurs value performing external call This message indicates that the occurs value that was specified while performing an external call was invalid. TIRM321E - Error invalid parent element type performing external call This message indicates that the parent element type that was specified while performing an external call was invalid. Correct the parent element type and perform the external call again. TIRM322E - Error occurred while performing external call This message indicates that an error occurred while performing an external call. TIRM323E - Error UID could not be located performing external call This message indicates that the UID specified while performing an external call could not be found.

29 TIRM324E - Error invalid RGV level performing external call This message indicates that the RGV level specified while performing an external call was invalid. About the Action Diagram BLOB Functions Feature With CA Gen Release 8.5, the second phase of BLOB support provides the ability to store BLOBs in a database, fetch BLOBs from a database, and to include BLOBs in views so that they can be passed around in the generated application (including external action blocks). This functionality does not include presenting or collecting BLOB data at the user interface, the file system interface, or any other system interface. The BLOB functions let you concatenate BLOBs together, split them apart, get their length, and convert them to and from text data types. The following BLOB functions are available: Notes: concatblob - concatenate two BLOBs together substrblob - split part of a BLOB from a larger one lengthblob - return the length of the given BLOB blobdbcs - convert a DBCS type into a BLOB type blobmbcs - convert an MBCS type into a BLOB type blobtext - convert a TEXT type into a BLOB type dbcsblob - convert a BLOB type into a DBCS type mbcsblob - convert a BLOB type into an MBCS type textblob - convert a BLOB type into an MBCS type These functions are implemented as user-added functions and thus are only added to the model when the function is actually used. For more information about how the functions are implemented, see the User-Added Functions in Action Diagram article. For more information about the BLOB Functions in an action diagram, see the Toolset Help. Because most of the CA Gen target databases support the BLOB data type, you can now leverage that support within your applications. Some points to consider when using BLOBs in CA Gen Release 8.5 include: One or more BLOB attributes can be included in views that are defined as IMPORT, EXPORT, ENTITY ACTION, or LOCAL. The BLOB attributes are always variable length. The BLOB attributes are specified as optional or mandatory the same way as other attribute types.

30 The BLOB views are passed to and from procedure steps and action blocks (including external action blocks). Operations on BLOBs in the action diagrams are limited to setting their value to NULL or to the value of another BLOB and comparing them to NULL. BLOBs are supported on the following technologies: Windows / C / Oracle, DB2, SQL Server (ODBC) UNIX or LINUX / C / Oracle, DB2 CLR / C# / ADO.NET - Oracle, DB2, SQL Server JVM / JAVA / JDBC - Oracle, DB2, SQL Server BLOB attribute views can be used in all SQL statements (CREATE, READ, UPDATE, DELETE) and in non- SQL statements (SET, USE ) that operate on entity views. Notes: BLOB attribute views are not placed on a screen or a window/dialog. BLOB attribute views are not used as identifiers nor they be used as classifying attributes in a partitioning. Non-BLOB attribute views cannot be set to BLOB attribute view values and BLOB attribute views cannot be set to non-blob attribute view values. Action Diagram BLOB Functions Feature Documentation in Toolset Help Functions - BLOB Functions in Action Diagram The following is a list of BLOB functions that let you add algorithms to the logic in action diagrams and action blocks. Use these functions to manipulate BLOBs: Concatblob concatblob substrblob blobdbcs blobmbcs blobtext dbcsblob mbcsblob textblob This function concatenates two BLOB attributes. Inputs are two BLOB views. The inputs and the output can be as large as the largest blob field that is supported by CA Gen. If the length of the

31 concatenated views would be greater than the length of the target view, the resulting BLOB is truncated to the length of the target view. INPUT: blob1 DOMAIN: BLOB INPUT: blob2 DOMAIN: BLOB OUTPUT: output_blob DOMAIN: BLOB FORMAT: concatblob(blob1,blob2) Example: The following code sets a BLOB attribute to the BLOB which is the result of the concatenation of three input BLOBs: SET export work blob TO concatblob(concatblob(input1 work blob, input2 work blob),input3 work blob Substrblob This function extracts the contents of a BLOB starting at a specified position and having a certain length. If the length of the blob returned by the substrblob function is greater than the length of the target blob, the resultant will be truncated to the length of the target blob. If the length given as a parameter to the substrblob function is greater than the length of the amount of data left from the starting position, then the length is the difference between the starting position and the length of the input blob function. Inputs consist of the following parameters: The BLOB view to be manipulated The number or numeric view that is the starting index for the substring The number or numeric view that is the length of the substring BLOB The output is a BLOB value. INPUT: input_blob DOMAIN: BLOB INPUT: starting_index DOMAIN: number INPUT: substring_length DOMAIN: number OUTPUT: output_blob DOMAIN: BLOB FORMAT: substrblob (input_blob,starting_index, substring_length) Example: The following code sets a BLOB attribute to the BLOB which is the result of the substring of the import blob at the given starting position for the given length: SET export work blob TO substrblob (import work_blob, start_index, length_of _substr) blobdbcs This function converts a BLOB view to a double-byte character string. Input is a BLOB view. Output is a double-byte character string.

32 INPUT: input_blob: blob OUTPUT: output_string: text FORMAT: blobdbcs (blob) Example: The following code sets a double-byte character string to the BLOB which converts a BLOB view to a double-byte character string: SET <export dbcs text view> TO blobdbcs (<import blob view>) blobmbcs This function converts a BLOB view to a mixed character string. Input is a BLOB view. Output is a mixed text character string. INPUT: input_blob: blob OUTPUT: output_string: text or mixed text FORMAT: blobmbcs (blob) Example: The following code sets a mixed character string to the BLOB which converts a BLOB view to a mixed character string: SET <export mixed text view> TO blobmbcs (<import blob view>) blobtext This function converts a BLOB view in a BLOB-domain attribute to a character string in a textdomain attribute. Input is a BLOB view. Output is a character string. INPUT: input_blob DOMAIN: BLOB OUTPUT: string DOMAIN: text FORMAT: blobtext (blob) Example: The following code sets a character string to the BLOB which converts a BLOB view to a character string: SET <export char view> TO blobtext (<import blob view>) dbcsblob This function converts a double-byte character string to a BLOB view. Input is a double-byte character string. Output is a BLOB view. INPUT: input_string: text OUTPUT: output_blob: blob FORMAT: dbcsblob (blob) Example:

33 The following code converts a double-byte character string to a BLOB. This conversion is a byteby-byte copy of the double-byte character string to a BLOB: SET <export BLOB view> TO dbcsblob (<import DBCS text view>) mbcsblob This function converts a mixed character string to a BLOB. Input is a mixed text character string. Output is a BLOB view. INPUT: input_string: text or mixed text OUTPUT: output_blob: blob FORMAT: blobmbcs (blob) Example: The following code converts a mixed character string to a BLOB. This conversion is a byte-bybyte copy of the mixed character string to a BLOB: SET <export blob view> TO mbcsblob (<import mbcs text view>) textblob This function converts a BLOB-domain attribute to a character string in a text-domain attribute to a BLOB view. Input is a character string. Output is a BLOB view. INPUT: string DOMAIN: text OUTPUT: output_blob DOMAIN: blob FORMAT: textblob (blob) Example: The following code converts a character string to a BLOB: SET <export blob view> TO textblob (<import char view>) Functions - Numeric Functions in Action Diagram The functions listed below are supplied numeric functions that let you add sophisticated algorithms to the logic in action diagrams and action blocks. You use these functions to manipulate numbers and to process dates and times. The numeric functions return values in the Number domain. Lengthblob This function returns the length of a BLOB attribute. Input is a BLOB view. INPUT: blob DOMAIN: BLOB OUTPUT: blob_length DOMAIN: number FORMAT: lengthblob(blob)

34 Limits: Up to 9 digits Example: The following example sets the output work length to the input of the lengthblob function: SET output work length TO lengthblob(input work blob)

35 BLOB Functions in Action Diagram The BLOB functions let you add algorithms to the logic in action diagrams and action blocks. The following points must be considered while using the BLOB functions in an Action Diagram: Avoid assigning a NULL value to either of the input BLOBs. The function exits with an invalid LOB handle error message. When the length of the input BLOBs are zero, that is, the input BLOBs are empty, the function returns without any action. CONCATBLOB The following point must be considered while using the CONCATBLOB function in an Action Diagram: If the concatenated length is greater than the length of destination, the output is truncated to available destination length. SUBSTRBLOB The following points must be considered while using the SUBSTRBLOB function in an Action Diagram: If index is less than zero, the substring of the BLOB is from the zeroth index of the input BLOB. If the length of the substring to be retrieved is less than zero, SUBSTRBLOB sets the length to zero. If the length attribute given to the function is greater than the length of the BLOB, the output is truncated to hold BLOB until the end of BLOB. Text Conversion Functions BLOBDBCS, BLOBMBCS, BLOBTEXT, DBCSBLOB, MBCSBLOB, TEXTBLOB The following point must be considered while using the text conversion functions (BLOBDBCS, BLOBMBCS, BLOBTEXT, DBCSBLOB, MBCSBLOB, TEXTBLOB) in an Action Diagram: If the destination length is less than the length of input BLOB, the output is truncated to length of destination.

36 About the Toolset Completions String Manager Feature When an existing model is opened, the string properties in the model (.DAT files) may be converted to a new format which allows the model to support up to half a million string properties. Once the.dat files are converted, an older release of the CA Gen 8.x toolset cannot read the new format although the model may be uploaded and then downloaded to an older release of the 8.x toolset. A confirmation message is displayed to allow you to decide whether to make that conversion now. Once the.dat files are converted, you will not receive this message again. Previously, a toolset model allowed only 64K string properties to be stored locally. Toolset Completions String Manager Feature Documentation Context Sensitive Help Topic in Toolset Confirmation Message When a model is opened for editing, the string identifiers in the model (.DAT files) are converted to a new format which allows the model to support a maximum of half a million strings (the earlier format that is allowed only 64K string properties). Once the.dat files are converted, an older release of the CA Gen 8.x toolset cannot read the new format. This message gives you the opportunity to decide whether to make that conversion now. Once the.dat files are converted, you will not receive this message again. Note: 8.x refers to the current release of CA Gen. For the current release number, see the Release Notes. Click one of the following options: Yes Specifies that the model (.DAT files) is saved in the new format and is then opened for editing. After this, the model may not be opened with an older release of the CA Gen 8.x toolset. Once the model/subset has been converted, it may be uploaded to a Gen encyclopedia and then downloaded to an older release of the CA Gen 8.x toolset. No Specifies that the model is not opened as this model is not upgraded to support more than 64K strings. Help Describes the Confirmation Message dialog and its functions.

37 Messages in Gen Studio Unable to Open the Model in CA Gen Studio Unable to open the model in CA Gen Studio Reason: This error message is displayed while opening a model in Gen Studio. Solution: This model is not upgraded to handle more than 64K strings. To open this model in Gen Studio, upgrade the model in Toolset. Follow these steps: 1. Open the model in Toolset. It asks for a confirmation to upgrade the model. 2. Click Yes to confirm. The string identifiers in the model are converted to a new format which allows the model to support a maximum of half a million strings. The earlier format allowed only 64K string properties. 3. Close the model in the toolset and reopen it in Gen Studio. Note: An older release of toolset cannot read the converted.dat files. To open a converted model or subset in an older release of toolset, upload the model to a Gen encyclopedia and then download the model to an older release of toolset.

BRM Accelerator Release Notes - On Premise. Service Pack

BRM Accelerator Release Notes - On Premise. Service Pack BRM Accelerator Release Notes - On Premise Service Pack 03.0.02 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51 CA SSO Agent for Oracle PeopleSoft Release Notes r12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

CA SiteMinder. Advanced Password Services Release Notes 12.52

CA SiteMinder. Advanced Password Services Release Notes 12.52 CA SiteMinder Advanced Password Services Release Notes 12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Workload Automation Agent for Micro Focus

CA Workload Automation Agent for Micro Focus CA Workload Automation Agent for Micro Focus Release Notes r11.3.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Manage Users Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Release Notes r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Monitor Performance Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA PMA Chargeback. Release Notes. Release

CA PMA Chargeback. Release Notes. Release CA PMA Chargeback Release Notes Release 12.6.00 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Network Connectivity Monitoring net_connect v2.9 series Legal Notices This online help system (the "System") is for your informational purposes only and

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Service Problems and Faults Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Release 9.5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA IDMS Server. Release Notes. r17

CA IDMS Server. Release Notes. r17 CA IDMS Server Release Notes r17 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Incident Manager Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Problem Manager Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Guided Tour Document Release 9.6.1 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager CA Clarity PPM Connector for Microsoft SharePoint Product Guide v1.1.0 Second Edition This documentation and any related computer software help programs (hereinafter

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Demand Manager Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Service Pack 9.5.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to only and is subject

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Enabling Email Integration 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Desktop Migration Manager

CA Desktop Migration Manager CA Desktop Migration Manager CA DMM Release Notes 12.9 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

CA Mobile Device Management Configure Access Control for Using Exchange PowerShell cmdlets

CA Mobile Device Management Configure Access Control for  Using Exchange PowerShell cmdlets CA Mobile Device Management Configure Access Control for Email Using Exchange PowerShell cmdlets This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

CA SiteMinder. Advanced Password Services Release Notes SP1

CA SiteMinder. Advanced Password Services Release Notes SP1 CA SiteMinder Advanced Password Services Release Notes 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA DLP. NBA Release Notes. Release 14.0

CA DLP. NBA Release Notes. Release 14.0 CA DLP NBA Release Notes Release 14.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Productivity Accelerator 13.0 SYSTEM REQUIREMENTS. Type: System Requirements Date: CAP13SYR1

CA Productivity Accelerator 13.0 SYSTEM REQUIREMENTS. Type: System Requirements Date: CAP13SYR1 CA Productivity Accelerator 13.0 SYSTEM REQUIREMENTS Type: System Requirements Date: 2017-12-08 CAP13SYR1 Documentation Legal Notice This Documentation, which includes embedded help systems and electronically

More information

Connector for Microsoft SharePoint Product Guide - On Demand. Version

Connector for Microsoft SharePoint Product Guide - On Demand. Version Connector for Microsoft SharePoint Product Guide - On Demand Version 03.0.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Configuration Manager Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

CA Nimsoft Monitor. Probe Guide for DHCP Server Response Monitoring. dhcp_response v3.2 series

CA Nimsoft Monitor. Probe Guide for DHCP Server Response Monitoring. dhcp_response v3.2 series CA Nimsoft Monitor Probe Guide for DHCP Server Response Monitoring dhcp_response v3.2 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject

More information

Connector for Microsoft SharePoint Product Guide - On Premise. Version

Connector for Microsoft SharePoint Product Guide - On Premise. Version Connector for Microsoft SharePoint Product Guide - On Premise Version 03.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

CA GovernanceMinder. CA IdentityMinder Integration Guide

CA GovernanceMinder. CA IdentityMinder Integration Guide CA GovernanceMinder CA IdentityMinder Integration Guide 12.6.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Datacom Tools CA Datacom Server New and Enhanced Features for 15.x

CA Datacom Tools CA Datacom Server New and Enhanced Features for 15.x CA Datacom Tools - 15.0 CA Datacom Server New and Enhanced Features for 15.x Date: 02-May-2018 CA Datacom Tools - 15.0 This Documentation, which includes embedded help systems and electronically distributed

More information

CA Spectrum. Policy Manager User Guide. Release 9.4

CA Spectrum. Policy Manager User Guide. Release 9.4 CA Spectrum Policy Manager User Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

CA File Master Plus for IMS

CA File Master Plus for IMS CA File Master Plus for IMS Best Practices Guide Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Nimsoft Monitor. Probe Guide for iseries Job Monitoring. jobs v1.3 series

CA Nimsoft Monitor. Probe Guide for iseries Job Monitoring. jobs v1.3 series CA Nimsoft Monitor Probe Guide for iseries Job Monitoring jobs v1.3 series Contact CA Contact CA Support For your convenience, CA Technologies provides one site where you can access the information that

More information

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition CA Gen Gen Studio Overview Guide Release 8.5 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Installation Guide Version 9.0.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Shut Down and Restart Appliances Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred

More information

CA Clarity PPM. CA Clarity-Xcelsius Implementation Guide. v

CA Clarity PPM. CA Clarity-Xcelsius Implementation Guide. v CA Clarity PPM CA Clarity-Xcelsius Implementation Guide v13.0.00 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager CA Clarity-Xcelsius Implementation Guide v12.1.0 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")

More information

Personalizing CA Clarity PPM User Guide. Release

Personalizing CA Clarity PPM User Guide. Release Personalizing CA Clarity PPM User Guide Release 13.2.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Release Notes r12.5, Second Edition

Release Notes r12.5, Second Edition Release Notes r12.5, Second Edition Second Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is

More information

CA InterTest Batch Release Notes Release

CA InterTest Batch Release Notes Release CA InterTest Batch Release Notes Release 9.1.00 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

CA Open Space. Release Notes. Release

CA Open Space. Release Notes. Release CA Open Space Release Notes Release 2.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

CA Automation Point. Release Notes. Release 11.5

CA Automation Point. Release Notes. Release 11.5 CA Automation Point Release Notes Release 11.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Installation Guide Release 9.6.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

CA InterTest Batch. Release Notes. Release

CA InterTest Batch. Release Notes. Release CA InterTest Batch Release Notes Release 9.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

Nimsoft Monitor. qos_processor Guide. v1.2 series

Nimsoft Monitor. qos_processor Guide. v1.2 series Nimsoft Monitor qos_processor Guide v1.2 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

erwin Data Modeler Editing Forward Engineering Templates Release 9.7

erwin Data Modeler Editing Forward Engineering Templates Release 9.7 erwin Data Modeler Editing Forward Engineering Templates Release 9.7 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

CA Performance Management Data Aggregator

CA Performance Management Data Aggregator CA Performance Management Data Aggregator Basic Self-Certification Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Enterprise Option for StorageTek ACSLS Guide r12 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for

More information

CA CloudMinder. Identity Management User Console Design Guide 1.51

CA CloudMinder. Identity Management User Console Design Guide 1.51 CA CloudMinder Identity Management User Console Design Guide 1.51 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Automation Suite for Clouds Base Configuration

CA Automation Suite for Clouds Base Configuration CA Automation Suite for Clouds Base Configuration Release Notes Release 01.7 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

CA Workload Automation Agent for Oracle E-Business Suite

CA Workload Automation Agent for Oracle E-Business Suite CA Workload Automation Agent for Oracle E-Business Suite Implementation Guide r11.3, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

CA IT Client Manager. Release Notes. Release 12.8

CA IT Client Manager. Release Notes. Release 12.8 CA IT Client Manager Release Notes Release 12.8 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

CA SiteMinder Web Services Security

CA SiteMinder Web Services Security CA SiteMinder Web Services Security Policy Configuration Guide 12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Release Notes. Release 12.2

Release Notes. Release 12.2 Release Notes Release 12.2 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational purposes

More information

CA Workload Automation Agent for Micro Focus

CA Workload Automation Agent for Micro Focus CA Workload Automation Agent for Micro Focus Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

CA Chorus. Release Notes. Version , Sixth Edition

CA Chorus. Release Notes. Version , Sixth Edition CA Chorus Release Notes Version 04.0.00, Sixth Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

CA Harvest Software Change Manager

CA Harvest Software Change Manager CA Harvest Software Change Manager Messages Guide Release 12.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

8) Subroutines and functions

8) Subroutines and functions 8) Subroutines and functions Functions: Internal, External, Built-in. Instructions: CALL, SIGNAL, PROCEDURE, EXPOSE, RETURN, EXIT, INTERPRET Special Variables RC, RESULT Addressing: ADDRESS, OUTTRAP. Resources:

More information

CA Workload Automation Agent for Remote Execution

CA Workload Automation Agent for Remote Execution CA Workload Automation Agent for Remote Execution Release Notes r11.3.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

CA ehealth Integration for HP OpenView

CA ehealth Integration for HP OpenView CA ehealth Integration for HP OpenView User Guide r6.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CA Process Automation

CA Process Automation CA Process Automation Production User Guide Release 04.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

erwin Data Modeler Implementation Guide Release 9.8

erwin Data Modeler Implementation Guide Release 9.8 erwin Data Modeler Implementation Guide Release 9.8 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is

More information

Integration Adaptor. Release

Integration Adaptor. Release Integration Adaptor Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management clariion Release Notes All series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

CA Spectrum. Remote Operations Suite User Guide. Release 9.3

CA Spectrum. Remote Operations Suite User Guide. Release 9.3 CA Spectrum Remote Operations Suite User Guide Release 9.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA VM:Secure for z/vm

CA VM:Secure for z/vm CA VM:Secure for z/vm Release Notes Release 3.1, Second Edition 7/20/2014 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

CA Data Protection. De-duplication Filter for Symantec Enterprise Vault Configuration Guide. Release 15.0

CA Data Protection. De-duplication Filter for Symantec Enterprise Vault Configuration Guide. Release 15.0 CA Data Protection De-duplication Filter for Symantec Enterprise Vault Configuration Guide Release 15.0 This Documentation, which includes embedded help systems and electronically distributed materials

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer User Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

erwin Data Modeler erwin Metamodel Overview Release 9.7

erwin Data Modeler erwin Metamodel Overview Release 9.7 erwin Data Modeler erwin Metamodel Overview Release 9.7 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

pvs Release Notes All series

pvs Release Notes All series pvs Release Notes All series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal by CA at any time.

More information

CA TPX Session Management

CA TPX Session Management CA TPX Session Management Release Notes Release 5.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

SPECTRUM. Control Panel User Guide (5029) r9.0.1

SPECTRUM. Control Panel User Guide (5029) r9.0.1 SPECTRUM Control Panel User Guide (5029) r9.0.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes

More information

CA TPX Session Management

CA TPX Session Management CA TPX Session Management Release Notes Release 5.3 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for Apache Web Server Guide r11.5 D01212-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Performance Center

CA Performance Center CA Performance Center CA Report Information Base API Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

SPECTRUM Control Panel

SPECTRUM Control Panel SPECTRUM Control Panel User Guide Document 5029 Notice This documentation (the "Documentation") and related computer software program (the "Software") (hereinafter collectively referred to as the "Product")

More information

CA SiteMinder. SDK Overview Guide 12.52

CA SiteMinder. SDK Overview Guide 12.52 A SiteMinder SDK Overview Guide 12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational

More information

CA IDMS Using IDMS Enforcer

CA IDMS Using IDMS Enforcer Using IDMS Enforcer Date: 15-Jan-2018 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Portlet Reference Guide. Release

Portlet Reference Guide. Release Portlet Reference Guide Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational

More information

CA IDMS. Logical Record Facility Guide. Release

CA IDMS. Logical Record Facility Guide. Release CA IDMS Logical Record Facility Guide Release 18500 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Release Summary r12 SP1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CA Workload Automation DE

CA Workload Automation DE CA Workload Automation DE Monitor Perspective Help r11.3 SP3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA PLEX. Tutorial for System i. r7.2

CA PLEX. Tutorial for System i. r7.2 CA PLEX Tutorial for System i r7.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Arcserve Backup for Windows. Release Summary r16

Arcserve Backup for Windows. Release Summary r16 Arcserve Backup for Windows Release Summary r16 Legal Notice This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer Administration Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Identity Manager. User Console Design Guide. r12.5 SP8

CA Identity Manager. User Console Design Guide. r12.5 SP8 CA Identity Manager User Console Design Guide r12.5 SP8 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA Performance Management for OpenVMS

CA Performance Management for OpenVMS CA Performance Management for OpenVMS Release Summary r3.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CA Identity Manager. User Console Design Guide

CA Identity Manager. User Console Design Guide CA Identity Manager User Console Design Guide 12.6.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

CA Unified Infrastructure Management Unified Management Portal

CA Unified Infrastructure Management Unified Management Portal CA Unified Infrastructure Management Unified Management Portal Release Notes 8.0 Documentation Changes Document Version Date Changes 1.0 September 2014 Initial version for UMP 8.0. Copyright Notice This

More information

SPECTRUM. QoS Manager User Guide (5165) r9.1.1

SPECTRUM. QoS Manager User Guide (5165) r9.1.1 SPECTRUM QoS Manager User Guide (5165) r9.1.1 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes only

More information

Administration Guide. Release

Administration Guide. Release Administration Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Portlet Reference Guide. Release

Portlet Reference Guide. Release Portlet Reference Guide Release 13.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Agile Vision and CA Product Vision. Integration Guide

CA Agile Vision and CA Product Vision. Integration Guide CA Agile Vision and CA Product Vision Integration Guide Spring 2012 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA XCOM Data Transport Gateway

CA XCOM Data Transport Gateway CA XCOM Data Transport Gateway Product Guide Release 11.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information