Difference between revisions of "Quick Start Integration Guide"

From Payment Processing Software Library
Jump to: navigation, search
(Setting up Client-Server Communication)
(Sample Configuration)
 
(14 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
=Software Installation & Configuration=
 
=Software Installation & Configuration=
==Both Client and Server On the Same Machine==
+
Note: For the purposes of the Quick Start, let's first consider the installation, that has both the client and the server on the same machine.
 +
See [[Quickstart Networked Integration Quickstart]] for next step in complexity.
 +
 
 
#Download the latest version of CreditLine (Client & Server) from http://911software.com -> Downloads page.
 
#Download the latest version of CreditLine (Client & Server) from http://911software.com -> Downloads page.
 
#Run the downloaded setup and follow the instructions to complete the installation of the software. Accept default installation directory for simplicity of example.
 
#Run the downloaded setup and follow the instructions to complete the installation of the software. Accept default installation directory for simplicity of example.
  
==Client and Server are on Different Machines==
+
=Testing the Installation=
===Basic Client-Server Installation Topology===
+
===Server Side===
{| style=" border: 1px dashed red; width="400px"
+
#Run CreditLine Server and then CreditLine Client.  The default User Name and Password are on the 911 Software downloads page.
|- style="vertical-align: top;"
+
|[[File:BasicTopology.jpg|frame|Simple Client-Server Installation. Note, that both components will happily reside on the same machine, as well ]]
+
|-
+
|
+
|}
+
===Server Side Install===
+
#Log in Machine A(CreditLine Server) in the topology above.
+
#Download the latest version of CreditLine '''"Standard CreditLine Manager and Server Download"'''  from http://911software.com -> Downloads page.
+
#Make sure to change the install destination directory from "C:\911" to "C:\CLServer\911". You can use any other drive, but this example sake, please preserve the directory structure.
+
#Run the downloaded setup and follow the instructions to complete the installation of the software. Make sure to select the correct directory, as specified above.
+
 
+
===Client Side Install===
+
#Log in to Machine B(CreditLine Client) in the topology above.
+
#Download te latest version of CreditLine '''"Client Only Regular Install"''' from http://911software.com -> Downloads page.
+
#Run the downloaded setup and follow the instructions to complete the installation of the software. Accept default installation directory for simplicity of example.
+
 
+
===Setting up Client-Server Communication===
+
→ You can skip this, if your client and server are on the same machine.
+
#Log in to Machine B(CreditLine Client) in the topology above.
+
#Share the CLServer directory (containing 911 directory) on the server (let's call it CLShare)
+
##Navigate to the installation drive
+
##Right click on CLServer directory
+
##Select "Share". Name the share "CLShare"
+
#Log in to Machine A(CreditLine Client) in the topology above.
+
#Navigate to the Server from the Network interface in Windows.
+
#Map the //Server/CLShare to a new driver, let's call it Z
+
  
 
=Samples Installation and Configuration=
 
=Samples Installation and Configuration=
Line 45: Line 21:
 
==Sample Configuration==
 
==Sample Configuration==
 
#Complete the installation steps above.  
 
#Complete the installation steps above.  
#If testing in a multi machine environment, log into Machine B(CreditLine Client)
 
 
#Download the sample(CS:C Sharp, VB.Net) from [http://911software.com/files/samples Samples Repository]
 
#Download the sample(CS:C Sharp, VB.Net) from [http://911software.com/files/samples Samples Repository]
 
#Copy “clcCom.dll”, “CSDriver.exe” files to CreditLine Client installation path(C:\911\api).<br>&rarr;Note: Please do NOT overwrite the existing files(ClcCom is the new com library, it can be used in C#, VB.Net).
 
#Copy “clcCom.dll”, “CSDriver.exe” files to CreditLine Client installation path(C:\911\api).<br>&rarr;Note: Please do NOT overwrite the existing files(ClcCom is the new com library, it can be used in C#, VB.Net).
#Copy folder “C:\911\BIN” and “C:\911\Data” from server Machine A to client Machine B’s installation path(C:\911).
 
  
 
=Running The Sample=
 
=Running The Sample=
 
#Double chick CSDriver.exe to run the Sample.
 
#Double chick CSDriver.exe to run the Sample.
[[File:Sample.jpg|none|600px|Running Sample Screen]]
+
[[File:SampleRun.jpg|none|600px|Running Sample Screen]]
  
 
=Programming the Samples=
 
=Programming the Samples=

Latest revision as of 19:58, 27 August 2016

This article is part of the
Payment Processing Software Library

Categories

Get it...

Credit Card Software
Download

Install it...

Installation
Upgrade & Migration

Connect to it...

Point Of Sale Integration

Set it up...

Quick Start Guide
Setup
Processor Setup

Licensing

Learn to use it...

Manual & User Guide
Knowledge Base
Frequently Asked Questions
Compliance Guide
Merchant Account Rates
User Interface Guides

Fix it...

Errors & Troubleshooting
Knowledge Base
Corrupted Install Repair

Get Help...

Contact
Processor Support Contacts

More Info ...

Glossary
Articles

See also...

911 Software
Help

CreditLine Payment Processing Software Quick Start Sample Integration Guide. This site can also be reached at http://docs.911software.com

Looking for better rates?   Get a Free Credit Card Processing Cost Comparison!

>>>> SORRY, THIS SECTION IS UNDER CONSTRUCTION!!! <<<<<
>>>> SORRY, THIS SECTION IS UNDER CONSTRUCTION!!! <<<<<
>>>> SORRY, THIS SECTION IS UNDER CONSTRUCTION!!! <<<<<

Software Installation & Configuration

Note: For the purposes of the Quick Start, let's first consider the installation, that has both the client and the server on the same machine. See Quickstart Networked Integration Quickstart for next step in complexity.

  1. Download the latest version of CreditLine (Client & Server) from http://911software.com -> Downloads page.
  2. Run the downloaded setup and follow the instructions to complete the installation of the software. Accept default installation directory for simplicity of example.

Testing the Installation

Server Side

  1. Run CreditLine Server and then CreditLine Client. The default User Name and Password are on the 911 Software downloads page.

Samples Installation and Configuration

Prerequisites

Microsoft .NET Framework 2.0 or higher

Sample Configuration

  1. Complete the installation steps above.
  2. Download the sample(CS:C Sharp, VB.Net) from Samples Repository
  3. Copy “clcCom.dll”, “CSDriver.exe” files to CreditLine Client installation path(C:\911\api).
    →Note: Please do NOT overwrite the existing files(ClcCom is the new com library, it can be used in C#, VB.Net).

Running The Sample

  1. Double chick CSDriver.exe to run the Sample.
Running Sample Screen

Programming the Samples

  1. Add the reference to the ClcCom library.
    1. In "vs.net 2005 IDE", Select Project->Add Reference.
    2. In the popup window, select Browse and then browse to the directory to select the ClcCom.dll.
  2. After that, you can follow the sample to program.

→ Note: If you have more than one Client, please call the api "void setClientName(string ClientName)" to set a different name for each Client before processing any transactions.

Troubleshooting

  1. When running the sample application, if you encounter the error “side-by-side…”. Please try to install “vcredist_x86.exe” on your environment.
  2. For Win7 User, no matter the OS is Win7-32bit or Win7-64bit, we suggest you to enable ‘Is64BitPlatform=YES’ in ClcCs.ini which can be found in C:\911\api.