RZ10 – Character Limitation on Profile Import

I tried to import profile after system refresh a while ago. I just noticed that import profile character entry is limited. As far as I’m involved in SAP Basis consultant, I never experience a problem when importing an instance profile in RZ10. Before I show you where the character limit entry reside, here’s the procedure [...]

Transport Control Program TP Error 0208

Problem : Transport control program tp ended with error code 0208. Error shows that transport profile is missing.

Action Steps :

Check whether transport profile which is located in Transport Domain exists or not. The link should be like this : //<domain_host>/sapmnt/trans/bin/TP_DOMAIN_<SID>.PFL .
Check the TMS configuration like RFC Destination configuration, transport domain setting.
Check network connection between localhost and [...]

DB02 statistics blank

If I’m not mistaken, display for DB02 is changed from SAP Netweaver 7.0  SP12 into a kind of DB Cockpit which also can be accessed from tx code ST04, DB13, DB14, and some DB transactions. After a Support Package upgrade or refresh sometimes it’s not displayed properly or blank as displayed below :

In my case, [...]

Analysing Memory Using sappfpar command in SAP

SAP provides a tools to analyse memory consumption for Web AS ABAP called sappfpar. With this command you can estimate a memory consumption in a detail based on parameter setting in instance profile. Command will be like this :
>sappfpar check pf=<Instance Profile>
and the example result:

From the picture above you can see a lot of parameter [...]

Reset Password itsadmin in ITS 6.20

Due to incorrect logon or forgot the password user itsadmin in SAP ITS 6.20 is locked. Incorrect password can be occured after upgrading ITS or just after installation. Here’s the procedure how to reset the password:

Make a backup of ItsRegistryADM.xml in configuration folder, so you can revert it back if needed.
Search “itsadmin” in ItsRegistryADM.xml file.
Password [...]

Notes in updating clustered SAP system Kernel

This is a little note when you upgrading the SAP Kernel in clustered system on Windows OS: Dont forget to copy the Kernel folder /usr/sap/<SID>/<instance>/SYS/exe/run to C:/Windows/sapcluster folder. I got an error when I didn’t copy the Kernel folder to cluster directory. And this has to be done in both cluster nodes which I think [...]

Procedure to unlock J2EE Admin using SAP*

Open ConfigTool which is located in <drive>:\usr\sap\SID\JC05\j2ee\configtool\configtool.bat, for Unix you can run ./configtool.sh
Switch to configuration editor mode.

Go to cluster_data -> server -> cfg -> services.

Switch to edit mode by pressing pencil button.
Click on Propertysheet com.sap.security.core.ume.service
Change ume.superadmin.activate to TRUE.
Define the SAP* password in ume.superadmin.password.

Restart Web AS Java.
Login to visual admin.
Go to service -> security provider. Open [...]

J2EE Start-Up Issue Troubleshooting Guide

Well just wanna share to you, I just got a good link from my friend’s website. It’s about troubleshooting guide when you start up Java Web AS application. You can find the pdf document here. This guide was created by Kenny Tully. Cheers,

Unlock Java Administrator using SAP*

Java Engine UME (User Management Engine) can be stored in Data Source which are located either in SAP System data source, UME Database or Directory Service Data Source. They have different scenario of user administration, those are :

J2EE_ADMIN for SAP Web AS with ABAP and Java
J2EE_ADM_<SID> for SAP Web AS Java (UME uses ABAP user [...]

Change Password of Database User

This is the command to change password of Oracle Database User :
From BRTOOLS= BRTOOLS -> 8 – Additional functions -> 4 – Change password of database user -> continue, then you can type your new password as below (ex, SID = DEV):
BR0801I BRCONNECT 7.00 (18)
BR0280I BRCONNECT time stamp: 2009-07-14 01.52.04
BR0263I Enter password for database user [...]