Jun 30

what to do after SAP ABAP system refresh 不指定

, 09:48 , SAP course , Comments(0) , Trackbacks(0) , Reads(5433) , Via Original Large | Medium | Small
After re-creating the control files for database, start the database only, leave the application server down.

1. Change the instance profile by setting the BTC working process number to 0.

2. Change all the released jobs to scheduled status.

Run sqlplus

select the table tbtco to see how many jobs are in 'released' status:

select * from tbtco where STATUS != 'P' and STATUS !='F' and SDLSTRTDT = $current_date

then try to update this table

3. Start the application server, then login to SAP

4. clean all the backup logs

5. clean all the spool TemSe by SP12

6. Run BDLS to convert the logical name.
Add a comment

Nickname

Site URI

Email

Enable HTML Enable UBB Enable Emots Hidden Remember [Login] [Register]