VoiceGuide IVR Software Main Page
Jump to content

Val Expr Result:[error: 1002]

Recommended Posts

Hello,

Could you tell me what can cause this error? It does not want to replace the ipadd variable in the module Init_Var_Ipadd_N17?

 

[Eval_IF_17hours] Evaluate (($RV_HOUR >= 9) and ($RV_HOUR <= 15)) or (($RV_HOUR = 16) and ($RV_HOUR <= 40))

42390 5 RVreplace start: [(($RV_HOUR >= 9) and ($RV_HOUR <= 15)) or (($RV_HOUR = 16) and ($RV_HOUR <= 40))]

42406 5 RVreplace end: [((11 >= 9) and (11 <= 15)) or ((11 = 16) and (11 <= 40))]

42406 5 Eval Expr result:[True]

42406 5 TimeoutClear

42406 5 [Q:VGAdmin_N17hours] DB Query

42421 5 Jet mode used (To use ODBC mode specify ODBC Connect string)

42421 5 About to execute Retrieve Operation

42437 5 [Q:VGAdmin_N17hours] row count=1

42453 5 TimeoutClear

42453 5 [init_Var_ExtTech_N17] Evaluate $RV[Q:VGAdmin_N17hours_2_1]

42468 5 RVreplace start: [$RV[Q:VGAdmin_N17hours_2_1]]

42468 5 RVreplace end: [668]

42468 5 Eval Expr result:[668]

42468 5 TimeoutClear

42484 5 [init_Var_Ipadd_N17] Evaluate $RV[Q:VGAdmin_N17hours_1_1]

42484 5 RVreplace start: [$RV[Q:VGAdmin_N17hours_1_1]]

42484 5 RVreplace end: [192.168.100.35]

42484 5 Eval Expr result:[Error: 1002]

Share this post


Link to post

I suspect the answer here was to surround the RV with quotes, changing the expression:

 

$RV[Q:VGAdmin_N17hours_1_1]

 

to:

 

"$RV[Q:VGAdmin_N17hours_1_1]"

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×