[development-axapta] Unable to Import Invent table

2008-06-25 Thread Trinadh C
Dear All, We are unable to import Invent table with all the mandatory fields filled in along with the Item information in AX 4.0 SP2 but it is possilble in AX 4.0 SP1. Could you suggest the way how it could be done in AX 4.0 SP2. -- Regard's.., Trinadh. 9966028101. -- THI

[development-axapta] Unable to Import Invent table

2008-06-25 Thread Trinadh C
Dear All, We are unable to import Invent table with all the mandatory fields filled in along with the Item information in AX 4.0 SP2 but it is possilble in AX 4.0 SP1. Could you suggest the way how it could be done in AX 4.0 SP2. -- Regard's.., Trinadh. 9966028101. -- THI

[development-axapta] Re: Reading from text file and updating an AX4.0 table

2008-06-25 Thread Jim Dimarzio
I will try that. Thanks Carsten --- In development-axapta@yahoogroups.com, "Carsten F. Frandsen" <[EMAIL PROTECTED]> wrote: > > Hi, > > The best way to do it would be creating an index on Account field. > Next loop thru the and use the update_recordset to bulk update each > accountnumber.

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

2008-06-25 Thread Malcolm Burtt
Hi In all likelihood your mail server is preventing the AX client from relaying (accepting an SMTP mail message and then sending it on to an external mail server) the message. This is standard mail server setup. You should... 1. Ensure that your code runs on the AX server (e.g. put the

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

2008-06-25 Thread Deepankar Sahdev
check your firewall or your proxy server setting by passing proxy server may serve the purpose. it may have blocked your IP. -- Regards Deepankar http://axgeek.blogspot.com/ On 6/23/08, nageshsinha <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > I want to send mail to my yahoo account fro

[development-axapta] Re: Reading from text file and updating an AX4.0 table

2008-06-25 Thread Carsten F. Frandsen
Hi, The best way to do it would be creating an index on Account field. Next loop thru the and use the update_recordset to bulk update each accountnumber. Best regards Carsten F. Frandsen --- In development-axapta@yahoogroups.com, "Jim Dimarzio" <[EMAIL PROTECTED]> wrote: > > Hello, > Can an

[development-axapta] Reading from text file and updating an AX4.0 table

2008-06-25 Thread Jim Dimarzio
Hello, Can anyone tell me which way is the most efficient and quicker method to replace a field in an AX table with information from a text file: Is it quicker to have an outer while select loop run through each row (1million rows) then run through 100 lines in a text file in a while container

Re: [development-axapta] Data Upgrade 3.0 to 4.0

2008-06-25 Thread david santoso
Hi Suneel & Amit, The solution works, so the error "target database is not empty and UNICODE table does not exist" is solve. Cheers, David S On Tue, Jun 24, 2008 at 9:37 AM, david santoso <[EMAIL PROTECTED]> wrote: > Hi Suneel & Amit, > > My Company also want to upgrade from Ax 3.0 to Ax 4.0.

Re: [development-axapta] With ref to AIF

2008-06-25 Thread vipul mishra
Pls check if u have attached the end point to the action (create or createlist) Thanks Vipul somanna gl <[EMAIL PROTECTED]> wrote: Hello I have a strange problem. after configuration of AIF for webservice then when i got to general ledger-> setup-> exchange rate when i click on

[development-axapta] Re: Upgrade Ax 3.0 to Ax 4.0, UNICODECONV table does not exist

2008-06-25 Thread david santoso
Hi All, I've already known what is the cause, "UNICODECONV table does not exist" When I install Ax 4.0 (Application, AOS & Client) i should not "check the Start AOS after finished installed" Cheers, Davids On Mon, Jun 16, 2008 at 3:58 PM, david santoso <[EMAIL PROTECTED]> wrote: > Hi, > > My

Re: [development-axapta] Re: Problem running Dynamics AX DB Upgrade Preparation

2008-06-25 Thread david santoso
Hi Steffen, Thanks for the tips. After i installed Sql Server Standard SP 2, it works now. Cheers, Davids On Thu, Jun 19, 2008 at 4:54 PM, Steffen Denize <[EMAIL PROTECTED]> wrote: > Hi David > Yes, changing the SQL-version to a std. or higher version did the trick for > me. > > Cheers, > Ste

[development-axapta] Re: Help needed with Sales Invoice mulitple reports

2008-06-25 Thread eldj_joax
any idea? --- In development-axapta@yahoogroups.com, "eldj_joax" <[EMAIL PROTECTED]> wrote: > > Hi guys, > > > > I am kind of new to Axapta and I need some help from you please. I > found this email while searching for help in google. > > > > I have this problem. I need to have 3 design

[development-axapta] Relation property on EDT causes warning message during import

2008-06-25 Thread bruemmerusa
Guys, I observed that whenever I import an EDT that has a relationship specified a warning shows up. It says : "Illegal value: ContractId for property RelatedField". This is rather an annoyance than a problem, but I wonder if someone can provide some insight into this strange behavior. Example

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

2008-06-25 Thread Martin Sujkowski
We've had a similar issue except in our case it wouldn't send an email at all. In our case it turned out to be our antivirus software. It treated the dundas mailer component as a spam source and blocked it. Did you try sending both emails from the same client session connected to the same aos?

[development-axapta] Validate Data upgrade from Axapta 3.0 SP3 to Axapta 4.0 SP2

2008-06-25 Thread Amit Jain
Hi,   Is there any way to validate, if the whole data has been migrated while performing upgrade from 3.0 to 4.0 SP2?   I know that we can number of records in each table by running the report in each version, but still it is kind of partial solution, which we cannot rely on.   Any help or sugges