Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2558

July 13th, 2011 11:00

Problem connecting

I am using the centera ping tool to test connection

CenteraPing.exe -address 128.221.200.61?c:\us2_profile3_rdqeDcw.pea
>128.221.200.61?c:\us2_profile3_rdqeDcw.pea is accessible

Looks good right? but when i use the xam library:

string connectString = "snia-xam://centera_vim!128.221.200.61?c:\\us2_profile3_rdqeDcw.pea";

XAMLibrary_Connect(connectString , out xsysh);

i am getting 1011 (xam/vim not found).

I read something about making sure the libraries were put in the correct folder and referenced in the EnviromentVariable PATH,

so i put the 32bit xam.dll/lib, xam_toolkit.dll/lib into a folder and added it to the path.

Am i missing something else?

409 Posts

July 28th, 2011 12:00

it possible you have not downloaded and installed the Centera VIM as well as the XAM libraries you should also have

center_vim.dll

FPCode.dll

fpos32.dll

fpparser.dll

FPStreams.dll

FPXML.dll

pai_module.dll

download the centera VIM

15 Posts

July 28th, 2011 11:00

Any help would be appreciated; If there is any more information i can provide please let me know.

15 Posts

July 28th, 2011 12:00

I had the 32lib dlls in the path, i added the 64lib folder to the path and still gave me the 1011 error. I am going to restart the computer and see if that helps.

edit; the contents of these folders are:

xam.dll

xam.lib

xam_toolkit.dll

xam_toolkit.lib

correct?

409 Posts

July 28th, 2011 12:00

put the lib32  (or lib64) directory on your PATH.  There are multiple library dependancies

15 Posts

July 28th, 2011 13:00

Having trouble finding the dowload link; would you mind providing it?

409 Posts

July 28th, 2011 14:00

If you look at the community one back from the discussions on the right you should see a notice for XAM 1.0p3

15 Posts

July 28th, 2011 14:00

That worked! Thanks for your help.

No Events found!

Top