Problems after export node using CommonStore 8.4 for SAP

Lenggi

Newcomer
Joined
Apr 28, 2009
Messages
2
Reaction score
0
Points
0
Hello,
We have done an export node from a TSM server on AIX 5.2 to Suse Linux 10 Enterprise. TSM server version on Suse is 5.5.2. Data was archived from SAP 4.0B through Common Store. On Suse we have installed and configured CommonStore 8.4.
We first had the problem that CommonStore wasn't able to find the objects in the filespaces. The objects were put to archive with admin permissions and the objects were listed with empty owner field. After we changed permissions to allow everyone access the objects in TSM, CommonStore found them. We were also able to restore the objects using the local TSM client. Still the problems with CommonStore remain. It finds the objects but when trying to restore the files into the filesystem, the created files have zero size. This only happens to the archived files that were moved to the new TSM using export node. If objects are archived on new TSM using same configuration from SAP, also the retrieve works without issue. Anyone experienced same?
Many thanks! Martin
 
is it possible that client (or API) version on old setup was newer than on new one?
Check if there is any kind of version discrepancy of TSM/common store components on old and nev setup.
 
When we issue the export, in the actlog were there any error message?

Please post the actlog starting when we issue the export command.

Good Luck,
Sias
 
Many thanks for your replies. The CommonStore on old server has version 7.1. TSM server version is 5.3. The export node worked perfectly and we are able to retrieve data on new TSM server using TSM client. Just retrieve using the new CommonStore 8.4.0.1 fails. Below the part in the CommonStore trace file of the concerned retrieve:

15:10:55 06/18 [27149] tsmapi.c [ 1097]: TsmApiGetNextQObj(): entering with dsmSession=1
15:10:55 06/18 [27149] tsmapi.c [ 1139]: TsmApiGetNextQObj(): dsmGetNextQObj() returns DSM_RC_FINISHED, no data was returned
15:10:55 06/18 [27149] tsmapi.c [ 1166]: TsmApiGetNextQObj(): leaving with RC= (121) (duration=0.000 sec)
15:10:55 06/18 [27149] getdata.c [ 1567]: ReceiveDataFromServerGeneric(): TSM query loop finished with rc=121
15:10:55 06/18 [27149] tsmapi.c [ 1188]: TsmApiEndQuery(): entering with dsmSession=1
15:10:55 06/18 [27149] tsmapi.c [ 1204]: TsmApiEndQuery(): dsmEndQuery() successful
15:10:55 06/18 [27149] tsmapi.c [ 1214]: TsmApiEndQuery(): leaving with RC=CS_RC_OK (0) (duration=0.000 sec)
15:10:55 06/18 [27149] qryitems.c [ 1292]: ReadObjInfo(): ADSM archive object header has version nr. -467992576.
15:10:55 06/18 [27149] qryitems.c [ 1399]: ReadObjInfo(): leaving with following values (iRC = 0):
15:10:55 06/18 [27149] qryitems.c [ 1401]: ReadObjInfo(): size = '0.0'
15:10:55 06/18 [27149] qryitems.c [ 1403]: ReadObjInfo(): timeC = '105251'
15:10:55 06/18 [27149] qryitems.c [ 1405]: ReadObjInfo(): dateC = '20080417'
15:10:55 06/18 [27149] qryitems.c [ 1407]: ReadObjInfo(): timeM = '105251'
15:10:55 06/18 [27149] qryitems.c [ 1409]: ReadObjInfo(): dateM = '20080417'
15:10:55 06/18 [27149] qryitems.c [ 1411]: ReadObjInfo(): contentType = ''
15:10:55 06/18 [27149] qryitems.c [ 1413]: ReadObjInfo(): appVersion = ''
15:10:55 06/18 [27149] qryitems.c [ 1415]: ReadObjInfo(): charset = ''
15:10:55 06/18 [27149] qryitems.c [ 1417]: ReadObjInfo(): componentId = 'data'
15:10:55 06/18 [27149] qryitems.c [ 1419]: ReadObjInfo(): docProt = ''
15:10:55 06/18 [27149] getdata.c [ 780]: QryDoRestoreObjs(): entered with target file = '/valora1/impex/sap/S10/001297-002RV_LIKP'
15:10:55 06/18 [27149] getdata.c [ 932]: QryDoRestoreObjs(): target file length = 0 --> ASDM server will not be accessed
15:10:55 06/18 [27149] ESD_file_interface.c[ 582]: ESD_open(): trying to open file '/valora1/impex/sap/S10/001297-002RV_LIKP'...
15:10:55 06/18 [27149] getdata.c [ 1688]: ReceiveDataFromServerGeneric(): file name of restored file in return message is /valora1/im
pex/sap/S10/001297-002RV_LIKP
 
We are doing the same you things you did and we are having the same kinds of problems. Did you get this resolved?
 
Back
Top