[development-axapta]

2004-04-15 Thread Malcolm Burtt
Hi All I'm having some trouble getting my head around the Document Handling classes. Can anyone give me a simple code sample for adding a document (file)  to a specific record (say a CustTable record) through code. Thanks in advance Malcolm Burtt Global IT Group Yahoo! G

RE: [development-axapta] Using document handling classes

2004-04-15 Thread Malcolm Burtt
nt handling.Kuni- Original Message - From: "Malcolm Burtt" <[EMAIL PROTECTED]>To: "Axapta E-Group (E-mail)" <[EMAIL PROTECTED]>Sent: Thursday, April 15, 2004 2:16 PMSubject: [development-axapta]> Hi All>> I'm having some trouble g

RE: [development-axapta] Ax2.5 SP3 and Win2k server SP3

2004-04-23 Thread Malcolm Burtt
SP4, but I'm not totally sure.   Regards   Malcolm Burtt Global IT Group -Original Message-From: James Flavell [mailto:[EMAIL PROTECTED]Sent: 23 April 2004 06:10To: [EMAIL PROTECTED]Subject: [development-axapta] Ax2.5 SP3 and Win2k server SP3 Does anyone have or kno

RE: [development-axapta] Ax2.5 SP3 and Win2k server SP3

2004-04-23 Thread Malcolm Burtt
is what I need to be sure.  Can anyone confirm this particular bug is client side (even if I was using AOS)?   Anyone else heard any 'rumours' to avoid Win2k Server SP3 and Ax2.5?  Anyone actually running Win2k Server SP3 with Axapta 2.5?     -Original Messag

RE: [development-axapta] Automate the process of startup batch processing

2004-05-07 Thread Malcolm Burtt
Tony We use the Windows Task Scheduler to run a batch server. I set the task up to start at 08:00 and terminate at 21:00 so that it isn't running when we restart the object servers overnight. Regards Malcolm Burtt   -Original Message-   From: Tony Chan [mailto:[

RE: [development-axapta] Query with ORDER BY and GROUP BY

2004-04-27 Thread Malcolm Burtt
mId needs to be included in the selected column list or you will get a syntax error on the compile.   Hope that solves it for you.   Regards   Malcolm Burtt Global IT Group. -Original Message-From: Werner Briedl [mailto:[EMAIL PROTECTED]Sent: 22 April 2004 10:02To: [EMAIL PR

RE: [development-axapta] Move items

2004-04-27 Thread Malcolm Burtt
t(tnB, tnA);   I've no idea if that will actually work as is, but it might be the basis of something. There don't appear to be any "move" methods on the TreeNode class so I'm guessing it must be doing something like this when you perform this operation interactively.   Goo

RE: [development-axapta] sending email from axapta 2.5

2004-07-20 Thread Malcolm Burtt
send your email by calling dsmailer.dll then you won't have this problem as it bypasses Outlook completely and sends direct to an SMTP server. Regards Malcolm Burtt Global IT Group *   E-mail: [EMAIL PROTECTED] @   Web:    www.globalitgroup.co.uk "Business Solutio

RE: [development-axapta] Sending mail from class or form

2004-07-20 Thread Malcolm Burtt
ses for dsmailer but 3.0 does (SysMailer and associated classes). If you have access to 3.0 then it is possible to export the Sysmailer classes and import them into 2.5 to make talking to the DLL easier. Regards Malcolm Burtt Global IT Group *   E-mail: [EMAIL PROTECTED] @  

RE: [development-axapta] Aos auto stop start

2004-08-05 Thread Malcolm Burtt
essages. This would be a much better solution if you can find out how its done. Regards Malcolm Burtt Global IT Group -Original Message- From: Cenk Ince [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 15:11 To: [EMAIL PROTECTED] Subject: [development-axapta] Aos auto stop start Hi all;

RE: [development-axapta] Aos auto stop start

2004-08-05 Thread Malcolm Burtt
telephone +45 4498 0750 Note: This email may contain confidential information. If you are not named on the addressee list, please take no action in relation to this email, do not open any attachment and please contact the sender (details above) immediately. -Original Message----- From: Mal

RE: [development-axapta] axapta 3.0 and windows xp sp2 - problems?

2004-08-19 Thread Malcolm Burtt
I've run Axapta in 2 and 3 tier modes very briefly through XP SP2 and not had any problems. No extensive testing though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 09:01 To: [EMAIL PROTECTED] Subject: [development-axapta] axapta 3.0 and wi

RE: [development-axapta] Hi EveryBody.Problem: Open Form at Startup

2004-08-19 Thread Malcolm Burtt
n the form from the startupPost() method too. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. -Original M

[development-axapta] Axapta 3.0 Display Methods

2004-09-06 Thread Malcolm Burtt
uld be called repeatedly, but is of little use if the display method is called only once or twice. Regards Malcolm Burtt Global IT Group *   Tel:     +44 1865 893271 7  Fax:  +44 1865 893274 *   Mob:    +44 7753 898746 *   E-mail:   [EMAIL PROTECTED] @

RE: [development-axapta] Enable a field in a table only item

2004-09-10 Thread Malcolm Burtt
Hi You need to add some code to the datasource active() method to do this. Something like... .enabled(condition ? true : false); This code will be executed as the user moves from one record to the next within that datasource. Malcolm Burtt Global IT Group "Business Solutions des

RE: [development-axapta] ActiveX Error

2004-09-16 Thread Malcolm Burtt
Hi Yes, you need the Office web components installed on the client machine to do Pivot table viewing. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions L

RE: [development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Malcolm Burtt
Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. -Original Message- From: Matt Benic [mailto:[EMAIL

RE: [development-axapta] Update in grouped sql query

2004-09-28 Thread Malcolm Burtt
Hi Stefan I think that your only option is to reselect (forupdate) the header table inside the while block using the headerId that you've gotten from the lines table. Obviously you won't need the "forupdate" in your existing select if you do that. Regards Malcolm

RE: [development-axapta] Axapta Source control

2004-09-29 Thread Malcolm Burtt
Hi I heard a rumour that this was finally being considered by MBS themselves (not before time). If anyone has a solution that they are willing to share in the meantime, I'd love to see it. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business

RE: [development-axapta] merging layers

2004-11-05 Thread Malcolm Burtt
ll the data in the fields and tables whose Id's have changed. Good luck Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Gro

RE: [development-axapta] How to periodically refresh data source

2005-01-07 Thread Malcolm Burtt
tes. The variable timer is an integer handle to the timer, which you'll need if you ever want to cancel the refresh while the form is still active, which you do as follows:- my_ds.cancelTimeOut(timer) Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR busine

RE: [development-axapta] Batch Process

2005-02-03 Thread Malcolm Burtt
Hi All you need to do is write your code in a class that inherits from class RunBaseBatch. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and

RE: [development-axapta] Dynamic form changes possible?

2005-02-14 Thread Malcolm Burtt
some code in the date source fields' modified() methods. Doing it that way shouldn't require any screen redraw so long as you only disable the controls and not make them invisible or dynamically add/remove them. Regards Malcolm Burtt Global IT Group "Business Solutions design

RE: [development-axapta] Terminal or citrix server

2005-02-17 Thread Malcolm Burtt
Hi Yes, Terminal Services does support the use of printers connected to the client machines. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and

RE: [development-axapta] Problems viewing the documentation

2005-03-04 Thread Malcolm Burtt
could be patched with the the security fix. Your only solution is to move to Axapta 2.5 SP4 or Axapta 3.0. You'll find that the problem doesn't only affect your ability to access documentation, but actually any ActiveX control that Axapta uses (e.g. the Gantt chart control). Regards Mal

[development-axapta] Re: letter

2005-03-22 Thread malcolm . burtt
Your document is attached. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, se

RE: [development-axapta] AOS network problems

2005-04-06 Thread Malcolm Burtt
Hi We've experienced an identical problem at one of our clients. We got around the problem by setting an idle timeout on the AOS instance and setting it up to start on demand. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes"

RE: [development-axapta] Untouchable table - Urgent

2005-04-14 Thread Malcolm Burtt
ct in your layers through code rather than via the AOT. You'll then have to find a way to repeat whatever changes you had there manually. Regards Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of T

RE: [development-axapta] Re: Simple email vaidation

2005-05-06 Thread Malcolm Burtt
You could also consider the SysMailer.validate() method although its approach to validation (DNS lookup, etc) might be more than you wanted to do especially if you want the results really quickly.   -Original Message-   From: development-axapta@yahoogroups.com [mailto:[EMAIL PR

RE: [development-axapta] Com objects and mailing

2005-05-18 Thread Malcolm Burtt
Hi Daniel You can get Axapta to send mail via SMTP (i.e. bypassing the user's mail client) with SysMailer and its associated classes. That said, this still uses an external DLL to send the message and all the hooks into that DLL (dsmailer.dll) are via COM calls. Regards Malcolm

RE: [development-axapta] Dundas error = method sendmail returns socket connection failed

2005-07-14 Thread Malcolm Burtt
m specific named machines. Good luck Malcolm Burtt Global IT Group "Business Solutions designed for YOUR business processes" Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC.   _  From: development-ax

[development-axapta] Enterprise Portal

2005-07-19 Thread Malcolm Burtt
h the following HTML source...   <BR>   function URLEncode(Tx)<BR>   {<BR>       return escape(Tx);<BR>   }<BR>       HREF="">   HREF="">   Has anyone got any thoughts on what I might be doing

RE: [development-axapta] Enterprise Portal

2005-07-20 Thread Malcolm Burtt
July 2005 19:52 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Enterprise Portal In the web site tab , make sure the server library and directory is pointing to the root folder of the web site. Thanks Mey >From: "Malcolm Burtt" <[EMAIL PROTE

RE: [development-axapta] Sending email automatically in Axapta

2005-08-22 Thread Malcolm Burtt
Hi Try using the SysMailer classes instead. These don't rely on Outlook but send the email directly via the SMTP protocol. Regards Malcolm Burtt Touchstone "Business Solutions designed for YOUR business processes"   _  From: development-axapta@yahoogroups.com

RE: [development-axapta] time out error :send email with sysmailer class

2005-09-01 Thread Malcolm Burtt
tion and a DNSServer collection for this purpose. As a minimum I would recommend using a (local) SMTP relay server (smart host), which would be your own mail server. If you can add a DNS server, so much that better (you can get SysMailer to validate email addresses if you have that). Hope that helps

RE: [development-axapta] Axapta API

2005-09-30 Thread Malcolm Burtt
Hi See http://msdn.microsoft.com/library/default.asp?url=""> html/vb_axapta.asp Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ask Axapta Sent: 30 September

RE: [development-axapta] StartLengthyOperation()

2005-11-07 Thread Malcolm Burtt
Hi You use it when you know that the code between the startlengthyoperation() and the endlengthyoperation() is likely to take a while. It turns the cursor into its hour glass form. Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business   _  From

RE: [development-axapta] update in php

2005-12-23 Thread Malcolm Burtt
Hi Try re-coding your $record->put_Field('Name','somevalue') line as... $record->Field('Name')='somevalue'; Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business   _  From: development-axapta@yahoogro

RE: [development-axapta] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-26 Thread Malcolm Burtt
Hi Kian The new Kernel Roll Up 1, released last week, provides SQL Server 2005 compatibility. Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Vijay Sent

RE: [development-axapta] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-30 Thread Malcolm Burtt
PROTECTED] On Behalf Of Malcolm Burtt > Sent: Thursday, January 26, 2006 4:37 AM > To: development-axapta@yahoogroups.com > Subject: RE: [development-axapta] Can Install Axapta 3.0 With > SQL Server 2005?? > > Hi Kian > > The new Kernel Roll Up 1, released last week, provid

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
stination email address then use a local DNS server anyway. Avoid using the root DNS servers at all costs. Hope that helps Regards Malcolm Burtt Touchstone People, Partnerships, Solutions   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Martin Suj

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
stination email address then use a local DNS server anyway. Avoid using the root DNS servers at all costs. Hope that helps Regards Malcolm Burtt Touchstone People, Partnerships, Solutions   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Martin Suj

RE: [development-axapta] How to get current time (hh:mm) ?

2006-03-16 Thread Malcolm Burtt
Hi A call to the timenow() function will do that for you. Regards Malcolm Burtt Touchstone People, Partnership, Solutions   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nicolas_dumont_toulouse Sent: 16 March 2006 10:16 To: development

RE: [development-axapta] Problem with Adress table

2004-01-02 Thread Malcolm Burtt
Hi Bjørn I have a similar problem to Sherif. In my case the GrossWeight Extended Data Type is corrupt (Its a Real in the SYS layer, but in my USR layer its being seen as a String). Axapta crashes whenever this EDT is referenced, so I was hoping your solution would work for me too. I tried modifyi

RE: [development-axapta] Problem with Adress table

2004-01-02 Thread Malcolm Burtt
while select u where u.name == "GrossWeight" && u.utilLevel == UtilEntryLevel::USR { print u.utilLevel; print u.name; print "Found"; //u.Delete(); pause; } -Oorspronkelijk bericht- Van: Malcolm Burtt [mailto:[EMAIL

RE: [development-axapta] Resources as Bitmaps in Reports

2004-01-20 Thread Malcolm Burtt
Hi Claudia The way I've done this in the past is as follows:- *  Add a Window control to your report. *  Point it at a display method that returns an integer. *  The integer should be the resource Id that you want to display. Malcolm Burtt Multi I.T

RE: [development-axapta] Filtering on a memo field

2004-01-23 Thread Malcolm Burtt
was found. The form is sorted so that the records with the most words that match the search criteria are shown first.   In version 3 there's a data crawler that might do something similar. I've not had a chance to look into using that yet.   Regards   Malcolm Burtt Project Leader Global

RE: [development-axapta] OLAP Error...

2004-01-27 Thread Malcolm Burtt
Hi In order to transfer or process the cube you need to install the cube management tools from SQL Analysis Services on your client. These are on the SQL Server CD. Regards Malcolm Burtt Global I.T Group   -Original Message-   From: ANDRES PINZON [mailto

RE: [development-axapta] Re: sending of emails without using outlook

2004-02-11 Thread Malcolm Burtt
mail cannot be sent. That's why using a local relay server is best. Regards Malcolm Burtt Global IT Group plc -Original Message- From: elianill [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 08:35 To: [EMAIL PROTECTED] Subject: [development-axapta] Re: sending of emails withou

RE: [development-axapta] Email SysMailer error

2004-03-25 Thread Malcolm Burtt
ing Axapta on to relay through it.   Regards Malcolm Burtt Global IT Groupy   E-mail:     [EMAIL PROTECTED]@   Web:    www.globalitgroup.co.uk "Business Solutions designed for YOUR business processes"Global IT Group is the trading name of Touchstone Global Business Solutio

RE: [development-axapta] dynamic lookup in dialog

2006-04-21 Thread Malcolm Burtt
Hi Dialog controls don't have accessible modified() methods but, if you're using the Runbase class as the basis for your dialog, you could probably use its dialogSelectCtrl() method to do what you want to do. Regards Malcolm Burtt Touchstone People, Partnership,

RE: [development-axapta] Form Refresh problem

2007-05-23 Thread Malcolm Burtt
en you can either cycle over the affected rows (if there an't too many) and call reread() or call the exxecuteQuery method on teh datasource to get all the rows again. Regards Malcolm Burtt Touchstone -Original Message- From: development-axapta@yahoogroups.com on b

RE: [development-axapta] Changing user through code

2007-09-21 Thread Malcolm Burtt
Hi This was possible in Axapta 3.0 using the methods xSession.newUser() and xCompany.reloadRights(), but Microsoft have removed these an Ax 4.0 even though it should have been possible to provide implementation for them despite the AD authentication model. Oh well. Regards Malcolm Burtt

RE: [development-axapta] Help on AX3 logon

2007-10-16 Thread Malcolm Burtt
Hi If you want to bypass the login prompt then you'll need to set the network account name for the user that you are logging in as to match your windows login name. When you do that Ax automatically authenticates against the Windows domain. Regards Malcolm Burtt Touchstone P

RE: [development-axapta] Map performance

2007-11-08 Thread Malcolm Burtt
ame to the Map method. Regards Malcolm Burtt Touchstone People, Partnerships, Solutions From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thnathan Sent: 06 November 2007 13:56 To: development-axapta@yahoogroups.com Subject: [development-axapta] Map performanc

RE: [development-axapta] Bad response time on the CUSTINVOICEJOUR form

2008-01-16 Thread Malcolm Burtt
Hi If you send a text representation of the query plan that you're getting from this statement and details of any non-standard indexes that are defined on either table I'll see if an obvious solution springs to mind. Regards Malcolm Burtt Touchstone People, Partnerships, Soluti

RE: [development-axapta] Deleting a label

2008-02-13 Thread Malcolm Burtt
ge in the label file when you save the record but if you change it to something else first (e.g. add an extra character to the end), save it and then change it to upper case (obviously removing the extra character) and save it again then it should update the label file. Regards Malcolm B

RE: [development-axapta] Sending mail through Dynamics AX

2008-06-25 Thread Malcolm Burtt
ation. To fix this you'd need to change the AV setup so that it accepts ax32.exe and dsmailer.dll as sources of SMTP mail. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nageshsinh

RE: [development-axapta] What are Maps and what's the use of them?

2008-07-02 Thread Malcolm Burtt
by abstracting the two tables as a Map and placing the common code on the Map. Regards Malcolm Burtt Product Development Manager Touchstone W: http://www.touchstone.co.uk<http://www.touchstone.co.uk/> From: development-axapta@yahoogroups.com [EMAIL PROTECT

RE: [development-axapta] How can an end user/power user identify a field name for date they see on form

2008-10-15 Thread Malcolm Burtt
Hi Scott You need access to the "Development" (SysDevelopment) security key to be able to see the system name field on the form set up form. That's implemented in code on SysSetupForm form. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: dev

RE: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread Malcolm Burtt
Hi You need to call the clear() method on the SalesTable buffer variable before you call the code to change company. Regards Malcolm Burtt Product Development Manager Touchstone From: development-axapta@yahoogroups.com [EMAIL PROTECTED] On Behalf Of eldj_joax

RE: SV: [development-axapta] How to show field hidden by user in X++

2009-02-10 Thread Malcolm Burtt
up!) this.form().design().allowUserSetup(false); } } Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of christian.myrvold Sent: 10 February 2009 07

RE: [development-axapta] Re: Top margin changes by itself

2009-03-19 Thread Malcolm Burtt
Hi James If the thing that's causing you the problem is that the import process changes the margin to match the physical limitations of the default printer of the user that did the XPO import, what would happen if you imported the object using an account that has no default printer (or perhaps

RE: [development-axapta] How to call a form method from method of other form

2009-09-03 Thread Malcolm Burtt
rmAobj.A() } Return; } Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of shamikask Sent: 21 August 2009 17:39 To: development-axapta@yahoogroups.com Subject: [development-axa

RE: [development-axapta] html document in a form

2009-09-03 Thread Malcolm Burtt
Hi You could try adding a "Microsoft Web Browser" ActiveX control to your form. I'm not sure exactly how you'd point that at www.yahoo.com<http://www.yahoo.com> but I'm pretty sure this will do the job. Malcolm Burtt Touchstone Group People - Partnership -

RE: [development-axapta] Reg Is there way to send reports via email automatically

2009-10-13 Thread Malcolm Burtt
#x27;re using notification emails as AX uses the same mechanism for that. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of trinadh sura Sent: 13 October 2009 11:37 To: axapta-k

[development-axapta] RE: [Axapta-Knowledge-Village] AX With different Locations

2010-02-10 Thread Malcolm Burtt
or Citrix for those that are remote. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: axapta-knowledge-vill...@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Amgad Toma Sent: 04 February 2010 09:23 To: development-axapta@yahoogro

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread Malcolm Burtt
kernels as I've been dealing with a leak problem for one of my clients over the last couple of months and the signs are good that the latest kernel has resolved the problem for them. Regards Malcolm Burtt Product Development Manager Touchstone Ltd From: develo

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
GB for OS should be sufficient)? Thanks James -Original Message- From: development-axapta@yahoogroups.com<mailto:development-axapta%40yahoogroups.com> [mailto:development-axapta@yahoogroups.com<mailto:development-axapta%40yahoogroups.com>] On Behalf Of Malcolm Burtt Sent: 30 Ma

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
roups.com>] On Behalf Of Malcolm Burtt Sent: 02 June 2010 16:39 To: development-axapta@yahoogroups.com<mailto:development-axapta%40yahoogroups.com> Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi James Y

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
...and once you have that change in place you can run the batch server as a Windows service. Malcolm From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of James Flavell Sent: 02 June 2010 10:34 To: development-axapta@yahoogroups.com Subject: RE: [deve

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-04 Thread Malcolm Burtt
into the group with some of my own for other people's problems (although I am not really a developer in AX these days) James From: development-axapta@yahoogroups.com<mailto:development-axapta%40yahoogroups.com> [mailto:development-axapta@yahoogroups.com<mailto:development-axapta%40yahoo

[development-axapta] RE: [Axapta-Knowledge-Village] when to use Index and index hint

2010-08-20 Thread Malcolm Burtt
reason to use “Index” at all. It simply ensures that the data is returned sorted in the index order which you can already achieve with the “Order By” clause with the important advantage that the sort order would not change if someone altered the index definition in some way. Regards Malcolm