I try to parse the NetConfig file with tcl, when I try to get the REPLYXLATE information I got the following error:
set replyxalte “”
set routedetails “”
# ok
keylget data REPLYXLATE replyxlate
# got the err
keylget replyxlate ROUTE_DETAILS routedetails
# the error
keyed list entry must be a valid, 2 element list, got ”
{ ROUTE_DETAILS {
{
{ DEST hl7 }
{ ELEVATEWARNINGFORPARSE 0 }
{ POSTPROCS {
{ ARGS {} }
{ PROCS {} }
} }
{ PREPROCS {
{ ARGS {{}} }
{ PROCS charfilter }
} }
{ READONLY 0 }
{ TYPE xlate }
{ XLATE ADRMCH.xlt }
}
} }
{ TRXID _HCI_static_route_ }
{ WILDCARD OFF }
”
I load the NetConfig file with the netconfig tcl proc from cloverleaf.
On others keys it works great, so what I miss.
Regards,
Yves