[Axapta-Knowledge-Village] Production Posting Problem

2005-12-14 Thread Hardi
Hi everyone I have a production order created and Report as finished using Route X, where in Route X i have defined cost category A1 to post to a costing account 123. Later on I realised when I want to do costing I choose wrong cost category, it supposedly A2, and post to costing account 456.

RE: [Axapta-Knowledge-Village] Peformance Issues

2005-12-14 Thread Harry Deshpande
Hi Brandon I am not very familiar with SQL server however. I think cluster index will perform better if you have a single company in the database or out of the total companies in the database there is just one company that is very big and active. In this case what you could do is

Re: [Axapta-Knowledge-Village] to restrict item group based on inventory journal type

2005-12-14 Thread Lukas Nugroho Putro
hi hardi,i think there is no standard functionality on axapta meet your requirementHardi [EMAIL PROTECTED] wrote: Hi everyone, I have a requirement like this: -When an user (belong to one particular user group) wants to create an inventory movement journal, he/she is only

[Axapta-Knowledge-Village] finance

2005-12-14 Thread leeza john
Hi all, Did anyone got certified in axapta finance module. If so can u please provide me the details about it ?. Does anyone remember some questions or have some sample questions. please provide me at the earliest . Kindly help me Thanks and regards Leeza Ann John Sharing the

RE: [Axapta-Knowledge-Village] Peformance Issues

2005-12-14 Thread Brandon George
Thanks! My next step is to use the code profiler. The thing that is strange, is that just last week it was performing fine, and there have been Zero code changes to the code in the area that is starting to perform slower - which is pretty much all SalesFormLetter classes / processes (The

[Axapta-Knowledge-Village] Refresh problem again

2005-12-14 Thread James Flavell
Title: Message Hi everyone, I have run into another 'refresh' problem during SO and PO postings. It seems on the update screen where the user can edit the lines to be updated, that once the userchange the 'recv now' qty and press the keyto go to the next line the system goes to the

RE: [Axapta-Knowledge-Village] Peformance Issues

2005-12-14 Thread Hennie Potgieter
Hi, Have a look at http://www.sql-server-performance.com/gv_clustered_indexes.asp As you can see, clustered indexes are an absolute necessity (unless maybe for tables with LOTS of update statements and few inserts/deletes). I also assume you are not doing credit limit checking

[Axapta-Knowledge-Village] AOS without Domain

2005-12-14 Thread Gökhan Can
Is it possible to use AOS without having a domain in your network system ?? Gkhan Can Yazılım Mhendisi | MCP Axapta Production, Product Builder Gsm : +90 (532) 701 1739 PCI Yazılım Danışmanlık ve Organizasyon Ltd. Şti. Tel : +90 (212) 503 4315 | Tel2 : +90 (212) 503 6441

RE: [Axapta-Knowledge-Village] Urgent-Slow Creation of planned production Order-master Planning

2005-12-14 Thread Harry Deshpande
Hi absi The planned order creation, is it while running complete master plan or creating a record from the form? How many companies do u have? Have u checked for fragmentation of the database? What is the run time of the planned production order? i.e. the order is supposed to be scheduled for

[Axapta-Knowledge-Village] How to check for Bom Circularity

2005-12-14 Thread abdulabsi
Hi Dears, I am facing a huge delay in MP scheduling it is taking so much time during forecast ans master plannings.Even when I tried to create manual planned production orders(Using Create new standard option) it is taking almost one or two hours to complete one production order for one item

[Axapta-Knowledge-Village] Demo licence file

2005-12-14 Thread Edine Le Roux
Hi All, Is there a licence file to use the Demo Axapta 3sp2 available? I have installed the Demo Axapta 3sp2 Application, Client and Server (Light Company). I am in the process of completing the steps in the upgrade checklist (standard Axapta 3 to Axapta 3sp2), but have no demo licence

RE: [Axapta-Knowledge-Village] Peformance Issues

2005-12-14 Thread Varden Morris
Hi,If this just happen suddenly it could be possible that the statistics for the database is outdated. Do you have a maintenance plan set up to update the database statistics on a shedule? Did you do any hardware/network changes recently? Did you try rebooting the AOS and database after the

RE : [Axapta-Knowledge-Village] Peformance Issues

2005-12-14 Thread Steeve Gilbert
I've never played with Clustered Indexes but I think it's just a matter of creating an index for the table and setting it in the property ClusterIndex of the table. Regards, Steeve... -Message d'origine- De: Axapta-Knowledge-Village@yahoogroups.com

[Axapta-Knowledge-Village] calling job from another job with parameter

2005-12-14 Thread Andres Janno
I made job like this: static void AJTestFromExecuteBatch(str _string='') { print _string; pause; } I can do this in another job: treeNode = TreeNode::findNode('Jobs').AOTfindChild('AJTestFromExecuteBatch'); treeNode.AOTRun(); treeNode.treeNodeRelease(); treeNode = NULL; But how can I

[Axapta-Knowledge-Village] Load balancing the AOS

2005-12-14 Thread Brandon George
Hello All, In light of my current progress to improve performance of Axapta, I am working through some idea's. I was wondering, what do you base load balancing for the AOS on? To explain further, what amount of users, or usage, etc. does one look at to say "You know what we need... we

[Axapta-Knowledge-Village] Revaluation of Inventory! Need Help!

2005-12-14 Thread marlenasimpson1
After doing Bom rolls ups my financial cost stays the same. How do I revalue my on hand inventory at the new standard cost and post the financial inventory profit and loss? Any help is appreciated. Thanks Yahoo! Groups Sponsor ~-- 1.2 million

Re: [Axapta-Knowledge-Village] Revaluation of Inventory! Need Help!

2005-12-14 Thread Lukas Nugroho Putro
i think you can use adjustment on hand (inventory management -- periodic - closing and adjustment -- adjustment). you can use this functionality if you have run inventory closingmarlenasimpson1 [EMAIL PROTECTED] wrote: After doing Bom rolls ups my financial cost stays the same. How

Re: [Axapta-Knowledge-Village] Refresh problem again

2005-12-14 Thread Paulius Cerniauskas
search for research or executeQuery string written in that form. If not found then maybe some class is initialized that manages the Form behavior. --- James Flavell [EMAIL PROTECTED] wrote: Hi everyone, I have run into another 'refresh' problem during SO and PO postings. It seems on