Hello dear,
We are facing the same problem.
Did you manage to solve this problem? If yes do you remember how did you solve it please ?
Thanks in advance for your reply.
Hello dear,
We are facing the same problem.
Did you manage to solve this problem? If yes do you remember how did you solve it please ?
Thanks in advance for your reply.
Hi,
We have crashes on AX 2012 R3 CU10 (service is unexpectedly down) and these logs are dropped in event viewer :
1.
Faulting application name: Ax32Serv.exe, version: 6.3.3000.111, time stamp: 0x565004b8
Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415, time stamp: 0x54505737
Exception code: 0xc0000005
Fault offset: 0x0000000000008b9c
Faulting process id: 0x1d14
Faulting application start time: 0x01d1f6ca807f66fe
Faulting application path: C:\Program Files\Microsoft Dynamics AX\60\Server\ECOMAX63Gate\Bin\Ax32Serv.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 7f6efa57-62ce-11e6-80e8-005056ac23bc
Faulting package full name:
Faulting package-relative application ID:
2.
Object Server 01: Unexpected situation
More Information: Cursor building error 1
Any help will be appreciated
Thanks
Hi
Purchase order is not getting confirmed even if confirmation button is clicked no error,
activate change management is activated
Regards
Ravish
Hi Ludwid,
Thanks for your reply. Yeah I have similar requirement for project creation. Your code i understood and fine for requirement.
I checked in D365 using same but they have obsolete AXddimensionutil class itself and saying to use dimensionresolver class. But not able to find anything in that.
Again thanks. I will update if find any solution.
Regards,
Smit
Hi Ravish,
Have you check the role setup for the user that receives the error message?
Probably he/she does not have sufficient rights to execute the task?!
Best regards,
Ludwig
Hi
Purchase requisition after Review when submitted for Approval thru Work flow below error :
Stopped (error): X++ Exception: Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics at
Regards
Ravish
Hi Tremor,
If you have access to customersource, it would also be possible to find a demo license file which can be used in your test environment.
Hi Mohamed,
What type of environment is it? A local downloaded VM, customer build environment, a sandbox or live environment? Is it an Azure SQL or On premise SQL on this environment?
Hi
Is there any option in Axapta while creating the sales order user will enter a Expiry date so that after the date Axapta should not allow use the sales order
Advise
Regards
Ravish
Hi Andre.
Local downloaded VM.
Hi
I am unable to the login SQL server using the user axdbadmin as mentioned in the webconfig, as the password is encrypted.
Can anyone help me on this.
Thanks.
Hi Smit,
Would be great if you could keep us updated on this one and help getting a standard functionality for that by voting on the suggestion that I just created (ideas.dynamics.com/.../ID0001622).
Many thanks and best regards,
Ludwig
Hi Smit,
It would be possible to extend the ProjGroup table and have a DefaultDimension field. The form can also be extended to show all default dimension like on the Project form or Customer details.
When this is completed, you can just extend the initFromProjGroup() method from the ProjTable table to copy the DefaultDimension field to the project DefaultDimension field. This will copy all selected values from the group. It will be done on selecting the group rather than the insert as done in Ludwigs post. Then you don't need to copy individual dimensions using a dimensionutil or resolver class. Moreover, your don't need to hard code dimension names or create setup field for it. And it is much more simple. When a sales order is created, the same is done by copying the default dimensions from the customer to the sales order header.
Hello everyone,
We have requirement to give financial dimension value automatically while creating project. That value coming automatically will be stored in the proj group table. That value will be fetched while creating project. I tried to find table storing dimension values for particular project. In D365 MS has used Dimension Entry control for displaying dimensions.
I checked default dimension for the project and found one record in DIMENSIONATTRIBUTEVALUESET. This table is storing all dimensions for this project but when I tried to find field I found DEL_ValueSetHash1 and similar 5 fields. But in SQL all fields I can see even my dimension values attached with that project. Can anyone explain me same?
What approach I should use to update dimension value as there is no field available from back end? Any inputs will be helpful.
Thanks in advance.
Regards,
Smit
Hello there,
My requirements :
We're in dynamics AX 2012 R3 CU8, with an external warehouse manager, and we would like to integrate incoming and outcoming shipments in AX.
We do not want to use negative physical invent.
Through interface we update an InventProfitLoss Journal but when an item has no inventory currently and we have at the same time and incoming shipment which is supposed to be sent in the aftermath. The posting of the journal fails with negative invent error.
To put in a nutshell : Inventory journal for same item: "A" +10 (Line #1) / "A" -10 (Line #2). "A" has no inventory. Posting fails.
After asking some support to our editor, they send us an hint about InventUpdate.parmAllowNegativePhysical(true).
Does anyone know how to use this from JournalCheckPost class ?
Yes, despite the fact that you're not new here, you're still forgetting. You even haven't fix this thread. Please review your threads, close all that are already answered and don't forget about it when you get answers in future.
Also, because you're no newbie, it would be great if moderators such as myself wouldn't have to spend timing fixing titles of all your threads. Please make more effort to do your part in this forum. We try to answer your questions for free and all we ask from you is using the forum in a sensible way.
Going to this table from AOT and updating the DefaultOrderType to Production solves the issue.
However I went from the AOT and I would like to understand where from the User Interface I can set this up and at which stage it would be best required.
In AX2012R3 I have tried implementing a simple BOM filling every parameter needed ( not sure about this :) ):
Everything seems working fine, including estimation and scheduling of a Production Order, calculating everything correctly based on the quantity, resources, etc set up.
However when I try to expode the BOM from the BOM Designer, nothing is happening. What might I have done wrong ?
Many Thanks
Hi Ravish, please don't start all you titles with "Ax 2012 - R2 -"; it doesn't belong there na it leaves less space for the actual title. If you want to include such additional metadata, simple add a tag (AX 2012 R2). Also, please don't include the version inside every single title (such as Ax 2012 Finance); you already selected the version as a mandatory tag.
Did you look at existing forum threads and blog posts about this error, such as 5 Tips to Resolve the AX Error: ‘Failed to create a session; confirm that the user has the proper privileges….’?