CA Workload Automation EE r11.3 Report Server. Fred Brisard

Size: px
Start display at page:

Download "CA Workload Automation EE r11.3 Report Server. Fred Brisard"

Transcription

1 CA Workload Automation EE r11.3 Report Server Fred Brisard

2 Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject to change or withdrawal by CA at any time without notice. Notwithstanding anything in this presentation to the contrary, this presentation shall not serve to (i) affect the rights and/or obligations of CA or its licensees under any existing or future written license agreement or services agreement relating to any CA software product; or (ii) amend any product documentation or specifications for any CA software product. The development, release and timing of any features or functionality described in this presentation remain at CA s sole discretion. Notwithstanding anything in this presentation to the contrary, upon the general availability of any future CA product release referenced in this presentation, CA will make such release available (i) for sale to new licensees of such product; and (ii) to existing licensees of such product on a when and if-available basis as part of CA maintenance and support, and in the form of a regularly scheduled major product release. Such releases may be made available to current licensees of such product who are current subscribers to CA maintenance and support on a when and if-available basis. In the event of a conflict between the terms of this paragraph and any other information contained in this presentation, the terms of this paragraph shall govern. 2 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

3 For Informational Purposes Only Certain information in this presentation may outline CA s general product direction. All information in this presentation is for your informational purposes only and may not be incorporated into any contract. CA assumes no responsibility for the accuracy or completeness of the information. To the extent permitted by applicable law, CA provides this document as is without warranty of any kind, including without limitation, any implied warranties or merchantability, fitness for a particular purpose, or non-infringement. In no event will CA be liable for any loss or damage, direct or indirect, from the use of this document, including, without limitation, lost profits, lost investment, business interruption, goodwill, or lost data, even if CA is expressly advised of the possibility of such damages. 3 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

4 Topics > Consolidated Reporting > Report Server > Application Reporting > Job Reporting Enhancements 4 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

5 Consolidated Reporting Overview HISTFILE CA Workload Automation EE Report Server Cache (100 entries) Report Server Reporting Database 5 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

6 Consolidated Reporting > A database version of the History File (HISTFILE) > Reporting Tools any report tool that supports the selected database the existing ESP reporting with the new SQL command > Use the database views ESP_JOB_HIST ESP_APPL_HIST 6 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

7 Consolidated Reporting Some Details > View definitions available in the SSCPSAME library for example the DB2 samples are CYBRSS06 and CYBRSS07. > Flag fields - T and F > By default null are displayed as - > The SQL statement is not parsed or verified by ESP 7 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

8 Consolidated Reporting Table vs. View JHRNAME JHRQUAL JHRSCHED JHRCML JHRENDT JHRSEXEC TABLE JOBA QUALA 9/1/ T 9/1/ T ESP_JHR JOBB QUALB 7/29/ F 7/29/ T JOBC QUALC 5/15/ F null T create view esp_job_hist as select JHRNAME JHRQUAL date(jhrsched) from esp_jhr JOBNAME, JOBQUAL, SCHEDDATE, JOBNAME JOBQUAL SCHEDDATE SCHEDT STATUS VIEW JOBA QUALA 9/1/ COMPLETE ESP_JOB_HIST JOBB QUALB 7/29/ ENDED JOBC QUALC 5/15/ STARTED 8 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

9 Consolidated Reporting SQL REPORT Example using the REPORT command page mode - TSO SQL Command Subsystem request ESP Subsystem SQL message (TCP/IP) Report Server JDBC DB2 9 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

10 Consolidated Reporting - SPUFI > IBM DB2 batch utility 10 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

11 Consolidated Reporting - SPUFI > The report output is written to the SYSPRINT 11 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

12 Consolidated Reporting - Qualifier Login to the database as user1 Login to the database as user2 Create table MyTable Create table user2.mytable Select from MyTable user1.mytable user2.mytable > The full table and view names is qualifier.name > If the qualifier was not provided in the SQL statement, then the current user id is used. 12 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

13 Reporting Tools > CA Workload Automation EE Reporting > BusinessObjects Web Intelligence Crystal Reports > CA-Easytrieve > Any reporting tool that can read SQL databases More on this will be reviewed in the Reporting Lab 13 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

14 Report Server Topics > Overview > What you need > Configuration > The RSERVER command > Updating the database in batch mode 14 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

15 Overview > Propagate HISTFILE records to a database > ESP tracks all changes to the History File and transfers them to the Report Server which records them to the database > Database updates can occur in real-time batch mode 15 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

16 Overview > Supported databases are DB2 Oracle SQL Server > Users can select the fields that the server propagates to the database 16 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

17 Overview > Only one ESP system can cannot connect to a specific server. > Multiple servers can propagate the history information to a single database and table. > New SQL command allows the existing reporting feature to access data from a database. 17 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

18 Installation > SMP/E FMID CEACB30 must be installed > The database host name, port number and name. For DB2 issue the command DIS DDF 18 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

19 Installation > The database class directory in USS. When it s not available, the JAR file can be copied from Windows in binary mode. Database DB2 UDB Oracle SQL Server JAR File Name db2jcc.jar db2jcc_license_cu.jar db2jcc_license_cisuz.jar ojdbc14.jar sqljdbc.jar 19 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

20 Configuration > The server parameters are in a new parmlib member called RSERENV. It can be copied from sample CYBRSS01. Parameter name must start on first column For comments type the number sign(#) on first column 20 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

21 Parmlib Example ESP_JAVA_HOME=/sys/java31bt/v5r0m0/usr/lpp/java/J5.0 ESP_JDBC_PATH=/sys/DB2V910/usr/lpp/db2910_jdbc/classes RServerPort=6671 RServerDbType=DB2 RServerDbHost=usilca31.ca.com RServerDbPort=5058 RServerDbName=D91APTIB RServerDbUser=MIZDA02 RServerDbQueryUser=MIZDA02 RServerJHRTable=esp_jhr RServerAHRTable=esp_ahr RServerJHRFields= RServerAHRFields= RServerLogLevel=1 RServerQueryLimit=1000 RServerNull=- 21 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

22 Configuration > Store password for Database User IDs Use the existing ESP PASSWORD command with TYPE(RSERVER) PASSWORD DEFINE USER(user) TYPE(RSERVER) PASSWORD(password) 22 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

23 Configuration > Create the server started task procedure by copying it from CYBRSS02 sample 23 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

24 Tracking HISTFILE updates > Use the RSERVER command to control tracking of updates to the History File by ESP Tracking Manager > Syntax RSERVER [TRACK NOTRACK] > The update (record key only) is saved in the COMMQ file until being confirmed by the server XME ESP Report Server Cache (100 entries) HISTFILE JHR/AHR ESP Tracking Manager COMMQ 24 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

25 Client Server communication RSERENV Parmlib member Tracking Manager CYBJS082 ESP_JAVA_HOME=/sys/java31bt/v5r0m0/usr/lpp/ java/j5.0 USS ESP_JDBC_PATH=/sys/DB2V910/usr/lpp/db2910_ jdbc/classes RServerPort=6671 RServerDbType=DB2 RServerDbHost=usilca31.ca.com. ESP Subsystem 1 Active/Inactive Report Server Client CYBES144 ServerRead/ ServerNotReady 2 3 Connected/ Disconnected Report Server STC //IEFPROC EXEC PGM=BPXBATCH, // PARM='PGM /bin/sh /ESP/seacpath/CYBRS002' //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //STDENV DD DISP=SHR,DSN=PARMLIB(RSERENV) COMMQ HISTFILE Report Server Cache Database (ESP_JHR, ESP_AHR) 25 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

26 Controlling the server using the RSERVER > The syntax of the RSERVER command RSERVER [START STOP STATUS] [HOST(host) PROC(proc)] [PORT(port)] 26 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

27 Controlling the server using the RSERVER > Use the HOST parameter when you start the server > Look for error messages in the STDERR sysout. > Log messages are written to the STDOUT sysout. > Validate the four statuses in the STATUS output 27 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

28 STDOUT Shell script output 28 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

29 STDOUT Java output > Controlled by the RServerLogLevel parameter 29 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

30 Creating the database views > The tables are created by the server during its initialization > Use any database tool to execute the CREATE VIEW 30 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

31 Creating the database views 31 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

32 Updating the database in batch mode > Users can tailor and submit sample CYBRSS03 to copy HISTFILE records directly to the database > The report server does not have to be up > The RSERENV parmlib member is used > The job consists of four steps > This can reduce reduce network activity 32 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

33 Updating the database in batch mode Step 1 - Issue the RSERVERB command to generate missing server parameters RSERVERB START HISTID(<hist-fid>) HISTFILE('/tmp/histfile.bin') The output is a temporary file DSN=&&ESPBENV # Report Server Batch Environment Variables RServerSystemName=DANIEL RServerHistID=HIST1 RServerHistFileName=/tmp/histfile.bin RServerCKPT=B870807A6E4F0B59 33 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

34 Updating the database in batch mode Step 2 - Extract records from the HISTFILE using the existing REPORT command. In the example below all records that were updated in the past hour are extracted. //EXTRACT EXEC PGM=ESP,PARM='SUBSYS(<subsys>)',COND=(0,NE) //HISTTEMP DD DISP=(,PASS),DSN=&&HIST,SPACE=(CYL,(20,20)), // DCB=(DSORG=PS,RECFM=VB) //SYSPRINT DD SYSOUT=* //SYSIN DD * REPORT HISTFILE <hist-fid> COPY SELECT DATASET(HISTTEMP) CRITERIA LASTUT GE NOW LESS 1 HOUR ENDR /* 34 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

35 Updating the database in batch mode Step 3 - Copy the extracted records to USS //COPY EXEC PGM=IKJEFT01,COND=(0,NE) //SYSTSPRT DD SYSOUT=* //INDD DD RECFM=U,DISP=(OLD,DELETE),DSN=&&HIST //OUTDD DD PATH='/tmp/histfile.bin', // PATHOPTS=(OWRONLY,OCREAT),PATHMODE=(SIRUSR,SIWUSR) //SYSPRINT DD SYSOUT=* //SYSTSIN DD * OCOPY INDD(INDD) OUTDD(OUTDD) BINARY /* 35 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

36 Updating the database in batch mode Step 4 - Execute the CYBRS003 shell script to update the database //RUN EXEC PGM=BPXBATSL,COND=(0,NE), // PARM='PGM /bin/sh <seacpath>/cybrs003' <== SMP/E SEACPATH Target zone directory //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //STDENV DD DISP=SHR,DSN=ESP.PARMLIB(CYBRSS01) // DD DISP=(SHR,DELETE),DSN=&&ESPBENV <== Output of RSERVERB Command // 36 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

37 Application Reporting > Based on the existing ESP reporting feature using the new command APPLREPORT > An Application History Record(AHR) is generated and written to a HISTFILE for each run and rerun of an application when the application is completed > The new Application Tracking Definition Table(ATDT) controls the selection of the HISTFILE 37 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

38 Application Reporting - APPLREPORT > Example 38 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

39 Application Reporting - ATDT > Application Tracking Definition Table Selects the HISTFILE for an Application History Record Decide whether or not to track a record > Use the LOADATDT command (in your ESPPARM) to load the table - LOADATDT ESP.PARMLIB(ATDT) 39 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

40 Application Reporting - ATDT > Example 40 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

41 Job Reporting Enhancements > New Job history fields Field Name Description Format CRITJOB Critical job YES/NO CRITPATH Critical path YES/NO Task Identify task jobs YES/NO USERSTAT User status String(28) RESWAITT Resource wait time mmmss 41 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

42 Job Reporting Enhancements > Provide new time fields to allow users to sort the output using the time value only (without date) Existing field New Field Description RDRON RDRONTOD Reader on time EXECST EXECSTTOD Execution start time ENDT ENDTTOD End time PURGT PURGTTOD Purge time COMPT COMPTTOD Completion time SCHEDT SCHEDTTOD Schedule time 42 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

43 Job Reporting Enhancements > Example - Incorrect output when using the non-tod field in the SORT command REPORT SETWIDTH 20 DISPLAY ENDDATE,ENDT SORT ENDT 43 October 14, 2009 CA Workload Automation EE - Reporting r11.3 Copyright 2009 CA

44 Questions

Hands-on Lab: CA ehealth PM Integration with Cisco Unified Communications Manager. Eve Curcio

Hands-on Lab: CA ehealth PM Integration with Cisco Unified Communications Manager. Eve Curcio Hands-on Lab: CA ehealth PM Integration with Cisco Unified Communications Manager Eve Curcio Terms of This Presentation This presentation was based on current information and resource allocations as of

More information

CA Workload Automation Restart Option for z/os Schedulers: NJE Restarts. Jared Moran

CA Workload Automation Restart Option for z/os Schedulers: NJE Restarts. Jared Moran CA Workload Automation Restart Option for z/os Schedulers: NJE Restarts Jared Moran Terms of This Presentation This presentation was based on current information and resource allocations as of October

More information

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson Continuous Improvement with CA Service Desk Manager KPIs Rich Magnuson Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

CA Service Desk Manager Change Management. Ken Laufmann Raymond Cadden

CA Service Desk Manager Change Management. Ken Laufmann Raymond Cadden CA Service Desk Manager Change Management Ken Laufmann Raymond Cadden Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

Web Admin Console - Release Management. Steve Parker Richard Lechner

Web Admin Console - Release Management. Steve Parker Richard Lechner Web Admin Console - Release Management Steve Parker Richard Lechner Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

CA Workload Automation Strategy and Roadmap. Bill Sherwin Principal Consultant EMEA Workload Automation Owner

CA Workload Automation Strategy and Roadmap. Bill Sherwin Principal Consultant EMEA Workload Automation Owner CA Workload Automation Strategy and Roadmap Bill Sherwin Principal Consultant EMEA Workload Automation Owner CA Workload Automation: Key component in successful enterprise IT management Service Service

More information

CA Workload Automation Agent for Databases

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

More information

CA 7 Workload Automation Disaster Recovery. Marysue Redd

CA 7 Workload Automation Disaster Recovery. Marysue Redd CA 7 Workload Automation Disaster Recovery Marysue Redd Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject to change

More information

CA Chorus for Security and Compliance Management Deep Dive

CA Chorus for Security and Compliance Management Deep Dive Mainframe Optimization and Modernization CA Chorus for Security and Compliance Management Deep Dive Maddalena Tosoni Principal Engineering Services Architect CA Chorus Recap Improve Staff Efficiency CA

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.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

CA Workload Automation Agent for Microsoft SQL Server

CA Workload Automation Agent for Microsoft SQL Server CA Workload Automation Agent for Microsoft SQL Server Release Notes r11.3.1, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

ABC s of Improved User Productivity with Service Desk Manager: Adoption, Best Practices and Content Development

ABC s of Improved User Productivity with Service Desk Manager: Adoption, Best Practices and Content Development ABC s of Improved User Productivity with Service Desk Manager: Adoption, Best Practices and Content Development Driving Business Value with Service & Portfolio Management PS104SN ABC s of Improved User

More information

Data Modeling in a Coordinated Data Management Environment: The Key to Business Agility in the Era of Evolving Data

Data Modeling in a Coordinated Data Management Environment: The Key to Business Agility in the Era of Evolving Data Data Modeling in a Coordinated Data Management Environment: The Key to Business Agility in the Era of Evolving Data Shawn Rogers Enterprise Management Associates Vice President of Research, Business Intelligence

More information

10A CA Plex in the Cloud. Rob Layzell CA Technologies

10A CA Plex in the Cloud. Rob Layzell CA Technologies 10A CA Plex in the Cloud Rob Layzell CA Technologies Legal This presentation was based on current information and resource allocations as of April 18, 2011 and is subject to change or withdrawal by CA

More information

Change for the Better: Improved Productivity via CA Service Desk Manager

Change for the Better: Improved Productivity via CA Service Desk Manager Change for the Better: Improved Productivity via CA Service Desk Manager Drive Business Value with Service & Portfolio Management PS105SN Change for the Better: Improved Productivity via CA Service Desk

More information

CA Chorus for Security and Compliance Management

CA Chorus for Security and Compliance Management CA Chorus for Security and Compliance Management Site Preparation Guide Version 03.0.00, Fifth Edition This Documentation, which includes embedded help systems and electronically distributed materials,

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

ERwin R8 Reporting Easier Than You Think Victor Rodrigues. Session Code ED05

ERwin R8 Reporting Easier Than You Think Victor Rodrigues. Session Code ED05 ERwin R8 Reporting Easier Than You Think Victor Rodrigues Session Code ED05 Speaker Bio Victor Rodrigues is an industryrecognized database modeling consultant with over 11 years experience working with

More information

Hands-on Lab: CA Spectrum IM 9.2 Ad Hoc Reporting. David Cosgrove

Hands-on Lab: CA Spectrum IM 9.2 Ad Hoc Reporting. David Cosgrove Hands-on Lab: CA Spectrum IM 9.2 Ad Hoc Reporting David Cosgrove Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

Application Performance. Java.,.NET and the IBM i. Rory Hewitt. Co-branded Logo Footprint Aligned LEFT ON COVER ONLY Must Fit Within This Space

Application Performance. Java.,.NET and the IBM i. Rory Hewitt. Co-branded Logo Footprint Aligned LEFT ON COVER ONLY Must Fit Within This Space Application Performance Management for Java.,.NET and the IBM i Rory Hewitt Rob Layzell CA Aligned LEFT ON COVER ONLY Terms of This Presentation This presentation was based on current information and resource

More information

CA ERwin Data Modeling's Role in the Application Development Lifecycle

CA ERwin Data Modeling's Role in the Application Development Lifecycle CA ERwin Data Modeling's Role in the Application Development Lifecycle Hybrid Data Protection DH010SN CA ERwin Data Modeling's Role in the Application Development Lifecycle Donna Burbank CA Technologies

More information

Best Practices for Application Management in Introscope. Abhijit Sawant

Best Practices for Application Management in Introscope. Abhijit Sawant Best Practices for Application Management in Introscope Abhijit Sawant Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

Connecting the dots from automated software discovery to asset management

Connecting the dots from automated software discovery to asset management Connecting the dots from automated software discovery to asset management Drive Business Value with Service & Portfolio Management PS113SN Connecting the dots from automated software discovery to asset

More information

RECOVERY OF CA ARCSERVE DATABASE IN A CLUSTER ENVIRONMENT AFTER DISASTER RECOVERY

RECOVERY OF CA ARCSERVE DATABASE IN A CLUSTER ENVIRONMENT AFTER DISASTER RECOVERY RECOVERY OF CA ARCSERVE DATABASE IN A CLUSTER ENVIRONMENT AFTER DISASTER RECOVERY Legal Notice This publication is based on current information and resource allocations as of its date of publication and

More information

The Role of Service Catalog in IT Asset Management. Faisal Faquih Khalid

The Role of Service Catalog in IT Asset Management. Faisal Faquih Khalid The Role of Service Catalog in IT Asset Management Faisal Faquih Khalid Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is

More information

ITG Software Engineering

ITG Software Engineering IBM WebSphere Administration 8.5 Course ID: Page 1 Last Updated 12/15/2014 WebSphere Administration 8.5 Course Overview: This 5 Day course will cover the administration and configuration of WebSphere 8.5.

More information

Global Service Delivery: Industrialising Service Management

Global Service Delivery: Industrialising Service Management Global Service Delivery: Industrialising Service Management Drive Business Value with Service & Portfolio Management PS109SN Global Service Delivery: Industrialising Service Management in partnership with

More information

CA Change Manager Enterprise Workbench r12

CA Change Manager Enterprise Workbench r12 CA Change Manager Enterprise Workbench r12 Database Support for Microsoft SQL Server 2008 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")

More information

CA Chorus Software Manager Update

CA Chorus Software Manager Update CA Chorus Software Manager Update Summer Spaulding March 12, 2014 Session: 15259 2014 CA. All rights reserved. Abstract CA Chorus Software Manager (formerly known as CA Mainframe Software Manager) allows

More information

Unicenter TCPaccess FTP Server

Unicenter TCPaccess FTP Server Unicenter TCPaccess FTP Server Release Summary 6.0 This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user s informational purposes

More information

CA IDMS TM /DB Indexing Part 2

CA IDMS TM /DB Indexing Part 2 International Toll Free Audio Numbers International Toll Free Audio Numbers Participant Dial-In Number(s): US Dial-In #: 1-877-833-5338 Int'l/Canada Dial-In #: 1-706-679-7033 Conference ID. Audio 31053400

More information

Agile@CA Development Process. Simon Cockayne Misc Track

Agile@CA Development Process. Simon Cockayne Misc Track Agile@CA Development Process Simon Cockayne Misc Track FOR INFORMATION PURPOSES ONLY Terms of this presentation This presentation was based on current information and resource allocations as of April 2013

More information

Integrating CA Software Change Management with CA Service Desk Manager for Enterprise Change Control

Integrating CA Software Change Management with CA Service Desk Manager for Enterprise Change Control Integrating CA Software Change Management with CA Service Desk Manager for Enterprise Change Control Keith Allen Principal Consultant CA EMEA Team Lead ALM - SCM Activities Terms of This Presentation This

More information

Single Sign-on to Salesforce.com with CA Federation Manager

Single Sign-on to Salesforce.com with CA Federation Manager TECHNOLOGY BRIEF: SINGLE SIGN-ON TO SALESFORCE.COM WITH CA FEDERATION MANAGER Single Sign-on to Salesforce.com with CA Federation Manager TOMMY CHENG, PRINCIPAL ENGINEERING SERVICES ARCHITECT, CA PETER

More information

CA Top Secret r15 for z/os

CA Top Secret r15 for z/os PRODUCT SHEET: CA TOP SECRET FOR z/os we can CA Top Secret r15 for z/os CA Top Secret for z/os (CA Top Secret ) provides innovative, comprehensive security for your business transaction environments, including

More information

The Best Kept Secrets of Cloud Service Providers

The Best Kept Secrets of Cloud Service Providers Cloud Solutions CP103PN The Best Kept Secrets of Cloud Service Providers Matt Richards Senior Director, Product Marketing The Best Kept Secrets of Cloud Service Providers New cloud offerings are providing

More information

LAB: Assembling a Business Service Insight (BSI) Dashboard

LAB: Assembling a Business Service Insight (BSI) Dashboard LAB: Assembling a Business Service Insight (BSI) Dashboard Drive Business Value with Service & Portfolio Management PS304LN LAB: Assembling a BSI Dashboard Brian Jurasic CA Technologies agenda Review of

More information

Service Virtualization CA LISA introduction. Jim Dugger CA LISA Product Marketing Manager Steve Mazzuca CA LISA Public Sector Alliances Director

Service Virtualization CA LISA introduction. Jim Dugger CA LISA Product Marketing Manager Steve Mazzuca CA LISA Public Sector Alliances Director Service Virtualization CA LISA introduction Jim Dugger CA LISA Product Marketing Manager Steve Mazzuca CA LISA Public Sector Alliances Director innovate or die The Product is the entire brand and customer

More information

CA Explore Performance Management for z/vm

CA Explore Performance Management for z/vm PRODUCT SHEET CA Explore Performance Management for z/vm CA Explore Performance Management for z/vm CA Explore Performance Management for z/vm (CA Explore for z/vm) is a comprehensive performance management

More information

CA Workload Automation Agent for Microsoft SQL Server

CA Workload Automation Agent for Microsoft SQL Server CA Workload Automation Agent for Microsoft SQL Server CLI User Guide r11.3.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Tips & Tricks: CA CMDB Data Mining Techniques. John Sorensen & Neil Mitchell

Tips & Tricks: CA CMDB Data Mining Techniques. John Sorensen & Neil Mitchell Tips & Tricks: CA CMDB Data Mining Techniques John Sorensen & Neil Mitchell Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and

More information

Dynamic Data Center Update:

Dynamic Data Center Update: 15293 Dynamic Data Center Update: System z and Data Center What Changed Since Boston? Mike Madden General Manager, CA Technologies March 11, 2014 No better time to be on the MAINFRAME 2 SHARE Anaheim 2014

More information

CA Client Automation

CA Client Automation CA Client Automation Supported Content for CA Patch Manager and Supported Application Signature Content April 2015 Contents CA Content Research Team... 3 CA Patch Manager Content... 3 Operating Systems

More information

Software Asset Management (SAM) Best Practice

Software Asset Management (SAM) Best Practice Software Asset Management (SAM) Best Practice Drive Business Value with Service & Portfolio Management PS200SN Software Asset Management (SAM) Best Practice Peter Beruk Business Software Alliance abstract

More information

Extending the value of CA Service Desk Manager with integration connectors SAP Solution Manager, MS System Center Operations Manager

Extending the value of CA Service Desk Manager with integration connectors SAP Solution Manager, MS System Center Operations Manager Extending the value of CA Service Desk Manager with integration connectors SAP Solution Manager, MS System Center Operations Manager Christophe Trinquet Terms of This Presentation This presentation was

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Application Virtualisation Management. Steve Parker

Application Virtualisation Management. Steve Parker Application Virtualisation Management Steve Parker Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject to change or

More information

CA Nimsoft Monitor. Probe Guide for Lotus Notes Server Monitoring. notes_server v1.5 series

CA Nimsoft Monitor. Probe Guide for Lotus Notes Server Monitoring. notes_server v1.5 series CA Nimsoft Monitor Probe Guide for Lotus Notes Server Monitoring notes_server v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to

More information

Version 14.0. Overview. Business value

Version 14.0. Overview. Business value PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing

More information

München 2011. BMC Internet Service Retrieval. Axel Griepenstroh SC

München 2011. BMC Internet Service Retrieval. Axel Griepenstroh SC MainView Roundtable München 2011 BMC Internet Service Retrieval Axel Griepenstroh SC Agenda Was ist BMC ISR Download BMC ISR Starten von BMC ISR - Setup - Submit Request - Receive Request Copyright 5/24/2011

More information

Database Configuration Guide

Database Configuration Guide Entrust IdentityGuard 8.1 Database Configuration Guide Document issue: 1.0 Date of Issue: June 2006 Copyright 2006 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust,

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 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 Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide v2.0.00 This documentation, which includes embedded help systems

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Leveraging Custom Templates & Controls to Enhance your WebClient Applications. Rob McBride Plex Track

Leveraging Custom Templates & Controls to Enhance your WebClient Applications. Rob McBride Plex Track Leveraging Custom Templates & Controls to Enhance your WebClient Applications Rob McBride Plex Track FOR INFORMATION PURPOSES ONLY Terms of this presentation This presentation was based on current information

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Customer Onboarding Version 01.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

CA Deliver r11.7. Business value. Product overview. Delivery approach. agility made possible

CA Deliver r11.7. Business value. Product overview. Delivery approach. agility made possible PRODUCT SHEET CA Deliver agility made possible CA Deliver r11.7 CA Deliver is an online report management system that provides you with tools to manage and reduce the cost of report distribution. Able

More information

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services CA Workload Automation Agents extend the automation capabilities

More information

CA APM Cloud Monitor. Scripting Guide. Release 8.2

CA APM Cloud Monitor. Scripting Guide. Release 8.2 CA APM Cloud Monitor Scripting Guide Release 8.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

CA s Cloud Storage for System z

CA s Cloud Storage for System z CA s Cloud Storage for System z Michael Melillo Sr. User Experience Architect Cloud Solutions for System z April 15 th, 2014 2013 CA. All rights reserved. Disclaimer Certain information in this presentation

More information

etrust Audit Using the Recorder for Check Point FireWall-1 1.5

etrust Audit Using the Recorder for Check Point FireWall-1 1.5 etrust Audit Using the Recorder for Check Point FireWall-1 1.5 This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CA Workload Automation Agents for Mainframe-Hosted Implementations

CA Workload Automation Agents for Mainframe-Hosted Implementations PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents for Mainframe-Hosted Operating Systems, ERP, Database, Application Services and Web Services CA Workload Automation Agents are

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

CA JCLCheck Workload Automation

CA JCLCheck Workload Automation PRODUCT SHEET CA JCLCheck Workload Automation CA JCLCheck Workload Automation CA JCLCheck Workload Automation (CA JCLCheck WA) validates z/os JCL before it is submitted for execution. CA JCLCheck WA helps

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Installation of IBM DB2 9.1.x and Q-Monitor 3.x.x

Installation of IBM DB2 9.1.x and Q-Monitor 3.x.x Installation of IBM DB2 9.1.x and Q-Monitor 3.x.x Installation of IBM DB2 9.1 and Q-Monitor Installation tasks Install IBM DB2 9.1 Express on Windows Install Q-Monitor 3.x.x and create the database tables

More information

SAP BusinessObjects Reporting. Kelly Limberg, Engineering Services Architect limke03@ca.com

SAP BusinessObjects Reporting. Kelly Limberg, Engineering Services Architect limke03@ca.com SAP BusinessObjects Reporting Kelly Limberg, Engineering Services Architect limke03@ca.com Terms of This Presentation This presentation was based on current information and resource allocations as of October

More information

Enterprise Report Management CA View, CA Deliver, CA Dispatch, CA Bundl, CA Spool, CA Output Management Web Viewer

Enterprise Report Management CA View, CA Deliver, CA Dispatch, CA Bundl, CA Spool, CA Output Management Web Viewer PRODUCT FAMILY SHEET Enterprise Report Management Enterprise Report Management CA View, CA Deliver, CA Dispatch, CA Bundl, CA Spool, CA Output Management Web Viewer CA Technologies provides leading software

More information

CA Insight Database Performance Monitor for DB2 for z/os

CA Insight Database Performance Monitor for DB2 for z/os PRODUCT SHEET CA Insight Database Performance Monitor for DB2 for z/os CA Insight Database Performance Monitor for DB2 for z/os CA Insight Database Performance Monitor for DB2 for z/os (CA Insight DPM)

More information

CA MICS Resource Management r12.7

CA MICS Resource Management r12.7 PRODUCT SHEET agility made possible CA MICS Resource Management r12.7 CA MICS Resource Management (CA MICS) is a comprehensive IT resource utilization management system designed to fulfill the information

More information

CA Harvest Software Change Manager

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

More information

CA Plex and Microsoft Windows Presentation

CA Plex and Microsoft Windows Presentation CA Plex and Microsoft Windows Presentation Foundation (WPF) A Technology Preview 8C Rob Layzell CA Aligned LEFT ON COVER ONLY Terms of This Presentation This presentation was based on current information

More information

Reporting with ERwin and Crystal Reports

Reporting with ERwin and Crystal Reports Reporting with ERwin and Crystal Reports Stefan Kausch, heureka e-business GmbH CEO Session Code DM08 Speaker Biography Stefan Kausch Implementing ERwin since mid 90s in projects Partnership with ca since

More information

CA Nimsoft Monitor. Probe Guide for Performance Collector. perfmon v1.5 series

CA Nimsoft Monitor. Probe Guide for Performance Collector. perfmon v1.5 series CA Nimsoft Monitor Probe Guide for Performance Collector perfmon v1.5 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject

More information

CA OPS /MVS Event Management and Automation

CA OPS /MVS Event Management and Automation CA OPS /MVS Event Management and Automation Security Guide Release 12.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

CA Chorus Software Manager

CA Chorus Software Manager CA Chorus Software Manager User Guide Release 5.1 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Gothenburg 2015. Mainframe and Continuous Integration. Jan Marek Jan.Marek@ca. com. CA Technologies. Session S610

Gothenburg 2015. Mainframe and Continuous Integration. Jan Marek Jan.Marek@ca. com. CA Technologies. Session S610 Jan Marek Jan.Marek@ca. com CA Technologies Session S610 Mainframe and Continuous Integration Agenda Introduce continuous integration concept What problem we were facing Overview of the solution Examples

More information

UPSTREAM for Linux on System z

UPSTREAM for Linux on System z PRODUCT SHEET UPSTREAM for Linux on System z UPSTREAM for Linux on System z UPSTREAM for Linux on System z is designed to provide comprehensive data protection for your Linux on System z environment, leveraging

More information

Netop Remote Control Security Server

Netop Remote Control Security Server A d m i n i s t r a t i o n Netop Remote Control Security Server Product Whitepaper ABSTRACT Security is an important factor when choosing a remote support solution for any enterprise. Gone are the days

More information

CA Nimsoft Monitor. Probe Guide for Active Directory Response. ad_response v1.6 series

CA Nimsoft Monitor. Probe Guide for Active Directory Response. ad_response v1.6 series CA Nimsoft Monitor Probe Guide for Active Directory Response ad_response v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Chapter 1: How to Register a UNIX Host in a One-Way Trust Domain Environment 3

Chapter 1: How to Register a UNIX Host in a One-Way Trust Domain Environment 3 Contents Chapter 1: How to Register a UNIX Host in a One-Way Trust Domain Environment 3 Introduction... 3 How to Register a UNIX Host in a One-Way Trust Domain Environment... 4 Creating a Windows Agentless

More information

BrightStor ARCserve Backup for UNIX

BrightStor ARCserve Backup for UNIX BrightStor ARCserve Backup for UNIX Disaster Recovery Option Guide r11.5 D01200-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end

More information

Data Access Guide. BusinessObjects 11. Windows and UNIX

Data Access Guide. BusinessObjects 11. Windows and UNIX Data Access Guide BusinessObjects 11 Windows and UNIX 1 Copyright Trademarks Use restrictions Patents Copyright 2004 Business Objects. All rights reserved. If you find any problems with this documentation,

More information

CA Workload Automation CA 7 Edition r11.3

CA Workload Automation CA 7 Edition r11.3 PRODUCT SHEET CA Workload Automation CA 7 Edition CA Workload Automation CA 7 Edition r11.3 CA Workload Automation CA 7 Edition is a single-engine enterprisewide workload automation solution that allows

More information

CA VPN Client. User Guide for Windows 1.0.2.2

CA VPN Client. User Guide for Windows 1.0.2.2 CA VPN Client User Guide for Windows 1.0.2.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

SupportPac CB12. General Insurance Application (GENAPP) for IBM CICS Transaction Server

SupportPac CB12. General Insurance Application (GENAPP) for IBM CICS Transaction Server SupportPac CB12 General Insurance Application (GENAPP) for IBM CICS Transaction Server SupportPac CB12 General Insurance Application (GENAPP) for IBM CICS Transaction Server ii General Insurance Application

More information

FileNet Business Activity Monitor (BAM) Release Notes

FileNet Business Activity Monitor (BAM) Release Notes FileNet Business Activity Monitor (BAM) Release Notes Release 3.6.0 September 2006 FileNet is a registered trademark of FileNet corporation. All other product and brand names are trademarks or registered

More information

CA ControlMinder for Virtual Environments May 2012

CA ControlMinder for Virtual Environments May 2012 FREQUENTLY ASKED QUESTIONS May 2012 Top Ten Questions 1. What is?... 2 2. What are the key benefits of?... 2 3. What are the key capabilities of?... 2 4. Does this release include anything from the recently

More information

CA Workload Automation Restart Option for z/os Schedulers r11

CA Workload Automation Restart Option for z/os Schedulers r11 PRODUCT SHEET CA Workload Automation Restart Option for z/os Schedulers r11 CA Workload Automation Restart Option for z/os Schedulers r11 CA Workload Automation Restart Option for z/os Schedulers (CA WA

More information

TIBCO Spotfire Server Migration. Migration Manual

TIBCO Spotfire Server Migration. Migration Manual TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Chapter 1: How to Configure Certificate-Based Authentication

Chapter 1: How to Configure Certificate-Based Authentication Chapter 1: How to Configure Certificate-Based Authentication Introduction Product: CA ControlMinder Release: All OS: All This scenario describes how a system or a CA ControlMinder administrator configures

More information

what if you could increase your agility and improve your pace of IT innovation?

what if you could increase your agility and improve your pace of IT innovation? SOLUTION BRIEF CA Portfolio Management for Agile IT May 2010 what if you could increase your agility and improve your pace of IT innovation? we can helps IT executives to deliver the right projects faster,

More information

Orchestrate IT Process with an Integrated Workflow Management

Orchestrate IT Process with an Integrated Workflow Management Orchestrate IT Process with an Integrated Workflow Management Table of Contents Introduction...3 What is Workload Automation?...4 Workflow...4 Workload...5 Combining Workflow and Workload...5 CA Workload

More information

Mobile Applications with Plex & CM WebClient: A User s Perspective. Rob McBride CA Plex/Session D (Misc Track)

Mobile Applications with Plex & CM WebClient: A User s Perspective. Rob McBride CA Plex/Session D (Misc Track) Mobile Applications with Plex & CM WebClient: A User s Perspective Rob McBride CA Plex/Session D (Misc Track) Abstract Rob McBride United Heritage Life Insurance, Meridian Idaho Programmer/Analyst & Plex

More information

Beyond the Software Life Cycle

Beyond the Software Life Cycle Beyond the Software Life Cycle CA-Endevor Facilitates Ad-hoc Job Processing Southern CA Endevor User Group June 2008 Rose A. Sakach Endevor Practice Leader - RSH Consulting, Inc. R.Sakach@RSHConsulting.com

More information

CA Spectrum. Microsoft MOM and SCOM Integration Guide. Release 9.4

CA Spectrum. Microsoft MOM and SCOM Integration Guide. Release 9.4 CA Spectrum Microsoft MOM and SCOM Integration Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Reading multi-temperature data with Cúram SPMP Analytics

Reading multi-temperature data with Cúram SPMP Analytics IBM Cúram Social Program Management Reading multi-temperature data with Cúram SPMP Analytics Anthony Farrell is a senior software engineer in the IBM Cúram platform group. Anthony has technical responsibility

More information

CA Process Automation

CA Process Automation Communications Release 04.1.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 SiteMinder. Web Agent Installation Guide for IIS. r12.5

CA SiteMinder. Web Agent Installation Guide for IIS. r12.5 CA SiteMinder Web Agent Installation Guide for IIS r12.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Architecture in the API Era

Architecture in the API Era Architecture in the API Era Mark Sigda Senior Principal Consultant, CA Technologies May 21, 2015 ITARC Stockholm, Sweden Mark Sigda Fort Collins, Colorado, USA IASA member since 2007 CITA-F Certified MCAD

More information