Forum Discussion

SeanPAmick_3357's avatar
SeanPAmick_3357
Icon for Nimbostratus rankNimbostratus
Nov 24, 2017

Exchange 2016 iApp Template v1.0.2 and the current RC

I'm trying to use the Exchange 2016 iApp when I try to create the Application Service it throws the following error:

 

Error parsing template:can't eval proc: "script::run" script does not exist while executing "tmsh::run_proc avr" (procedure "script::run" line 1) invoked from within "script::run" line:1 !

 

 

I'm a newb with BIG-IP, but all the other templates in the iapps 1.0.0.492.0 download work fine.

 

6 Replies

  • which TMOS version are you running?

     

    it is a huge guess but is AVR provisioned?

     

  • i tried some things but it all seems to work fine for me, with version 12.1.2 though.

     

    have you tried so different settings, for example at the Analytics section on the iApp (as it seems to have an issue there)?

     

    have you tried reimporting the iApp, perhaps even redownloading the package and double checking the MD5.

     

  • I tried reimporting and re-downloading, hash image:

     

     

    I tried to de-provision AVR, still spits out the same error.

     

    -Sean

     

  • I had the same issue with latest F5 v 13.1.0.5, after some logging and testing, I found out that theres a couple lines that needs correcting in the latest exchange 2016.v.1.0.3rc2 template:

                choice owa_captcha default "/do_not_use" display "xxlarge" tcl {
                    set ::choices "Do not use captcha\t/do_not_use\n[tmsh::run_proc f5.iapp.1.5.3.cli:tmsh::run_proc f5.iapp.1.5.6.cli:iapp_get_items / apm configuration captcha]"
                    return [tmsh::run_proc f5.iapp.1.5.3.cli:tmsh::run_proc f5.iapp.1.5.6.cli:iapp_safe_display ::choices]
                }
    

    search for and remove all 4 instances of "tmsh::run_proc ;