Before install SAP system you need check what version of Linux you are running. To do thes, enter the following command at the shell prompt: cat `ls /etc/*{-,_}{release,version} 2>/dev/null | head -n 1`
30 years in IT
RFC HTTP Connection to ABAP System – Query String Not Allowed message
Symptom In sm59 you are trying to create HTTP Connection to ABAP System Following entries are added 1 Connection Type: H 2 Target Host: Host name 3 Service Number: HTTP Port name 4 Path Prefix: /sap/XI/engine/?type=entry When You try save RFC, message “Query string not allowed” occured. Solution After you enter the Path prefix /sap/xi/engine/?type=entry, press Enter saved the entries ..
NWA Configuration Wizard Task In Status “Currently executing”
Symptom You have error on any step of any task in NWA Configuration Wizard SAP Netweaver. When You later tried to reexecute this step browser session had timed out. When You look into the NWA configuration wizard overview your task is in status “Currently executing”. Solution You can restart Java Application tc~lm~ctc~cul~startup_app in NWA to resolve this. After doing that the status changes to “Cancelled”, and you can execute your task again.
SMD Agent Offline at Agent Administration
Symptom Your SMD Agent started correctly in the OS and You can see the process through tme command ps -ef | grep daaadm But when You go to the transaction SOLMAN_WORKCENTER in the option Agent Administration SMD Agent is offline Another way to Agent Administration by link http://server:port/webdynpro/dispatcher/sap.com/tc~smd~navigation/StandaloneApp?APP_ID=ADMIN_AGENT Solution All action will be performed in managed system. Log on OS level user daaadm su – daaadm Stop SMD Agent stopsap SMDA97 Perform configuration for direct connect to solution manager /usr/sap/DAA/SMDA97/script/smdsetup.sh managingconf hostname:”sapms://<hostname>” port:”<message server port>” user:”SMD_ADMIN” pwd:”<password>” servername=”<hostname>” Start SMD Agent startsap SMDA97 Now SMD Agent in Agent Administration … Continue Reading
FTP Script For Upload SAP Transport Request
If the transport landscape, each system uses its own transport directory, it may be necessary to transfer files of transport requests between servers. In case Unix simple solution is FTP Script For Upload SAP Transport Request #!/bin/bash HOST=hostname #This is the FTP servers host or IP address. USER=username PASS=password ftp -inv $HOST <<EOF user $USER $PASS bin cd /usr/sap/trans/cofiles/ lcd /usr/sap/trans/cofiles/ get KXXXXXX.YYY cd /usr/sap/trans/data/ lcd /usr/sap/trans/data/ mget *XXXXXX.YYY quit EOF Where YYYKXXXXXX – name of transport request KXXXXXX.YYY – cofile of transport request RXXXXXX.YYY and DXXXXXX.YYY – data files of transport request
Пошаговая инструкция по созданию SAP MDM System в контенте SAP Enterprise Portal и настройки соответствия учетных записей пользователей SAP EP и SAP MDM
Определение системы (MDM) На верхнем уровне навигации перейдите на закладку Системное администрирование › Конфигурация системы › Системная среда. В дереве под закладкой Просмотр, щелкните правой кнопкой мыши на папку, в которой будет сохранена запись о создаваемой системе и выберите Новое › Система (из образца). В правом окне появится окно выбора образца. Выберите MDM-система. Нажмите кнопку Дальше В поля Имя системы и Идентиф. Системы введите значение одинаковые англоязычные значения. В нашем случае это mdmd-01. Нажмите кнопку Дальше. В поле MDM-сервер ввести имя сервера. В нашем случае mdm-server-01. Нажмите кнопку Дальше. Выберите репозитарий MDM из списка. Нажмите кнопку Дальше. Выберите язык Russian(RU) … Continue Reading
Registering JAVA system in CEN rz21 error
Symptom When We register java system to monitoring from RZ21 Choose Technical Infrastructure → Configure Central System → Create Remote Monitoring Entry we must define HTTP Port of the Message Server. When We try set HTTP Port of the Message Server 50000, or 3901, We have error No valid XML document received. ( http://hostname:50000/msgserver/xml/logon ) Solution Set HTTP Port of the Message Server to 81XX
Таблицы с информацией о ролях в системах SAP
Таблицы с информацией о ролях в системах SAP. Крайне полезная штука. AGR_DEFINE – имя роли и присвоение функциональной роли типовой AGR_PROF – профили полномочий для ролей и их имена AGR_TCODES – транзакции включенные в роли AGR_1251 – объекты и значения полномочий к роли AGR_1252 – значения организационных уровней в функциональных ролях
Oracle dictionary statistics and system statistics | Create new statistics for all tables without a necessity check
We have Note 838725 – Oracle dictionary statistics and system statistics Creating Oracle dictionary statistics using BRCONNECT BRCONNECT command to create Oracle dictionary statistics: OS> brconnect -u / -c -f stats -t oradict_stats Creating Oracle system statistics using BRCONNECT Creating Oracle system statistics (NOWORKLOAD) using brconnect $ brconnect -u / -c -f stats -t system_stats Create new statistics for all tables without a necessity check brconnect -u / -c -f stats -t all -f collect
Saposcol: data collection not up to date
Symptom We have an alert from our solution manager regarding the os collector where the Alert text shows the above message “Saposcol: data collection not up to date” Solution On AIX, this usually means the saposcol program has crashed, but the shared memory has not been released. Most of the time this can be corrected by running saposcol -f (force option). Another way to release shared memory I describe in post Problem with stop/start saposcol