Options

Axapta Business Connector does not work if user not loggd in

hghrphghrp Member Posts: 9
edited 2005-07-08 in Dynamics AX
Hi,

i installed the Axapta Business Connector because our customer wants to use
the Axapta Enterprise Portal.
Defined a user named Axapta_BC for the COM+-Identity, and added this user to
the identity tab in the COM component properties dialog.

It works until i log out the user.

Then the following ASP error occurs:
AxaptaCOMConnector.Axapta.1 Error "80004005'
Microsoft Axapta Error : An illegal directory structure for Axapta has been
detected

Restarted the server, same error message.
Logged in to the server with the user Axapta_BC, started the COM Component,
and tested it with the Axapta BC-Test function, and also in Internet
Explorer. Both failed.
Stopped the COM component, and started it again, then it worked.

The Configuration is:
Server: OS Windows 2003 SP 1, Axapta 3.0 SP 3 (have also tested it with SP 2)
Client: OS Windows XP, MS Internet Explorer 6.0

The "illegal directory structure" error message points to that the Axapta
configuration for the COM+-user is not found until the component is started
manually.

Had also some other error messages, all looks somewhat unstable.

If you had a similar problem, and solved it, please let me know.
All comments welcome.

Many thanks,
harald

Comments

  • Options
    hghrphghrp Member Posts: 9
    looks like i found something:

    because local path's do not work well, i used UNC paths:

    \\devserver01\c$\axapta

    but also the default share c$ caused problems

    so i defined a new share exclusive for the Axapta_BC user

    \\devserver01\axapta

    and since that it works (and stable, i hope)

    if anybody knows more about that, please let me know

    thanks,
    harald
Sign In or Register to comment.