cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi,

why we need to remove those .bak after uploaded in portal

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

BAK files are backup files. They are appended when we deploy the par file to the server. This means server keeps the par as backup in pcd directory. So each time server is restarted, these bak files are not updated. But if you try to place a par file in the pcd folder, after server is restarted, the file will be automatically have .bak extn added.

According to this document, https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3755ad90-0201-0010-b795-ea900d80... (pg.18) , file successfully deployed will have .par.bak extn while that have errors will have .par.err extn

Regards,

Harini S

Former Member
0 Likes

hi Harini,

i know that when ever we do quick PAR uploaded then we get .PAR.BAK file in PCD.

Then we right click and we delete that .BAK for that i know .when ever server is restarted all content in PCD consists of .PAR.BAK extention.

Or sever will get automatically thePCD can please explain this sinario clearly

Former Member
0 Likes

Hi,

The files which are uploaded to server are uploaded as par. Then the par files are attached bak extn as backup files. Now if you don't have to remove the bak extn unless you need to change something in the par file or the application. Because the par files are used for deploying, if we want to do some changes, we convert the bak to par, thereby making it easier to import in developer studio. Once new par is ready, we can deploy it to server and it will be automatically converted to .par.bak extn.

Regards,

Harini S