--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
You need to recompile (run 'make' in the iRODS root) after you 'turn on'
the module.
Restarting after a recompile should make things work as expected.
Terrell
Thanks,
Roger
Roger
On Feb 16, 8:22 am, Roger Gill <rg...@innovim.com> wrote:
> I'm testing my iRODS installation, and learning how to use it. I'm stuck
> creating a rule using a user-level microservice.
>
> This system-level rule works for me:
>
> *myTestRule||msiWriteRodsLog(*A,*B)|nop*
> **A="testmessA"%*B=2*
> *null*
>
> This user-level rule generates NO_MICROSERVICE_FOUND_ERR:
>
> *myTestRule|msiGetDataObjAVUs(*A,*B)|nop*
> **A=a%*B=b*
> *null*