From: ICONTrans on
After installing Navision (4.0 SP2) Application server, we see the following
error when starting the service:

Event Type: Warning
Event Source: NAS-ICONAPP1-SQL
Event Category: None
Event ID: 109
Date: 7/16/2007
Time: 8:45:30 AM
User: N/A
Computer: ICONAPP1
Description:
Could not load the selected type library.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Everything seems to work perfectly. including all clients. The service
runs, but this error repeats every 30 seconds.

Your suggestions are apprecaited.
Thank you.

From: Jorge on


"ICONTrans" wrote:

> After installing Navision (4.0 SP2) Application server, we see the following
> error when starting the service:
>
> Event Type: Warning
> Event Source: NAS-ICONAPP1-SQL
> Event Category: None
> Event ID: 109
> Date: 7/16/2007
> Time: 8:45:30 AM
> User: N/A
> Computer: ICONAPP1
> Description:
> Could not load the selected type library.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Everything seems to work perfectly. including all clients. The service
> runs, but this error repeats every 30 seconds.
>
> Your suggestions are apprecaited.
> Thank you.
>
>

The error comes because the host OS (where the NAS is running) cannot find a
registered COM component when trying to initialize the NAS.

The first question, would be as what startupparameter are you passing to the
NAS and what is the purpose for running the NAS.

What is needed here is to know which single instance code units are running,
and found the one that has the unregistered COM component.

But if you say that all is working fine, then it seems that you just need to
stop the single instance code unit that is giving you the messages (from
codeunit 1 trigger 99).

Maybe you don't need the NAS at all? ("First question" above).

Cheers.