Help about TSM API: partial object retrieve

2002-06-05 Thread Wang Yu

Hi all,

Who can help me that I can't retrieve partial object by TSM API.

a part of my source:
/*/
 dsmGetList getList;   // for object list on dsmBeginGetData()
 PartialObjData partialObjData; // for partial object retrieve

 getList.stVersion = dsmGetListVersion;
 getList.numObjId = 1;
 getList.objId = objId;

 // for partial object retrieve
 partialObjData.stVersion = PartialObjDataVersion;
 partialObjData.partialObjOffset = dChtoI64(strOffset, 10);
 partialObjData.partialObjLength = dChtoI64(strLength, 10);

 getList.partialObjData = partialObjData;

 rc = dsmBeginGetData(dsmHandle, mountWait, gtArchive, getList);
*/

It will retrieve the full object.


Regards,
Wang Yu

Software Dept.
Richfit Information Technology Corp.
Tel: +8610-82884300
Fax: +8610-82884299



About TSM API

2002-04-29 Thread Fred Zhang

Hi,

I am looking for TSM API. So far I can only find Client API. Does TSM has
API which we can use to talk to the server without a client installed? Any
information would be greatly appreciated.

=
Fred Zhang
NetiQ Corporation
3553 N. First St.
San Jose, CA 95134
phone: (408)856-3102
fax: (408)856-3102
e-mail: [EMAIL PROTECTED]
=



Re: About TSM API

2002-04-29 Thread Thomas A. La Porte

Fred,

If by talking to the server without a client you mean running
administrative commands, there is no TSM administrative API. The
client API is for backup/restore and archive/retrieve operations,
and that is the only API available.

 -- Tom

Thomas A. La Porte
DreamWorks SKG
[EMAIL PROTECTED]

On Mon, 29 Apr 2002, Fred Zhang wrote:

Hi,

I am looking for TSM API. So far I can only find Client API. Does TSM has
API which we can use to talk to the server without a client installed? Any
information would be greatly appreciated.

=
Fred Zhang
NetiQ Corporation
3553 N. First St.
San Jose, CA 95134
phone: (408)856-3102
fax: (408)856-3102
e-mail: [EMAIL PROTECTED]
=