我曾經遇到過的一個SAP gateway系統cache的問題
# Sent: Thursday, February 05, 2015 4:41 PM
Finally we have found the root cause. I have written a report ZJERRY_CACHE_TEST in GM6/001 and schedule it as background job to track the change of that buffer table
with interval like 10 seconds.
It has shown that in GM6/001 there are TWO types of caches for Opportunity model. The red one which has our latest enhancement is the correct one, has timestamp
20150205074407 which exactly matches to AG3/001:
The question is, where does another version 20150205092736 come from? ( it does not have our latest enhancement ).
It comes from QHD/504. Since QHD/504 still has the older version of OData model, every time an OData request is sent from GM6 to QHD/504, the cache of lower version in QHD/504 will be fetched and filled in GM6/001, which causes the trouble.
In the past it is configured that GM6 could connects both to AG3 ( latest version ) and QHD ( lower version ). After we remove the System alias for QHD/504, this issue is resolved.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2677979/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP gateway系統和後臺系統的OData雙重cache機制Gateway
- 分散式系統遇到的十個問題分散式
- 一個SAP顧問的回憶:我過去很胖!
- 在 SAP Fiori Gateway 系統配置一個指向 SAPGUI 事務的 tileGatewayGUI
- 關於SAP CRM中介軟體系統搭建中遇到的一些問題
- 我遇到的小白問題
- 關於 SAP ABAP gateway OData 的一個詭異問題及解決辦法Gateway
- jmeter 遇到的一個場景問題JMeter
- IC企業的sap系統實施過程可能存的問題
- 6 個 K8s 日誌系統建設中的典型問題,你遇到過幾個?K8S
- 直播系統開發遇到的三大問題
- TF實戰Q&A丨這個問題,我以前也遇到過
- Python操作SAP時候遇到的一些常見問題Python
- 曾經踩過的 PHP 一個小坑:null 合併運算子 ??PHPNull
- 在 SAP ABAP Gateway 系統上定義後臺系統的 AliasGateway
- 皮膚開發過程中遇到的3個問題
- 上線後遇到一個很奇怪的問題
- DB2 SSL配置遇到的一個問題DB2
- 遇到一個建表時出現的問題
- Springmvc 一個簡單的管理系統 我所遇到的坑1(持續更新)SpringMVC
- 爬蟲過程中遇到的問題爬蟲
- 關於 http cache 的一個小問題以及引發的思考HTTP
- 理解「分散式系統」曾經發生的事情分散式
- Vue中的EventBus使用時你遇到過這個問題嗎???Vue
- css中經遇到的文字換行問題CSS
- 記錄遇到的一個迴圈依賴問題
- 記錄一個新專案遇到的 MySQL 問題MySql
- 請教個問題執行 httprunner 遇到的問題HTTP
- 我曾經好像用devtool performance分析過coca的滾動卡頓問題,但是Summary好像結果是System最多devORM
- 雖然是我遇到的一個棘手的生產問題,但是我寫出來之後,就是你的了。
- 我經歷過的監控系統演進史
- 影片直播原始碼實現直播技術曾遇到的那些小問題原始碼
- PYTORCH安裝過程以及遇到的問題PyTorch
- 學習vue過程中遇到的問題Vue
- SAP OData service的執行是如何從Gateway系統轉交到backend系統Gateway
- 工作遇到的問題小記(一)
- 建立 SAP Fiori Catalog 時遇到的 duplicate 記錄的問題分析
- 這個Maven依賴的問題,你敢說你沒遇到過Maven