• Running pre-migration script UUMGPREX3 fails with an error for Sales scripts

    Most likely you are running on patch level less than 8 if on v1. It is recommended to patch up to a higher patch on any version. Please contact support for a fix.
  • How do I setup smtp server to use with workflows

    SMTP server is specified in general parameters and it uses default port 25 Setup > Usage > General parameters Access Supervisor module and update workflow parameters
  • Workflow sending emails and email not received at recipient

    This could be due to various reason, these include the following -an incorrect smtp server is specified in parameters -specified smtp server requires authentication -specified smtp server requires ssl/tls activation For the last two option,…
  • How to verify if workflows are sending emails

    Access your workflow in function Setup > Usage > Workflows (GESAWA) Enable the debug mode Save and validate your workflow Test the workflow, a log file will be displayed
  • 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…
  • Printing error for all folders including X3 folder

    Can someone please advise on how to fix the error below. it appears every time I try to print reports (Custom and Standard). error | Job 4 - ERR 262 from the publishing server: The connection to the file server has failed.
  • SMTP not supporting TLS/SSL

    X3 workflows does support SSL/TLS security mechanisms by default. As a work-around, a relay server can be configured as middleware to accept unencrypted messages from sage x3 and the relay server will forward emails to the external smtp server as per…
  • Error code “10” when using format$() function

    Means value provided is not a string, you can enclose arguements in quotations eg "BUG" instead of just BUG.
  • Syracuse service not starting

    Review credentials setup in services Review antivirus setup. Start by stopping/disabling antivirus, if Syracuse starts then you will need to whitelist Syracuse in the anti-virus settings
  • Exponential growth in Syracuse log files

    Ensure you are running on latest patch sets of Syracuse Review log files if there is extra logging of information
  • Error: "Process execution failed" when installing Syracuse Server

    Check for antivirus and review if it is blocking Stop Syracuse connections before initiating updates
  • Syracuse processes running out of memory

    Memory leaks can show as one Syracuse process utilising more memory and mongodb crushing. Prevalent in Syracuse releases below SyracuseServer 12.5 SyracuseServer 11.19 SyracuseServer 9.19 Update Syracuse to higher patches paying attention to…
  • Update fixed assets through import template

    NB. Standard functionality does not allow Fixed Assets to be updated through an import template.
  • 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…
  • Account Interface Error

    Hi All Can someone please assist me with this error. The error displays when i try to run the stock accounting interface for all sites.
  • Fixed Asset Expense Creation upon Receipt and not Invoice

    My client wants the expense to be created upon receipt of the asset. Standard Sage X3 creates Expense only when an invoice gets captured whereafter the user can capitalize the expense to create an asset. We are contemplating special development for…
  • AP - AR Accounting Supplier Invoice did not create accounting document after posting

    I posted two supplier Invoices and observed it does not create a journal. I checked the accounting task and the journal on hold shows two. I check recurring tasks for the active time and it's okay. I deactivated the accounting task. Restarted batch server…
  • 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…
  • Errors after update to v12.0.23, X3

    Hello Everyone, we tried to update X3 to the final version 12.0.23. but just the X3 folder was updated and the other folder was not updated. and now we get errors like this: and most of these source files are not in the TRT folder ??
  • Error: "No web services processes declared in Syracuse Hosts"

    Fix. Navigate to Administration > Administration > Servers > Hosts Select the host from the list and click Edit Enter a positive value in the Number of Web service child processes box Save and Test
  • Error : "Next Long" in web services

    Cause : The XML or JSON file is too big. Fix: Remove all defaulted and unnecessary fields from the XML/JSON stream and test.
  • How to have specify xml/json return format on web services call

    adxwss.optreturn option allows for specification of return format. for JSON format <requestConfig xsi:type="xsd:string"> adxwss.optreturn=JSON </requestConfig> For XML return <requestConfig xsi:type="xsd:string"> adxwss.optreturn=XML…
  • How to have a formatted xml/json return on web services result

    include the highlighted option in the web service call <requestConfig xsi:type="xsd:string"> adxwss.beautify=true </requestConfig>