Re: [Axapta-Knowledge-Village] Axapta Task or Job in an infinite loop

2004-11-17 Thread [EMAIL PROTECTED]
Thank you Akash. Padmaja, I think we can't attach a job to a batch. May be, I will ask some of the collugues and let you know. where is this implementation in India?.   akash malohatra <[EMAIL PROTECTED]> wrote: Hi,I am not sure , is a Job can be put in a Batch. But ithink NO.But you can creat

Re: [Axapta-Knowledge-Village] Axapta Task or Job in an infinite loop

2004-11-17 Thread [EMAIL PROTECTED]
Thank you Aksh.akash malohatra <[EMAIL PROTECTED]> wrote: Hi,I am not sure , is a Job can be put in a Batch. But ithink NO.But you can create your own class extends runBaseBatchand writing your code in the run method of the class ,you can put the class in batch processing and you canspecify the

Re: [Axapta-Knowledge-Village] Axapta Task or Job in an infinite loop

2004-11-16 Thread akash malohatra
Hi, I am not sure , is a Job can be put in a Batch. But i think NO. But you can create your own class extends runBaseBatch and writing your code in the run method of the class , you can put the class in batch processing and you can specify the scheduling time with no End Date. Hope this will he

[Axapta-Knowledge-Village] Axapta Task or Job in an infinite loop

2004-11-16 Thread Padmaja Iyingar
Hi, I have a job logs the number of users . How can I run it without end datei,e in an infinite loop with timelag of 2 hours?. static void Job2(Args _args){  int maxSessions; str temp; CommaIo myfile = new CommaIo("X:\\Padmaja\\Log.txt","A"); container users;  [users, maxSessions ] = SysUsersonl