[Axapta-Knowledge-Village] Missing Overload in InventMov_Journal

2007-12-19 Thread Earl Rey Lacsina
I’m having an error when posting a inventory transfer journal. When I trace the error, it leads me to this… Class : InventMov_Journal Method: parmUpdCostAmountphysical further trace leads to… Class: Error Method: missingOverload How can I tell what overload is missing in the class

[Axapta-Knowledge-Village] Re: Latest Cost Price

2007-12-19 Thread neyvelisrinivasan
Hi Mr.Manoj & Mr.James, Thanks for your replies. In our company, so for we have been transacting without check marking the Latest cost price check box. We have implemented phase 1 of Production module. We are experiencing problems with respect to short booking of COGS and incorrect valuation of I

RE: [Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-19 Thread Earl Rey Lacsina
Actually its all X++ code. Error occurs when I'm posting inventory transfer journal. What I'm doing is inserting records in the inventory transfer journal using X++ and posting using InventJournalCheckPost class. I can successfully post when the InventJournalType is Movement but having an er

RE: [Axapta-Knowledge-Village] Re: Axapta slower on SQL Server 2005 then SQL Server 2000?

2007-12-19 Thread Harry Deshpande
Remembered something else...the DB server I was investigating had 1 system disk + 2 physical hard disk. The machine also had 2 hard-disk controllers. I kept the mdf and ldf file on separate physical drives and was very happy. No difference in the performance though. It took me some time to figur

RE: [Axapta-Knowledge-Village] Re: Axapta slower on SQL Server 2005 then SQL Server 2000?

2007-12-19 Thread Harry Deshpande
Hi There are a lot of considerations regarding SQL server setup and I am no expert in this stuff. Some examples are : Default schema for all users should be set to DBO, Tempb should be configured with multiple, equal -sized files. Number of files should match the number of processors, There a

[Axapta-Knowledge-Village] Re: Axapta slower on SQL Server 2005 then SQL Server 2000?

2007-12-19 Thread Steeve Gilbert
Hi Harry, 1 - Is there documentation explaining MS recommendations about SQL Server setup you're talking about? 2 - Wow, never heard of those disc-alignment issue. Seems to cause quite of a performance problem. It's surprising people don't talk about that much. I'll need a bit more reading

Re: [Axapta-Knowledge-Village] Loading masters

2007-12-19 Thread Barunava Pal
Maharaja, Are you alone working in AX in your org and there was no person who have worked in this before? This is quite a good effort and should be learnt from your predecessors (as you might have learnt how to import data thru dataport in NAV). Anyway, find the help of Administration Module as

[Axapta-Knowledge-Village] Re: Loading masters

2007-12-19 Thread vijaybhatv
See the Data Export/Import functionality under Administration-->Periodic >

Re: [Axapta-Knowledge-Village] Re: Print Reort in Exel

2007-12-19 Thread Barunava Pal
Hi, Sorry for the delay, I havn't checked the mails in this grp for quite a long time. Though it seems you have got a solution and it is working also, you can try this simpler one to print your report directly to excel. this.printJobSettings().setTarget(PrintMedium::File); this.printJobSett

[Axapta-Knowledge-Village] Re: CLOSING INVENTORY PROBLEM

2007-12-19 Thread IRWAN
Pak Lukas temennya maria zf ? in my place production job was never been closed untill the production is done. --- In Axapta-Knowledge-Village@yahoogroups.com, Lukas Nugroho Putro <[EMAIL PROTECTED]> wrote: > > Hi, > > have you checked : > 1. there is no abnormal transaction on purchasing (larg

Re: [Axapta-Knowledge-Village] Copy Record on Form

2007-12-19 Thread Barunava Pal
Hi, you cannot just ctrl+c and ctrl+v some record to another line. There is copy functionality in various places in the system, specially in journals. You can do this in this way. You can put a button called "Copy" and when the user clicks on the button, a reference will be asked (like Sales Or

Re: [Axapta-Knowledge-Village] Square character on string fields

2007-12-19 Thread Barunava Pal
Agus, which fields are populated with this square value? It generally happens if there was some unrecognised characters. I think you are getting this in Address field. The address field shows the concatenation of all the address parts and in the table you can see the squares in place of the del

Re: [Axapta-Knowledge-Village] A Query

2007-12-19 Thread Barunava Pal
Naeem, This is a huge requirement, and we have done it for one of our project. We have introduced a dual UOM for any item and used this dual UOM in every possible transaction of the item. It affects all the related inventory and ledger transaction in intended way. But, again, I'm telling you th

Re: [Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-19 Thread Barunava Pal
Hi, Can you please tell me where you are facing that exception? what is the form of the exception? like is it coming as an infolog/warning/error or a dialogbox? Can you put a screenshot of the incident? There is certain internal script errors in the AX product, both in AX 3.0 and 4.0. If you f

Re: [Axapta-Knowledge-Village] Virtual company - ProjCategory

2007-12-19 Thread Barunava Pal
Hi, I have done this in one of my project. Whether it is ProjCategory or any other table, putting it in virtual company is a crucial decision. Be sure that you need the same categories for all the companies attached to that virtual company. All the best. Barunava - Original Message

RE: [Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-19 Thread Earl Rey Lacsina
Arijit, Thanks but I think I have mentioned that “I have put a breakpoint in ADD METHOD of the INFO CLASS” which is exactly the same thing suggested on the link you gave me. I said it’s weird because it does not pass at the INFO CLASS’ ADD Method which I thought all exception pass there.