We are trying add a tile to standard Liquidity Forecast Evalaution we are HANA version 85 with KPI addons applied.
I found that xsodata service is not returning any measured value , it is
giving us :
FAILED to retrieve measures and parameters error. I have also attached also webdispatcher settings.
# Profile generated by sapwebdisp bootstrap
# unique instance number
SAPSYSTEM = 88
# add default directory settings
DIR_EXECUTABLE = .
DIR_INSTANCE = .
# Accessibility of Message Servers
rdisp/mshost = pdrwsecsbh.pdrsap.com
ms/http_port = 8101
# SAP Web Dispatcher Parameter
wdisp/auto_refresh = 25
wdisp/max_servers = 100
wdisp/ssl_ignore_host_mismatch = 1
wdisp/shm_attach_mode = 6
# configuration for small scenario
icm/max_conn = 100
icm/max_sockets = 1024
icm/req_queue_len = 300
icm/min_threads = 5
icm/max_threads = 15
mpi/total_size_MB = 20
#maximum number of concurrent connections to one server
wdisp/HTTP/max_pooled_con = 100
wdisp/HTTPS/max_pooled_con = 100
# SAP Web Dispatcher Ports
icm/server_port_0 = PROT=HTTP,PORT=8081,TIMEOUT=120
icm/server_port_1 = PROT=HTTPS,PORT=443,TIMEOUT=120
# SAP Web Dispatcher Web Administration
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt
#SSL
ssl/ssl_lib = $(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL)
sec/libsapsecu = $(ssl/ssl_lib)
ssf/ssfapi_lib = $(ssl/ssl_lib)
SETENV_01 = SECUDIR=$(DIR_INSTANCE)/sec
wdisp/ssl_certhost = *.<<hostname>>
#SSL
#ssl/ssl_lib = D:\usr\sap\SBH\ASCS01\sec\sapcrypto.dll
#ssf/ssfapi_lib = D:\usr\sap\SBH\ASCS01\sec\sapcrypto.dll
#sec/libsapsecu = D:\usr\sap\SBH\ASCS01\sec\sapcrypto.dll
#ssl/server_pse = D:\usr\sap\SBH\ASCS01\sec\SAPSSLS.pse
#wdisp/ssl_certhost = *.<<hostname>>
#icm/HTTPS/verify_client = 0
#ssl/client_pse = D:\usr\sap\SBH\ASCS01\sec\SAPSSLC.pse
#wdisp/ssl_encrypt = 1
#wdisp/ssl_auth = 2
#wdisp/ssl_cred = D:\usr\sap\SBH\ASCS01\sec\cred_v2
#icm/HTTPS/forward_ccert_as_header = true
#SSL
#ssl/ssl_lib = D:\usr\sap\SBH\SYS\exe\uc\NTAMD64\sapcrypto.dll
#ssl/server_pse = D:\usr\sap\SBH\DVEBMGS00\sec\SAPSYS.pse
#icm/HTTPS/verify_client = 0
#ssl/client_pse = D:\usr\sap\SBH\DVEBMGS00\sec\SAPSYS.pse
#wdisp/ssl_encrypt = 1
#wdisp/ssl_auth = 2
#wdisp/ssl_cred = D:\usr\sap\SBH\DVEBMGS00\sec\cred_v2
#icm/HTTPS/forward_ccert_as_header = true
#Fiori
wdisp/system_conflict_resolution = 1
#wdisp/add_clientprotocol_header = 1
wdisp/handle_webdisp_ap_header = 1
wdisp/add_xforwardedfor_header = true
wdisp/server_info_protocol = https
wdisp/add_client_protocol_header = true
wdisp/system_0 = SID=EXT, EXTSRV=<<hostnameHANA>>8003, SRCSRV=*:443, SRCURL=/sap/hana/xs/formLogin/;/sap/hba;/sap/hana;/public/sap/docs;/content/sap/hba;/content/sap/hana;/sap/es;/sap/apps;/sap/ui5;
wdisp/system_1 = SID=GWS, MSHOST=<<<<hostnameGW>>>>, MSSPORT=8201, SRCSRV=*:443, SRCURL=/sap/bc;/sap/public;/sap/opu;
#wdisp/system_0 = SID=EXT, EXTSRV=<<hostnameHANA>>:8003, SRCSRV=*:443, SRCURL=/sap/hana/xs/formLogin/login.html;/sap/hba/explorer;/sap/hana;/public/sap/docs;/content/sap/hba;/content/sap/hana;/sap/es;/sap/apps;/sap/ui5;
#wdisp/system_2 = SID=EXT, XSSSRV=<<hostnameHANA>>:8003, MSHOST=<<hostnameHANA>>, MSPORT=8003, SRCSRV=*:443, SRCURL=/sap/hba/;/sap/hana;/tmp/;/PD-CUV/;/ANDY_DEV/
#wdisp/system_2 = SID=EXT, EXTSRV=http://<<hostnameHANA>>.com:8003, SRCSRV=*:8081, SRCURL=/sap/hba/;/sap/hana;/tmp/;/PD-CUV/;/ANDY_DEV/
#wdisp/system_2 = SID=HPS, XSSSRV=http://<<hostnameHANA>>:8003, SRCSRV=*:443, SRCURL=/sap/hba/;/sap/hana;/tmp/;/PD-CUV/;/ANDY_DEV/
#wdisp/system_2 = SID=HPS, EXTSRV=http://<<hostnameHANA>>:8003, MSHOST=<<hostnameHANA>>, MSPORT=8003, SRCSRV=*:443, SRCURL=/sap/hba/;/sap/hana;/tmp/;/PD-CUV/;/ANDY_DEV/
#wdisp/system_0 = SID=EXT, EXTSRV=http://<<hostnameHANA>>:8003, SRCSRV=*:443, SRCURL=/sap/hana/xs/formLogin/;/sap/hba/explorer;/sap/hana;/public/sap/docs;/content/sap/hba;/content/sap/hana;/sap/es;/sap/apps;/sap/ui5;
Regards
Deep