Difference between revisions of "CreditLine Service Legacy"

From Payment Processing Software Library
Jump to: navigation, search
(Upgrade)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{CreditLine Header|Setup}}
 
{{CreditLine Header|Setup}}
 +
==Version Information==
 +
 +
These instructions are for versions from 2.23.04 to 4.1 Build 1101 SP 7.
 +
<br>For later versions, see [[CreditLine Service]].
 +
<br>For earlier versions, see [http://911software.com/doc/Setup/WinService_OLD.htm this document]. Depending on your version of windows you make experience problems with versions earlier than 2.23.10. 
 +
 +
Please make sure to use the latest version available from the web site (http://www.911software.com/downloads.htm)
 +
 
==Security Rights and Internet Access==
 
==Security Rights and Internet Access==
 
If you are having trouble running the server as a service but it works if started as a regular program, try starting the service as an Administrator rather than Local System account.  Internet Access may be disabled on some accounts.
 
If you are having trouble running the server as a service but it works if started as a regular program, try starting the service as an Administrator rather than Local System account.  Internet Access may be disabled on some accounts.
  
==CreditLine Windows NT Service==
 
  
These instructions are for versions 2.23.04 and later. For earlier versions, see [http://911software.com/doc/Setup/WinService_OLD.htm this document]. Depending on your version of windows you make experience problems with versions earlier than 2.23.10.  Please make sure to use the latest version available from the web site (http://www.911software.com/downloads.htm)
+
==Installation Path==
 +
The instructions below assume that the program is installed into '''c:\911\bin'''. Adjust the instructions according to your installation path.
  
 
+
==Installation==
===Installation===
+
 
From command line enter the following:
 
From command line enter the following:
  
 
&rarr; '''cd c:\911\bin'''<br\>
 
&rarr; '''cd c:\911\bin'''<br\>
 
&rarr; '''INSTSRVANY CreditServer''' <br\>
 
&rarr; '''INSTSRVANY CreditServer''' <br\>
 +
 +
'''Important:''' '''CreditServer''' is a '''REQUIRED''' name for the service. '''Do not change the service name''' or the service will fail on start-up.
  
 
'''Note:''' You can ignore the message regarding editing the service properties. Service is now installed.
 
'''Note:''' You can ignore the message regarding editing the service properties. Service is now installed.
Line 19: Line 28:
 
Adjust the service properties in Windows services control panel, if necessary.
 
Adjust the service properties in Windows services control panel, if necessary.
  
===Testing===
+
==Antivirus Software Conflict==
 +
 
 +
Some antivirus software will remove or disable both files that we use to install the CreditLine Service:
 +
*instsrv.exe – misidentified as Hack Tool
 +
*srvany.exe - misidentified as Trojan Horse
 +
 
 +
Please make sure to create an exception in your anti-virus software for the two files above. If removed or disabled you can reinstall the software (choose repair option).
 +
 
 +
==Testing==
 
To test reboot your machine.  Try using CrediLine Manager to send test transactions to the service
 
To test reboot your machine.  Try using CrediLine Manager to send test transactions to the service
  
===Removal===
+
==Removal==
From command line enter the following:
+
If the software is installed on the C: drive, from command line enter the following:
  
 
&rarr; '''cd c:\911\bin''' <br\>
 
&rarr; '''cd c:\911\bin''' <br\>
 
&rarr; '''INSTSRVANY CreditServer REMOVE'''<br\>
 
&rarr; '''INSTSRVANY CreditServer REMOVE'''<br\>
  
===Upgrade===
+
==Upgrade==
 
#[[#Removal|Remove the service]]
 
#[[#Removal|Remove the service]]
 
#[[#Installation|Install the new service]]
 
#[[#Installation|Install the new service]]
  
&rarr; If you are remotely upgrading a machine with CreditLine Service already installed, you can use the following commands to start and stop the service:
+
'''Note:''' If you are remotely upgrading a machine with CreditLine Service already installed, you can use the following commands to start and stop the service:
  
 
&rarr; '''sc \\hostname stop CreditServer'''<br\>
 
&rarr; '''sc \\hostname stop CreditServer'''<br\>
 
&rarr; '''sc \\hostname start CreditServer'''<br\>
 
&rarr; '''sc \\hostname start CreditServer'''<br\>
  
===Customization===
+
==Customization==
Edit file c:\911\bin\CreditServer.ini for service options (optional)
+
Edit file '''\911\bin\CreditServer.ini''' for service options (optional)
  
 
   
 
   

Latest revision as of 15:56, 29 March 2010

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 Setup. This site can also be reached at http://docs.911software.com

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

Version Information

These instructions are for versions from 2.23.04 to 4.1 Build 1101 SP 7.
For later versions, see CreditLine Service.
For earlier versions, see this document. Depending on your version of windows you make experience problems with versions earlier than 2.23.10.

Please make sure to use the latest version available from the web site (http://www.911software.com/downloads.htm)

Security Rights and Internet Access

If you are having trouble running the server as a service but it works if started as a regular program, try starting the service as an Administrator rather than Local System account. Internet Access may be disabled on some accounts.


Installation Path

The instructions below assume that the program is installed into c:\911\bin. Adjust the instructions according to your installation path.

Installation

From command line enter the following:

cd c:\911\bin<br\> → INSTSRVANY CreditServer <br\>

Important: CreditServer is a REQUIRED name for the service. Do not change the service name or the service will fail on start-up.

Note: You can ignore the message regarding editing the service properties. Service is now installed.

WARNING: by default this installs the service to run under the local system account. Restricting the security privileges of the local system account may affect the service. Adjust the service properties in Windows services control panel, if necessary.

Antivirus Software Conflict

Some antivirus software will remove or disable both files that we use to install the CreditLine Service:

  • instsrv.exe – misidentified as Hack Tool
  • srvany.exe - misidentified as Trojan Horse

Please make sure to create an exception in your anti-virus software for the two files above. If removed or disabled you can reinstall the software (choose repair option).

Testing

To test reboot your machine. Try using CrediLine Manager to send test transactions to the service

Removal

If the software is installed on the C: drive, from command line enter the following:

cd c:\911\bin <br\> → INSTSRVANY CreditServer REMOVE<br\>

Upgrade

  1. Remove the service
  2. Install the new service

Note: If you are remotely upgrading a machine with CreditLine Service already installed, you can use the following commands to start and stop the service:

sc \\hostname stop CreditServer<br\> → sc \\hostname start CreditServer<br\>

Customization

Edit file \911\bin\CreditServer.ini for service options (optional)