DB Backup fails after TSM Server Upgrade

blankgap

ADSM.ORG Member
Joined
Jun 5, 2018
Messages
64
Reaction score
2
Points
0
Hi all,

after upgrading a TSM Server from v8.1.0 to 8.1.5 the database backup fails:

06/15/2018 09:08:22 ANR2017I Administrator SYSADEB issued command: BACKUP DB dev=FILES t=f (SESSION: 23)

06/15/2018 09:08:28 ANR0984I Process 2 for Database Backup started in the BACKGROUND at 09:08:28. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:28 ANR4559I Backup DB is in progress. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:28 ANR2280I Full database backup started as process 2. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:29 ANR8340I FILE volume P:\TSM\DBBKP\29046509.DBV mounted. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:29 ANR0513I Process 2 opened output volume P:\TSM\DBBKP\29046509.DBV. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:29 ANR1360I Output volume P:\TSM\DBBKP\29046509.DBV opened (sequence number 1). (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:29 ANR4626I Database backup will use 1 streams for processing with the number originally requested 1. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:31 ANR4588E A database backup configuration might be incorrect. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:31 ANR8531W Deletion of FILE volume P:\TSM\DBBKP\29046509.DBV from file system did not complete successfully. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:31 ANR1361I Output volume P:\TSM\DBBKP\29046509.DBV closed. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:31 ANR0515I Process 2 closed volume P:\TSM\DBBKP\29046509.DBV. (SESSION: 23, PROCESS: 2)

06/15/2018 09:08:31 ANR0985I Process 2 for Database Backup running in the BACKGROUND completed with completion state FAILURE at 09:08:31. (SESSION: 23, PROCESS: 2)


Any help would be appreciated

Thanks,
Benjamin
 
I already tried THIS:
http://www-01.ibm.com/support/docview.wss?uid=swg22009265

What confuses me is that i dont have a dsmsutil.exe in TSM installation directory. So I tried with dsmcutil instead, the output seemed reasoned (Password for $$_TSMDBMGR_$$ updated successfully) but no success with db backup.

System is running on a VM with Windows Server 2012 R2 btw.
 
Hi marclant,

thank you for your answer.
Well, you are right, db2diag.log errors do not match with the one in the technote. The following errors seem useful to me:

2018-06-15-09.31.38.305000+120 E24604264F650 LEVEL: Error
PID : 7632 TID : 3744 PROC : db2syscs.exe
INSTANCE: SERVER1 NODE : 000 DB : TSMDB1
APPHDL : 0-1959 APPID: *LOCAL.SERVER1.180615073654
AUTHID : TSM_SVC HOSTNAME: UGLBKPOC01
EDUID : 3744 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubCleanupPartialBackup, probe:757
MESSAGE : SQL2062N An error occurred while accessing media "". Reason code:
"".

DATA #1 : String, 63 bytes
Could not delete partial backup image created on vendor device.

2018-06-15-09.31.38.561000+120 E24604916F477 LEVEL: Severe
PID : 7632 TID : 3744 PROC : db2syscs.exe
INSTANCE: SERVER1 NODE : 000 DB : TSMDB1
APPHDL : 0-1959 APPID: *LOCAL.SERVER1.180615073654
AUTHID : TSM_SVC HOSTNAME: UGLBKPOC01
EDUID : 3744 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubcka, probe:1085
MESSAGE : Backup terminated.

Any ideas?
 
Hello,
did it happen immediately after upgrade? Seen something similar (same errors in the db2diag.log) in 7.1.6 - possibly caused by IT16364 - Handle Leak in the client. EDIT: In that case it took several days before the DB backup stopped working.
Spent several hours trying to find out the reason and then it was solved by restarting the server (machine) ....
Hope it helps
Harry
 
06/15/2018 09:08:31 ANR8531W Deletion of FILE volume P:\TSM\DBBKP\29046509.DBV from file system did not complete successfully. (SESSION: 23, PROCESS: 2)

This might apply: http://www-01.ibm.com/support/docview.wss?uid=swg22014842

If the filesystem is not full, make sure the ID running the server (TSM Server1 service, Login tab) has permissions to delete the file too.
 
I had similar issue after upgrading 8.1.4 to 8.1.5, and had PMR opened.
The thing is that you need to upgrade your ISP BA client, on the server, to 8.1.4.1 which brings new gskit.
 
Thanks again for all your answers.

While filesystem had enough free disk space and restarting the server didn't resolve the issue, after installing the 8.1.4.1 Fix for BAclient the database backup completed successfully.

Without this board I would have kept looking for the issue in the database configuration.
Thanks for saving a lot of my time.
 
Hi again,

this issue keeps driving me crazy!

This time not after an upgrade, but a fresh new installation of TSM v8.1.5

Database backup fails:

07/11/2018 09:03:51 ANR4588E A database backup configuration might be incorrect. (SESSION: 21, PROCESS: 5)
07/11/2018 09:03:51 ANR8531W Deletion of FILE volume T:\LNZBKP01\DBB\31292630.DBV from file system did not complete successfully. (SESSION: 21, PROCESS: 5)
07/11/2018 09:03:51 ANR1361I Output volume T:\LNZBKP01\DBB\31292630.DBV closed. (SESSION: 21, PROCESS: 5)
07/11/2018 09:03:51 ANR0515I Process 5 closed volume T:\LNZBKP01\DBB\31292630.DBV. (SESSION: 21, PROCESS: 5)
07/11/2018 09:03:51 ANR0985I Process 5 for Database Backup running in the BACKGROUND completed with completion state FAILURE at09:03:51. (SESSION: 21, PROCESS: 5)

The last time I had this issue was after TSM Server upgrade, and it got fixed by installing baclient v8.1.4.1

Already updated the client on this system though.

Database Name: TSMDB1
Total Space of File System (MB): 2,048,000
Space Used on File System(MB): 22,439
Space Used by Database(MB): 20,160
Free Space Available (MB): 2,025,561
Total Pages: 2,068,512
Usable Pages: 2,062,304
Used Pages: 1,955,128
Free Pages: 107,176
Buffer Pool Hit Ratio: 89.5
Total Buffer Requests: 8,739,751
Sort Overflows: 0
Package Cache Hit Ratio: 84.4
Last Database Reorganization: 07/11/2018 07:17:16
Full Device Class Name: CL_DBB
Number of Database Backup Streams: 1
Incrementals Since Last Full: 0
Last Complete Backup Date/Time:
Compress Database Backups: No
Protect Master Encryption Key: No5)

Any input from the experts here?

Thanks,
blankgap
 
I think the server comes with an API bundled, that may be older than 8.1.4.1 shipped with the client. I'd reinstall the client 8.1.4.1 after a clean server 8.1.5.0 install.
 
Check the dsm.sys and see if the passwordaccess option is removed
 
Hi,
@marclant
Tried a clean reinstall of client 8.1.4.1, no success. By "clean server 8.1.5.0" installation you mean i should reinstall the server and client afterwards?

Passwordaccess generate is still active in dsm.opt (Using Server 2016)
 
Can we see a bit more of the log? from backup db start?
Have you changed something after instalation, like isp server name (isp command, not windows hostname)?
Have you registered a node for the server in ISP?
Is it really completely new installation, or you are restoring some other server's database (perhaps hardware upgrade)?
Does windows user that runs ISP server service have rights to write into
T:\LNZBKP01\DBB\ ?
 
Hi Mita,

ActLog from DB Backup Start to End:

07/12/2018 13:37:13 ANR2017I Administrator SYSADEB issued command: BACKUP DB devcl=cl_dbb_test t=f (SESSION: 262)
07/12/2018 13:37:15 ANR0984I Process 158 for Database Backup started in the BACKGROUND at 13:37:15. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:15 ANR4559I Backup DB is in progress. (SESSION: 262, PROCESS:158)
07/12/2018 13:37:15 ANR2280I Full database backup started as process 158. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:16 ANR8340I FILE volume C:\ECB-TEST\31395436.DBV mounted. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:16 ANR0513I Process 158 opened output volume C:\ECB-TEST\31395436.DBV. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:16 ANR1360I Output volume C:\ECB-TEST\31395436.DBV opened (sequence number 1). (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:16 ANR4626I Database backup will use 1 streams for processing with the number originally requested 1. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR4588E A database backup configuration might be incorrect. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR8531W Deletion of FILE volume C:\ECB-TEST\31395436.DBV from file system did not complete successfully. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR1361I Output volume C:\ECB-TEST\31395436.DBV closed. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR0515I Process 158 closed volume C:\ECB-TEST\31395436.DBV. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR0985I Process 158 for Database Backup running in the BACKGROUND completed with completion state FAILURE at 13:37:17. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:17 ANR1893E Process 158 for Database Backup completed with acompletion state of FAILURE. (SESSION: 262, PROCESS: 158)
07/12/2018 13:37:18 ANR2017I Administrator SYSADEB issued command: QUERY PROCESS (SESSION: 262)

To your questions:

Have you changed something after instalation, like isp server name (isp command, not windows hostname)?
All I did was defining Policy, MgmtClass, Copygr, Library's, Storagespools and reinstalling the baclient. Parallel to his "Partner-Server" "LNZBKP02", where DB-backup works fine (Same system, same Server and Client versions).

Have you registered a node for the server in ISP?
Yes, 2 Nodes have been registered to this server.

Is it really completely new installation, or you are restoring some other server's database (perhaps hardware upgrade)?
Completely new installation, new hardware, new operating system, freshly downloaded installation package, clean install.

Does windows user that runs ISP server service have rights to write into
T:\LNZBKP01\DBB\ ?

Yes, I just double-checked by giving the instance user full rights to the backup folder. Also tried with another devclass and a second directory. Error stays the same.

Thank you for your efforts.

Kind regards
 
What does the db2diag.log say at the same timeframe?
 
db2diag.log from backup start until it got terminated: (all happens within a few seconds)

2018-07-12-13.37.16.881000+120 E88256516F536 LEVEL: Info
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluxGetDegreeParallelism, probe:546
DATA #1 : <preformatted>
Autonomic backup/restore - using parallelism = 8.

2018-07-12-13.37.16.990000+120 E88257054F564 LEVEL: Info
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluxGetAvailableHeapPages, probe:622
DATA #1 : <preformatted>
Autonomic BAR - heap consumption.
Targetting (50%) - 262144 of 524288 pages.

2018-07-12-13.37.16.990000+120 E88257620F550 LEVEL: Info
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubTuneBuffers, probe:877
DATA #1 : <preformatted>
Autonomic backup - tuning enabled.
Using buffer size = 4097, number = 8.

2018-07-12-13.37.17.052000+120 E88258172F497 LEVEL: Info
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubSetupJobControl, probe:1907
MESSAGE : Starting an online db backup.

2018-07-12-13.37.17.209000+120 I88258671F577 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, oper system services, sqloInvokeVendorFunction, probe:10
MESSAGE : ZRC=0x800F00AF=-2146500433=SQLO_PROG_ERR "Unknown"
DATA #1 : ZRC, PD_TYPE_ZRC, 4 bytes
0x800F00AF

2018-07-12-13.37.17.209000+120 I88259250F1180 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluVendorCallWrapper, probe:337
MESSAGE : ZRC=0x800F00AF=-2146500433=SQLO_PROG_ERR "Unknown"
DATA #1 : String, 19 bytes
Signal encountered.
DATA #2 : Vendor RC, PD_DB2_TYPE_VENDOR_RC, 4 bytes
Vendor RC=0x0000001E=30 -- see DB2 API Guide for meaning.
CALLSTCK:
[0] 0x00007FF92B1C5538 pdLog + 0x5D8
[1] 0x00007FF913DE87EF sqluVendorCallWrapper + 0x34F
[2] 0x00007FF913EA1309 sqluInitVendorDevice + 0x1E9
[3] 0x00007FF913E90494 sqluMCInitBackupMC + 0x1F4
[4] 0x00007FF913E89329 sqluMCProcessBackupStates + 0x2D9
[5] 0x00007FF913E88EBD sqluMCStartBackupMediaController + 0x4AD
[6] 0x00007FF92B13AFFD sqloEDUEntry + 0x61D
[7] 0x00007FF9355A8364 BaseThreadInitThunk + 0x14
[8] 0x00007FF938077091 RtlUserThreadStart + 0x21

2018-07-12-13.37.17.224000+120 I88260432F912 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluMapVend2MediaRCWithLog, probe:657
DATA #1 : String, 141 bytes
Vendor error: rc = 30 returned from function sqluvint.
Return_code structure from vendor library C:\PROGRA~1\Tivoli\TSM\db2\bin\db2tsm.dll:

DATA #2 : Hexdump, 48 bytes
0x000002225E21F578 : 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x000002225E21F588 : 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x000002225E21F598 : 0000 0000 0000 0000 0000 0000 0000 0000 ................

2018-07-12-13.37.17.224000+120 I88261346F524 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluMapVend2MediaRCWithLog, probe:697
MESSAGE : Error in vendor support code at line: 0 rc: 0

2018-07-12-13.37.17.224000+120 E88261872F504 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluMCInitBackupMC, probe:849
MESSAGE : Media controller -- Generic error

2018-07-12-13.37.17.240000+120 E88262378F558 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluMCInitBackupMC, probe:849
MESSAGE : SQL2079N An error was reported by the shared library "". Return
code: "".

2018-07-12-13.37.17.240000+120 E88262938F533 LEVEL: Error
PID : 3132 TID : 9640 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 9640 EDUNAME: db2med.8472.0 (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluMCInitBackupMC, probe:849
DATA #1 : String, 44 bytes
C:\PROGRA~1\Tivoli\TSM\db2\bin\db2tsm.dll.30

2018-07-12-13.37.17.240000+120 E88263473F847 LEVEL: Severe
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubMWResponse, probe:1045
DATA #1 : Sqlcode, PD_TYPE_SQLCODE, 4 bytes
-2079
DATA #2 : Hexdump, 49 bytes
0x00000223BCA9E6C8 : E1F7 FFFF 433A 5C50 524F 4752 417E 315C ....C:\PROGRA~1\
0x00000223BCA9E6D8 : 5469 766F 6C69 5C54 534D 5C64 6232 5C62 Tivoli\TSM\db2\b
0x00000223BCA9E6E8 : 696E 5C64 6232 7473 6D2E 646C 6CFF 3330 in\db2tsm.dll.30
0x00000223BCA9E6F8 : 00 .

2018-07-12-13.37.17.240000+120 E88264322F1025 LEVEL: Severe
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubMWResponse, probe:1045
MESSAGE : SQL2079N An error was reported by the shared library "". Return
code: "".
DATA #1 : SQLCA, PD_DB2_TYPE_SQLCA, 136 bytes
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -2079 sqlerrml: 44
sqlerrmc: C:\PROGRA~1\Tivoli\TSM\db2\bin\db2tsm.dll 30
sqlerrp : sqlubMWR
sqlerrd : (1) 0x00000000 (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0x00000000 (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:

2018-07-12-13.37.17.240000+120 E88265349F594 LEVEL: Error
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubMWResponse, probe:1047
MESSAGE : SQL2079N An error was reported by the shared library
"C:\PROGRA~1\Tivoli\TSM\db2\bin\db2tsm.dll". Return code: "30".

2018-07-12-13.37.17.443000+120 I88265945F572 LEVEL: Error
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, oper system services, sqloInvokeVendorFunction, probe:10
MESSAGE : ZRC=0x800F00AF=-2146500433=SQLO_PROG_ERR "Unknown"
DATA #1 : ZRC, PD_TYPE_ZRC, 4 bytes
0x800F00AF

2018-07-12-13.37.17.443000+120 I88266519F1675 LEVEL: Error
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqluVendorCallWrapper, probe:337
MESSAGE : ZRC=0x800F00AF=-2146500433=SQLO_PROG_ERR "Unknown"
DATA #1 : String, 19 bytes
Signal encountered.
DATA #2 : Vendor RC, PD_DB2_TYPE_VENDOR_RC, 4 bytes
Vendor RC=0x0000001E=30 -- see DB2 API Guide for meaning.
CALLSTCK:
[0] 0x00007FF92B1C5538 pdLog + 0x5D8
[1] 0x00007FF913DE87EF sqluVendorCallWrapper + 0x34F
[2] 0x00007FF913DD7FA2 sqluFencedVendorCB::callWrapper + 0x52
[3] 0x00007FF913E402B1 sqlubCleanupPartialBackup + 0x4C1
[4] 0x00007FF913D95190 sqlubcka + 0x2260
[5] 0x00007FF913D929B3 sqlubcka_route_in + 0xE73
[6] 0x00007FF9106B05C5 sqlerKnownProcedure + 0xCB5
[7] 0x00007FF910647B93 sqlerCallDL + 0x1423
[8] 0x00007FF910A1A20B sqljs_ddm_excsqlstt + 0x84B
[9] 0x00007FF9109F5739 sqljsParseRdbAccessed + 0xE9
[10] 0x00007FF9109F6903 sqljsParse + 0x523
[11] 0x00007FF91098C9C8 sqljsSqlam + 0x618
[12] 0x00007FF910994D26 sqljsDrdaAsInnerDriver + 0x586
[13] 0x00007FF910996413 sqljsDrdaAsDriver + 0x163
[14] 0x00007FF91048BDF5 sqeAgent::RunEDU + 0xFE5
[15] 0x00007FF9138A4BC9 sqlzRunEDU + 0x179
[16] 0x00007FF92B13AFFD sqloEDUEntry + 0x61D
[17] 0x00007FF9355A8364 BaseThreadInitThunk + 0x14
[18] 0x00007FF938077091 RtlUserThreadStart + 0x21

2018-07-12-13.37.17.459000+120 I88268196F997 LEVEL: Error
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubDeleteVendorImage, probe:607
MESSAGE : SQL2062N An error occurred while accessing media "". Reason code:
"".
DATA #1 : String, 27 bytes
Error returned by sqluvdel.
DATA #2 : Vendor RC, PD_DB2_TYPE_VENDOR_RC, 4 bytes
Vendor RC=0x0000001E=30 -- see DB2 API Guide for meaning.
DATA #3 : Hexdump, 48 bytes
0x000002225E21F578 : 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x000002225E21F588 : 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x000002225E21F598 : 0000 0000 0000 0000 0000 0000 0000 0000 ................

2018-07-12-13.37.17.490000+120 E88269195F649 LEVEL: Error
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubCleanupPartialBackup, probe:757
MESSAGE : SQL2062N An error occurred while accessing media "". Reason code:
"".
DATA #1 : String, 63 bytes
Could not delete partial backup image created on vendor device.

2018-07-12-13.37.17.584000+120 E88269846F476 LEVEL: Severe
PID : 3132 TID : 8472 PROC : db2syscs.exe
INSTANCE: LNZBKP01 NODE : 000 DB : TSMDB1
APPHDL : 0-17404 APPID: *LOCAL.LNZBKP01.180712113723
AUTHID : SVC_TSM HOSTNAME: LNZBKP01
EDUID : 8472 EDUNAME: db2agent (TSMDB1)
FUNCTION: DB2 UDB, database utilities, sqlubcka, probe:1085
MESSAGE : Backup terminated.
 
Ok can you try this

1- Open a command prompt and change the directory to the backup-archive client directory, for example: cd "C:\Program Files\Tivoli\TSM\baclient"

2- Append the GSKit binary path and library path to the PATH environment variable, for example:
set PATH=C:\Program Files\Common Files\Tivoli\TSM\api64\gsk8\bin\;
C:\Program Files\Common Files\Tivoli\TSM\api64\gsk8\lib64;%PATH%

A reboot might be needed afterwards.

Let me know if that works
 
Hi Selias,

the GSKit is already in my PATH environment variable, i need this to import SSL certificates without positioning in the gsk8 folder.

Regards
 
Back
Top