Obtaining model counts for pricing

Obtaining model counts for pricing

Please follow the procedure below.

 

Here is the SQL code that can be run  by a CA 2E customer to obtain CA 2E Model  Object Counts. After you send the values to us, we can provide quick guidance on costs and timeframes for a model migration

Note: XXXXXX needs to be changed to your CA 2E model library.  

SELECT OBJTYP, OBJATR, FUNTYP, Count(*) FROM XXXXXX/YMDLOBJRFP       

WHERE OBJTYP in('FIL', 'FUN', 'ACP') and substr(OBJOWN,1,1) <> '*'  and CUROBJ = 'Y'

GROUP BY OBJTYP, OBJATR, FUNTYP ORDER BY OBJTYP, OBJATR, FUNTYP  



 

Once the code is run, save the output into Excel and send to support@cmfirstgroup.com, so we can generate a report with automated migration pricing.


    • Related Articles

    • Plex Model Configuration

      Overview In order for Plex Java functions to work with CM WebClient, each panel function must inherit from a WebClient base function. This function is called ~WebShell and it is located in the WebClient group model. This section explains how to set ...
    • CM evolveIT ETL - Create a new Asset Model

      1. How to Create a new Asset Model New Project Model >> Asset Models >> Add >> Asset Model Assignment >> New Workspaces >> Workspace Item >> Asset Models >> "+" button 2. Add Asset Model To able to save new Asset Model, should fill in all required ...
    • CM evolveIT ETL - Create a new Project Model

      1. How to create a new project model? Workspace creation >> Project Models >> New Menu >> Workspace >> Project Model >> "+" button 2. General information To edit general information, select General tab (1) Enter name (4), ETL Model (5), Source root ...
    • Sending CA 2E Model for Analysis, or for a POC

      If you would like to send your CA 2E Model to us to for Analysis or for a proof of concept, please follow the instructions in the attached document.
    • CA 2E Mode requirements

      This article describes the steps needed to provide information needed for setting up evolveIT for 2E requirements gathering. Please zip your files and upload to https://spaces.hightail.com/uplink/cmfirsttech 1. Create a save file of the 2E model ...