Forum Replies Created
-
AuthorReplies
-
Yes, this is how we also managed to do.
Dear Keith,
Please check the below thread and see if it helps.
May 16, 2024 at 2:42 am in reply to: Intermittent issues with Basic and Advanced Database Lookup tables #121397This solution is perfectly working fine. Thank you so much.
May 14, 2024 at 1:14 am in reply to: Intermittent issues with Basic and Advanced Database Lookup tables #121392Thank you. This looks to be added in the newer version. I will try and update here if this resolves our issue.
May 14, 2024 at 1:10 am in reply to: Intermittent issues with Basic and Advanced Database Lookup tables #121391After thorough testing with both SQL Server 2014 and SQL Server 2019 in Cloverleaf 20.1.3, it’s been confirmed that the issue lies not with the database, but with the patch itself.
Previously, we had a configuration where an Xlate pointed to the database-outbound thread within the same process. To resolve the issue, we had to separate the Xlate that utilizes the Advanced Database Lookup table into one process, and the database-outbound thread into another process.
In previous versions, such as 20.1.2, having both inbound and outbound processes within the same process, along with an Advanced Database Lookup table in Xlate, worked seamlessly for years. The sudden issue in 20.1.3 prompts the need for further investigation into its cause.
May 14, 2024 at 1:08 am in reply to: Intermittent issues with Basic and Advanced Database Lookup tables #121390Dear Diana,
My bad, I didn’t see this response, it could have saved plenty of my time. Yes, this is what helped me.
I just made it work in our Cloverleaf 20.1.3. Just for the documentation, provided below the steps,
Please download and try with the cpython from https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17+20230826-x86_64-unknown-linux-gnu-install_only.tar.gz
Unzip the package (assuming the path is $PYTHON_PATH) and add $PYTHON_PATH/bin to $PATH, add $PYTHON_PATH/lib to $LD_LIBRARY_PATH
Validate which Python is being used by hci user, it needs to be the path you had just set up.
You may need to install all the Python packages again and try from Cloverleaf
I just made it work in our Cloverleaf 20.1.3. Just for the documentations, provided below the steps,
Please download and try with the cpython from https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17+20230826-x86_64-unknown-linux-gnu-install_only.tar.gz
Unzip the package (assuming the path is $PYTHON_PATH) and add $PYTHON_PATH/bin to $PATH, add $PYTHON_PATH/lib to $LD_LIBRARY_PATH
Validate which python is being used by hci user, it needs to be the path you had just set up.
You may need to install all the python packages again and try from Cloverleaf
Dear David,
Were you able to get this working, as we are having the same issue in both Cloverleaf 20.1.2 and 20.1.3. The Set up our Cloverleaf, platform, and Python version are the same as yours.Thank you.
We also recently migrated from Cloverleaf 6.2.3 to 6.2.6, and having the same issue as mentioned in the original ticket. As a workaround we switch the thread autostart mode off, and then stop specific threads for any testing or validations.
-
AuthorReplies