Nas runs only one Object

RomRom Member Posts: 64
Hi,

i have problems with my NAS for 50SP1. It looks like, if i have installed and configured everything allright.

Now i tried to test the NAS by writing a Codeunit, with give me an Error() back. This works fine. But if i try an other Codeunit, it dosn't work. So i tried to run two codeunits with the same source code. The codeunit which works first, now althought works fine. The seconde One doesn't. Does anybody could help me. I have no idea's. Why the second one won't work with same code like the first one.

this is the first codeunit:
OnRun(VAR Rec : Record "Job Queue Entry")
ERROR('TESTNAS');

this is the second:
OnRun(VAR Rec : Record "Job Queue Entry")
ERROR('TestNAS');

Thanks in Advance
Rom

Comments

  • ta5ta5 Member Posts: 1,164
    Is one of the codunits single instanced (see properties of the codeunits)?
    Thomas
Sign In or Register to comment.