Posted on August 4, 2009 by sapbasisadmin
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 [...]
Filed under: Information, SAP R/3, SAP Tips and Tricks | Tagged: Import, Profile, R/3, RZ10, SAP | Leave a Comment »
Posted on August 1, 2009 by sapbasisadmin
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 [...]
Filed under: Problem and Solving, SAP Tips and Tricks, SAP Web AS ABAP | Tagged: SAP, STMS, TMS, TP ERROR, Transport Domain | Leave a Comment »
Posted on July 20, 2009 by sapbasisadmin
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, [...]
Filed under: Problem and Solving, SAP - Oracle, SAP Netweaver Technology, SAP Tips and Tricks | Tagged: database, DB02, Oracle, SAP, statistics | Leave a Comment »
Posted on July 17, 2009 by sapbasisadmin
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 [...]
Filed under: General, How-To, SAP Tips and Tricks | Tagged: memory, RZ10, RZ11, SAP, sappfpar | 1 Comment »
Posted on July 15, 2009 by sapbasisadmin
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 [...]
Filed under: How-To, SAP Netweaver Technology, SAP Tips and Tricks | Tagged: ITS, password, SAP | Leave a Comment »
Posted on July 14, 2009 by sapbasisadmin
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 [...]
Filed under: General, Information, SAP Tips and Tricks | Tagged: cluster, Kernel upgrade, SAP, Windows | Leave a Comment »
Posted on July 13, 2009 by sapbasisadmin
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 [...]
Filed under: How-To, SAP Tips and Tricks, SAP Web AS Java | Tagged: administrator, J2EE_ADMIN, reset password, SAP, superadmin, Web AS Java | 2 Comments »
Posted on July 12, 2009 by sapbasisadmin
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,
Filed under: SAP Tips and Tricks, SAP Web AS Java | Tagged: J2EE, SAP, Start-up, Web AS Java | Leave a Comment »
Posted on July 11, 2009 by sapbasisadmin
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 [...]
Filed under: How-To, Problem and Solving, SAP Tips and Tricks, SAP Web AS Java | Leave a Comment »
Posted on July 6, 2009 by sapbasisadmin
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 [...]
Filed under: BRTOOLS, SAP - Oracle, SAP DATABASE TOOLS, SAP Tips and Tricks | Tagged: BRTOOLS, DB User, password, SAP | Leave a Comment »