Forum Replies Created
-
AuthorReplies
-
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, 3 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, 4 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.
July 1, 2023 at 5:16 am in reply to: message deleted in one route, but also in another incorrectly #120667The solution is interesting,
do you have an example of a tcl script that is able to handle these arguments, and allow to continue or kill the messageJune 30, 2023 at 3:55 pm in reply to: message deleted in one route, but also in another incorrectly #120664Many thanks for your answer, so I will try not to delete in the xlate, would you have an example of tcl that would only keep messages whose field A-3-1 is equal to P
-
AuthorReplies