Hi,
The 'blademgr' program was discontinued in Informix 14.10.xC6.
Now DataBlades are registered with
EXECUTE FUNCTION sysbldprepare('<module>','create');
and unregistered with
EXECUTE FUNCTION sysbldprepare('map.*','drop');
But how can i list currently registered DataBlade modules now (especially in Informix 15)? Even more as tables 'sysbldmod' and 'sysbldver' (were suggested somewhere in the interwebs) seem also not to be there.
BR
is this somethign yor are looking for ?
"EXECUTE FUNCTION task("list datablades");
Sorry, the tables (sysmaster:sysbld*) are there. My fault was to search them with tabid < 100.
Kind regards