Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Sunday, 11 September 2011

Installation and Configuration of SAPGUI for Java on Linux

How to install and configure SAPGUI for Java on Linux, here I’ll explain it briefly.

Prepare these stuffs before you can proceed to installation :

You have to make sure that your Linux system has been installed with JRE (Java Runtime Environment) from SUN Microsystem (http://java.sun.com). If you don;t have it, just download it from here. Some of linux distros such as Fedora, Ubuntu, OpenSuSE etc using JRE from GNU called GIJ (GNU for Java). We can’t use this JRE. We need to replaced it. I’ll show you how to changed it later.You also need SAPGUI for Java installer. You can download it freely

After you have all prerequisite, you can proceed to next step to extract and change your JRE. This step is valid for Fedora, Ubuntu, and OpenSuSE. Please let me know if these doesn’t work for you.

Logon as rootCopy your JRE installer file to /opt folder.Please use .bin extention file.Change file permission if needed to executable. Use this command : #chmod 755 jre-1.xxx.bin (xxx = refer to JRE version you’re using).Extract JRE files. Use this command : #./jre-1.xxx.binInstall JRE you just extracted inside alternatives system. Use this command : #/update-alternatives –install /usr/bin/java java /opt/jre1-xxx/bin/java 2Update java command configuration on alternatives system. Choose java number 2 because usually GIJ had number 1 position. Use this command : #update-alternatives –config javaUse this command to verify your JRE configuration. You can use this command : #java -versionIf you get something like this on your screen then you are succeeded. java version “1.6.0?
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

After you finish this step, you can proceed to SAPGUI for Java installation.

Logon as rootUse this command (on terminal) to install SAPGUI for Java. #java -jar PlatinGUI-Linux-xxxx.jar (Use the latest version).Installed on /opt folder as default (usually on /opt/SAPClients folder)

Next step is configure your SAPGUI for Java and try to test to SAP R/3 server connection.

Run executable file called guilogon (reside on /opt/SAPClients/SAPGUI700rev1/bin). It willpop up SAPGUI for Java window.Click New button.Fill the Description column as you like.Click Advanced Tab.Give check (V) to Use Expert ConfigurationFill the connection string. If your server using load balancing configuration, use this connection string conn=/M/(IP_Address_Message_Server)/S/36(system_number)/G/(nama_group) and use this connection string configuration if yor SAP R/3 server are not using load balancing system, conn=/H/(IP_Address_server_SAP)/S/32(system_number).

There you go ! Now, you can use your SAPGUI for Java to access your SAP R/3 server.

Comments and suggestions are most welcome

Installation SAP Numbers SAP Keys SAP License number

 We get a lot of questions about installation numbers, keys, license number, etc. So here is the answer to your queries.

When you become a new SAP customer, SAP assigns you a customer number. This number is like any other customer number you assign your own customers, or that companies assign to you. It uniquely identifies your company to SAP. 

Once you sign your software license, each of the SAP components you purchase is assign an installation number. So, you signed a mySAP.com Business Suite license? Then you will be assigned an installation number for R/3, another installation number for BW, another installation number for CRM, etc. You also signed a license for KW? That would be another installation number. SAP sometimes splits existing products out to other divisions, so you may even be assigned a second customer number with new installation numbers assigned under that number. SAP did that with Enterprise Portals. An installation number identifies a customer's SAP component. If you open a problem under your R/3 installation number, SAP knows that the problem is going to deal with R/3 and not CRM, BW, etc. 

A few weeks later, SAP shipped your installation kits and you installed R/3. Four weeks later your users get a message saying that the license has expired. But you signed your license agreement! When an SAP instance is installed, it gets assigned a temporary license key that is good for approximately four weeks. You need to request a permanent license key as soon as you finish your installation of the SAP instance. How? First, you will need your hardware key. This identifies your operating system information so SAP can generate a key that is not only good for your SAP version but for your hardware as well. To see your hardware key, log on as adm and go to a command prompt. Type "saplicense -get" and your hardware key will be displayed. Jot it down, you will need it later. The hardware key for NT is different than, for example, the hardware key for AIX. So if you change your SAP license from AIX to NT, you will need to make sure that your company is attached to the new hardware key or you won't be able to request new permanent license keys. 

To request your new permanent license key, go to http://service.sap.com/licensekey. Use this website to give SAP information on which SAP flavor your have installed. You will have to provide your hardware key as well. SAP will generate the new key and e-mail you a text file. Save the text file on your SAP server, log on as adm, and go to a command prompt. Type "saplicense -install ifile=  ". Your key should be installed! In later versions of R/3, you can use the slicense transaction as well. 

Now your system is flying! But your ABAPers sign on for the first time, and they need to add a new program to upload master data. When they enter se38 they get a message asking for their developer key. This key is generated by SAP as well, and is used to register your superusers who will be responsible for adding new code and changing SAP-owned code. Go to http://service.sap.com/sscr to register your programmers. Once you have the developer key, give it to your ABAPer and he can enter it into the system. He will only have to supply it once per SAP instance. 

Now your ABAPers are cranking out code, your system is humming, and then! Pow! The dreaded short dump hits you when you aren't looking. You look up the error code and find a valid OSS note to fix the problem. You log on to apply the advance correction, your give yourself a developer key,

go to transaction se37, but a new popup won't go away, it keeps asking for an access key for R3TR FUGR XXXXXXXXXXXXXXXXX. You must get an object key in order to modify an SAP-owned object. Since SAP owns all the ABAP code that comes with the SAP instance, you have to get a key in order to apply the advance correction. Again, you would use http://service.sap.com/sscr, this time to generate an object key. 

All this SAP website access also demands that you have an OSS User ID, or as it is now known, SAP Service Marketplace User ID. The user ID to perform the tasks outlined in this message must have administration rights. Your should have received your primary OSS ID when you got your SAP license. If you have not received a primary OSS ID, or your SAP reseller seems to have control of your primary OSS ID, contact SAP AG to resolve the problem. Your OSS ID is connected to your SAP customer number, so if you have two customer numbers, you will receive two OSS IDs. 

SAP has recently complicated the license scenario by introducing user licenses. Do not confuse your software license keys with SAP licensing of the usage of named users. These are two different things! Usage by users of an SAP instance will be monitored by your auditing team, and normally the only function of the Basis group in this regard is using su01 to register the "type" of each user. 

Now there is only one other really important number you need to know: the phone number for your Basis technical consultant!

Friday, 9 September 2011

SRM Installation help

Hi Guys, I want to Install SRM 5.0 I got the Installation Documents regarding this. Can anyone send me the Installation screenshots for the same. I will be thankful for this. Thanks & Regards Ajitabh

Thursday, 1 September 2011

Clonning for Installation

Hi Guys, Can anyone send me the screenshots and documents of clonning which is used while Installation of IDES 4.7 and ECC6.0 SR3.If any problem in posting the documents here then send me in my email id. I will be highly obliged for this. My Email Id is ajitabh.dubey@hotmail.com.

Tuesday, 30 August 2011

BusinessObjects LifeCycle Manager Installation Tutorial Guide for SAP XI 3.1

BusinessObjects LifeCycle Manager (LCM) is a web-based tool that enables you to move BI resources from one system to another system, without affecting the dependencies of these resources. It also enables you to manage different versions of BI resources, manage dependencies of BI resources, and roll back a promoted resource to restore the destination system to its previous state. The LCM tool is a plug-in for the BusinessObjects Enterprise application. You can promote a BI resource from one system to another only if the same version of the BusinessObjects Enterprise application is installed on the source and the destination systems.
Contents of this BusinessObjects LifeCycle Manager Installation Tutorial Guide for SAP XI 3.1
Chapter 1 Introduction 5
Overview………..6
About this guide6
Who should read this guide……..6
Chapter 2 Planning the LCM installation 7
System requirements…..8
Restrictions…….9
Chapter 3 Installing LCM 11
Installing LifeCycle Manager by using GUI………12
Deploying the web application manually ……17
Installing LifeCycle Manager by using CLI ……..17
Chapter 4 Configuring the Subversion repository manually 19
Chapter 5 Maintaining LifeCycle Manager 23
Preparing for uninstallation…….24
Uninstalling LifeCycle Manager by using GUI….24
Uninstalling LifeCycle Manager by using CLI…..25
Uninstalling Subversion…………26
Repairing the LCM installation..26

READ / DOWNLOAD THIS SAP PDF GUIDE


SAP Product Lifecycle Management ( PLM ) introduction, tutorialSAP Product Lifecycle Management ( PLM ) is a collection of solutions with which you digitally create, maintain and make available product information in the whole company and for the entire life cycle of a product. As an ambitious company, you do not want to just keep up with the international competition, you want to increase your competitiveness in the field of new information technology. Only a flexible company that optimizes daily business in all...

Enable SAP BW Web functionality after a new SAP BW installation – pdf guideEnable SAP BW Web functionality after a new SAP BW installation If you have just completed the technical installation of SAP BW 3.x and wish to enable BW web functionality for your users and administrators to use. This functionality could include the following: · Development and deployment of BW Web Applications · XML data loads via the HTTP/SOAP interface · Display and maintenance of BW documents · Display of BW MetaData in a Web Browser...

BusinessObjects Enterprise Administrator’s Tutorial GuideThis help provides you with information and procedures for deploying and configuring your BusinessObjects Enterprise system. Procedures are provided for common tasks. Conceptual information and technical details are provided for all advanced topics.This help is intended for system administrators who are responsible for configuring, managing, and maintaining a BusinessObjects Enterprise installation. Contents of this BusinessObjects Enterprise Administrator's Tutorial Guide Chapter 1 Getting Started 23 About this help...........24 Who should use this help?...24 About BusinessObjects Enterprise.......24...

SAP BusinessObjects OLAP Connect Tutorial GuideThis guide describes BusinessObjects OLAP Connect, a data provider that lets BusinessObjects users access Microsoft SQL Server OLAP Services (MS OLAP Services) and SAP Business Information Warehouse (SAP BW) multidimensional servers. Contents of this SAP BusinessObjects OLAP Connect Tutorial Guide Chapter 1 Introducing BusinessObjects OLAP Connect 17 What You can Do with BusinessObjects OLAP Connect . . . . . . . 19 How BusinessObjects Integrates with BusinessObjects OLAP Connect . . . 20 Accessing...

BusinessObjects Enterprise InfoView Tutorial GuideThis help provides you with information and procedures for using BusinessObjects Enterprise and InfoView. InfoView runs within your web browser and is your main interface for working with objects in BusinessObjects Enterprise. Your BusinessObjects Enterprise administrator may deploy different types of objects, such as Crystal reports, Voyager workspaces, Web Intelligence documents, Desktop Intelligence documents, and other objects that are created from BusinessObjects Enterprise plug-in components. InfoView allows you to view these objects, organize them, and...

SAP BusinessObjects Data Services Designer Tutorial GuideSAP BusinessObjects Data Services XI Release 3 provides data integration and data quality processes in one runtime environment, delivering enterprise performance and scalability. The data integration processes of SAP BusinessObjects Data Services allow organizations to easily explore, extract, transform, and deliver any type of data anywhere across the enterprise. The data quality processes of SAP BusinessObjects Data Services allow organizations to easily standardize, cleanse, and consolidate data anywhere, ensuring that end users are always working...

SAP BusinessObjects Explorer (blade) Administration Tutorial GuideThis guide is for administrators responsible for managing an SAP BusinessObjects Explorer system as part of an SAP BusinessObjects Explorer, accelerated version implementation, which includes SAP NetWeaver BW Accelerator. Contents of this SAP BusinessObjects Explorer (blade) Administration Tutorial Guide Chapter 1 Introduction......7 About this guide.......7 Important SAP Notes.............7 Related guides.........8 Chapter 2 Business Scenarios.....11 End-user features..11 Administration features........12 Key terms.12 Chapter 3 Technical System Landscape...15 Architecture............15 The BI platform......16 The Explorer servers...........17 Supported data providers....17...

BusinessObjects XI Integration KitBusinessObjects XI Release 2 Integration Kit for SAP Installation Guide BusinessObjects XI Integration Kit for SAP provides you with powerful report design tools and a framework for managing, scheduling, and distributing your Crystal reports over the Web. As such, it enables you to extract value from your SAP Business Information Warehouse (BW) and R/3 data and share it with users across the enterprise. BusinessObjects XI Integration Kit for SAP includes three major products—BusinessObjects Enterprise Professional,...

Customizing SAP BusinessObjects 6.5 Without ProgrammingBusiness Objects provides you with numerous ways to customize your Business Intelligence solution. Many of these customization solutions do not require knowledge of programming. These are the solutions discussed in this guide. Contents of this Customizing SAP BusinessObjects 6.5 Without Programming Chapter 1 Introduction 13 Chapter 2 Customizing from Within InfoView 17 Default start page . . . . . . . . . . . . . . . . . . . ....

Deploying the SAP Business Objects System tutorialDeployment is the distribution and arrangement of Business Objects query,reporting and analysis tools within a network infrastructure.Each deployment is different. How your deployment is structured and configured depends on the number of users supported, the type of information access that you want your users to have, the number and types of databases you’re using, the geographical distribution of your company, and so on. Before looking at the specific products Business Objects has to offer, it...


View the original article here