• Show convenient version of this site
  • Deutsch
  • English
Contact
Newsletter
  • Products
    • ALS
      • Across Language Server
        • Translation Management
        • Terminology Management
        • Translation Memory
      • Editions
      • Interfaces
    • ATE
      • Across Translator Edition
      • Editions
      • Download
      • Across Account
    • Elanion
      • Overview
      • Login
  • Solutions
    • Customers
      • Enterprises
      • Language Service Providers
      • Translators
    • Industries
      • E-Commerce & Trade
      • Pharmaceuticals & medicine
      • IT & Software
    • Departments
      • Marketing & E-Commerce
      • Technical Documentation
      • Software User Interfaces
  • Services
    • Hosting
    • Training
    • Consulting
  • Partners
    • Language Service Providers
    • Universities
    • Organisations
  • Company
    • Across Systems
    • News
    • Events
    • Career
    • Contact
  • Knowledge
    • Blog
    • Video Library
    • Case Studies
    • White Papers
    • Fact Sheets
    • File Formats
    • Expert Features
  • Support
    • Online Help
    • FAQ
    • Support Request
    • Updates
    • New Functions
Schedule Consultation
  • Online-Help
  • SDK
  • APIs
  • crossAPI SI
  • List of Objects in crossAPI SI
  • SystemManager
  • General Information
    • Connectors
    • LCIDs
    • GUIDs
    • Paragraph states and flags
    • crossTerm Web
    • crossTransform
      • crossTransform - examples
  • Connecting Third-party Systems
    • crossConnect for content systems
      • Requirements
      • Configuration
        • Configuring the connector
        • Job configuration
        • Testing crossConnect
      • Troubleshooting
    • crossConnect for External Editing
      • Purpose and usage
        • Use case - Machine translation
        • Use Case - Review and QA
        • Use case - Machine review
      • Requirements
      • Implementation
        • Across XLIFF format
          • Across-specific Extensions
          • <xliff> Element Attributes
          • <file> Element Extensions
          • <trans-unit> Element Extension
          • Paragraph States
          • Paragraph State Flags
          • <source> and <target> Element Content
          • <bpt> Element Attributes
          • <ph> Element Attributes
          • <x> Element Attributes
          • Across-specific Properties
          • Analysis Results
          • Sample Files
          • Across XLIFF - import, export and segmentation
          • Context information
          • Exporting best matches in Across XLIFF
          • Hyperlinks to XLIFF
        • Secure file handling with C#
        • Secure file handling with JAVA
        • Workflow and vendor configuration
          • Adding workflows to crossAutomate Host Manager
          • Adjusting preset watchfolders
          • The filter rules
          • External editing workflows
        • Sample code - Integrated solution
    • Generic File Connector
      • Process Overview
      • Exchange Folder Structure
      • Package Format
        • Control File
  • Display Texts
    • Solution approaches
    • The Across solution in detail
    • Requirements
    • Integration
    • The display text format
      • Line height vs. line spacing
      • DT-XML format structure
        • DT-XML - Main elements
        • Children of paragraphStyles and characterStyles
        • Children of the sizeInfos element
        • Children of the paragraph element
        • DT-XML v5 example
        • DT-XML v4 example
    • The display text package
      • Creating a display text package
  • APIs
    • APIs - Technology
    • crossTank API v1
      • Requirements
      • Testing the crossTank API installation
      • OData-URLs in Chrome
      • Example
    • crossTank API v2
      • Requirements
      • QuickStart
        • Searching for Translations
        • Creating Translations
      • crossTank API v2 Overview
        • Finding Translations
        • Creating Translations
        • Translation Properties
        • Formatting and Auto-Adjustment of Formatting and Numbers
      • C# Example
    • crossTerm API v1
      • Scenarios of use
        • Example - usage information
        • Example - finding terms
      • Requirements
      • Special Controllers
      • OData-URLs in Chrome
      • crossTerm API with C#
      • crossTerm API with Java
      • crossTerm API with JavaScript
    • crossTerm API v2
      • Requirements
      • QuickStart
        • Authentication Basics
        • First Request Examples
      • crossTerm API v2 Example in C#
        • Used Functions
      • crossTank API, crossTerm API v2 - Authentication
      • crossTerm API v2 - Examples of Use
        • Finding Terms of Entry
        • Searching Terminology via API
    • crossAPI SI
      • Requirements
      • Function Return Types
      • crossAPI SI and Java
        • Example: hot integration
        • Executing the hot integration example
      • List of Objects in crossAPI SI
        • AssignManager
        • Authorization
        • CheckInManager
        • CheckOutManager
        • CrossTankManager
        • CrossTermManager
        • DocumentManager
        • FileManager
        • LanguageJobManager
        • LanguageManager
        • LicenseManager
        • Message
        • ObjectManager - Overview
          • Part 1
          • Part 2
          • Part 3
        • ReportManager
          • ID values for analysis and analysis-result
        • ProjectManager - Overview
          • Part 1
          • Part 2
          • Attribute Information
        • SqlQuery
        • SystemManager
        • TaskManager
        • WanGridManager - Overview
          • Part 1
          • Part 2
      • Sample - transferring checkout files via FileManager
      • Sample - VBS
    • Text Preprocessing API
      • Introduction
      • How to browse the API
      • Sentence splitting
      • Abbreviations

SystemManager

  • Unless stated otherwise, all objects are available in the following Across versions:
  • 5.7
  • 6.0
  • 6.3
  • 7.0
Tip

Function-specific return values are listed with each function.

For more information on return values and a complete list of error codes, see Function Return Types.

Function
Description
SystemManager.GetBizModelLockInformation
Description
SystemManager.GetLicenseKeyData
Returns the data of a certain additional license key.
SystemManager.GetLicenseKeyDataLength
Returns the data length of a certain additional license key.
SystemManager.GetLicenseKeyID
Returns the ID of the master license key.
SystemManager.GetLicenseKeyVersion
Returns the version of a certain additional license key.
SystemManager.GetPatchState
Returns the patch state of the current across installation.
SystemManager.GetProductVersion
Returns the product version of the current across installation.
SystemManager.GetThreadPoolInformation
Description
SystemManager.KillDeadOfficeProcesses
Ends Office processes that are unresponsive.
SystemManager.ReleaseBizModelLock
Description
SystemManager.SearchDeadOfficeProcesses
Searches for Office processes that no longer react.

SystemManager.GetBizModelLockInformation

Description

SystemManager.GetLicenseKeyData

Tip

This function is only relevant for you if you have made an agreement with Across regarding additional license keys.

Returns the data of a certain additional license key.

Parameters

 
Type
Name
Description
1
int
LicenseContentID
The content ID of the license key.

Return Values

Result
Type/Value
Interpretation
Success
string
The textual representation of the hex data of the license key.
Error
46
Unable to read license key.
Error
47
Unable to find license key.

SystemManager.GetLicenseKeyDataLength

Tip

This function is only relevant for you if you have made an agreement with Across regarding additional license keys.

Returns the data length of a certain additional license key.

Parameters

 
Type
Name
Description
1
int
LicenseContentID
The content ID of the license key.

Return Values

Result
Type/Value
Interpretation
Success
int
The data length of the license key.
Error
46
Unable to read license key.
Error
47
Unable to find license key.

SystemManager.GetLicenseKeyID

Tip

This function is only relevant for you if you have made an agreement with Across regarding additional license keys.

Returns the ID of the master license key.

Return Values

Result
Type/Value
Interpretation
Success
int
The data length of the license key.
Error
46
Unable to read license key.

SystemManager.GetLicenseKeyVersion

Tip

This function is only relevant for you if you have made an agreement with Across regarding additional license keys.

Returns the version of a certain additional license key.

Parameters

 
Type
Name
Description
1
int
LicenseContentID
The content ID of the license key.

Return Values

Result
Type/Value
Interpretation
Success
int
The data length of the license key.
Error
46
Unable to read license key.
Error
47
Unable to find license key.

SystemManager.GetPatchState

Returns the patch state of the current across installation.

Return Values

Result
Type/Value
Interpretation
Success
string
The patch state.
Error
1
crossAPI SI is not connected to the Across Server.
Error
8
The server has given an incorrect answer.

SystemManager.GetProductVersion

Returns the product version of the current across installation.

Return Values

Result
Type/Value
Interpretation
Success
string
The patch state.
Error
1
crossAPI SI is not connected to the Across Server.
Error
8
The server has given an incorrect answer.
Error
81
Cannot get product version.

SystemManager.GetThreadPoolInformation

Description

SystemManager.KillDeadOfficeProcesses

Ends Office processes that are unresponsive.

Attention

In the long run, incorrectly ended MS Office processes can lead to problems with your integration software. Make use of this function in order to solve this type of conflict.

Parameters

 
Type
Name
Description
1
string
ST
A security token for use in other crossAPI SI functions.

Return Values

Result
Type/Value
Interpretation
Success
Is always empty.
Error
1
crossAPI SI is not connected to the Across Server.
Error
4
The assigned security token is either invalid or expired.
Error
8
The server has given an incorrect answer.
Error
20
One or more invalid parameters have been assigned to the function. An example of this is a NULL pointer in C++ when a string is expected.

SystemManager.ReleaseBizModelLock

Description

Parameters

 
Type
Name
Description
1
string
ST
A security token for use in other crossAPI SI functions.
2
int
ThreadId
 
3
string
LockType
 
4
string
Context
 

SystemManager.SearchDeadOfficeProcesses

Searches for Office processes that no longer react.

Attention

In the long run, incorrectly ended MS Office processes can lead to problems with your integration software. Make use of this function in order to solve this type of conflict.

Parameters

 
Type
Name
Description
1
string
ST
A security token for use in other crossAPI SI functions.

Return Values

Result
Type/Value
Interpretation
Success
The process names of the unresponsive Office processes. Separated by semicolons.
Error
1
crossAPI SI is not connected to the Across Server.
Error
4
The assigned security token is either invalid or expired.
Error
8
The server has given an incorrect answer.
Error
20
One or more invalid parameters have been assigned to the function. An example of this is a NULL pointer in C++ when a string is expected.
Register for our Newsletter now

Our newsletter provides you with exclusive news about the Across Language Server, often even before the official announcement. The newsletter also provides you with early information on events, webinars, and training sessions.

  • Legal Notice
  • GTC
  • Privacy Statement
  • Cookies
  • info@across.net