Fayo Report post Posted 07/19/2004 03:56 PM 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
Fayo Report post Posted 07/19/2004 04:13 PM I found the reason .... you can delete this post. Share this post Link to post
SupportTeam Report post Posted 07/20/2004 08:16 AM 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