• Newly Updated Sage X3 Upgrading to v12 training for Partners on Sage U!

    This course is designed to provide you with the information you need to upgrade your X3 customers to v12. This includes understanding the overall upgrade process, how to prepare the data prior to upgrading, how to copy and upgrade the data to a new installation…
  • A new runtime 95.2.93 is now available

    If you are experiencing memory issues after installing the runtime / adxadmin 95.2.85 that was delivered with 2022 R4 patch, please install runtime / adxadmin 95.2.93 version that is available on our ftp server.
  • Increasing the Serial number characters

    In order to increase the number of characters on your serial numbers, you need to make a small adjustment to your data types. It is the SER data type that governs the serial number character limit, changing this will allow you to increase or decrease…
  • Accessing the Knowledgebase using Chrome web browser issues

    We are aware of users of the Chrome web browser's inability to access the X3 Knova knowledgebase. This is been investigated. In the meantime the knowledgebase can be accessed using other browsers e.g. Mcrosoft Edge alternatively by using the following…
  • Critical security hotfixes for U9, V11 and V12.

    A security risk within Sage X3 has been discovered that may impact customers using Sage X3, Sage X3 Warehousing and Sage X3 HR & Payroll. The security risk is related to a platform component and has no impact on the Sage X3 application code or customizations…
  • SyracuseServer hotfixes are now available for V12 and V11

    SyracuseServer hotfixes are now available on our ftp server for V12 ( SyracuseServer 12.10.2.8) and V11: ( SyracuseServer 11.25.2.6.) The Syracuse hotfixes contain fixes for the following issues Excel export does not work from a dashboard. EDI…
  • X3 Manufacturing - 2020R4 - Critical bug : Work Centre modification

    The records in the table CAPVAR (Capacity Variations) and RPLWST (Replacement work centres) are lost when modifying the work centre in function Work Centre (GESMWS). This critical issue has been fixed in 2021R1 and can be solved in 2020R4 by installing…
  • Sage X3 Online Help accessible from anywhere

    The complete technical documentation and the Online Help is accessible from anywhere including if you are not connected to Sage X3. Technical documentation: You should review all the technical documentation before you install and configure Sage X3…
  • Recap - license notification codes

    1. license This event is triggered 10 days before the license expires to remind the user that he/she has to take care of the license renewal. example Variables used in license event code : notifications. https://www.sagecity.com/za/sage-x3-south…
  • Variables used in license_web_warn event code : notifications

    1. user entity values, for example user.firstName 2. productTitle : the name of the product 3. percentage : the percentage of volume reached. 4. graceSlowdown : the slowdown percentage that applies on web services at the next warning level. 5…
  • Variables used in license_web_grace event code : notifications

    1. user entity values, for example user.firstName 2. productTitle : the name of the product 3. graceSlowdown : the slowdown percentage that applies on web services.
  • Variables used in license_web_max event code : notifications.

    1. user entity values, for example user.firstName 2. productTitle : the name of the product.
  • Variables used in license code : notifications.

    1. user entity values, for example user.firstName 2. productTitle : the name of the product. 3. productVersion : the current product version number. 4. policyTitle : the policy that the expiring license is associated to. 5. policyVersion : the…
  • Error: "STBLANGAGES: Type Incompatibility" when saving a project in PJM

    This error happens every time a product is entered under the Product tab and click Save Impact : Project screen closes, and the task is not saved. Fix Resolved and fix is included in v11.0.14, error not in higher patches.
  • PJMTSK.fde file non existent when processing a customer/sales return (GESSRH)

    Error: @X3.TRT/SUBSRHA$adx (Line #) Error 20: Non existent file ... PJMTSK.fde... @X3.TRT/SUBSRHA$adx(182): if !clalev ([F:PJTA]) Local File PJMTSK [PJTA] : Endif Fix Issue will be fixes on version 12 patch 23. Request hotfix 195485 (patch…
  • Sage X3 V11.0.17 is now available

    Mandatory components: Runtime R081.004.809 Syracuse Server 11.22 On environments using Production Scheduler: Production Scheduler 6.0.2014 Recommended components: Console 2.46.0 PrintServer 2.19 The patch and setup media are available…
  • Error : @X3.TRT/RPTGLI$adx (718) Error 26 : Internal Error Inconsistent reference value

    You can be getting this error when running GLGRPAUX, GLGRPDEV, GLGRPDEVAUX, DE-GLGRP, DE-GLGRP2, DE-GLGRPAUX reports Cause : Updates to RPTGLI.src file requires updated runtime and adxadmin components. Fix Install hot fixes below 1. Sage X3…
  • How to display a simple message box

    Go to Development > Script dictionary > Script editor 1. Type code below in editor #start here Infbox "hello World" End ###end here 2. Click compile 3. Click Run , BOOM.....a "Hello World" message is displayed.
  • Enable log rotation in mongodb

    execute command below in a command prompt after enabling mongdb console db.adminCommand ( { logRotate : 1 } ) check logs in ...\var\log\mongodb\* for more information, refer to www.mongodb.com
  • Cannot read passphrase file. Maybe it has been created under another operating system user:Error: Decryption error -2146893813" (with a load of files listed under it which can be supplied).

    1. Ensure that syracuse is running with user that generated the certificates. As a good practice, you can use sage x3 service user for all operations when installing. Regenerate the passphrase file if the solution above did not work 1.Log out of…
  • What is an entry point

    An entry point allow for interception of code at predetermined section in a process file, this then allows for additional logic to be added. Example entry point Process TRTVENLIVV: Shipment Validation MODCPTLIV: Additional updates during the…
  • Increase memory for a user or group of users (MAXMEM)

    Some options to increase memory for a user as opposed to increasing MAXMEM for all users in Folder settings. 1. Using entry point INIVAR on process GESUSER, custom code will need to be developed. 2. Add additional memory in Menu Profle (GESAPN)…
  • How to upgrade mongoDb

    MongoDb can be upgraded seperately, best practices such as backup need to be considered to avoid loss of data. To perform an update/upgrade, you will need to have a standalone mongodb installation and have knowledge of current setup. Follow process…
  • What is the correct version of mongodb to use

    The version that ships with installation disk by default the version of mongoDb. Since the October 2018, the installation discs ship with a community edition not an enterprise one. For version and compatibility, navigate to online help. For security or…
  • Sage syracuse service is not starting

    Sometimes after a windows upgrade or some event, syracuse process does not start. This results in page not found in the browser. Solution 1. Review syracuse log files for errors and pointers 2. In some cases you will need to delete .lck file in…