ZDATE_ILLEGAL_LOCTIME

ST22: ZDATE_ILLEGAL_LOCTIME    Today i faced run-time error ZDATE_ILLEGAL_LOCTIME ,I was getting lot of time mismatch related dumps. In this article ,i’ll explain reason and possible solution for these dumps. If you are getting continuously  run time error “ZDATE_ILLEGAL_LOCTIME” . Reason : “The local time on the application server is not correct.” The system time of the server was reset to the past, while the SAP application server was running. In this case, it does not matter whether this was done manually (with operating system commands) or automatically (with a “time service”, for example). Solution: Please refer SAP Note “447839 – ZDATE_ILLEGAL_LOCTIME ……

How to Peform SAP HANA MONITORING

  SAP HANA MONITORING In this guide,I explain different Hana Monitoring Checks that we need to perform in daily health check of SAP Hana System. Before that please Raad : What is SAP HANA system and SAP ABAP System Monitoring  Once you have the understanding of SAP HANA System and Normal SAP ABAP system Monitoring then you can perform below SAP HANA MONITORING CHECK. Open SAP HANA STUDIO >> CLICK ON SYSTEM CONNECTION –>It’ll connect Hana Studio to that SAP system SAP HANA MONITORING CHECK HOW TO PERFORM CHECK Check #1 > System availability   Landscape–>Services–> tab. You can verify the operational status of ……

Unicode Conversion Preparation with SPUMG

Unicode Conversion Preparation with SPUMG  SPUMG plays major role in performing unicode conversion preparation steps.In this article i’ll cover how we can perform major presteps with SPUMG. First Please read to Undersatnd What is SPUMG and How to start it. SPUMG in Unicode Conversion   Start SPUMG: Go to Tcode: SPUMG and click on addional steps button as per below screen. with this step report UMG_ADD_PREP_STEP will be initiated which consists of several reports which were created for deleting corrupt or obsolete table data prior to Unicode conversion. On the next screen the included reports are displayed. Choose  Background. All ……

SPUMG in Unicode Conversion

What is SPUMG SPUMG is very important tool used in Non unicode to Unicode conversion.It is standrad Tcode provided by SAP based upon our SAP release. SPUMG is used in Preconversion Phase: Preconversion phase means,before doing actual unicode conversion,We need to complete many presteps or we can say we need to prepare our system for Unicode Conversion so mostly preconversion presteps are covered bt SPUMG Tcode. How to Use SPUMG: SPUMG is used to prepare the database tables of a non-Unicode system for conversion phase (R3load). Its results are stored in the Export Control Table and the Language List. Goto ……

SAP SYSTEM MONITORING TCODES

SAP SYSTEM MONITORING TCODES In this article,I am going to cover SAP SYSTEM MONITORING Tcodes , For any Basis Admin, daily sap system monitoring check is essential task.We daily do health check of our production sap system. SAP daily system monitoring helps in two way- Preventive Health check– This health check helps to prevent issue that may happen in near future. e.g. suppose in our daily SAP System monitoring,we catch our database size is 99 % full that means anytime in future DB size will be full and it’ll lead production outage. Regular health check– This is regular health check which ……

SAP JAVA SCHEMA PASSWORD CHANGE

SAP JAVA SCHEMA PASSWORD CHANGE For audit purpose,From security team,always there is requrement to change SAP Schema password every year. In this tutorial ,i explain how we can change SAP JAVA Schema Password,Here i took example of Unix OS. For SAP JAVA Schema user: Please check first your JAVA schema user name ,In my case it is SAPSR3DB,you can check Java schema user name from Configtool–>Secstore. Step 1 : Change it from OS level: Execute below BRCONNECT command directly from OS level: brconnect -u / -f chpass -o SAPSR3DB -p <NEWPASSWORD> [execute command where SAPSR3DB is JAVA schema user ] Please refer ……

SAP SCHEMA PASSWORD CHANGE

SAP SCHEMA PASSWORD CHANGE For audit purpose,From security team,always there is requrement to change SAP Schema password every year. In this tutorial ,i explain how we can change SAP Schema Password,Here i took example of Unix OS. For ABAP schema user: Please check first your ABAP schema user name ,you can find via executing command ENV and see what schema user name is defind in your environment variable.In my case it is SAPSR3 Change it from OS level: Execute below BRCONNECT command directly from OS level: brconnect -u / -f chpass -o SAPSR3 –p <NEWPASSWORD> [execute command where SAPSR3 is schema ……

SAP HANA | INTRODUCTION

SAP HANA | INTRODUCTION SAP HANA INTRODUCTION starts with Full Form of SAP HANA -“high-performance analytic appliance”. From the Full Form It’s clear that HANA is appliance that can be deployed for high performance. SAP HANA is in-memory database & platform which is deployed on- client place or in the cloud. As we heard about Cache memory or Live-cache in SCM System ,We can relate SAP HANA with similar concept where complete Database is in Memory, Why Now SAP HANA: We know that SAP HANA is expensive software of SAP so Question comes in our mind: What is the need of SAP ……

HOW TO SAP HOST AGENT START ,STOP,STATUS,VERSION & UNINSTALL

  HOW TO SAP HOST AGENT START ,STOP,UPGRADE,STATUS,VERSION,INSTALL & UNINSTALL This article covers the steps to START,STOP,RESTART,INSTALL,UNINSTALL,STATUS of  SAP HOST AGENT Version,Please follow below steps to check version.{Below example is for UNIX/AIX/LINUX OS} Login as root as <sidadm> doesn’t have permission for executing SAP HOST AGENT commands. cd /usr/sap/hostctrl/exe {navigate to directory where sap host agent is installed} execute command ./saphostexec –USE BELOW MENTIONED OPTION USE OPTION for doing action which you want as for -start use ./saphostexec -start -install                                         ……

Sap Hana Start and Stop

Sap Hana Start and Stop Commands In this article ,I am going to cover very important commands which are used for Starting/ Stopping SAP HANA and also how to start Name server and Index Server via command line:   How to Stop HANA via commands: ./HDB stop /usr/sap/hostctrl/exe/sapcontrol -nr <Instance No> -function StopSystem HDB   How to Start HANA via commands: ./HDB start /usr/sap/hostctrl/exe/sapcontrol -nr <Instance No> -function StartSystem HDB   How to Check Hana Current Status of all Hosts: /usr/sap/hostctrl/exe/sapcontrol -nr <Instance No> -function GetSystemInstanceList <HOSTNAME> /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetSystemInstanceList 28.10.2017 18:47:07 GetSystemInstanceList OK hostname, instanceNr, httpPort, httpsPort, ……