Trying to use TSM API

2006-06-04 Thread Mike
I have a program that compiles properly, and connects, but when querying (I'm testing managemt classes first) it gets an error: ANS0245E (RC2065) The caller's structure version is different than the TSM library version. The version of the tivoli.tsm.samples is the same as the tivoli.tsm.client.

Server crash

2006-06-04 Thread Gill, Geoffrey L.
Has anyone seen this? It is amazing to me that a disk storage pool that failed during migration would crash the TSM server. Why is it that the software just couldn't take this thing offline and move on? This thing spit out 2 hours worth of these messages before the server crashed. What you see is

Re: Trying to use TSM API

2006-06-04 Thread Mike
From Richard Sims: The message is telling you that the header files that you are #include-ing are incompatible with the API library to which they are intended to interface (typically, libApiDS.a). Check that out. Richard Sims Thank you. I had found an explanation for the code, but I

Re: Trying to use TSM API

2006-06-04 Thread Dan Foster
Hot Diggety! Mike was rumored to have written: I have a program that compiles properly, and connects, but when querying (I'm testing managemt classes first) it gets an error: ANS0245E (RC2065) The caller's structure version is different than the TSM library version. The version of the

Re: Trying to use TSM API

2006-06-04 Thread Mike
On Sun, 04 Jun 2006, Dan Foster might have said: Hot Diggety! Mike was rumored to have written: I have a program that compiles properly, and connects, but when querying (I'm testing managemt classes first) it gets an error: ANS0245E (RC2065) The caller's structure version is different

Re: Trying to use TSM API

2006-06-04 Thread Dan Foster
Hot Diggety! Mike was rumored to have written: tivoli.tsm.client.api.32bit 5.3.2.2 COMMITTED TSM Client - Application Programming Interface 32bit That looks correct. Do you have VisualAge C/C++ installed? It

Re: Trying to use TSM API

2006-06-04 Thread Mike
On Sun, 04 Jun 2006, Dan Foster might have said: Hot Diggety! Mike was rumored to have written: tivoli.tsm.client.api.32bit 5.3.2.2 COMMITTED TSM Client - Application Programming Interface 32bit That

Re: Trying to use TSM API

2006-06-04 Thread Dan Foster
Hot Diggety! Mike was rumored to have written: The file (tsm.so) compiles great and connects to the tsm server just fine. Only when I issue the management class query does it complain about the structure version number. I am using vac/cc. No need to copy the library to /usr/lib since the

Re: Trying to use TSM API

2006-06-04 Thread Mike
On Sun, 04 Jun 2006, Dan Foster might have said: Hot Diggety! Mike was rumored to have written: The file (tsm.so) compiles great and connects to the tsm server just fine. Only when I issue the management class query does it complain about the structure version number. I am using