RE: [Axapta-Knowledge-Village] Load balancing the AOS

2005-12-19 Thread Brandon George
Malcolm, Here is the post on the blog about this email: http://dynamics-ax.blogspot.com/2005/12/aos-load-balancing-when.html From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm BurttSent: Thursday, December 15, 2005 8:24 AMTo:

RE: [Axapta-Knowledge-Village] How to get what is in picking registration

2005-12-19 Thread Lennart Conrad
Title: Message The easiest might be to create a display method e.g on salesTable and select the sum of all inventTrans with inventTrans.TransChildType == InventTransChildType:: SalesJournalPickingList and inventTrans.TransRefId == _salesId and then just drag it to the salesTotals form

RE: [Axapta-Knowledge-Village] Adding Combo Box on CustTable Form

2005-12-19 Thread Kev Groves
Barry, Nope no coding at all was done. --- Bayliss, Barry [EMAIL PROTECTED] wrote: Kevin, At the time you added the combo box to the form, did you modify / add any new code either to the CustTable table or CustTable form? Barry. -Original Message- From:

RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread Steeve Gilbert
For me, the steps described makes sense. That's what we do when moving layers from our Test environment to our QA environment. But you still need to synchronise to make sure that any modification to table definition gets transferred to the database. Regards, Steeve... -Message

RE: [Axapta-Knowledge-Village] Adding Combo Box on CustTable Form

2005-12-19 Thread Varden Morris
Hi Kevin,Go to Tools - Option and then select the Last Choice button. Locate and delete all occurrence of the custTable Form. Modify the form after and see if you get a different result.VardenMorris Senior Developer WellPoint Systems Inc.Suite 2000, 500 - 4th Ave SWCalgary,

Re: RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread Hemant Kumthekar
Hi,I think instead of copying the whole application directory, why don't you copy the layer file for example AXyyyLL-cc where yyy = layer (cus,var,usr) , LL = Language(Spanish, Englich), CC = Country (US, DE) Just a new thought. HemantSteeve Gilbert [EMAIL PROTECTED] wrote: For

Re: RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread Varden Morris
Why not copy just the layer label files that youmake changes to? If your customer makes changes in the user layer that procedure with overwrite the changes.VardenMorris Senior Developer WellPoint Systems Inc.Suite 2000, 500 - 4th Ave SWCalgary, Alberta, Canada T2P 2V6(403)444-5848

RE: [Axapta-Knowledge-Village] Load balancing the AOS

2005-12-19 Thread Varden Morris
I would just like to add a few things here so that we might be all clear on this subject as we help each other. From my experience one slow AOS or Database server on the same network will slow down the entire system. This means that even if the database server meets and exceeds the

RE: [Axapta-Knowledge-Village] Load balancing the AOS

2005-12-19 Thread Per Jakobsen
I just want to add my two cents. It is correct that Axapta can not use more than two processers in one machine. and therefore clustering (load balancing would be better), however Axapta load balancing is based upon a simple algorithm that assigns users in batches of 20 to an AOS in a cluster.

[Axapta-Knowledge-Village] Consistency check error

2005-12-19 Thread Hardi T
Dear all, When I do consistency check after it runs in a very long time it ended up with an error This application has failed to start because WINSTA.dll was not found. Re-installing the application may fix this problem This error only occurs when I did the consistency check for inventory

RE: [Axapta-Knowledge-Village] Load balancing the AOS

2005-12-19 Thread Varden Morris
Hi Per,Can you please tell me where you got the information about the load balancing algorithm where users are assigned in batches of 20 to an AOS cluster? From countless experiments I have always seen the AOS with the lowest number at all times being assigned the next user who log on

Re: [Axapta-Knowledge-Village] Consistency check error

2005-12-19 Thread Varden Morris
Hi Hardi,This is the first time I am hearing of this problem but it appears that the WINSTA.dll file is either missingor not registered on the client computer where you executed the job. If you are using windows XP this file should be in the system32 folder. You should execute the job on a

[Axapta-Knowledge-Village] Bar Code Reader for Axapta 3.0

2005-12-19 Thread MARTINUS GETTY SANTIKA
Dear Everyone, Do you know what kind of barcode reader that suitable for axapta 3.0? Could help me to give some information about this: - type - specification - simbology - or something else thank, need your info in asap please, because i need to give this info also to customer. Regards,

Re: [Axapta-Knowledge-Village] Bar Code Reader for Axapta 3.0

2005-12-19 Thread Zhoter
Any barcode reader could work. Basicaly barcode reader only send what it read to the pc using keyboard signal plus spesific characters like enter or tab. To print barcode using Axapta, just make a report and replace the font using barcode font. --- MARTINUS GETTY SANTIKA [EMAIL PROTECTED]

RE: [Axapta-Knowledge-Village] Bar Code Reader for Axapta 3.0

2005-12-19 Thread James Flavell
Basically any barcode reader can be used BUT how it is used is the important part. Do you need Axapta to print barcodes? Simply scan barcodes directly into Axapta fields (i.e. 1 barcode to 1 field)? Scan barcode and break the info down into different fields in Axapta (i.e. 1 barcode to several

Re: RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread ulrichtheaart
Thanks Varden, That will make the process faster as well, i see the files and will move them selectively! Good to know we are not totally of track :-) Regards Ulrich --- In Axapta-Knowledge-Village@yahoogroups.com, Varden Morris [EMAIL PROTECTED] wrote: Why not copy just the layer label

Re: RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread ulrichtheaart
thanks --- In Axapta-Knowledge-Village@yahoogroups.com, Steeve Gilbert [EMAIL PROTECTED] wrote: For me, the steps described makes sense. That's what we do when moving layers from our Test environment to our QA environment. But you still need to synchronise to make sure that any

Re: RE : [Axapta-Knowledge-Village] Developing for Client without a X++ license

2005-12-19 Thread ulrichtheaart
Hermant, Just the kind of info a non developer like me needs, thanks for the quick explantion, it will save time! Ulrich --- In Axapta-Knowledge-Village@yahoogroups.com, Hemant Kumthekar [EMAIL PROTECTED] wrote: Hi, I think instead of copying the whole application directory, why

[Axapta-Knowledge-Village] Performance Issue

2005-12-19 Thread mohit rajvanshy
Hi All, I am trying to fetch the records from a table which is having 30,000 + records. I am concatenating the string. But it is taking too much time for this operation. Any better idea to perform this operation ? TableBuffer tb; str a; ; while select tb { a = a + tb.name; } Thanks in

Re: [Axapta-Knowledge-Village] Performance Issue

2005-12-19 Thread Sonny Wibawa Adi
Hi, Mohit Rajvanshy, If you want to perform a big size string operation that performance is an important role, then you should use TextBuffer class. Just call appendText method to concatenate the string.I tried the class and the result is very significant. The results are 68 seconds