Difference between revisions of "Localyzer Instrumentation"

From Lingoport Wiki
Jump to: navigation, search
(Created page with "= Introduction = To begin working with InContext Tranlation and InContext QA, the LRM version and license must be correct. = Check LRM version = The easiest way to check y...")
 
(Check LRM version)
Line 7: Line 7:
   
 
You should see something that looks like:
 
You should see something that looks like:
<code>
+
<pre>
 
=================================================================
 
=================================================================
 
GENERAL INFORMATION
 
GENERAL INFORMATION
Line 63: Line 63:
 
END CHECK_LICENSE
 
END CHECK_LICENSE
 
==========================================================
 
==========================================================
</code>
+
</pre>

Revision as of 19:22, 29 March 2019

Introduction

To begin working with InContext Tranlation and InContext QA, the LRM version and license must be correct.

Check LRM version

The easiest way to check your LRM implementation is to run the Jenkins <group>.LicenseExpiration job and check the console output.

You should see something that looks like:

================================================================= 
 GENERAL INFORMATION
 
--- System
Linux ip-172-31-54-161.ec2.internal 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
openjdk version "1.8.0_201"
OpenJDK Runtime Environment (build 1.8.0_201-b09)
OpenJDK 64-Bit Server VM (build 25.201-b09, mixed mode)
mysql  Ver 14.14 Distrib 5.7.24, for Linux (x86_64) using  EditLine wrapper
 
--- LRM 
LRM Version 4.2.28

LRM Process Main Version 4.2.04

Lingoport-FTP Connection Version 4.2.00

Lingoport-GlobalLink Connection Version 4.2.03

Lingoport-Lingotek Connection Version 4.2.00

Lingoport-Local Connection Version 4.2.01

Lingoport-Worldserver Connection Version 4.2.01

Lingoport Common Version 4.2.07
 
LRM Common Version 4.2.00


================================================================= 
 CHECK_LICENSE for GROUP Acme
Proj Path
  Email Renewal Threshold:         30 days
  License Expiration Date:         2020-01-15
  Number of days left on license:  291 days
 
  InContext Expiration Date:       2020-01-15
  Number of InContext QA days:     291 days
 
  Number of projects licensed:     1000
  Number of projects remaining:    996
  Number of projects on-boarded:   4
-------------------------------------------------------
Detail of projects in the LRM database: 

  Maximum number of projects allowed is `1,000`.
  Project1
  Project2
  Project3
  Project4
Process completed successfully.

 END CHECK_LICENSE
 ==========================================================