Page 1 of 1

Address verification interface on grid

Posted: Tue Feb 09, 2016 4:06 pm
by peep
did any one setup AVI on Grid environment ?

We have installed AVI ,it is working fine in non grid but fails wen grid is enabled.

Posted: Tue Feb 09, 2016 4:24 pm
by ray.wurlod
What error messages do you see? Have you properly provisioned all the required components?

Posted: Wed Feb 10, 2016 12:59 pm
by PaulVL
I have AVI in a grid. works fine.

11.3 fp2 is my setup.

Posted: Wed Feb 10, 2016 1:57 pm
by peep
I have changed few permissions on lib's and it worked.
however I get Resource bundle correspoding to message key DSEE-AVIF not found. check that DSHOME or APT_RESPATH is set .

Posted: Wed Feb 10, 2016 4:17 pm
by ray.wurlod
And have you checked that one or both of these environment variables is set for the executing user? (Tip: the second event in the job log will display environment variable values.)

Posted: Fri Feb 19, 2016 3:15 pm
by peep
opened a service ticket . support said its not worth involving engineering on this warning message .
it is seen on all machines where AVI is installed in GRID environment.
so suggested to suppress the warning message .

Posted: Mon Feb 22, 2016 10:50 am
by PaulVL
Wow, bad idea IMHO.

Dig deeper to see why that warning message is being thrown, don't sweep it under the carpet.

Run a job with APT_GRID_ENABLE=NO (make your config file point to head node only)
then run it with YES.

Make sure your QSAVI repository mount is accessible to the compute nodes.
Make sure the user id running the job has read access to it.
ETC...

Posted: Tue Feb 23, 2016 2:00 pm
by peep
So we have QSAVI DB files placed on all compute nodes with 777 .
gave 777 -R to QSAVI in DSComponent directory .
Ran job with APT_GRID_ENABLE=NO job log has same warning messages , Ran job with APT_GRID_ENABLE=YES job log has same warning messages.

Posted: Wed Feb 24, 2016 8:53 am
by PaulVL
But was your default APT file limiting the execution to the Head Node only? No compute node spanning.

Make it a 2 node setup on Head Node.

If you still get the warning, then you know it has nothing to do with grid and spanning boxes.