NAS stops after few minutes

thensthens Member Posts: 17
Hi there,

Following specs;
NAV: 5 version 26084
NAS: version 26084
It IS: 2010

All users that are used in both Windows as NAS have admin rights.
When I start NAS, eventvwr gives a Warning:
The description for Event ID ( 20010 ) in Source ( NAS-ITIS ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: This message is for C/AL programmers:

Could not create an instance of the OLE control or Automation server identified by
GUID={988C3098-9F1A-4805-98BF-CA6E63E0F7CC} 5.0:{39CF82EB-C3B2-4638-9E39-DA939BF5E2FC}:'IT IS XAgence wrapper'.MessageQueueListenerWra.


I already registered the dll, but it wouldn't do the magic.
All the required dll's are in both the client folder as the Nas folder.
Also tried to upgrade to builds 30488, but here the same problem.

Does anyone have a clue where I can find a solution?
Or maybe new directions where I could search?

Any information is welcome!

Thanks in advance!

Comments

  • mdPartnerNLmdPartnerNL Member Posts: 802
    What happens if you start that code in NAV client?
  • thensthens Member Posts: 17
    Which code do you mean? And where in NAV?
  • ta5ta5 Member Posts: 1,164
    Hi
    It looks like there is a automation object missing. Try to start the code in a nav client on the same machine where nas runs.
    Hope this helps
    Thomas
  • GRIZZLYGRIZZLY Member Posts: 127
    I think you should register your ActiveX component through a DCOM configuration utility. You should grant some privilegies to run it from services.
    Sincerely yours, GRIZZLY
    Follow my blog at http://x-dynamics.blogspot.com
  • thensthens Member Posts: 17
    ta5 wrote:
    Hi
    It looks like there is a automation object missing. Try to start the code in a nav client on the same machine where nas runs.
    Hope this helps
    Thomas

    What do you mean with 'try to start code in a nav client'?
    Where and how can I dot this?

    Right now I am running client as NAS so that customer can work with IT IS.
  • thensthens Member Posts: 17
    GRIZZLY wrote:
    I think you should register your ActiveX component through a DCOM configuration utility. You should grant some privilegies to run it from services.

    How can I register the ActiveX component through a DCOM configuration utility?
    Sorry for al these questions, I'm still a kind of a n00b. ;-)
  • mdPartnerNLmdPartnerNL Member Posts: 802
    I can help you in a remote teamviewer session. Please send me a PM.
  • thensthens Member Posts: 17
    I can help you in a remote teamviewer session. Please send me a PM.

    Thanks. I also sent an email to IT IS support desk.
    I am awaiting their reaction.
    So thanks for so far, but if needed, I will contact you, ok?
  • GRIZZLYGRIZZLY Member Posts: 127
    Try open mmc.
    Add the snapshot Component Services.
    Go to My Computer - DCOM (or COM+). Try to find your component there.
    Click Properties, on the Security tab try to grant access for System and Local users to it.
    Sincerely yours, GRIZZLY
    Follow my blog at http://x-dynamics.blogspot.com
Sign In or Register to comment.