Hi All,

I am trying to configure the 3 tier Installation. I
have installed the AOS and made all the
configurations. The AOS is running perfectly.

When i start Axapta client ( through this AOS) , it
comes up with this error " Cannot connect to Microsoft
Axapta Object Server , More users are connected to the
server , than the purchased rights allowed " . Then
Axapta closes.

But the llicense is for 1 AOS and 30 concurrent users
and i am the only user logging in to the system.

When i connect through 2-tier , Axapta works fine.

Anyone have any clue , why i am getting this error.

Thanks in Advance
Akash

--- [email protected] wrote:

> There are 2 messages in this issue.
>
> Topics in this digest:
>
>       1. RE: Lock a purchase order for another buyer
>            From: "Bayliss, Barry"
> <[EMAIL PROTECTED]>
>       2. Re: RE : Configuration Utility
>            From: "Matrish Mangal"
> <[EMAIL PROTECTED]>
>
>
>
________________________________________________________________________
>
________________________________________________________________________
>
> Message: 1        
>    Date: Wed, 1 Mar 2006 09:10:18 +1000
>    From: "Bayliss, Barry" <[EMAIL PROTECTED]>
> Subject: RE: Lock a purchase order for another buyer
>
>
> Nicolas,
>
> I end up implementing something very similar.  What
> I end up doing was
> create the lock when the record was modified (using
> the WRITE method on
> the form datasource - purchLine).  When the user
> left the record (using
> the LEAVE method on the form datasource -
> purchTable) the lock was
> removed.
>
> Each time a user tries to modify the purchase order,
> it checks if a lock
> is in place.  To handle unknown situations better, I
> recheck that the
> user with the lock is still logged on.
>
> The requirement I was given was to allow only one
> person to modify, but
> other need to be able to view at the same time.
> This was done by
> modifying the ACTIVE method on the form datasource -
> purchTable.  The
> code I used for this is:
>
>     if (PurchTable::isLocked(PurchTable.PurchId)) {
>         LockActive          = true;
>     } else {
>         LockActive          = false;
>     }
>     purchLine_ds.allowEdit(! LockActive);
>     purchTable_ds.allowEdit(! LockActive);
>
>
> Hopefully this gives you a starting point.
>
>
> Barry.
>
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of
> nicolas_dumont_toulouse
> Sent: Tuesday, 28 February 2006 9:22 PM
> To: [email protected]
> Subject: [development-axapta] Lock a purchase order
> for another buyer
>
> Hi everybody,
> I have to modify the purchaseTable form to
> automatically lock it for
> others users the purchase order that is currently
> viewed by the user.
>
> So I have looked at the others forms which have this
> system of
> locking such like the inventJournalTable form which
> has the
> sessionid, sessionlogintime, sessionid fields about
> the user who have
> blocked the record.
>
> But I still can't figure out how I can program this
> kind of locking
> mechanism. The purchaseOrder have to be locked  when
> the user select
> it in the gridview or by using the prev/next arrows.
>
> My company don't want that 2 buyers can modify the
> same purchase
> order in the same time without be warned.
>
> Have you any clues?
>
> Thanks by advance.
>
> Nicolas Dumont
>
>
>
>
>
>
>
>
>

> Yahoo! Groups Links
>
>
>

>
>
>
>
>
>
>
>
________________________________________________________________________
>
________________________________________________________________________
>
> Message: 2        
>    Date: Wed, 1 Mar 2006 11:23:16 +0530
>    From: "Matrish Mangal" <[EMAIL PROTECTED]>
> Subject: Re: RE : Configuration Utility
>
> Hi ,
> U can have idea about currently selected
> configuration by finding registry
> key  *Current*.
> Path of that registry key *Current* is
> *HKEY_CURRENT_USER\Software\Navision\Axapta\3.0*
> From this path fetch the name of currently selected
> configuration.
> Then  just go to same path
> *HKEY_CURRENT_USER\Software\Navision\Axapta\3.0*
> Here you will find directory for each configuration.
> ( E.g currently
> selected configuration name is *MATRISH *then u'll
> get info about this
> configuration at following path *
>
HKEY_CURRENT_USER\Software\Navision\Axapta\3.0\MATRISH*
>
> I hope it will help u out.
> Regards,
> Matrish
>
> On 2/28/06, dynamicsaxconsultant
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi, Steeve:
> >
> > Thanks for your reponse. What I really want to
> know is how I can
> > know which application file are being used in the
> current Axapta
> > instance.
> >
> > Regards,
> >
> > Frank
> >
> > --- In [email protected], "Steeve
> Gilbert"
> > <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi Frank,
> > >
> > > I don't know anyway to cleanly read the Config
> Utility file from
> > Axapta but here's where you can get the info you
> asked for.
> > >
> > > Name : XUserInfo::find(false, curUserId()).name
> > > Language : infolog.language()
> > >
> > > Tell us what info you need and we might be able
> to guide you.
> > >
> > > Regards,
> > >
> > > Steeve...
> > >
> > >
> > > -----Message d'origine-----
> > > De? [email protected]
> [mailto:development-
> > [EMAIL PROTECTED] De la part de Frank Lee
> > > Envoyé: 27 février 2006 01:02
> > > À: [email protected]
> > > Objet? [development-axapta] Configuration
> Utility
> > >
> > > Hi, All:
> > >
>
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com





SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to