on 2023 Apr 07 7:56 PM
All,
I am getting NO_DATA_FOUND when executing SWNC_GET_WORKLOAD_STATISTIC function module. I must be running it with improper Import parameters. Could anyone please comment on what I am doing wrong here? Here is an example:
PERIODTYPE: M
PERIODSTRT: 08.03.2023 (Going with the assumption that M means Month and entering the date as March 8th, 2023)
I entered IL4 for system ID as that is what I see under the /usr/sap directory:
/usr/sap # ls
ccms hostctrl IL4 sapservices sapservices.1 tmp trans
For Instance, I have entered 01 as I see D01 under /usr/sap/IL4
ls /usr/sap/IL4/
ASCS00 D01 hdbclient SYS
Request clarification before answering.
Try with
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check the table: SWNCMONIINDEX
It should give you all the required data to run the Function Module.
This is how I run the FM in my system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your pointers. I tried calling with the config show below. I don't get any data (all the Export parameters show 0 for each entry).
I then tried called SWNC_GET_WORKLOAD_SNAPSHOT with the same start date (03.03.2023) and I see tons of output in the Export parameters (similar table names).
Any idea why the difference? Maybe I need to adjust the Import Parameters for SWNC_GET_WORKLOAD_STATISTIC? Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
for parameter INSTANCE the name of an application server is to be given (case-sensitive), not the system number.
Kind regards
Jan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.