I am receiving the error "Value cannot be null. Parameter name: ipString" when going to the Interfaces page in RA/NFA.
search cancel

I am receiving the error "Value cannot be null. Parameter name: ipString" when going to the Interfaces page in RA/NFA.

book

Article ID: 21759

calendar_today

Updated On:

Products

CA Application Delivery Analysis MTP (NetQoS / ADA) CA Infrastructure Performance

Issue/Introduction

The error below is seen when going to the Interfaces page in RA/NFA.

No results available. An error occured.System.ArgumentNullException: Value cannot be null. Parameter name: ipString at
System.Net.IPAddress.InternalParse(String ipString, Boolean tryParse) at ....

 

Environment

Release: RAIB1H99000-9.3-Network Flow Analysis-Interface Bundle-Hardware
Component:

Cause

This occurs when the deviceAlias for a router does not get set properly after upgrade.

Resolution

 

Set the deviceAlias to be the device's IP address.

  1. Run the following on the RA/NFA standalone/console to login to Mysql:

mysql -P3308 reporter 

  1. Then run the following to set the devicealias value equal to the routeraddress value where there is no value for devicealias:

update routers set devicealias=inet_ntoa(routeraddress), dnsExpireTime=0 where devicealias=''; 

  1. Refresh the Interface page and the error should no longer display.

Attachments

1558696999289000021759_sktwi1f5rjvs16nnb.gif get_app