Forum Post: RE: Axapta3.0 sever terminated connection to client when migrated...
I hope you're not Live with this solution! It looks line the system is trying to use the 9i dlls... You are running an ancient software against a newer database. You can't just upgrade a piece of a...
View ArticleForum Post: RE: Regarding Multiple Po's Invoice
Do you need to write code? This is a standard function on the invoice posting form (summary invoice)
View ArticleForum Post: RE: Regarding Multiple Po's Invoice
What am saying is how to achieve it through x++ from backend
View ArticleForum Post: Diagnostic Scripts
Do we have any builtin diagnostic scripts showing details at each table against a transaction to validate data manipulation made by technical guys?
View ArticleForum Post: RE: Workflow history cleanup
Run batch job Administration > Periodic > Notification clean-up and include this job as a part of your maintenance plan.
View ArticleForum Post: RE: The multi-part identifier "D.DATAAREAID" could not be bound
SQL statement appears to be truncated at around 4K length, as there's no definition for tables C (personDetails) and D (address). Variable personDetails appears to be for standard table ContactPerson....
View ArticleForum Post: RE: Deleting transactions in AX 2009 takes too long
On the SQL Server, try to modify Database Properties for the AX database and change Recovery model to "Simple" (if it's currently set to "Full", which seems to be the case with transaction log eating...
View ArticleForum Post: RE: Difference between technical,functional,trade and logistics
Hi Nidhaf, Technical in MSD-AX is customisation of functionality and creating some functionality. For this purpose we use x++ programming language. you can refer to microsoft courseware ,inside...
View ArticleForum Post: RE: Diagnostic Scripts
Could you be a bit more specific? Maybe give us an example of "details" you're looking for.
View ArticleForum Post: RE: a disabled security role with the same name already exists....
Thanks Justin. This was helpful.
View ArticleForum Post: RE: Diagnostic Scripts
You can turn on database log in AX or there might be some tracing tools in SQL that might help.
View ArticleForum Post: RE: Is Estimation Possible through Standard AX 2012 R3 Project...
Dear Fredrik, Thank you for your answer.Is anyone having a different view or Opinion on this matter? Please advise. Best Regards, FAEEZ
View ArticleForum Post: AX 2012 R3: Cheque is not printing
HI All, We are getting following error while printing cheque Error HRESULT E_FAIL has been returned from a call to a COM component. In the reporting log, i could find following exception. ERROR:...
View ArticleForum Post: RE: Job Scheduling in Production - Capacity Reservation
Hi, I checked as you told already. I am positive that I set everything all right. I reported Microsoft already. It is really a bug. I got the KB already. But the KB currently worked for the top 2...
View ArticleForum Post: RE: The selected owner is invalid for the workflow review error...
I am not able to send you screen shots because screenshot is not copying here
View ArticleForum Post: RE: The selected owner is invalid for the workflow review error...
You can use rich formatting to attach the image. And the image size shouldn't be bigger the 64Kb. Insert/edit media Regarding your workflow also check your user rights. You should have access to create...
View ArticleForum Post: RE: problem privilege when print sales invoice
Hi, You'r Welcome. Forms are called from Menu Item (Display). If you want to grant an access to specific form. Better to put menu item on Privilege entry points. To find out the menu item name, open...
View ArticleForum Post: RE: Make BusinessUnit mandatory or allow edit false
Hi Divya, The segmented entry control is hard to override. I'm not sure if making it not editable would be possible. You can setup the segments to be mandatory or not using account structures (allow...
View ArticleForum Post: RE: Axapta3.0 sever terminated connection to client when migrated...
Hi, We are migrating from : Windows 2003- Axapta 3.0 SP3- Oracle 9i 32 bit TO: Windows 2008 --Axapta 3.0 SP 3 and DB Oracle 10G Standard 64 bit. and getting Error
View Article