We have SAP PI 7.1 In case we have errors on Adapter Engine, and we have messages in status System Error, this message keep in database until then, until Cancelled. This is the reason the growth table BC_MSG_AUDIT For resolve this problem in Runtime Workbench via message monitoring we select messages with status System Error and press button Cancel. On question Are you sure you want to execute the action? We answer Apply. Check the successful execution of the deletion and archiving jobs via the background processing monitor in the RWB. Enter the RWB, navigate to “Component Monitoring” and click “Display”. Choose the Adapter Engine … Continue Reading
30 years in IT
Internet Explorer 9 и SAP
Для корректной работы Internet Explorer 9 c SAP необходимо настроить параметры совместимости со старыми версиями в меню Internet Explorer 9 Сервис > Параметры просмотра в режиме совместимости. Если сервера SAP расположены в интернете, то необходимо добавить их в список серверов для которых Internet Explorer использует режим совместимости, либо поставить галочку Отображать все веб-сайты в режиме совместимости. Если сервера SAP расположены в интранет сети, то достаточно поставить галку Отображать сайты интрасети в режиме совместимости.
Полная перезагрузка системы SAP с очисткой shared memory UNIX
Пример полной перезагрузки для системы SAP о очисткой shared memory Под пользователем <sidadm> Для каждой установленной инстанции (на примере DVEMESG00) stopsap r3 DVEBMGS00 stopsap sapstartsrv DVEBMGS00 Проверяем наличие процессов под пользователем <sidadm> ps -ef | grep <sidadm> Производим очистку shared memory стандартной утилитой cleanipc (в нашем примере номер инстанции 00) cleanipc 00 remove Проверяем наличие сегментов shared memory ipcs | grep <sidadm> При необходимости удаляем сегменты shared memory ipcrm -s [semaphor id] ipcrm -m [memory id]
SAP Web Dispatcher: installation and applying patches
My notes for installation SAP WebDispatcher After installation 1. Apply last patch (see SAP note 908097) 2. Copy files from archive wdispadmin.SAR into directory /usr/sap/SID/WXX/data/icmanroot, where SID – SID of the SAP Web Dispatcher and XX – system number of of the SAP Web Dispatcher. 3. Add to instance profile bellow lines: icm/host_name_full = <host in FQDN> icm/server_port_0 = PROT=HTTP,PORT=8855,TIMEOUT=3600,PROCTIMEOUT=3600 icm/server_port_1 = PROT=HTTP,PORT=81$$,TIMEOUT=3600,PROCTIMEOUT=3600 icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=./admin,PORT=8855,HOST=<host>,AUTHFILE=none 4. Restart SAP Webdispatcher Some SAP notes for installation and applying patches on SAP Web Dispatcher Note 908097 – SAP Web Dispatcher: Released releases and applying patches Summary Symptom You want to install a current version of … Continue Reading
ADS trace
Note 846610 – How to activate ADS trace Symptom This note shows how to activate the ADS trace on a J2EE engine. This trace information will be helpful for analysing irregularities. Other terms ADS, Adobe, Adobe Document Services, Trace, DefaultTrace Solution Run the Visual Administrator for your J2EE engine. Server -> services -> Log Configurator. Then select ‘To Advanced mode’ and ‘Locations’ tab. Root Location -> com -> sap -> engine -> services -> webservices -> server -> runtime -> com -> adobe_adobeDocumentServices -> AdobeDocumentServices and AdobeDocumentServicesSec Please change this node to ‘ALL’, and save the configuration. Modify the log … Continue Reading
SUSE11 for SAP
Note 1275776 – Linux: Preparing SLES for SAP environments Note 1310037 – SUSE LINUX Enterprise Server 11: Installation notes
SAP GUI input history stop working
Now I resolve one small problem. In one system in sapgui I have no input history. Solution Execute ‘SAP Logon’ program. Select the system where We have error > change item > advanced. Ensure that the ‘Low speed connection” is unchecked.
XTerm Geometry And Font
Option -geometry If you use XTerm and want to control window size and window position, use -geometry option. xterm -geometry 150×50+0+0 & Will open an XTerm 150 chars wide, 50 chars high in the top left hand corner of the screen .Xresources file Another way is write some lines to file .Xresources in user home directory. xterm*geometry: 100×40+0+0 XTerm*faceName: DejaVu Sans Mono XTerm*faceSize: 14 Last two strings setup font face and font size for xterm. The final step is to set these resource changes using xrdb xrdb -merge .Xresources
mount nfs file system error Directory/File Name is not valid with the -t flag
Symptom When We try mount nfs file system on AIX mount -t nfs server1:/path /path We have errror ‘Directory/File Name’ is not valid with the -t flag.. Solution Add to /etc/hosts host, where We try mount nfs file system with command: mount server1:/path /path
AS Java log files
Instance log files Contents Information about the J2EE instance startup, including parameters such as the startup profile used, the system ID (SID), the instance name, and the startup command used. Use to analyze Problems with the startup of the entrie J2EE instance. For example, the central and dialog J2EE instances are running on different physical servers and the startup profile is stored on the central J2EE instance. If a J2EE dialog instance cannot access the startup profile on the central J2EE instance due to access restrictions, it would report the permission problem in this log. Log files The following log … Continue Reading