Posted on July 23, 2009 by sapbasisadmin
Problem: When you running a Process Chain in BW system, you saw an error RSBOLAP018: Java system error, as shown below.
Investigate: Check log as shown in the error description. You will find this line on files defaultTrace.xx.log :
ERROR RSBOLAP (018): Java system error: An Unknown Error Occured During Portal Communication
MSGV1: An Unknown [...]
Filed under: Problem and Solving, SAP Business Warehouse, SAP Web AS Java | Leave a Comment »
Posted on July 22, 2009 by sapbasisadmin
If you run a Portal application based on SAP Web AS, you may find an error on your running process. Mostly the errors are logged into a log files of Java server process. A Portal application usually identified by prefix http://<hostname>:<port>/irj/… Here’s the important log files location :
<drive>:\usr\sap\<SID>\DVEBMGS<inst_no>\j2ee\
cluster\serverX\log\defaultTrace.xx.trc
<drive>:\usr\sap\<SID>\DVEBMGS<inst_no>\j2ee\
cluster\serverX\log\applications.x.log
X: server process number, start from 0,1,2 .. [...]
Filed under: Information, SAP Netweaver Technology, SAP Web AS Java | Tagged: Application, Java, logs, Portal, SAP | 2 Comments »
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 18, 2009 by sapbasisadmin
Problem: In SAP BW system when you run update statistics you find an error below,
BR0301E SQL error -20000 at location stats_tab_collect-20, SQL statement:
‘BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => ‘”SAPBWP”‘, TABNAME => ‘”/BIC/B0001595000″‘, ESTIMATE_PERCENT
ORA-20000: index “SAPBWP”.”/BIC/B0001595000KE” or partition of such index is in unusable state
ORA-06512: at “SYS.DBMS_STATS”, line 13267
ORA-06512: at “SYS.DBMS_STATS”, line 13287
ORA-06512: at line 1
BR0886E Checking/collecting statistics [...]
Filed under: How-To, Problem and Solving, SAP Business Warehouse | Tagged: BW, Index, Partition, SAP | 1 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 »