Define specific AOS to run a class programatically

Hi ,

I am developing one class which i hav to run on specific AOS . how shold i define it programatically ?IS there any othr way ?

Regards

Ganesh Sahane

Hi,

I don’t think that is is possible to achieve this and there is a specific reason for that - you have logged on an AX session which is running on a specific AOS. You can’t really define that the next part of your code will have to run on another AOS. You are logged on to one AOS and you stay on that AOS.

Design-wise it looks as if the closest concept to what you want to achieve here is putting a particular job for processing into a specific BATCH processing queue, which then effectively COULD be run on a PREDEFINED AOS server.

Janis