The NetVault log shows an error of 'On_bar 139. the log context shows the following error: On_bar error 139 - Informix APM bar_version table doesn't exist
Under normal circumstances, an installation of the Informix APM will update the Informix server with the necessary storage manager information. If this update is not done, this information must be added using the dbaccess utility.
The "NetVault®: Backup Application Plugin Module™ for Informix version 4.0" guide, the guide mentions to use the Informix “sysutils”, section 3.0.3.d , "Informix ESQL Client Software".
In Informix 8.x and above, the sysutils:bar_version table is replaced by the $INFORMIXDIR/etc/sm_versions file
You will need to edit the “$INFORMIXDIR/etc/sm_versions file”, instead of the "bar_version table" that is listed in the Informix Guide, section 3.0.3.d
sm_versions file:
Add / edit the following line to : "1|1.0.1|nvinfx|X.X.X|" Where X.X.X is the plugin version.