Application Development Environment. Table of Contents

Size: px
Start display at page:

Download "Application Development Environment. Table of Contents"

Transcription

1 and Cultural Table of Contents Revision History... ii Document Approval... iii 1.0 Overview Outline Detailed Description Purpose In Scope Out of Scope Ministry Toolsets Server Standard Operating Standard Client s Mobile Client s Database Software Configuration Management (SCM) Reasons for ADE standards Government and Ministry IM/IT Standards Contravening these standards... 6

2 Revision History Ministry of Community, Sport, and Cultural Date Harvest Version Section Description Author 06-JUL All Final Draft DE 08-JUL All Proof-reading updates DE 22-JUL All Updated with feedback from DWS group DE 17-AUG , 6 1.2, 1.3, 2.0 Updated with feedback from DWS group 02-JUN ,8,9 All Updates to Ministry naming DE 05 JUN All Document Rename FV 06 DEC Updates DE 06 SEP Updates, reflecting server upgrades FV 22 OCT Updates FV 14 May ,4 Updates FV 18 May All Updates for.net 4, C#, SQL Server RG 29 OCT Updates for Kentico BP 30 OCT All Updates for Kamloops BP 30 OCT All Ministry Name changes, updates to Oracle database version 30 NOV All Merging existing documentation into current and updating various sections 05 FEB Clarification on Kentico BP 9 JAN ,2,3,4,5,6 Updated Visual Studio and Kentico versions Updated SQL Server and Browser Versions Updated Server and Client s Updated SCM Standards Updated Unit Test requirements General Wording Changes 19 MAR Updates to.net Fixed formatting on Kentico requirement DE KW BP BP BP

3 and Cultural Document Approval Signature Date Print Name Title

4 and Cultural 1.0 Overview 1.1 Outline This document will outline the for use by the Ministry of Community, Sport and Cultural (CSCD), the Skill Training (and Responsible for Labour) (JTST), and the Ministry of Investment and Trade (MIT), collectively referred to as the Ministry. 1.2 Detailed Description The will describe the acceptable tools, environments and methodologies for use by developers working for the Ministry. These standards apply to both internal and external developers working on new applications, as well as enhancements to existing applications. 1.3 Purpose This document is part of the Ministry s standards documentation project to clearly document all of the Ministry s development standards. The standards documentation will provide developers with information regarding the Ministry s environments and processes, to ensure that deliverables are compatible with the Ministry s support infrastructure. 1.4 In Scope The following items are in scope for this document: languages tools Database environments Server environments Desktop environments Software Configuration Management (SCM) The reasons for having an 1.5 Out of Scope The following items are out of scope for this document: Coding practices architecture standards Last Modified: 3/19/ of 6

5 and Cultural 2.0 Ministry Toolsets The following toolsets are standard for the Ministry: Visual Studio 2013 Using C# (for both client/server and ASP.NET applications) and the.net framework version o Unit tests must be built using Visual Studio Unit Test Project o Load tests must be built using Visual Studio s Web Performance Tests AllFusion Harvest Change Manager 7.1 the Ministry s master System Configuration Management repository o s and projects under the umbrella of Labour applications use Team Foundation Server (TFS) 2010 Ministry s JIRA environment used for management of bugs and issues o s and projects under the umbrella of Labour applications use Team Foundation Server (TFS) 2010 Kentico the Ministry s Content Management System (CMS) o Version: Enterprise Marketing Solution 8.1 NOTE: Must use the Portal page templates Relational Database Management System (RDMS): o Oracle 11g R2 Oracle Designer 10g will be used as the main repository for data management (i.e. logical DB design, Physical DB design, server-side code, DDL, etc ) Oracle 11g R2 PL/SQL procedures/packages should be used for database server components.net database connections should use the Microsoft.NET Data Provider for Oracle. ODBC database connection should use the Microsoft ODBC for Oracle driver. NOTE: If Oracle specific data types are required, then the Oracle Data Provider for.net or Oracle ODBC driver may be used. Read-only ODBC connections MUST use the Oracle ODBC driver. o Microsoft SQL Server Standard Edition 2014 Visual Studio 2013 Database Project for code management Using SQL Server Data Tools (SSDT) Microsoft.NET Data Provider for SQL Server SQL Server Integration Services (SSIS) used for: large volume data loads importing data into existing data sets SQL Server Reporting Services for reports SAP Crystal Reports developer version for Visual Studio o For internal use only. External applications which provide reports through SAP Crystal Reports require extra licensing. o An Office 2010 compatible format (Word 2007 SP1+) for letter/mail merges HTML 4.01 Web Browsers o For internal audience projects ONLY: Internet Explorer 8/9/10/11 o Public applications must be compatible with, in functionality and be reasonably similar in layout, the following browsers: Internet Explorer 8/9/10/11 Last Modified: 3/19/ of 6

6 and Cultural Safari 3+ Firefox 3.5+ Chrome 20+. NOTE: If you wish to use any additional tools, or 3 rd party controls, Ministry approval is required. 3.0 Server Our web servers are running the Windows 2008 R2 operating system with Internet Services 7.5 (IIS 7.5). The Oracle 11g client, Microsoft Data Access Components (MDAC) 2.6 Service Pack 1 (or higher), and Microsoft MVC 4 Framework, are installed on the Ministry web servers which host non-static sites. All Oracle database servers are running Sun Solaris 10; All Microsoft SQL Server database servers are running Windows Server Enterprise 2008 R2; see section 5.0 for further information. All Desktop Terminal Service (DTS) Servers are running Windows 2003 with Service Pack 1 and Citrix Presentation Server. For further information regarding the exact configuration of the DTS servers, please contact the Ministry IS Operations Manager. 4.0 Standard Operating 4.1 Standard Client s Ministry employees are issued a BC Government standard personal computer. Approximately 90% of users are issued Windows-based PC s The remainder of users are issued Apple hardware running OS X Windows Users BC Government standard-issue computers fall into a standard refresh cycle. The current refresh cycle is Upgrade 3.0 (U3.0): o Windows 7 o Internet Explorer 8/9/11 o Microsoft Office 2010 o 4GB RAM o 22 16:10 (1680x1050) LCD or 23 (1920x1080) LCD monitor Apple Users Apple products have only recently been approved for use within the BC Government desktop environment and as a result the standards aren t as clearly defined. The below specifications should be considered a reference-point only. o Mac OS X 10.6 (Snow Leopard) o Microsoft Office 2011 o Safari Mobile Client s Within the ministry, a wide range of mobile devices are deployed with varying capabilities. These include: RIM Blackberry and Playbook Last Modified: 3/19/ of 6

7 and Cultural o Supports version (Curve or newer) Apple iphone 4 and ipad o Supports version (iphone 3G or newer) o icloud is disabled on ios 5 devices 5.0 Database The Ministry currently supports two database environments. The appropriate RDBMS will be determined during the RFP stage of a project: Oracle 11g R2 (version ) Enterprise Edition is the preferred, and default, Ministry standard for relational databases. Oracle Standard Edition is available if required Where a business or technical reason requires, Microsoft SQL Server Standard Edition 2014 is the alternative RDBMS. s and projects under the umbrella of Labour applications use SQL Server 2014 as the preferred standard for relational databases. Oracle Standard Edition is available if required. 6.0 Software Configuration Management (SCM) All project deliverables are to be managed through the Ministry s SCM methodology, which is available from the Ministry Change Manager. All developers will be required to connect to the Ministry AllFusion Harvest SCM repository. Non-database related deliverables such as code and documentation, will be managed and versioned within the Ministry s AllFusion Harvest change management repository. Oracle database deliverables will be created and versioned within the Ministry Oracle Designer 10g SCM repository. SQL Server database deliverables will be created and versioned in Harvest using the toolsets described in Section 2. s and projects under the umbrella of Labour applications have the following exceptions to this standard: All developers will be required to connect to the Team Foundation Server 2010 repository. Non-database related deliverables such as code and documentation, will be managed and versioned within the Team Foundation Server 2010 repository. SQL Server database deliverables will be created and versioned in Team Foundation Server 2010 using the toolsets described in Section Reasons for ADE standards The following have been defined as the reasons for having a Ministry ADE standard: They maintain the current investments in application development skills. Consistent with the line of business applications being developed within CSCD and JTST. They ensure consistency within the Ministry s application ecosystem. s can be developed using.net (either client or web-based) without sacrificing maintainability or performance, when compared with other ADEs..NET programming resources are readily available from the private sector. Oracle Designer is the government standard for process and data modeling, as well as for database design. Using Oracle RDBMS allows for leveraging of existing internal and external DBA resources. Last Modified: 3/19/ of 6

8 and Cultural AllFusion Harvest has been selected as the best value system configuration management tool. It has a good level of support, government-use price discounts, and high level of flexibility and functionality. 8.0 Government and Ministry IM/IT Standards The Contractor will be required to adhere to the Province s applicable Management and Technology standards in carrying out the services under the Contract. A standard is a specific statement of the rules and constraints governing the naming, contents, and operations of software and hardware. There are two types of standards, Government and Ministry, applicable to the services under the Contract. The Contractor will be responsible for adhering to the policies and procedures outlined in Government and Ministry Standards. This includes the Ministry SCM Methodology Guide, Source Material Management Policies and Procedures, Web Standards, as well as Oracle Designer standards. This includes development and/or transfer of all code in the Ministry s Oracle Repository and the Ministry s source code repository. The Ministry will conduct Quality Assurance (QA) and design reviews of the deliverables, in accordance with the SDLC standards of the Ministry. Government and Ministry IM/IT standards may be updated at any time. The Contractor is required to keep up-to-date with the applicable standards in effect during delivery of the services under the Contract to ensure adherence to the most current one(s). Under certain and appropriate circumstances exemption from individual policies or standards may be granted by the OCIO or MCIO. Any requests for policy or standards exemption should be raised with the Ministry and will require approval in writing. Last Modified: 3/19/ of 6

9 and Cultural Government IM/IT Standards Applicable Government CIO (Chief Officer) standards and policies can be obtained from the following site: Government information security policy: Ministry IM/IT Standards Ministry standards (including this document) can be obtained from the following site: Contravening these standards If a developer wishes to contravene these standards, a written proposal must be submitted to the Ministry System. Managerial sign-off must be attained prior to developing using non-standard technologies. Last Modified: 3/19/ of 6

Platform support for UNIT4 Milestone 4

Platform support for UNIT4 Milestone 4 Platform support for UNIT4 Milestone 4 Agresso Web The following HTML5 compatible web browsers are supported for accessing Agresso Web: Browser Type Platform Notes Internet Explorer 11** Last tested on

More information

Infor CRM Compatibility Guide. Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier

Infor CRM Compatibility Guide. Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier Infor CRM Compatibility Guide Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier Infor CRM Compatibility Guide Updated December 2014 Contents Key.... 2

More information

TECHNICAL REQUIREMENTS 4.5.241

TECHNICAL REQUIREMENTS 4.5.241 TECHNICAL REQUIREMENTS 4.5.241 TABLE OF CONTENTS TECHNICAL SUPPORT LEVELS... 3... 3 Not... 3 End-of-Life... 3 SERVER HARDWARE REQUIREMENTS... 4 Physical Server... 4 Virtualized Server... 4 SERVER SOFTWARE

More information

Patch Management Overview Report Date generated: 24 Jul 2014 09:41AM G Lighting Site: Stl Office Device: VAULT Missing Security Update for Windows Server 2003 (KB2982792) Windows Malicious Software Removal

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

Hardware, Software & Network Requirements

Hardware, Software & Network Requirements Hardware, & Network Requirements System requirements for the Enterprise application, including Business Objects, are provided in this document. These requirements include hardware, software, and network

More information

Infor CRM Compatibility Guide

Infor CRM Compatibility Guide Infor CRM Compatibility Guide Updated July 2015 v2 Includes compatibility for Infor CRM versions 8.1.0.6 through 8.2, Saleslogix versions 7.5.3 through 8.1.0.5, and Mobile versions 3.0.4 and later. Infor

More information

WEB COMPAS MINIMUM HOSTING REQUIREMENTS

WEB COMPAS MINIMUM HOSTING REQUIREMENTS WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com support@npipm.com Adult COMPAS Web Application

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

SAP Business Planning and Consolidation Version 10.1 for Microsoft. Platform Information, Support Pack Dates and Maintenance Dates.

SAP Business Planning and Consolidation Version 10.1 for Microsoft. Platform Information, Support Pack Dates and Maintenance Dates. SAP Business Planning and Consolidation Version 10.1 for Microsoft Platform Information, Support Pack Dates and Maintenance Dates MAR 25 th, 2016 Disclaimer This PAM represents current planning for SAP

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Minimum Requirements for Web Based Applications

Minimum Requirements for Web Based Applications Recommended Browsers Skyward recognizes the diverse Operating Systems, Devices, and Internet browsers our customers are using. While we want every customer to have the best possible experience, we recognize

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 1 of 13 19.01.2016 17:52 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft

More information

Infor CRM Compatibility Guide

Infor CRM Compatibility Guide Infor CRM Compatibility Guide Updated October 2015 Includes compatibility for Infor CRM versions 8.1.0.6 through 8.2, Saleslogix versions 7.5.3 through 8.1.0.5, and Mobile versions 3.0.4 and later. Infor

More information

Hardware Requirements

Hardware Requirements 300-6400 Roberts Street Burnaby BC V5G 4C9 300-6400 Roberts Street Burnaby BC V5G 4C9 Hardware Requirements Version 5.2: Last revised May 5, 2005 Microsoft, Windows and the Windows logo are trademarks,

More information

System Requirements. Microsoft Dynamics NAV 2016

System Requirements. Microsoft Dynamics NAV 2016 System Requirements Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016... 4 Microsoft Dynamics NAV Windows Client Requirements... 5 Microsoft Dynamics NAV Development

More information

Crystal Reports XI Release 1 for Windows

Crystal Reports XI Release 1 for Windows Revision Date: November 5, 2007 Crystal Reports XI Release 1 for Windows Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 1. INTRODUCTION...

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016...3 Microsoft Dynamics NAV 2016 Windows Client Requirements...4 Microsoft Dynamics NAV Development

More information

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013 EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013 This report provides information about software releases, including release dates, any announced

More information

Gary Belleville. Victoria, BC (250) 884-2726 gbelleville@shaw.ca

Gary Belleville. Victoria, BC (250) 884-2726 gbelleville@shaw.ca Victoria, BC (250) 884-2726 gbelleville@shaw.ca Summary of Qualifications University of Waterloo graduate with a Computer Science major. Former Technology Leader in Sierra s BI Practice. Strong proponent

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 Page 1 of 7 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics

More information

Crystal Reports XI Release 2 - Service Pack 6

Crystal Reports XI Release 2 - Service Pack 6 Revision Date: January 10, 2010 Crystal Reports XI Release 2 - Service Pack 6 Overview Contents This document lists specific platforms and configurations for Crystal Reports XI Release 2 - Service Pack

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Hardwarekrav. 30 MB. Memory: 1 GB. Additional software Microsoft.NET Framework 4.0.

Hardwarekrav. 30 MB. Memory: 1 GB. Additional software Microsoft.NET Framework 4.0. Hardwarekrav Bemærk især afsnittet System Requirements for Microsoft Dynamics NAV Server samt System Requirements for Microsoft Dynamics NAV 2013 Database Components for SQL Server. System Requirements

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 30, 2012 Microsoft Certification ID : 30999 BERT VAN HOVE BARON EMPAINLAAN 68 MECHELEN, 2800 BE bert@road2result.be ACTIVE MICROSOFT CERTIFICATIONS: Microsoft Certified

More information

LANDESK Service Desk. Supported Platforms and Feature Compatibility

LANDESK Service Desk. Supported Platforms and Feature Compatibility LANDESK Service Desk Supported Platforms and Feature Compatibility LANDESK SERVICE DESK SUPPORTED PLATFORMS This document contains information, which is the confidential information and/or proprietary

More information

Microsoft Dynamics NAV 2015 Hardware and Server Requirements. Microsoft Dynamics NAV Windows Client Requirements

Microsoft Dynamics NAV 2015 Hardware and Server Requirements. Microsoft Dynamics NAV Windows Client Requirements Microsoft Dynamics NAV 2015 Hardware and Server Requirements Microsoft Dynamics NAV Windows Client Requirements Windows client. operating systems Hardware resources Reports Windows 8.1 Professional or

More information

Crystal Reports XI Release 2 for Windows Service Pack 3

Crystal Reports XI Release 2 for Windows Service Pack 3 Revision Date: January 8, 2008 Crystal Reports XI Release 2 for Windows Service Pack 3 Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 2 Service

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 04, 2011 Microsoft Certification ID : 483228 KENT NORDSTROM Asbergsvagen 27 Soderhamn, 82637 SW kent@xpservices.se ACTIVE MICROSOFT CERTIFICATIONS: Microsoft Certified Solutions

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

AT&T Connect System Requirements for End Users v9.5. March 2013

AT&T Connect System Requirements for End Users v9.5. March 2013 AT&T Connect System Requirements for End Users v9.5 March 2013 Product: AT&T Connect Title: System Requirements for End Users Version: v9.5 Publication date: 3/6/2013 Reference number: CONSYSCL01012 Revision

More information

Ministry Software Configuration Management Policies and Procedure for Source Material Management

Ministry Software Configuration Management Policies and Procedure for Source Material Management Services and Ministry of Ministry Software Configuration Date: March 27, 2007 Prepared By: David Ell Project: CAWS Standards Documentation Harvest Package: RFC_000452 Harvest Version: 14 Table of Contents

More information

www.faronics.com Faronics Products SYSTEM REQUIREMENTS Last modified: October 2014

www.faronics.com Faronics Products SYSTEM REQUIREMENTS Last modified: October 2014 Faronics Products SYSTEM REQUIREMENTS Last modified: October 2014 Faronics Toll Free Tel: 800-943-6422 Toll Free Fax: 800-943-6488 International Tel: +1 604-637-3333 International Fax: +1 604-637-8188

More information

SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM)

SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM) SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM) with all EHPs February, 2014 Disclaimer: This document represents current planning for NW only and not for the SAP products using NW

More information

Database FAQs - SQL Server

Database FAQs - SQL Server Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012 EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012 This report provides information about software releases, including release dates, any announced

More information

RightNow CX November 2011 Workstation Specifications

RightNow CX November 2011 Workstation Specifications RightNow CX November 2011 Workstation Specifications This document includes the workstation specifications required for using RightNow CX November 2011. Additional requirements for Outlook Integration,

More information

Technical Specifications

Technical Specifications Technical Specifications Deployment and Integration The zero footprint web architecture ensures no intrusion on your users computers. Use ZAP CubeXpress to bring in Microsoft Dynamics customizations and

More information

https://mcp.microsoft.com/authenticate/mcpcredentials.aspx

https://mcp.microsoft.com/authenticate/mcpcredentials.aspx M r ic o o s f t e C t r if ic t a io n D I : 1 0 0 5 8 3 6 Seite 1 von 12 Microsoft Certified Professional Transcript Last Activity Recorded : March 15, 2011 UDO HEUSCHMANN ACTIVE MICROSOFT CERTIFICATIONS:

More information

Implementation Guide. Version 10

Implementation Guide. Version 10 Implementation Guide Version 10 Synthesis Enterprise Portal Implementation Guide Part Identification: RPIGSEP10 ReliaSoft Corporation Worldwide Headquarters 1450 South Eastside Loop Tucson, Arizona 85710-6703,

More information

Install Guide Housatonic Project Plan for Web. Housatonic Software - Project Plan 365 App

Install Guide Housatonic Project Plan for Web. Housatonic Software - Project Plan 365 App Install Guide Housatonic Project Plan for Web Housatonic Software - Project Plan 365 App 2014 Contents 1. Introduction... 3 2. Requirements... 4 2.1 Client-side / Workstation Requirements... 4 2.2 Server-side

More information

Phire Architect Hardware and Software Requirements

Phire Architect Hardware and Software Requirements Phire Architect Hardware and Software Requirements Copyright 2014, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

How To Train Aspnet

How To Train Aspnet Technology Services...Ahead of Times.net Training Plan Level 3 Company Class Pre-requisites Attendees should have basic knowledge of: HTML/ JavaScript Object Oriented Programming Relational DBMS / SQL

More information

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

More information

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

PTC Creo 2.0 Hardware Support Dell

PTC Creo 2.0 Hardware Support Dell PTC Creo 2.0 Hardware Support Dell Last updated: February 2, 2016 The Desktop Virtualization Environment Support Dell table displays at the end of this document, after the standard Creo certification table.

More information

ANDROID DEVELOPER RESUME USA

ANDROID DEVELOPER RESUME USA Android Developer resume usa 1 of 5 1/12/2015 2:28 PM ANDROID DEVELOPER RESUME USA.NET Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide

More information

Priority Zoom v17: Hardware and Supporting Systems

Priority Zoom v17: Hardware and Supporting Systems Introduction Priority Zoom v17: Hardware and Supporting Systems In order to prevent misunderstandings regarding areas of responsibility for the maintenance of hardware, operating systems and particularly

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

Integration Service Database. Installation Guide - Oracle. On-Premises

Integration Service Database. Installation Guide - Oracle. On-Premises Kony MobileFabric Integration Service Database Installation Guide - Oracle On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

SAP Business Planning and Consolidation Version 10.0 for Microsoft. Platform Information, Support Pack Dates and Maintenance Dates.

SAP Business Planning and Consolidation Version 10.0 for Microsoft. Platform Information, Support Pack Dates and Maintenance Dates. SAP Business Planning and Consolidation Version 10.0 for Microsoft Platform Information, Support Pack Dates and Maintenance Dates ARP 24 th, 2015 Disclaimer This PAM represents current planning for SAP

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13 Sostenuto 4.9 Hardware and Software Configuration Guide Date: September 2014 Page 1 of 13 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

Spine Warranted Environment Specification

Spine Warranted Environment Specification Spine Warranted Environment Specification 2015 Richard Trusson June 2015 1 Copyright 2015, Health and Social Care Information Centre. Contents Introduction 3 Scope 3 Intended Audience 4 Approach 4 Changes

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013... 1 System Requirements for the Microsoft Dynamics NAV Windows Client... 1 System

More information

System requirements for Qlik Sense. Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech,

More information

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH System requirements for Installation of LANDESK Service Desk 2016 Created by: Magelan GmbH Magelan GmbH Clarita-Bernhard-Str. 25 D 81249 Muenchen Version Version Date Author Description 1.0 22.11.2012

More information

<Insert Picture Here> Oracle Policy Automation 10.4.4 System Requirements

<Insert Picture Here> Oracle Policy Automation 10.4.4 System Requirements Oracle Policy Automation 10.4.4 System Requirements July 2013 Version 1.00 Oracle Policy Automation Products Version 10.4.4 Overview Product Oracle Policy Modeling Oracle Policy Automation

More information

Diploma in Computer Science

Diploma in Computer Science SPECIALIST PROFILE Personal Details Reference: Job Title: Nationality: IT Experience: Qualifications: Languages: CN5191 Senior Linux Engineer British 22 years RedHat Certified Engineer Diploma in Computer

More information

Hardware Requirements

Hardware Requirements This guide details the critical points of installing the PTOS software from specific technology requirements to explicit hardware recommendations. Have Questions? PTOS Technical Support: 800-824-4305 Hardware

More information

McKesson Radiology 12.0 Technical Requirements

McKesson Radiology 12.0 Technical Requirements McKesson Radiology 12.0 Technical Requirements McKesson Radiology Version 12.0 is designed to not require workstation replacement, assuming the legacy McKesson PACS hardware meets the specifications listed

More information

Sage CRM SalesLogix Compatibility Checklist Hardware and software requirements for SalesLogix v5.2, v6.0, v6.1, v6.2, and v7. The hardware requirements for Sage CRM SalesLogix are to be used as a guideline

More information

System Requirements for Microsoft Dynamics GP 2013

System Requirements for Microsoft Dynamics GP 2013 Page 1 of 5 System Requirements for Microsoft Dynamics GP 2013 Last Modified 12/9/2012 Posted 4/2/2012 This page lists the preliminary system requirements for Microsoft Dynamics GP 2013. The system requirements

More information

SIMON WOSKO SUMMARY. HIGHLIGHTS Traditional Waterfall and SCRUM methodologies SKILLS

SIMON WOSKO SUMMARY. HIGHLIGHTS Traditional Waterfall and SCRUM methodologies SKILLS SIMON WOSKO 117 Cornwall Place, Wagontown, PA 19320 swosko@gmail.com SUMMARY Accomplished software developer with over 14 years of diverse Information Technology experience. Full project lifecycle background

More information

System Requirements for Dynamics GP 2013

System Requirements for Dynamics GP 2013 System for Dynamics GP 2013 Overview This document contains the preliminary minimum client hardware requirements and server recommendations supported by the Microsoft Dynamics GP Technical Support Team.

More information

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later

Compatibility Matrix BES10. April 27, 2016. Version 10.2 and later Compatibility Matrix BES10 April 27, 2016 Version 10.2 and later Published: 2016-04-28 SWD-20160428152359812 Contents Enterprise Service 10 Compatibility Matrix... 4 Introduction...4 Legend... 4 Operating

More information

Committee of the Whole. January 22, 2014

Committee of the Whole. January 22, 2014 Committee of the Whole January 22, 2014 Drivers for 2003 IT Outsourcing Cost savings - privatization model ($2- $3MM/year) Cost avoidance Data center lease with County expiring ($3.5MM) Disaster recovery

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : May 30, 2014 Microsoft Certification ID : 375009 SUSANNE SCHNEIDER KAISERSTRASSE 53 REUTLINGEN, 72764 DE SUSANNE.SCHNEIDER@KIT-KOM.DE *Charter- Certification that was achieved

More information

Client Operating System and Applications Scope

Client Operating System and Applications Scope Client Operating System and Applications Scope Workshop Purpose and Objectives Workshop Purpose Review client experience options for the user base Review requirements to enable the rich experience and

More information

Product: Order Delivery Tracking

Product: Order Delivery Tracking Product: Order Delivery Tracking Subject: On Premise Environment Recommendations Version: 1.7 June 1, 2015 Distribution: ODT Customers Contents 1. Introduction... 2 2. Backend Application and Database

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Request support: ecentral.graphics.kodak.com

Request support: ecentral.graphics.kodak.com Kodak Graphic Communications Canada Company 4225 Kincaid Street Burnaby, B.C., Canada V5G 4P5Tel: 1.604.451.2700 Fax: 1.604.437.9891 Release date: 05 Jun 2014 Doc number: 719-01475B Rev A Request support:

More information

Compatibility Matrixes. Blackboard Academic Suite

Compatibility Matrixes. Blackboard Academic Suite Compatibility Matrixes Application Pack 3 (Release 6.3) Blackboard Learning System Blackboard Community System Blackboard Learning System - Basic Edition (Release 2.3) Blackboard Content System PRODUCT

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

Microsoft SQL Server 2012 - Review

Microsoft SQL Server 2012 - Review Microsoft Cert Kit Catalogue 1 Microsoft Cert Kit Page 3 Windows Page 4 Server 2012 and 2008 Page 5 SQL Server 2012 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Cloud Messaging Communication SharePoint

More information

PUBLISH YOUR COLLECTIONS TO THE WEB

PUBLISH YOUR COLLECTIONS TO THE WEB emuseum PUBLISH YOUR COLLECTIONS TO THE WEB Easily Integrates with TMS Powerful Searching Fully Customizable User Created Collections Mobile Enabled Multiple Media Support Visit www.gallerysystems.com/emuseum

More information

Remote Access End User Reference Guide for SHC Portal Access

Remote Access End User Reference Guide for SHC Portal Access Remote Access End User Reference Guide for SHC Portal Access Version 2.0 6/7/2012 This remote access end user reference guide provides an overview of how to install Citrix receiver, which is a required

More information

Supported OS and SQL Server Combinations. Version Supported

Supported OS and SQL Server Combinations. Version Supported Supported OS and SQL Server Combinations Microsoft Windows (32 bit) Microsoft SQL Server (32 bit) Standalone Distributed DB SQL Server 2008 Microsoft Windows (64 bit) Microsoft SQL Server (64 bit) SQL

More information

Service Desk Intelligence 4.5.7 System Requirements

Service Desk Intelligence 4.5.7 System Requirements Service Desk Intelligence 4.5.7 System Requirements with Business Objects 6.5 Westbury 2007 The information in this document is subject to change without notice. No part of this document may be photocopied,

More information

Pulse Policy Secure. Supported Platforms Guide. Product Release 5.1. Document Revision 1.0 Published: 2014-12-15

Pulse Policy Secure. Supported Platforms Guide. Product Release 5.1. Document Revision 1.0 Published: 2014-12-15 Pulse Policy Secure Supported Platforms Guide Product Release 5.1 Document Revision 1.0 Published: 2014-12-15 2014 by Pulse Secure, LLC. All rights reserved Pulse Secure, LLC 2700 Zanker Road, Suite 200

More information

Cisco is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.

Cisco is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries. Legal Notices Copyright 1999, 2009 BMC Software, Inc. Copyright 1996-2014 Numara Software, Inc. BMC, BMC Software, and the BMC Software logo are the exclusive properties of BMC Software, Inc., are registered

More information

Supported Platforms May 2013

Supported Platforms May 2013 Supported Platforms May 2013 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue advantage

More information

How To Install The Sap Business Explorer 7.X 2.X (Sap) On A Windows 7.30 Computer (Windows 7)

How To Install The Sap Business Explorer 7.X 2.X (Sap) On A Windows 7.30 Computer (Windows 7) SAP Business Explorer 7.X Copyright Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Software Architecture for Paychex Out of Office Application

Software Architecture for Paychex Out of Office Application Software Architecture for Paychex Out of Office Application Version 2.3 Prepared by: Ian Dann Tom Eiffert Elysia Haight Rochester Institute of Technology Paychex March 10, 2013 Revision History Version

More information

Platform Support Guide

Platform Support Guide Platform Support Guide For Pegasystems Partners, Customers, and Prospects PRPC versions 6.3 SP1 and prior December 15, 2015 Platform Support Guide Copyright 2015 Pegasystems Inc., Cambridge, MA All rights

More information

Hardware Requirements

Hardware Requirements This guide details the critical points of installing the PTOS software from specific technology requirements to explicit hardware recommendations. Have Questions? PTOS Technical Support: 800-824-4305 Hardware

More information

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System Release 7.5.x PowerSchool Student Information System Released October 2012 Document Owner: Documentation Services This edition applies to Release 7.5.x of the PowerSchool software and to all subsequent

More information

Sizing and Deployment of the SAP Business One Cloud Landscape. SAP Business One Cloud Landscape Workshop

Sizing and Deployment of the SAP Business One Cloud Landscape. SAP Business One Cloud Landscape Workshop Sizing and Deployment of the SAP Business One Cloud Landscape SAP Business One Cloud Landscape Workshop Section Objectives This section of the course will enable you to: Understand the sizing metrics that

More information

SAP Business Planning and Consolidation Version 10.0 for NetWeaver. Platform Information, Support Pack Dates and Maintenance Dates.

SAP Business Planning and Consolidation Version 10.0 for NetWeaver. Platform Information, Support Pack Dates and Maintenance Dates. Version 10.0 for NetWeaver Platform Information, Support Pack Dates and Maintenance Dates May 4, 2016 Disclaimer This PAM represents current planning for SAP Business Planning and Consolidation Version

More information

A H S A N M U H A M M A D J A W A I D

A H S A N M U H A M M A D J A W A I D A H S A N M U H A M M A D J A W A I D Visa Status: Valid Transferable Iqama (KSA) Cell No: +966 54 893 0539 E-Mail: ahsanmjawaid@gmail.com LinkedIn: https://sa.linkedin.com/in/ahsanmjawaid PROFESSIONAL

More information

IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011. Recommended Software Environments and Minimum System Requirements

IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011. Recommended Software Environments and Minimum System Requirements IBM Unica PredictiveInsight Version 8.5.0 Publication Date: June 7, 2011 Recommended Software Environments and Minimum System Requirements Copyright Copyright IBM 2011 IBM Corporation Reservoir Place North

More information

<Insert Picture Here> Oracle Policy Automation 10.3.1 System Requirements

<Insert Picture Here> Oracle Policy Automation 10.3.1 System Requirements Oracle Policy Automation 10.3.1 System Requirements December 2011 Version 1.01 Oracle Policy Automation Products Version 10.3.1 Overview Product Oracle Policy Modeling Oracle Policy

More information

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/7/2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

McKesson Radiology 12.1.1 Technical Requirements

McKesson Radiology 12.1.1 Technical Requirements McKesson Radiology 12.1.1 Technical Requirements McKesson Radiology Version 12.1.1 is designed to not require workstation replacement, assuming the legacy McKesson PACS hardware meets the specifications

More information

Support Services for Bespoke Online Software for Environmental Business Support. Contract Ref: T16033. Document F Questions and Answers

Support Services for Bespoke Online Software for Environmental Business Support. Contract Ref: T16033. Document F Questions and Answers Support Services for Bespoke Online Software for Environmental Business Support Contract Ref: T16033 Document F Questions and Answers 1. How often will the Questions and Answers Document be updated? Answer:

More information

Install and End User Reference Guide for Direct Access to Citrix Applications

Install and End User Reference Guide for Direct Access to Citrix Applications Install and End User Reference Guide for Direct Access to Citrix Applications Version 1.0 7/26/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a

More information