Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 175888 articles
Browse latest View live

RE: ACCOUNTS RECEIVABLE

$
0
0

This doesn't sound like a normal business scenario. Where and why are you recreating records? What would be the purpose?


ACCOUNTS RECEIVABLE

$
0
0

can anyone help me with regards to which tables in AX would contain the information with regards to Accounts receivable statements and payments, credit notes and invoices as well as sales order documents?

RE: Dynamics AX 7 not restarting

$
0
0

Hi Shivam,

Do you see some expiration errors or warnings within the machine itself? It could be indeed causing the error.

Dynamics AX 7 not restarting

$
0
0

Hi folks,

I have an on premise Dynamics AX 7 VM, the Server had a abrupt restart and after that Dynamics AX is not working. 

I checked my firewall, and disabled, next I did "Redeploying or restarting the Dynamics AX runtime on the VM".

What I found was some error in "Azure Storage Emulator" 

You can see in the last it says "

Error occured: 17:36:23.9351: The command 'C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe' with arguments 'init -forcecreate -server RDXP00CCCFRAINM' did not complete within the wait time of '180000' secs.
Error occured: 17:36:23.9351: Storage emulator initialization failed.
17:36:23.9351: Sleeping 00:01:00 before retrying.

"

I tried manually starting it but failed !!! 

Did I miss anything important, what should be done to restart the AX now ?

Thanks in Advance 
Shivam 

RE: customized workflow

$
0
0

Where did you find out that the workflow is stopped? Is it the Workflow history form? Is the error message empty for this workflow record?

Have you run an incremental or full CIL compilation after creating this custom workflow? Also try to restart the AOS.

customized workflow

$
0
0

I created customized  workflow from dummies for absence request

I can submit the request but the workflow is stopped

RE: Real computed Column return 0 in view

$
0
0

How did you test it ?

What code did you write ?

RE: InventDim AllBlank not created - AX 2012 R3 CU10

$
0
0

Hi Ievegen,

Yes, all the fields are empty.

As a workaround, we have written a job to update the inventDimId to 'AllBlank'.

However, would like to know the route cause this issue.

Thanks,

N.Sridhar


InventDim AllBlank not created - AX 2012 R3 CU10

$
0
0

Hi Experts,

We have created a new legal entity.

For initial testing process, we have created a product (manually) and released the product.

By default, an InventDim 'AllBlank' should have been created; but, instead system has created an InventDim with value '000001'

Kindly help. I am not sure whether I missed any setup before creating the product.

Thanks,

N.Sridhar

RE: Real computed Column return 0 in view

$
0
0

When i open the view i got this computed field with value 0, here is the code:

static server str Calculate()

{

return SysComputedColumn::multiply(

                                    SysComputedColumn::returnField(

                                                                   tableStr(myView),

                                                                   identifierStr(InventSum_1),

                                                                   fieldStr(InventSum ,Ordered)

                                                                  ),

                                    SysComputedColumn::returnField(

                                                                   tableStr(myView),

                                                                   identifierStr(InventTableModule_1),

                                                                    fieldStr(InventTableModule ,price)

                                                                 )

                           );

}

Real computed Column return 0 in view

RE: Duplicate Project Invoice Journals

$
0
0

Hello Arun,

Can you let us know a bit more about the System modifications that have been implemented? Are they - in your opinion - related to the Problem your Report or has that area not been touched?

Ludwig

Duplicate Project Invoice Journals

$
0
0

Hello Experts,

i am experiencing a problem in Project Invoice for both T&M and Fixed Price project.

system is generating duplicate invoice lines without Invoice number / Voucher. 

i have seen some one has posted same problem in the below link but no proper reply on it.

dynamicsuser.net/.../84964

Please help on this.

grid display method ctrl+g how to

$
0
0

Dear All,

I have a grid on a form, and it has a column which uses display method (which contains a select statement), so I can't filter via ctrl+g. How and what can I replace it with, so that I could filter the column via ctrl+g?

Thank You,

Gábor

RE: Cannot save the design in ssrs report

$
0
0

Hey D_Meethu R,

There is well know issue when your VS crashes during development and then restore report. It actually opens local copy of report that never get deployed to AOT, so you need to close VS and start from the very beginning.  


Cannot save the design in ssrs report

$
0
0

Hi,

For some reason I cannot save my changes in the report. Till today all the changes were getting saved and was able to preview the report with in VB. But now it is still showing me the old report in spite of the updated changes made in the VB.

When I close the VB and open the report again all the my changes are disappeared and the old report is present.

Wired behavior any alternative to avoid this so that I can continue in designing my report?

RE: View Unused Purchase Order Sequence number

$
0
0

ievgen, in order for you to derive Invoice in the first place, you need PO. PO is subject to management approver before you can even reached to invoice.

As for auditor, they will trace all the way from Purchase invoice, to DO and back to the inception source document which is the PO and vice versa.

So if the auditor ask why the number is jumping? How would answer in this case? Is it system bug? Is it data integrity? Is it someone trying to circumvent the controls, by issuing the PO without being notice by the approver, which collude with Supplier to supply the deliveries and change the company handsomely....

Hence, is the only solution is via Database log? Or is there any alternative that we can tweak from the front end? I recalled there is voucher trail, but that is only if the source document get posted.

But thank you for the immediate response though.

RE: Inventory closing is problem

$
0
0

Hello Praden, Is it possible that you re-post your attached Pictures? I can't see an open them. Thanks, Ludwig

RE: SSRS deployment error

SSRS deployment error - Loading assembly would produce a different grant set

$
0
0

Hi,

When I try to deploy my ssrs report I get the following error:

"The "DeployToReportsServerTask" task failed unexpectedly.
System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances.
(Exception from HRESULT: 0x80131401)
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String typeName)
   at System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String typeName)
   at Microsoft.Dynamics.Framework.Deployment.Reports.DomainBound.PrepareTask(AppDomain tempAppDomain)
   at Microsoft.Dynamics.Framework.Deployment.Reports.DeployToReportsServerTask.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext() "

Any idea?

Viewing all 175888 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>