Hello Everybody,
I want to test this functionaltiy in SAP HANA with two applications SAP Lumira and Tableau .So i need to create workload classes and workload mapping for these two application.But i dont know how to do this .I have these documentation for my reference .
Create a Workload Class
Creates a workload class called MRP with the following resource properties (you can set all resource properties or only a subset):
● statement_priority = execution priority for a statement.
● statement_memory _limit = max #of memory allocated per statement
● statement_thread_limit = max #of parallel threads to execute a statement
Creates a workload mapping based on client context information (‘ClientInfo object’ sent by the SAP HANA application):
● Client = client number (usually applied by SAP ABAP applications, like SAP Business Suite / BW)
● Application Name = name of the application
● Application User Name = name of the application user (usually the user logged into the application)
● User Name = name of the database user (the SAP HANA user, where the application is connected with)
http://help.sap.com/hana/SAP_HANA_Administration_Guide_en.pdf
http://help.sap.com/hana/SAP_HANA_Developer_Guide_for_SAP_HANA_Studio_en.pdf
but we need to Set SessionSpecific Client Information . Based on this information the client is classified and mapped to a workload class
Anybody has experience in it.??