After the initial setup I receive the error message “Unable to log on to system xxx in language yyy with user PIRWBUSER” in the Runtime Workbench (RWB). Why this? Answer: The logon language yyy is not activated in the ABAP system. Start transaction I18N and activate the language. Language activation is a separate post installation task that should have been executed before the CTC initial setup
30 years in IT
Stop and restart the Business Process Engine
Note 893218 describes the manual steps that you have to take to stop and restart the Business Process Engine (BPE) in a controlled way. These steps can be executed automatically using Transaction SWF_XI_ADM_BPE. The transaction is part of the SAP_XI_BPE_ADMINISTARTION_ABAP role. Transaction SWF_XI_ADM_BPE_DISP displays the status of the BPE and is part of the SAP_XI_BPE_MONITOR_ABAP role.
unix найти файл с текстом
Есть куча вариантов команд UNIX, которые позволяют найти файл, содержащий искомый текст, однако, мне, как немного знакомому с синтаксисом команды find приглянулся этот вариант find <dir> -name “<fname>” -exec grep “<text>” {} \; -print пример: find . -name “*.*” -exec grep “my text” {} \; -print либо find / -name “*” | xargs grep “your text”
AI_RUNTIME_JCOSERVER – Timeout while waiting for a connection to be established
Symptom In trace files dev_rfc* we have error: **** Trace file opened at 20120523 133135 MSK, by disp+work **** Versions SAP-REL 711,0,152 RFC-VER U 3 1297884 MT-SL ======> CPIC-CALL: ‘ThSAPOCMINIT’ : cmRc=27 thRc=677 Timeout while waiting for a connection to be established ABAP Programm: CL_MAPPING_XMS_PLSRV3=========CP (Transaction: ) User: PIAFUSER (Client: 001) Destination: AI_RUNTIME_JCOSERVER (handle: 1, , ) Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1730 CPIC-CALL: ‘ThSAPOCMINIT’ : cmRc=27 thRc=677 Timeout while waiting for a connection to be established DEST =AI_RUNTIME_JCOSERVER HOST =%%RFCSERVER%% PROG =AI_RUNTIME_SID Solution 1. How describe in this docs http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce601d35700783e10000000a42189d/frameset.htm Increase server count to 10 for AI_RUNTIME_JCOSERVER. 2. Note … Continue Reading
Размер файлов подробной статистики stat
Чтобы ограничить количество и общий размер файлов подробной статистики, используемой только в транзакции STAD, измените параметр профиля stat/max_files Note 6833 – Deleting statistics file, size of statistics file
IcfGetDTFromTaskHandler: ThEppGetRootContextIdAsXuuid failed with (98)!
Symptom In dev_w* files you get errors: IcfGetDTFromTaskHandler: ThEppGetRootContextIdAsXuuid failed with (98)! Solution: Implement the latest kernel for your release. The error will not occur with the latest kernel patch.
sm21 – Invalid parameter ObjTooLar transferred to database interface
При возникновении ошибки Invalid parameter ObjTooLar transferred to database interface в журнале sm21 следует обратиться к ноте Note 520684 – Runtime error “EXPORT_BUFFER_NO_MEMORY”
CHARM Configuration
CHARM Configuration SAP Note 1520678 – Change Request Management Configuration & Operation Guide
Изменение программы, выполняемой для задачи Task List для срочных корректур
Задача: Изменение программы, выполняемой для задачи Task List для срочных корректур. Настройка производится с помощью транзакции SOLAR_PROJECT_ADMIN для определенного проекта. Путь по закладкам: Системный ландшафт – Запросы на изменения Нажимаем на четвертую в первом ряду кнопок ПлЗадач (Управление списками задач). Этой кнопке соответствует транзакция /TMWFLOW/MAINTINST. В появившемся окне транзакции /TMWFLOW/MAINTINST выбираем закладку Параметры На данной закладке вызываются программы настройки конфигурации Планов задач. Используем следующие настройки: Пункт 1 Варианты для списка задач в плане задач По умолчанию мы видим два варианта SAP0 и SAP1 Пункт 2 Вариант списков задач по умолчанию в типов задач для типов проекта SMI Видим что для срочных … Continue Reading
STMS Status of Importing Queue (Request Does Not Match Component Version)
With Version SAP_BASIS 702 a new feature was added to the TMS system, tp was checking the component version of the transport which was released and the component version of the system where the transport was going to be imported. If there was a difference, this difference was highlighted in the import queue (transaction stms_import) and if you tried to import the transport, the import would stop with a warning message about the difference in the SAPCOMPONENT versions. You have error import status “Request does not match component version”. Solution: Set STMS profile parameter : SP_TRANS_SYNC = OFF This can … Continue Reading