Hello @xds-support,
Are you coding a custom OpenDACS API integration, or requesting against an Open DACS Permission Server (ODPS)?
If the later, please see ODPS Developer Guide on My Refinitiv (I am linking 8.1, but please review the guide for your installed version).
Looking at example of a valid request in the guide:
http://oaklx8637:8088/command=peCheck&user=rootsh&position=1.1.1.1/ net&application=77&peset=ROSIC_RDF,1,2,3,4,5,6,7,8,9,10:DIRECTFEED,1,2,3,4,5,6,7,8,9,10
Your request seems to include PE values that are out of range.
i get "FAILURE:BAD_PESET" when i pass peset = 9581, 18446744073709551391,9580
May i know what are possible values for vars like command, domain in above url?