Hi, we're using LTM 12.0.0. When trying to create application service based on f5.analytics.v3.7.0, we got following error:
script did not successfully complete: (script did not successfully complete: (can't read "::verson": no such variable while executing "if {($::version ne "13.1.1") && ($::version ne "13.1.0") && ($::version ne "13.0.0") && ($::version ne "12.1.2") && ..." (procedure "format_poolmembers" line 10) invoked from within "format_poolmembers "$::logging__splunkdestinationip:$::logging__splunkdestinationport"" invoked from within "if {$::basic__logging eq "Yes"} { if {[catch {set ::logging__useexistingsplunk $::logging__useexistingsplunk}]}{set ::logging__useexistingspl..." line:4290) while executing "exec /usr/bin/tmsh -c $command" (procedure "tmsh_exe" line 4) invoked from within "tmsh_exe "create sys application service /Common/${::app}-local \{ template f5.analytics.v3.7.0 traffic-group traffic-group-local-only variables repla..." invoked from within "if {$createiapp eq "Yes"} { set existing_iapp "non exist" catch {set existing_iapp [tmsh::get_config sys application service /Common..." line:4948)
Would anyone please help?
Thanks and regards
Based in this solution, you are using the latest version:
https://support.f5.com/csp/article/K07859431
And should work with 12.0.0.
As this is a F5 supported iApp, you should be able to open a support case and get help. At least the first error, does not look like related with your input, so the iApp code must be reviewed and tested against the version you have.
Noted and thanks. Working with F5 support now :)
Did you get a resolution for this? I have the same issue.
hello, can you tell me how resolved the problems?
I have exactly the same problem. Any solution to this problem?
I'll just leave this here, in case there's anyone else also having this issue. There's a typo in the template, lines 4270 and 5136, that reads as follows:
($::version ne "12.1.1") && ($::verson ne "12.1.0") &&
It says verson instead of version
lol
I edited the template to correct the typo and I still see the error
'can't read "msg": no such variable while executing "string trimright $msg ",""
Was there more than this that you needed to do?