cancel
Showing results for 
Search instead for 
Did you mean: 

How can I decompress the archive logs with BR*Tools without a restore the database?

Former Member
0 Kudos

Hi experts

Currently the archive logs generated by the DB are compressed with the BR*tools and it have like extension .K. I need to decompress the archive logs with BR*tools. Do this without a restore or recovery of database.

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

Check the uncompress_cmd on your init<SID>.sap file.

https://help.sap.com/saphelp_nw73/helpdata/en/47/34ed0f12373422e10000000a1553f6/content.htm

Regards, JP

Former Member
0 Kudos

Hi Juan,

Thanks for your response, I checked the link, but the uncompress_cmd parameter is not used when the compress = brtools parameter is set as mentioned in note 1173119. The archives logs currnely have .K as extention, but when I try to uncompress it with the uncompress tool that the initSID.sap have. show the next error. for this reason I need to uncompress the archives logs with brtools, how can do it? or what are the steps to do it with brtools?

JPReyes
Active Contributor
0 Kudos

Check this discussion,

https://archive.sap.com/discussions/thread/3585192

Regards, JP

JamesZ
Advisor
Advisor
0 Kudos

Hi Carlos,

Brtools also use operating system compress, so you can use os command to uncompress it.

To confirm whether uncompression works,

alter system dump logfile '<path and name of the file>;

and it will come back with an error if the file is corrupted or wrongly decompressed, or with 'statement completed' if there is no errors detected.

Best regards,
James