[Axapta-Knowledge-Village] Error while attaching receipts through EP

2009-05-12 Thread Madhu Babu Rapolu
Hi all, We are getting following error while attaching the receipt to expense report thro' EP. I can attach receipts from DAX client for Expense report. Any clues on why we are getting this error from EP or is there any way we can debug the code which gets executed when called from EP? Error

[Axapta-Knowledge-Village] Re: Error while attaching receipts through EP

2009-05-12 Thread Ali Ýhsan Aðca
--- In Axapta-Knowledge-Village@yahoogroups.com, Madhu Babu Rapolu madhubab...@... wrote: Hi all, We are getting following error while attaching the receipt to expense report thro' EP. I can attach receipts from DAX client for Expense report. Any clues on why we are getting this error from EP

[Axapta-Knowledge-Village] Re: Error while attaching receipts through EP

2009-05-12 Thread Ali Ýhsan Aðca
To enable debugging in EP for version 4: http://daxdilip.blogspot.com/2007/10/how-to-enable-x-debugging-for-dynamics.html and for version 2009 : https://community.dynamics.com/blogs/axdilip/comments/24644.aspx I know it works for version 4. --- In Axapta-Knowledge-Village@yahoogroups.com, Madhu

[Axapta-Knowledge-Village] Cant start AOS after creating new DB

2009-05-12 Thread kardo_ax
i have created a new DB in sql 2008, then changed then created a new configuration of the same instance but pointing to the new DB. When i tried to restart the AOS im getting an error. IF I i set the configuration to point to the old db it will restart normally. any help?

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread kardo_ax
this is the log: The Dynamics AX Object Server 5.0$01-DynamicsAx service terminated with service-specific error 110 (0x6E).--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca aliihsana...@... wrote: It will be better if you support the error log in event viewer. --- In

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread Ali Ýhsan Aðca
Maybe your reason to get that error, same as here: http://www.eggheadcafe.com/software/aspnet/30266644/re-error-code-110.aspx DB permission. --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... wrote: this is the log: The Dynamics AX Object Server 5.0$01-DynamicsAx service

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread kardo_ax
the account the AOS uses has access to the db and already is in the required roles. I've created the BD manually does that have something to do with it? --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca aliihsana...@... wrote: Maybe your reason to get that error, same as here:

[Axapta-Knowledge-Village] Re: Cant start AOS after creating new DB

2009-05-12 Thread Ali Ýhsan Aðca
Your DB has folowing SPs? createserversessions createusersessions --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... wrote: the account the AOS uses has access to the db and already is in the required roles. I've created the BD manually does that have something to do

[Axapta-Knowledge-Village] Users Import Error

2009-05-12 Thread Ali Jawad
Dear Champs! While importing Users from other domain to AX I am experiencing with the following error. Invalid parameter passed to getUserSID Both AX and other domains have the trust relationship. your prompt help is needed. BR, Ali Jawad

[Axapta-Knowledge-Village] Intercompany and AXSalesTable/AXPurchTable

2009-05-12 Thread James Flavell
Hi everyone Was wondering is anyone has come across the following pain in AX intercompany in AX2009 (or maybe earlier versions too) Orig SO (A) PO (B) created via direct delivery for (A) Intercompany SO (C) created for (B) When it is all created the address on all 3 is the sames as (A) BUT

[Axapta-Knowledge-Village] Dynamic Group by Statement

2009-05-12 Thread shaakera_b
Hi All, I would like to group and sum by fields dynamically in an AX while statement. Basically I want to sum and group by any field on the table using a setup table. Example: while select sum(qty) from projinvoiceempl group by CategoryID { //Some code which does some stuff with the qty sum

[Axapta-Knowledge-Village] Re: Error while attaching receipts through EP

2009-05-12 Thread Madhu Babu Rapolu
Some objects of Rapid Configuration tool were causing this problem. We have disabled them and able to attach documents in EP. New problem is that we are unable to view the attachments from EP. Any idea on this? Thanks Madhu --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca

Re: [Axapta-Knowledge-Village] Dynamic Group by Statement

2009-05-12 Thread Agus Riyadi
Hi, Using query classes you can do that. e.g. q = new Query(); ds = q.addDataSource(tablenum(projInvoiceEmpl)); ds.addSelectionField(fieldnum(projInvoiceEmpl,qty),SelectionField::Sum); ds.addSortField(*fieldnum(projInvoiceEmpl,categoryid)*);

Re: [Axapta-Knowledge-Village] Cant start AOS after creating new DB

2009-05-12 Thread Agus Riyadi
Hi, Try create the new db for Ax by using Ax installer. It will make sure any required permisson settings and initial objects are created properly with the correct version. Regards, Agus On Tue, May 12, 2009 at 2:37 PM, kardo_ax kardo...@yahoo.com wrote: i have created a new DB in sql

[Axapta-Knowledge-Village] 3-Tier Error on Certain PCs

2009-05-12 Thread Anthony
I have 2 computers in our environment that produces an error when the user attempts to start 3 tier mode. We are on AX 3.0 SP 5. The error message says that No Microsoft Axapta Object Servers could be located using the current client configuration. We have 25 computers that are working fine

RE: [Axapta-Knowledge-Village] 3-Tier Error on Certain PCs

2009-05-12 Thread James Flavell
Can you do a DNS lookup or ping from their PCs and get a response? Is their firewall blokcing somehow? _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Anthony Sent: 13 May 2009 01:03 To:

[Axapta-Knowledge-Village] Re: Users Import Error

2009-05-12 Thread r_ssh
Hi, Before trying to import the Users from other domain to AX could you please test the following job in AX by providing the following parameters a) Domain Provide the Domain b) Alias User static void TestSID(Args _args) { sid userSid;