Start a Conversation

Unsolved

This post is more than 5 years old

844

December 8th, 2011 12:00

centera_vim not found with XAM_SDK

Hi, we are getting the following error when we try to connect using XAM_SDK.

"XAM Error occured: No VIM found for centera_vim(1011)"

I guess the problem is with the xam.properties file , my question is the following

.xam.config.vim.alias.centera_vim = xxxx

what should I set instead of xxxx ?

I already set the XAM_VIM_PATH and PATH variables with the path to centera_vim.dll.

Here is the code that I'm trying execute :

          String xri = "snia-xam://centera_vim!128.221.200.123?dir=C:\\us5profile3_rdqecw.pea";

          xamLib = XAMLibraryFactory.newXAMLibrary(); // Returns SNIA default implementation                      

          /*create an XSystem instance*/

          xSystem = xamLib.connect(xri);

 

Thanks in advance

216 Posts

December 9th, 2011 08:00

Hi,

Please refer to the link"https://community.emc.com/docs/DOC-1038" the link explians various connectvity issues with Centera when using SDK's.

Regards

Satish.N.Kutty

2 Posts

December 9th, 2011 09:00

Thanks Satish ,

but it isn't what I need, my problem not seems to be a problem with connection to a cluster , it's a problem with dll's and thinks like that

No Events found!

Top