• Question on Syracuse's nodelocal.js's port and x3key

    Hi, Reference used: https://online-help.sageerpx3.com/erp/12/staticpost/configuration-file-nodelocal/ For the exports.config JSON payload fields: ``` port: x3key: ``` [1] What is `x3key`? [2] For `port`, what should I put here? Assuming…
  • Econnreset read on Create "Customization and Menus initialization"

    Hi, I'm doing try install version 12.0.27 and when I start create "Customization and Menus initialization" the aplication returns "econnrest read" like picture below: Any suggestion ? Thanks
  • Menu item - type: query - "where" parameter operators

    Good morning, I'd like to filter a query for a landing page on my X3 v11. I see on X3 online help that you can add a "where" parameter to a menu item and add sdata conditions, but the help says: Only simple conditions using "le", "ge", "eq", "lt"…
  • Sage X3 component Syracuse connection to ElasticSearch problem

    During installing of Syracuse component the ElasticSearch connection is not building it keeps on popping the error message "Checking ElasticSearch connection parameters failed ! " I have set the network host name to localhost during the installation of…
  • X3 V12 iframes are not working

    When creating a menu item that is just an external link, the iframe fails to load. I even tried just rendering a simple page from a local apache web server and i cannot get it to work, regardless of how I configure the meta CSP values. Browser shows…
  • X3_PUB {Web Service name} XML - No more paths available

    Hi, We have been recently receiving the following error below and it's almost all are Web Service calls to fail, can't figure out what is causing the issue, any help would be appreciated. {"code":"SAGE_X3_ERROR_MESSAGE","defaultMessage":"X3 Error…
  • SYRACUSE WS Unauthorized error

    Hi I'm trying to use X3 V12 webservices from PHP application, below the code I used to save a new order : $soapclient=new SoapClient($wsdl, $options); $callContext = array('codeLang'=>$code_lang, 'codeUser'=>$username, 'password'=>$password, …
  • New Relic with Sage X3

    Hi all, I was reading: https://online-help.sageerpx3.com/erp/12/public/getting-started_configuration-file-nodelocal.html and noticed this: Anyone have experience using it and how to get it to work? Also, is there a patch version limitation…
  • [X3 v12p30] Error when implementing syracuse self-signed certificates after a successful certgen and certificates replacement.

    Sage X3 v12p30. All component match requirement. I am using certgen in syracuse cert-tools. When I am done replacing the certificates, send certificate to runtime, and apply passphrase to the certificate in syracuse certificate folder, I got these…
  • OpenSSL, November 1, 2022, Critical Security vulnerability

    From: https://www.globalsign.com/en/blog/urgent-patch-openssl-november-1-avoid-critical-security-vulnerability Is Sage X3 affected? Checking NodeJS version from syracuse for Sage X3v12p30:
  • Password check

    Hi I need to add a check for a User's Supervisor to enter his password in a certain scenario. How can I have the system prompt for a User's password? This is in V12. This function accepts anything as correct, or doesn't work. Read [AUS]LOGIN…
  • Batch server difference between U9 and V11/V12

    Hello, I'm curious to know what is the main reason to change the batch server from the application server to the syracuse server level. Any idea about the advantage or the improvement reason behind this major modification ? Can we always check by…
  • Syracuse Node.js keepalive settings

    I'm on V12p23, and I'm trying to resolve 'econnreset' and 'X3Dispatch' errors. End-users get the errors launching basic functions, and we see 'econnreset' errors on the batch server tasks. On the runtime server these seem to correlate with KERNELBASE…
  • Which is the right Syracuse Hotfix for v11?

    There was a KB article #106630, which was for Syracuse 11.22.4.1, which was a hotfix for 11.22.2.1 and addressed the & being replaced with &. But now that KB article no longer exists. If you search the KB for Syracuse you'll find the original security…
  • How to perform redirection to specific URL in Syracuse?

    Hi Guys, Did anyone ever tried to perform a URL redirection to a specific URL? By right, I have many users using accessing the SageX3 Web URL using http://IP:8124/auth/login/page , http ://localhost:8124/auth/login/page and http://servername:8124/auth…
  • X3 - Customization Error

    Hi all, We are having an estrange error when we try to customise the Customer Object, with others objects all works fine, but with customer object when we try to customise The fields Icons are in read only, and when we do click, appears this error…
  • Memory leak syracuse 12.5.0.20-0

    Hi, In Syracuse version 12.5.0.20-0 i have problem with running out of virtual memory. Node.exe doesnt release commited memory see image below. After a few days the Commit value is about 25 GB.
  • Sage ERP X3 v9 - publish attachment via syracuse url

    Hello I have to publish via syracuse some files present in a folder of the dossier (ATT folder). Nobody can tell me if there is a url, even dynamically created, that allows me to reach that document via browser? thanks
  • Sage X3 PU9 - Syracuse 9.14 error

    Hi, After upgrading Syracuse to 9.14 we are unable to view any users in the Administration > Administration > Users screen. And if I navigate to a users profile through any other windows I receive the following error. How can we fix this?
  • Connect Syracuse conection o mongo db replicaset

    Does anyone knows how to connect Syracuse to a mongodb replica set instance? What are the conection configuration parameters on node.js? Already tried several approaches without being able to connect Syracuse with success to the active mongo node… …
  • Mobile applications: Adding new field in "My Expenses"

    Hi All: Sage EM v11P9 I'm trying to add a new field in "My Expenses" mobile application. A new field has been added in the table (EXPENSES), class (EXPENSES) and representation (EXPENENTM). And I thought that was what I had to do... but it seems that…
  • IMPORTANT: OEM MongoDB Edition shipped with Sage Enterprise Management changed from Enterprise Editions to Community Editions

    MongoDB OEM Licensing terms have changed since October 1st, 2018. For any Enterprise Management PU9 or V11 license sold after this date with an OEM MongoDB delivery, you must make sure your customers update their MongoDB instances with the latest MongoDB…
  • EXEC_JS - Get return value of async code / Available modes

    Hello, Does anyone know where I can find a documentation explaining the differences and how to use the modes "wait", "sync" and "future"? I have found some examples of EXEC_JS in the online help but those do not exactly explain the different modes and…
  • Captcha for Syracuse

    Exposing Syracuse to the Internet is a requirement of many customers, but it means we should account for brute-force password attacks. Has anyone ever tried inserting a captcha on the login page to stop bots and let through humans?
  • Nodelocal.js traces

    How to enable the debug trace of the soap-generic request in nodelocal.js Need help with the syntax of the structure. Br, Mikael.