RE: [Axapta-Knowledge-Village] Axapta DB upgrade

2008-05-19 Thread Craig Fidler
The upgrade toolkit works well with standard Ax. That size db is going to take time to upgrade but should not be a problem From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rishi Jyoti Sent: Monday, May 19, 2008 12:25 PM To: Axapta-Knowledge-Village@yahoo

[Axapta-Knowledge-Village] eletronic payment

2008-05-19 Thread Rodrigo Hentz
Hi! Somewhere have materials about configuration of electronic payment in AX 4.0? Thanks.

[Axapta-Knowledge-Village] eletronic payment

2008-05-19 Thread Rodrigo Hentz
Hi! Somewhere have materials about configuration of electronic payment in AX 4.0? Thanks.

Re: [Axapta-Knowledge-Village] Data Upgrade 3.0 to 4.0

2008-05-19 Thread priyanka sinha
Hi, you will have to create a new Database server & a new blank database in AX40 & give that database name as target database. Regards, Priyanka. suneel babu <[EMAIL PROTECTED]> wrote: Dear All., I had a problem when upgrading Ax 3.0 database to ax 4.0 by using

[Axapta-Knowledge-Village] Axapta DB upgrade

2008-05-19 Thread Rishi Jyoti
HI All, Do anyone of you here have experience in upgrading very large databases (>150GB) while upgrading Ax 3.0 application to Ax 4.0. Thanks for your time to respond. RJ

RE: [Axapta-Knowledge-Village] Int64 problem

2008-05-19 Thread James Flavell
Thanks Michael I guess that is what the 'best practice' part of me was looking for ;) (although I dont know the performance impact of the typeId2Type and TypeId calls so not sure if its consider total best practice..) Thank you everyone for you help on this issue :) James _ From: Axapta-K

RE: [Axapta-Knowledge-Village] Int64 problem

2008-05-19 Thread Michael Fruergaard Pontoppidan
Or even better: Set xyz = new Set(typeId2Type(typeid(recId)); This way you are explicit about wanting a set of recids, and thus shield yourself from implementation details of RecIDs. Thanks, Michael http://blogs.msdn.com/mfp From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECT

Re: [Axapta-Knowledge-Village] Setting Reindexing as a batch process

2008-05-19 Thread Varden Morris
I believe it's better to have the DBA include this in the MSSQL maintenance plan.   Varden Morris  276 Taralake Terrace N.E. Calgary, Alberta T3J 0A1 Canada (403) 366-8434 (H) (403) 615-1604 (C) [EMAIL PROTECTED]     - Original Message From: Sumit Loya <[EMAIL PROTECTED]> To: Axa

[Axapta-Knowledge-Village] trade agreement question in 4.0

2008-05-19 Thread Kevin Murray
Dear all, We are trying to set up trade agreements in Purchasing in order to set one price when we buy parts using one unit of measure versus another but no success so far, any ideas appreciated. Thanks K

[Axapta-Knowledge-Village] Data Upgrade 3.0 to 4.0

2008-05-19 Thread suneel babu
Dear All., I had a problem when upgrading Ax 3.0 database to ax 4.0 by using Data upgrade tool given in DVD. It shows "target database is not empty and UNICODE table does not exist". Plz solve my problem. its very urgent. Is there any other way to upgrade 3.0 database to

Re: [Axapta-Knowledge-Village] Cannot execute the required database operation.The SQL database has issued an er

2008-05-19 Thread Sumit Loya
Hi, This error is related to the permissions see if the code is running on server or client or the user running the job has rights to execute the SQL statements generated. Regards, Sumit On Fri, May 16, 2008 at 4:57 PM, tkbsmanian <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm encountering a pr

Re: [Axapta-Knowledge-Village] Setting Reindexing as a batch process

2008-05-19 Thread Sumit Loya
Hi, I have a small code with which you can create a batch class and schedule it for batch run. Below is the piece of code: *SqlDataDictionary sqlDict = new SqlDataDictionary(); ;* *new SqlDataDictionaryPermission(methodstr(SqlDataDictionary, tableReindex)).assert(); sqlDict.table