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

DIXF fails upon hitting 'Preview source'

$
0
0

I have tried a CSV file and a OBDC data source.  Both give this error when trying to preview:

System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to http://myServer:7000/DMFService/DMFServiceHelper.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---

Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ClientReliableChannelBinder`1.RequestClientReliableChannelBinder`1.OnRequest(TRequestChannel channel, Message message, TimeSpan timeout, MaskingMode maskingMode)
at System.ServiceModel.Channels.ClientReliableChannelBinder`1.Request(Message message, TimeSpan timeout, MaskingMode maskingMode)
at System.ServiceModel.Security.SecuritySessionClientSettings`1.SecurityRequestSessionChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.DMFServiceReference.ServiceContract.ShowPreview(DMFEntity entity)
at Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.DmfEntityProxy.DoWork[T](Func`1 work)


AX 2012 R3 Retail- Store specific price lists

$
0
0

Hi,

I want to set up store specific price lists and discounts for the products. How do I set up different prices for the same products in different stores?

Thanks in advance...

AX 2012 :Client credential when consuming web service in Ax 2012

$
0
0

Hello everyone !!

It is easy to pass windows client credential when consuming Ax 2012  webservice in visual studio.

But i am consuming a web service in Ax 2012 by creating Class library project in visual studio and adding a service reference and then writing X ++ codes.It is working fine on service account user.But not working with other users.

how can i pass windows login credentials ??

Regards,

Piyush Adhikari 

Ax 2009 Upgrade X++ Select forUpdate

$
0
0

Dear All,

I am upgrading from 2009, the job ReleaseUpdateTransformDB50_LdegrTrx has method that has 5 object of GenralJournalEntry for select and update operations under tts begin.
one of the condition in loop needs to update the object and using select forUpdate which is returning no row and throwing error, record have never been selected. i can see the Recid in where statment by display in info message, i have tried this link http://daxdude.blogspot.com/2013/02/ax-issue-cannot-edit-record-in-sales.html which is exactly demoed the solution for this kind of problem 

bu no help. can any one help me please.

No budget period being set

$
0
0

Hi,

I am trying to transfer a project quotation to a project budget using the WBS but I can't get the budget control to work.  I have tried to manullay input a project and budget without using the quotation and this has worked. I get the error message;

The entry for category 'Conceptual Gas' on project '000216' cannot be posted/approved because it would cause the cost budget to be exceeded by 10.00.

I think this is because the budget period has not been set.

AX 2012: Error executing code: Binary (object), method constructFromContainer called with invalid parameters.

$
0
0

Hi All,

Anyone encounter this error before in Enterprise Portal document handling.

An unhandled error has occurred. To view details about this error, enable debugging in the web.config file or view the Windows event logs.

Error executing code: Binary (object), method constructFromContainer called with invalid parameters.

Stack trace

(C)\Classes\Binary\constructFromContainer
(C)\Data Dictionary\Tables\DocuRef\Methods\getDocuValueAsBinary - line 3


Microsoft.Dynamics.AX.ManagedInterop

   at Microsoft.Dynamics.AX.ManagedInterop.RuntimeContext.CallStaticRecordMethodWithReturnType(String strRecord, String strMethod, Type returnType, Object[] pParamList)
   at Microsoft.Dynamics.AX.ManagedInterop.RuntimeContext.CallStaticRecordMethod(String recordName, String methodName, Object[] paramList)
   at Microsoft.Dynamics.Portal.Application.Proxy.DocuRef.getDocuValueAsBinary(Int64 _docuValueRecId)
   at TrvExpDocuview.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Project Budget Exceeded

$
0
0

Although amounts to be posted are within the budget limits still the system is generating the below error

( The entry for category '**' on project '*****' cannot be posted/approved because it would cause the cost budget to be exceeded by ***** )

I have checked all the entries and Project Budget Balances, Committed costs.

autorun.hta is not a valid win32 application


Project Budget Workflow Approval Issue

$
0
0

The below error is generated after the final approval of Project Budget though workflow.

"No account number exists for account type Cost for project *********".

how can i change my hotmail login ID

$
0
0

Dear All

am handling the ERP to my college, "mistakenly i was using my private Hotmail ID to login to the customer sources, now i need to change my Hotmail login ID to my college or create one for our company.

please support.

Notifying if a field has been accessed

$
0
0

Is there a way to notify the administrator if a user level eg accounts receivable user has accessed a particular field from a table?

Problem in create one invoice for multiple sales order to same customer

$
0
0

I have problem when to create one invoice for multiple sales order to same customer but it take different sequence as below :

http://www8.0zz0.com/2015/02/01/12/981686895.png

SRSReportServerWarmup class and issue about time consuming in SSRS report.

$
0
0

Hello,

I am using SSRS reports in AX, and I have lot of problem with time consuming.

The first time take so long, even the SSRSReportServerWarmup class is running (as batch job).

I have realized some things: When I am using dataprovider, how AX knows the exact dataprovider, and how AX know which is the datacontract.

What I see is that the AX uses datacontroller, calls the report server - In the report that is running, there is the dataprovider. The dataprovider name (or some identification) send back to AX, and after dataprovider is known, only then - The datacontractor can be resolved in datacontroller. Those back to SSRS server, and back again to AX server may costs, especially for the first time, but not always.

What may be done, except SRSReportServerWarmup, that SSRS will run fast enough (at the least time possible), regardless of building the temporary table (this is not the case). Generally, I build the temporary table on temp DB. I didn't see much difference about tempdb and using memory table (but I think, I cannot use memory table, as I remember).

Thanks :)

how to add new field from CustLookup form AX

$
0
0

how to add new field from another table inside CustLookup  form

Blocking fields in all tables at once

$
0
0

For a certain security level of users eg. Warehousing. Is there a way to block fields eg. price and unit cost in all the tables at once instead of doing one table at a time?


AX2012 for Retail: Display Customer's Account Balance on POS

$
0
0

Hi All,

I'd like to create a button on the POS so that, when it is clicked it shows the customer's account balance.

I have customers that pay with their account and sometimes they would like to know the money they have on their account. Instead of going all the way into AX Client and looking up the customer I'd prefer a button on the POS where the cashier will just click it and the balances will show.

Please assist.

Thank you.

error while using import expoprt tool

$
0
0

While trying to import employees master data using  export import tool, I face the following error when selecting copy data to target “Results. Record ('XXXXXX') . Cannot create a record in Global address book (DirPartyTable). Party ID: 0000000XX, ……………………….

The record already exists.”, how can this error resolved ?

AX2012 R3: Project Parameter Method of Payment

$
0
0

Hi,

I noticed that there is a new parameter available in the project module parameters form called "method of payment". The new parameter can be found in the financial tab of the project parameters form. Does anybody know that this parameter is doing? I have not been able to find anything on TechNet and in the web.

Best regards, 
Ludwig 

how to call the current field value in data source form in Modified method AX 2012

$
0
0

i need to update specific field in modified method based upon select statement 

How can i do that??

Plz anybody replies to me??

Dynamics AX 2012 R3: Clone Company Number Sequences

$
0
0

Hi Everyone,

Number sequences in Dynamics AX are a terrible pain when you have to create manually a lot of number sequences for multiple companies.

I bet you thought Dynamics AX should have an option to copy from company A to company B all the Number Sequences you have configured.

It's known that Dynamics AX have a Wizard where you can create automatically all the number sequences you have not configured, but the number sequence names are too generic, you can't change display name and you will need to edit the format later for each number sequence.

I can provide you a solution to copy number sequences from one company to another. This solution will give you friendly names customized for each company, and will copy the format to the new number sequence. It will copy display name too.

With this tool, you can forget the pain of create number sequences and reference them*.

If you want this tool, contact with me we can make business.

*You will need to create first number sequences in the source company.

Viewing all 73760 articles
Browse latest View live




Latest Images