Forum Replies Created
-
AuthorReplies
-
February 1, 2025 at 8:09 am in reply to: cloverleaf old version not supporting sftp, I’m looking for a solid script #121799
I know that the best solution is to migrate to a new version supporting sftp
but the migration is quite heavy and will be done by the end of the year,
we must do an impact analysis and make the road mapJanuary 30, 2025 at 7:39 am in reply to: read connector Directory A , and deposit directory B without deleting files #121788this is a remote server that drops a single file per day,
used by several applications,
my cloverleaf must retrieve it once a day, without deleting it.
until now I used a powershell script, but I would like to make things more professional,
by integrating it into cloverleaf if possible.otherwise as you say, on the server in question, I will put a linux task to copy it into a subdirectory, and cloverleaf will go and get it there and delete it.
thank you
thanks to Jim who give me a solution that works with a boolean,
this is a tcl “xltecho” script to import into the environment,
and we call in the xlate the CALL action,we initialize a variable via Copy @xltecho_debug to Y or disabled
and we put in the CALL action, in source
@xltecho_debug
=”text to display”
@variable_to_displayand in proc, xltecho
by restarting it works,
thank you,something else,
is it possible to add a boolean on the line
echo “000 subscriber: [lindex $xlateInVals 0]”
in order to display if boolent equals true, and no display if falsethank you for your reply,
I put in the preproc and proproc block,
2 solutions
echo “000 subscriber: [lindex $xlateInVals 0]”
echo processing 000and I have no results for the 2 solutions by viewing the process window
I want to display echo lines with the name of the variable and the content of the variable, in the watch output window of the thread process
hello, does anyone have a script to restart some processes? mine doesn’t work, it shuts down but won’t restart.
Thank you, my manager said that this does not affect performance in any way, and therefore there is no point in taking the action.
could you tell me if there is an interest in terms of performance on cloverleaf processes on the fact of resetting statistics?
we have stats that have never been reset for 5 years-
This reply was modified 1 year, 7 months ago by
petitPadawan.
thank you very much
version 6.1
August 25, 2023 at 11:03 am in reply to: Error returned from SMAT database: file is encrypted or is not a database. Error #120780cloverleaf try to open smat db, with encryption
thank you for your help, the commands work, but I can’t find in the GUI the reset button statistic
-
This reply was modified 1 year, 7 months ago by
petitPadawan.
Attachments:
You must be logged in to view attached files.thank you very much, it works,
can you translate this command line for me:call hcisitectl -s m -A “m=-cl vierge.alrt”
call hcisitectl –k m
call hcisitectl -s m
July 25, 2023 at 9:13 am in reply to: message deleted in one route, but also in another incorrectly #120693Thanks for your help.
-
This reply was modified 1 year, 7 months ago by
-
AuthorReplies