Saturday, March 31, 2012
Open Java Config tool in JAVA
Wednesday, March 28, 2012
Extraction of ABAP upgrade request failed
Monday, March 26, 2012
Excelcius Web Server Error while connecting bpc
Friday, March 16, 2012
Analyzer Tab is missing in excelcius
Thursday, March 15, 2012
SAP BPC7.5NW Not able to run data manager packages
Tuesday, March 6, 2012
Downloading and deploy ESS and MSS
ESS and MSS - What to deploy ?
To deploy ESS and MSS on Portal 7.0 and ERP 2005 (also called ERP 6.0 or ECC 6.0), you totally need 5 files.
Download
The Business Packages for ESS/MSS are no more downloadable from SDN Content Portfolio. You need a SMP Login id to download the Business Packages and application components from Service Marketplace. Go to the address: http://service.sap.com/swdc
1. BP for ESS : Click on Download -> Support Packages and Patches -> Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP 6.0 -> Entry by Component -> Portal Content -> BP ERP05 ESS 1.0 -> Click it and select #OS independent --> Select the SCA file depending on your SP Level
2. BP for MSS : Click on Download -> Support Packages and Patches -> Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP 6.0 -> Entry by Component -> Portal Content -> BP ERP05 MSS 1.0 -> Click it and select #OS independent -> Select the SCA file depending on your SP Level
For actual Web Dynpro applications Click on Download ->Support Packages and Patches -> Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP 6.0 -> Entry by Component -> SAP XSS (Self Services)-> Click it and select #OS independent -> Select the SCA file depending on your SP Level
Then download the following files:
3. SAP ESS 600
4. SAP MSS 600
5. SAP PCUI_GP 600
It is very important that all the files you download have the same Support Package level.
Deploy
You deploy all the files in SDM. Start by deploying the SAP PCUI_GP 600. Then you can deploy the rest in any order you want.
What if it fails ?
Some times the SDM fails to deploy, and a error message is written out. If there are no specific message, then open the log folder on SDM and analyze it for details. Often it is enough to restart the deployment from where it failed, but look for detailed information in the log file.
Upgrade
If you have deployed all the files in Support Package 8, and later the SP 9 is released. There is no need for undeploying the Self Service content. Just add the new files as a new deployment and start the process.
> ERP 6.0 EHP 3
If your ECC system is ERP 6.0 and EHP 3 and you are planning to use ESS and MSS in your Enterprise Portal 7.0 .
This is the latest information.
Download the Business Package for ESS and MSS under the below location (ESS 1.31 and MSS 1.31)
Support Packages and Patches" SAP Application Components" SAP ERP" SAP ERP ENHANCE PACKAGE" SAP ENH PACK 3 FOR SAP ERP 6.0" Entry by Component" Portal Content
BP ERP05 MSS 1.31
BP ERP05 ESS 1.31
Depending upon the SP level.
For application components or Webdynpro components ,navigate to
Support Packages and Patches" SAP Application Components" SAP ERP" SAP ERP ENHANCE PACKAGE" SAP ENH PACK 3 FOR SAP ERP 6.0" Entry by Component" SAP XSS (Self Services)
And download these components
SAP ESS 603
SAP PCUI_GP 603
Imp :Here ,you will not find Webdynpro Component for MSS (for relase ERP 6.0 EHP 3 ,as of now) ,so you can go ahead with deploying MSS package from the below location (which is of release 600)
Support Packages and Patches -> Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP 6.0 -> Entry by Component -> SAP XSS
SAP MSS 600
> ERP 6.0 EHP 4
To download the latest Portal Business Packages for ESS and MSS, please go to:
Support Packages and Patches -> SAP Application Components -> SAP ERP -> SAP ERP ENHANCE PACKAGE -> EHP4 FOR SAP ERP 6.0 -> Entry by Component ->Portal Content Self Services
Here you will find BP ERP05 ESS 1.41 and BP ERP05 MSS 1.41. Please download latest patches.
For XSS component, information presented above in ERP 6.0 EHP3 section is still valid. You can download software from:
Support Packages and Patches -> SAP Application Components -> SAP ERP -> SAP ERP ENHANCE PACKAGE -> EHP4 FOR SAP ERP 6.0 -> Entry by Component -> SAP XSS (Self Services)
Download:
SAP ESS 603
SAP PCUI_GP 603
For MSS: Support Packages and Patches -> Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP 6.0 -> Entry by Component -> SAP XSS
Download SAP MSS 600
Unable to open OCS file
Unable to open OCS file while importing support pack queue through SPAM
Reproducing:
support packages are uploaded from ftp client to /usr/sap/trans/eps/in from my windows machine.
When im uploading support packs im getting following error. "Unable to open OCS file CSN0120061532_0048071.PAT"
SPAM> Load Packages> from application server >
Solution:
You need to change the permissions to 777 of EPS/in folder recursively. Now you can upload the patches.
Friday, March 2, 2012
SAP Portal 503 Service Unavailable
http://forums.sdn.sap.com/thread.jspa?threadID=1712944
Thursday, March 1, 2012
How To Recover SDM Password
As SDM is default in Integrated Mode, first you have to take it to Standalone Mode and after changing password take it back to Integrated Mode.
WINDOWS
- Access (RDP,VNC,RADMIN,..) system with <sid>adm user.
- Open Command Prompt
- Go to SDM Root folder with : cd <drive>:\usr\sap\<SID>\JC<no>\SDM\program\
- Take SDM to Standalone Mode: sdm jstartup "mode=standalone"
- Change SDM Password: sdm changepassword "sdmhome=<drive>:\usr\sap\<SID>\JC<no>\SDM\program" "newpassword=<newpassword>"
- Take SDM to Integrated Mode: sdm jstartup "mode=integrated"
UNIX
- Access (Telnet, SSH, DT, XWindows) system with <sid>adm user.
- Open Terminal Window
- Go to SDM Root folder with : cd /usr/sap/<SID>/JC<no>/SDM/program
- Take SDM to Standalone Mode: sdm.sh jstartup mode=standalone
- Change SDM Password: sdm changepassword sdmhome=/usr/sap/<SID>/JC<no>/SDM/program newpassword=<newpassword>
- Take SDM to Integrated Mode: sdm.sh jstartup mode=integrated