RE: [Axapta-Knowledge-Village] Re: Ax 2009, problem with debugging batch jobs

2009-04-02 Thread Lopen, Morten
Hi, Thanks for your reply. I have now also heard from others that there is an issue with batch debugging, so I guess I will have to manage without it right now. I have not used the SysExceptionLog, but I have created my own simple log table with a method for creating new entries. I then call th

[Axapta-Knowledge-Village] Re: reg : BUS layer issue

2009-04-02 Thread Karsten Krabbes
Please also ensure that the customer has the license code for BUS Layer runtime ! Oterwise your mods in the BUS Layer are not available. br Karsten --- In Axapta-Knowledge-Village@yahoogroups.com, Raja Mani wrote: > > Hi Everyone, > > Actually i was developed some form,reports and menuitems(l

Re: [Axapta-Knowledge-Village] Re: reg : BUS layer issue

2009-04-02 Thread Varden Morris
Whenever you do this you should also delete the aoi file before restarting the AOS.    Varden Morris Varalth Solutions Inc.   693 Abbottsfield Road NW Edmonton, Alberta T5W 4R4 Canada (780) 752-0406 www.varalth.com CONFIDENTIALITY NOTICE    This message and any attachments are confidential.  If

RE: [Axapta-Knowledge-Village] Costing Problem

2009-04-02 Thread Alan Linhart
Jens, I ran into this problem before also. It is probably due to a change in the Production parameter 'Ledger posting' field being set to 'Item+Work Center, which would require you to have the ledger account numbers at that level. This is the default setup, as the individual production order c

[Axapta-Knowledge-Village] Re: Ax 2009, problem with debugging batch jobs

2009-04-02 Thread r_ssh
Hi Morten, As per my knowledge AX2009 has issue with batch debugging and we can use other way to crack the issue. You can just play around with code. Try using "SysExceptionLog" class to know what is happening at the backend during batch processing. Any log can be written using the above class.

[Axapta-Knowledge-Village] Re: reg : BUS layer issue

2009-04-02 Thread r_ssh
Hi Rajaa, Could you please verify if the AX Server configuration has Application file location set to "Standard" folder OR ANY OTHER FOLDER?? If that is so... 1) Try to stop AOS server. 2) Paste AxBUS.aod file in the application folder. 3) Restart the AX services Hope this resolves the issue

[Axapta-Knowledge-Village] Costing Problem

2009-04-02 Thread Jens Strandberg
Hello there, When doing Production - Costing on a certain works order, these messages appear: Warning Production - Costing\Production: Account number for transaction type 'Production offset account, work centre issue' does not exist. Warning Production - Costing\Production: Account number for t

[Axapta-Knowledge-Village] reg : BUS layer issue

2009-04-02 Thread Raja Mani
Hi Everyone, Actually i was developed some form,reports and menuitems(like module) in BUS Layer.. I just paste that AxBUS.AOD to my client machine(End User) standard folder. In EndUser machine not showing those customization. Note : I didn't import those customization..I just paste that BUS L

[Axapta-Knowledge-Village] Reg : Bus Layer Issue - Urgent

2009-04-02 Thread Raja Mani
Hi Everyone, Actually i was developed some form,reports and menuitems(like module) in BUS Layer.. I just paste that AxBUS.AOD to my client machine(End User) standard folder. In EndUser machine not showing those customization. Note : I didn't import those customization..I just paste that BUS L

RE: [Axapta-Knowledge-Village] Ax 2009, problem with debugging batch jobs

2009-04-02 Thread Malcolm Burtt
Hi Moreton Did you try logging on to the AOS server that is executing the batch job using the login account that the AOS service runs under? You might also need to prestart the debugger executable before the breakpoint has been reached. Regards Malcolm Burtt Touchstone Group People - Partners

[Axapta-Knowledge-Village] Re: [Axapta_Documentation] Dynamics Ax Interview Questions

2009-04-02 Thread Subbu
Yes. I have a problem. The problem is you, asking such stupid questions in the forum. This forum is not to get interview questions ( you can post in other forums ).  I have seem many people like you 'reciting interview Q&A, getting jobs here in US, do nothing and srew up the projects and bring b

[Axapta-Knowledge-Village] Error whle running Sales tax payment

2009-04-02 Thread Abhay
Dear All, If I enter a Purchase Order with Sales tax or VAT and then run the Sales tax Payment Cycle I am  getting the following error please help urgent requirement .Cannot edit a record in Adjustment (TaxAdjustments_IN). The record has never been selected. I do not know why this eror is appear

[Axapta-Knowledge-Village] Ax 2009, problem with debugging batch jobs

2009-04-02 Thread morlopen
Hello, I am trying to debug a class while it runs as a batchjob on the AOS. This does not work for me. I have inserted a global breakpoint in the code using the breakpoint statement. Then I start up the debugger and put the class in the batch queue. The class is executed, but nothing happens i

[Axapta-Knowledge-Village] Settlement of CST and VAT(urgent)

2009-04-02 Thread Abhay
Dear all, I have already created the structures and it is running fine but while running the settlement process of sales tax through Sales tax Payment, I am getting only the Sales tax payable amounts but not the receivable amounts. I do not know why? Please help urgentlyRegards AbhayTHIS E-MAIL

[Axapta-Knowledge-Village] Re: Table's ValidateWrite() method is executed when moving from one tab to another.

2009-04-02 Thread r_ssh
Hi GeetRamesh, Validatewrite will be invoked only when you move the focus from one tab to another where the datasources is/are different. For Example in "CustTable" form When you change tabs, the table changes, as a result system (kernel) requires to save data on previous table when user moves

Re: [Axapta-Knowledge-Village] Hello friends

2009-04-02 Thread rayd
hi prashant, what is rolepad.exe On Thu, Apr 2, 2009 at 4:07 PM, prashant verma wrote: > I have a simple query ,i have made a dynamics mobile application and > have deployed it on my mobile handset.Whenever i run the rolepad.exe i get > the following error: > > > Tasklet type="HelloWorld.HelloW

[Axapta-Knowledge-Village] Table's ValidateWrite() method is executed when moving from one tab to another.

2009-04-02 Thread geethramesh
Hi, I have a form with multiple datasources. In the grid, when I move from one tab to another, where the datasource is the same between the tabs moved, the table's validatewrite method is executed. Is there any reason why the validatewrite is executed, inspite of me not forcing the insert into

[Axapta-Knowledge-Village] Hello friends

2009-04-02 Thread prashant verma
I have a simple query ,i have made a dynamics mobile application and have deployed it on my mobile handset.Whenever i run the rolepad.exe i get the following error:  Tasklet type="HelloWorld.HelloWorldTasklet, HelloWorld" /> not found.Can anybody help on this issue   Regards, Prashant Verma ILF

RE: [Axapta-Knowledge-Village] Re: Scanning

2009-04-02 Thread Craig Fidler
Thanks Anil, Are you using inner and outer pack? From: Axapta-Knowledge-Village@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Anil Kumar Sinha Sent: Thursday, April 02, 2009 10:36 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Vil

[Axapta-Knowledge-Village] Re: Inventory recalculation

2009-04-02 Thread Anil Kumar Sinha
Hi Sudeep, I agree with James. If you don't want to recalculate / adjust COGS then there is no need to run inventory closing. If you don't want to adjust cost as per costing method selected then please let us know your expectation from Inventory closing. We may find some solution for you as pe

[Axapta-Knowledge-Village] Re: Scanning

2009-04-02 Thread Anil Kumar Sinha
Hi Craig, I integrated scanning with Job cards in Shop Floor module and Invoice scanning for dispatching in AX 4. I didn't find any problem at all and client is using it very effectively. Speed is also quite good. Regards Anil Sinha --- In Axapta-Knowledge-Village@yahoogroups.com, "Craig Fidl

[Axapta-Knowledge-Village] Re: Ledger account for Vendor invoice account

2009-04-02 Thread Anil Kumar Sinha
Hi Ali, Try seting up Vendor Discount account in System Accounts under GL module. Hope this solves your problem. Regards Anil Sinha --- In Axapta-Knowledge-Village@yahoogroups.com, Khalil Rehman wrote: > > > Dear Ali, > > > >check in Inventory Posting Profile -> Purchase Order -> Dis

Re: [Axapta-Knowledge-Village] Automate CRM Stages

2009-04-02 Thread abhishek mehta
 Dear Abdullah, I have done the same setup and it is working fine @ my end. Pls ensure you have followed below steps:- 1.Create a Qulaify process with exit criteria yes for all levels 2.All required activites should be checked yes 3.After attaching the Qualfying Process to lead id see in Qualify