Having axapta 2.5, sp4, I get a lot of troubles making my first web-application.
First of all:
I did not get an instance of websession object in defaults.asp because of Info.webSession() method.
There is checking:
if (session.clientKind() == ClientType::COMObject)
{
webSession = new WebSession(appName);
}
but when i rich this code from web application the session.clientKind() returns ClientType::Client and so webSession have not been instantiated.
Ok, I replace this checking(but this bug force me to think about does web whether worked on axapta2.5) on another and finally receive a new webSession object. Next I can not login to my web site using standart WeblogonWeblet.
Also having 2 COM-licenses I periodically(period - is number of calling my site upto this mistake, differes from one expirince to other) receive the same mistake - I have no licenses to connect my site. As I've read COM-license is used when I connect to axapta from web as axapta-user (not web), but I do not mark this flag on my site...
Any help will be greatly appreciated. Thanks in advance!
Alexandr Alexandrov.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

