398-silverlight #3rdParty #GIS #GISIntegration #Integration #203 #300
Microsoft Silverlight setup
Overview
Microsoft Silverlight setup
Overview
Third party cash collection integration.
The following document describes the Harris Payment Gateway (HPG) Constellation Payment System Solution.
317-HPG-EMV-CPS-Solution.pdf
This information is intended for TS’s and R&D personnel only! MS SQL SERVER installation and management is the sole responsibility of the customer as it requires network, security, infrastructure, data and process requirement knowledge. For Govern MS SQL Server requirements, see OpenForms 100-SystemReq. The goal of this page is to provide tips and tricks to help create and manage local or virtual MS SQL SERVER environment for demo, test or troubleshooting purposes. See also MS SQL Server (General)
Read More... MS SQL Server 2014 is available for a 180 day trial period. The installation package is available on the official Microsoft download center. Harris employees have access to the Developer version for less than $50. See program on Sharepoint. Remember there are three (3) things needed to establish a connection. When installing there are many choices to make and each scenario entails other decisions on ways to do it. GENERAL SERVICES SECURITY Step by Step instructions to install MS SQL Server 2014 Create ODBC Connection
Administrator rights are required to install and manage MS SQL SERVER. Many functions and commands need to be run or executed as an Administrator.
Important Setup Parameters
Setup possibilities are almost limitless and the impact can be big. Fortunately, the default values are well setup and can be used successfully when unsure or no access to Google.
There are many different possibilities and the use of Virtual Machines (VM) is recommended.
Accounts, Connections, Users and Roles (groups).
Server Installation (Step by Step)
399-installation
The following parameters needs to be setup once the Merchant Account has been setup.
| Registry Type | Section Name | Key Name | Key Value | Action |
|---|---|---|---|---|
| Cash Collection | FIS | Cloud Address | https://testportal.csipay.com/terminals/xurl | Will use this address to connect to the payment processor |
| Cash Collection | FIS | Currency Code | USD | Determines the default currency code to use |
| Cash Collection | FIS | Merchant Account Code | 1711001 | Included in Transaction |
| Cash Collection | FIS | Password | D3DLf53cP30MR1I05dHS | Password for the Merchant |
| Cash Collection | FIS | Terminal Code | 002 | [To be validated] |
| Cash Collection | FIS | Username | Api-user-gmirea | Used to connect to the payment processor api |
Cashier Parameters
Default Payment Type should be setup for Credit Cards.
It is mostly for when there is an error in the transaction.
1. When you have an error in the username, you might get one of these messages:
2. “Sale Failed. Field terminalCode is unsuccessful.” This “Error” is displayed when:
There are other error messages, but they are the usual error messages found on any credit/debit terminal. And the messages should be self-explanatory.
318-fis
This page will be updated as information becomes available.
399-mssqlserver-visio
Overview
Under Construction
3rd Party wiki map
Note: See TFS 300-399 — 319-AppXTender
When upgrading from Govern to Windows to OpenForms, you might need to change invalid column types. In order to do this easily, you need to change a system option.
Click here for more information.
Before upgrading …
Read More... There are 3 types of backup and recovery method that can be setup on the database. See this document for the counters to add in 399-SQLServer-Perfmonance-Poster.pdf. Very useful. You can show the activity of all users. Counters that can be predefined Tools to collect and analyze; performance monitoring So you can monitor other users and connections … You can select the variables to be profiled and then save the file and have it executed at the customer site. Use the Template = Tuning Load files … save and execute elsewhere Upgrading to 6.0/6.1 When installing in French need to change the settings to France instead of Canada otherwise will cause problems. When you have an error, click on the error to see where it is in the query. Right-Click on service to see where it is installed. When running Verify Database in GNA, it checks table and attributes format. In order to easily make that change, uncheck this SQL Server parameter Prevent Saving Changes that Require Table Re-creation. Click here to view the Options Screen. Please review with your System Administrator before changing the value of this option as it can have an impact on performance and record locking.Database Backup/Recovery
1- FULL used for PRODUCTION databases only (see troubleshooting). For up to the moment recovery.
2- SIMPLE
3- TRANSACTION Block (good to use when creating lots of transactions in a batch mode). Can be set and reset via a script.Performance
Tips & Tricks
NOTE: Dues to differing system configurations, Tips and Tricks will have varying results.
Troubleshooting
Monitoring
Event Manager
Task Manager
Right-Click to open location to see where the service is run and the database is installed.
Note: You can get the ConfigurationFile.ini from this location. Note: you can use it to modify parameters or create a new db instance.Perfmon
note: right-click to update échelle
You can save the html file once setup. Note: works only with Internet Explorer.Snare and Splunk
Windows Management Instrumentation
Profiler
Variables to add:
You can use Database Tuning AdvisorJournals
Tips & Tricks
Database Verification will perform an extensive review of the database tables and columns. Errors include invalid columns types. In order to change the column type in MS SQL SERVER, you need to remove the option ‘Prevent Saving Changes That Require Table Re-Creation‘ in the Tools and Options menu.French Installation
Charaters:
CI = Case Insensitive
AS = Accent SensitiveSQL Query windows
Task Manager
You can sort by ID or Service …. See other Monitoring toolsGNA Verify Database Troubleshooting
SQL Server Parameters in Govern
[6.0.11]
A new parameter was added in the MSGDatabaseStructureMods.xml for INDEX PageLocks to it can be set to False when needed.
This option is to specify if we want page locks on the index. The default set by MS SQL Server = True
For more information, see Microsoft TechNetSee Also
399-mssqlserver