[development-axapta] Query extended range failure, linking InventTrans and InventDim

2010-03-02 Thread pkpeterson652
Creating a custom lookup Form and when I execute the lookup I receive the following message: Query extended range failure: InventDim.InventSerialId is not a valid datasource.field pair near pos 29. What I want selected from InventTrans is: 1. Records associated with a particluar Production

[development-axapta] Re: Query extended range failure, linking InventTrans and InventDim

2010-03-02 Thread pkpeterson652
Of course as soon as I submitted this, found the problem. Changed the addRange for InventSerial id to value(SysQuery::valueEmptyString()); Paul --- In development-axapta@yahoogroups.com, pkpeterson652 ppeter...@... wrote: Creating a custom lookup Form and when I execute the lookup I receive

[development-axapta] DLL called by class running on Client works but on Server doesn't

2009-03-06 Thread pkpeterson652
I have a DLL supplied by a third party to handle WSDL communications with their website. This DLL functions with no problems when connecting to their test website which is unsecured reguardless if it is running on client or marked as run on server. However, when connecting to their production

[development-axapta] Re: DLL called by class running on Client works but on Server doesn't

2009-03-06 Thread pkpeterson652
Forgot to put in error message being received: CLRInteropt is throwing the following error: Exception has been thrown by target of an invocation. I only get the above error when the class is being run on the server. Paul --- In development-axapta@yahoogroups.com, pkpeterson652 ppeter

[development-axapta] Re: Add a dimension

2008-11-14 Thread pkpeterson652
If I am not mistaken you have to get another license key to increase the number of financial dimensions. In Dynamics AX 4.0 under tools / development tools / wizards there is a new wizard that you can run to create a new financial dimension, it will make all the necessary AOT code changes.

[development-axapta] Re: 3 Localizations into single AOS and Single DataBase

2008-04-14 Thread pkpeterson652
Hello Trinadh, If the Indian localization is anything like the China Localization it gets installed into the GLS/GLP Layer. The DIS Layer is for hotfixes. So if you install the DIS layer for hotfixes to core system code you will have to compare the DIS layer objects to the objects in the

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

2008-01-09 Thread pkpeterson652
I have a response time problem with the CUSTINVOICEJOUR form. Accounts receivable \ Sales Orders \ Inquiries \ Invoices This form only has some minor modifications to it and when the mods are removed the same results are given. We are running Dynamics AX 4.0 at SP1, SQL Server 2005, and one

[development-axapta] Re: Copy User Layer in Dynamics Ax 4.0

2007-05-02 Thread pkpeterson652
I have done this several times. I usually don't copy the axapd.aoi file but delete it so that when the service restarts it rebuilds this file. I have occasionally received this message but if you refresh the services form a couple of times you will see that eventually the service will be

[development-axapta] Re: Label File Updating

2005-01-06 Thread pkpeterson652
We have been in contact with Microsoft and they have been able to duplicate our problem. --- In development-axapta@yahoogroups.com, pkpeterson652 [EMAIL PROTECTED] wrote: I have a client that is operating in a two-tier and three-tier environment with multiple languages. We have

Re: SV: [development-axapta] Label File Updating

2005-01-05 Thread pkpeterson652
meddelelse- Fra: pkpeterson652 [mailto:[EMAIL PROTECTED] Sendt: 4. januar 2005 16:40 Til: development-axapta@yahoogroups.com Emne: [development-axapta] Label File Updating We have restarted the AOS and this is where I believe we are running into problems. It appears that when the AOS

[development-axapta] Label File Updating

2005-01-04 Thread pkpeterson652
I have a client that is operating in a two-tier and three-tier environment with multiple languages. We have a custom label file that contains customer defined labels for reports. We seem to have a problem coordinating changes made to the custom label file between two-tier and three tier