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

Adjustment issue in Inventory recalculation

$
0
0

My company is operating the Dynamics AX 2012 R2.

In June,  we are facing the issue on the adjustment error after Inventory recalculation.

The image shows the issue in details.

These transactions are related to the same Production order.

After ending it, the production and production lines has the sam financial cost amount.

But the adjustment is only occurred to the production lines after the inventory recalculation.

If you have any root cause or resolution on this issue, please let me know.

Thank you.


Ledger account XXXX is not among the accounts in account group XXX that are used for sales tax code XXX

$
0
0

Hi, 

my accounting department cannot book this journal. 

I cannot myself find the solution to this message. Anyone know how to solve it?

As soon as I choose sales tax code "SE0" i get the follow message:
Ledger account 2462 is not among the accounts in account group SE1 that are used for sales tax code SE0

I assuming i need to add this account to the group SE1 and tax code SE0, but dont know how to.

running AX 2009

/Henric

Not able to activate MPOS AX 2012 CU9

$
0
0

On activation screen I am getting "There was a problem signing in.Try entering the operator ID and password"

I am getting below error in eventvwr-

Non-CommerceRuntimeException was thrown.System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'ISPUBLISHEDTOLOCAL'.

User '000160' logon request (type - 'PasswordWithNoDevice') on device '' using 'LocalDatabase' threw an exception: System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'ISPUBLISHEDTOLOCAL'.

Exception occured: [7/8/2015 9:28:00 AM] Microsoft.Dynamics.Commerce.Runtime.UserAuthenticationException: Exception of type 'Microsoft.Dynamics.Commerce.Runtime.UserAuthenticationException' was thrown.

is it possible to install Multiple Management Reporter in same machine

$
0
0

Hi all,


I want to install Multiple management reporter to be installed and configured for multiple instance in same machine in AX 2012 R3.

is it possible??

can any one give me a suggestion please.

Fixed Assets printed forms

$
0
0

Hi all!

Can you answer me please, is there any printed forms for Fixed assets in standart functionality of MS Dynamics AX2012?

Thanks in advance

Boris

Product Receipt : I cannot cancel product receipt, How to solve this problem?

$
0
0

I cannot cancel product receipt. It show error like this.

How to solve this problem?

Thank you.

Async jobs fails if a single Request time out appears between HQ and STORE - AXR3 CU8

$
0
0

Dear Experts, We are facing one critical issue, our stores are connected over Fiber and through VPN as well, whenever we run 1040 Product job, during sync if a request time out (network packet drop) appears, 1040 job got failed. Has anyone faced the same issue? and what resolution or SOP they applied?

Is it possible to pass multiple line table buffer from one form to another form

$
0
0

In planned purchase order details form, ie reached through Account payable>common forms>planned purchase order. the selected item number (datasource = reqpo table)should be passed to another form while clicking the button functions>firm. What i want to know is how will you pass the whole table buffer(with selected lines only)to another form using args class in ax2009.

thanks in advance


Bypass the print management

$
0
0

Hi,

i need to create the pdf file of the purchase order ssrs report but it always uses the print management setup used for the purchase order so i need to override the print management setup in the controller class.

my code is as per follows

static void Job28(Args _args)
{
PurchPurchaseOrderController controller = PurchPurchaseOrderController::construct();

PurchTable purchTable;
Args args = new Args();
args.record(PurchTable::find("O000171"));
args.parmEnumType(enumNum(PrintCopyOriginal));
args.parmEnum(PrintCopyOriginal::Original);

controller.parmArgs(args);
controller.parmReportName(ssrsReportStr(PurchPurchaseOrder, Report));

controller.parmReportContract().parmPrintSettings().fileFormat(SRSReportFileFormat::PDF);
controller.parmReportContract().parmPrintSettings().printMediumType(SRSPrintMediumType::File);
controller.parmReportContract().parmPrintSettings().fileName("D:\\" + "PurchaseOrder.pdf");
controller.parmShowDialog(false);
controller.startOperation();
}

If anybody have any other way to achieve the same please suggest 

Open Purchase invoices

$
0
0

Hi All ,

June 15th material received against the PO and sold same to customer also (Invoiced) . Assume that Client completed the Inventory closing and financial closing on June 30th for the last financial year .After this process client realized that they are two open purchase invoices for the received material , total value Invoice value $ 1,00,000 and some freight charges also $ 6,000 ,which had to post in the month of June ,but forgot to post in June.

On which date user should post these open purchase invoices in Ax 2012 and what would be effect on received inventory and what would be cost applied to shipped material.

Thanks in advance.

Reporting Error

$
0
0

While Generating Purchase order Confirmation Report in ax 2012 it Suddenly close the AX And Services Also Please Any One Help Me..

Accepting deliveries through MPOS

$
0
0

Hi

When accepting in a delivery using MPOS is it possible to:-

Enter batch and serial numbers?

Change the stock status of a product?

Change the location a product is sent to?

The warehouse accepting the delivery is a WMS1 inventory management warehouse

Thanks in advance

AifMessageInspector::AfterReceiveRequest. Error: System.ServiceModel.FaultException: Failed to logon to Microsoft Dynamics AX.

$
0
0

Hi All,

We are facing an below error during consuming the standard AIF services of AX 2012 R3 . This error is occurring for with all of the existing companies except one. It is working fine with one company only.

We don’t have company specific end point setup in AX 2012. Are there any other setup to enable services on the specific company ?

 

Object Server 01:  An error has occurred in the services framework.  Method: AifMessageInspector::AfterReceiveRequest.  Error: System.ServiceModel.FaultException: Failed to logon to Microsoft Dynamics AX.

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.InitializeSession()

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.InitializeContext()

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.Attach(OperationContext owner)

   at System.ServiceModel.ExtensionCollection`1.InsertItem(Int32 index, IExtension`1 item)

   at System.Collections.Generic.SynchronizedCollection`1.Add(T item)

   at Microsoft.Dynamics.Ax.Services.AifMessageInspector.AfterReceiveRequest(Message& request, IClientChannel channel, InstanceContext instanceContext

 

During some try it also give the error : 

Object Server 01:  An error has occurred in the services framework.  Method: AifMessageInspector::AfterReceiveRequest.  Error: System.ServiceModel.FaultException: The company zodb does not exist.

   at Microsoft.Dynamics.Ax.Services.AifHelper.ValidateCompany(SesPblk_t* blk, String company, String partitionKey)

   at Microsoft.Dynamics.Ax.Services.AxSessionInitBehavior.GetUserSessionForCallerImpl(String logonUserSid, String callerIdentitySid, String company, String language, Boolean isILSession, Boolean isRunAs, String partitionKey)

   at Microsoft.Dynamics.Ax.Services.AxSessionInitBehavior.GetUserSessionForCaller(String logonUserSid, String callerIdentitySid, String company, String language, Boolean isILSession, Boolean isRunAs, String partitionKey)

   at Microsoft.Dynamics.Ax.Services.AxSessionInitBehavior.GetUserSessionForCaller(String logonUserSid, String callerIdentitySid, String company, String language, Boolean isILSession, String partitionKey)

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.InitializeSession()

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.InitializeContext()

   at Microsoft.Dynamics.Ax.Services.AxServiceOperationContext.Attach(OperationContext owner)

   at System.ServiceModel.ExtensionCollection`1.InsertItem(Int32 index, IExtension`1 item)

   at System.Collections.Generic.SynchronizedCollection`1.Add(T item)

   at Microsoft.Dynamics.Ax.Services.AifMessageInspector.AfterReceiveRequest(Message& request, IClientChannel channel, InstanceContext instanceContext

 

 

Thanks

How to call table method in view method in Dynamics AX

$
0
0

Hi every one,

I came across a problem, can any one help me in this regard,

I want to call a table method from a method that is created in a View.Here is the scenario.

I have created a view say "test view", in that i have added a string computed column field named "Field1"Now i want to show the data from another table against the field of this view.lets say there is a filed named  "ItemId" in that view.now i want to created a method in view  that will display the name of the item in the "Field1" field for every record of the view. and for that i am using the below code in the view method.

 InventTable::find("item1").itemName();

but this is not running properly as i am unable to get the current record of the view and also when using the find method the view is giving the errors.

Kindly help me if any one knows the solution.

How can I set FD ProductCategory value on released product details form from ProductCategory form.(Ps refer SS)

$
0
0

Hello Experts,

                         Here my requirement is to bring the value from product category from to Financial dimension ProductCategory. I found the following code and it works fine for standard FD like Department BusinessUnit etc but not for ProductCategory :

staticvoid replaceDefaultDimensionsCondenseproduct3(Args _args)

{

InventTable inventTable = InventTable::find("1001-000000007"); //Customer Record containing Financial Dimension

Struct struct = new Struct(); //Structure to hold the dimension values to replace

container defDimensionCon; //Container to prepare the required values and dimension attribute combination

DimensionDefault dimensionDefault; //Get the replaced dimension recid

DimensionAttributeSetItem dimAttrSetItem; //Table to get active dimensions for the legal entity

DimensionAttribute dimAttribute; //Table to get the Financial dimensions

// AgreementLine inventtable ;//= AgreementLine::fin("CHICK PEAS");

DimensionAttributeValueSetStorage dimStorage,dimstorageInvent;

int i; //For looping

// select inventtable where inventtable.ItemId == "CHICK PEAS";

dimstorageInvent = DimensionAttributeValueSetStorage::find(inventTable.DefaultDimension);

//Loop for required dimensions

whileselect Name, BackingEntityType from dimAttribute

where dimAttribute.BackingEntityType == tableNum(DimAttributeOMBusinessUnit) ||

dimAttribute.BackingEntityType == tableNum(DimAttributeOMDepartment) ||

dimAttribute.BackingEntityType == tableNum(DimAttributeHcmWorker )||

dimAttribute.BackingEntityType == tableNum(DimAttributeCustTable)

&&

dimAttribute.Type != DimensionAttributeType::DynamicAccount

join dimAttrSetItem

where dimAttrSetItem.DimensionAttribute == dimAttribute.RecId &&

dimAttrSetItem.DimensionAttributeSet == DimensionCache::getDimensionAttributeSetForLedger()

{

//Add the Dimension name and display value to struct

if (dimAttribute.BackingEntityType == tableNum(DimAttributeOMBusinessUnit))

{

struct.add(dimAttribute.Name, "VT005");

}

}

//Prepare the container

defDimensionCon += struct.fields();

for (i = 1; i <= struct.fields(); i++)

{

defDimensionCon += struct.fieldName(i);

defDimensionCon += struct.valueIndex(i);

}

//if there are fields in struct

if (struct.fields())

{

//Get the DimensionAttributeValueSet table’s Record ID

dimensionDefault = AxdDimensionUtil::getDimensionAttributeValueSetId(defDimensionCon);

//Update to Invent Master

ttsBegin;

inventTable.selectForUpdate(true);

if (inventTable.DefaultDimension)

{

inventTable.DefaultDimension = DimensionDefaultingService::serviceMergeDefaultDimensions(dimensionDefault, inventTable.DefaultDimension);

}

else

{

inventTable.DefaultDimension = dimensionDefault;

}

inventTable.doUpdate();

ttsCommit;

} 

}

If I run this job then BusinessUnit value is getting set but if I try for product category it doesn't work I believe AX does not have any View like we have in this case DimAttributeOMBusinessUnit.

Please suggest some solution or any other piece of code or any altenate solution, Here data source behind "ProductCategory" form is EcoResCategory (Field >> Name).

Thanks in advance.


Purchase Order Conformation Batch job using Fixed Date AX 2012 CU6

$
0
0

Hi all,

We currently use the standard Purchase order conformation batch job within our Dynamics AX 2012 solution. But for some reason the date on which the batch job is created originally is the Date posted on all purchase orders generated! I have tried re-creating the job many ways so this issue does not occur but have failed every time. our current setup is as follows.

1. Access Procurement and sourcing\periodic\purchase orders\confirm purchase orders.

2. Selected the "Late selection" option.
3. Clicked the "Select" button and selected the status "Open order .. Received".
4. Clicked the "Batch" button.
5. Checked "batch posting".
6. Configured batch options
7. Label batch name, set recurrence options, identified batch server. (no end date, 5 minuet intervals)
8. Clicked OK to exit the batch processing form.
9. Clicked OK in the "Confirm purchase order" form.

I have noticed there is a document Date field but this is grey'd out and you would hope reverts to today's date but it does not seem to happen? Is this a known issue with CU6 as i cannot find any reference to it.

Once the batch job has been created you can amend the document date field but when you put "today's date" in the field (Ctrl + T) it also seems to stay fixed on this date.

The Report itself seems to pull the date from the confirm purchase order conformation screen as we have updated this through SQL as a test so this is the date the batch job is incorrectly updating. 

Intercompany Stock on Hand visibility - R3

$
0
0

Hi,

I have set up intercompany transactions within my R3 contoso environment between the GBSI and the UMSF companies but I cannot view the stock on hand from my purchasing company (UMSF) any ideas why this is?

Object passed to method is not object received by method

$
0
0

We are getting an error in \Classes\LedgerDimensionDefaultAccountController\parmControl that says "Error executing code: Query object does not have method 'separator'.  But the object -- which the method receives as a control from a caller -- should not be a query, but rather a segmented entry control.  And in fact, stepping through code, the caller is passing a segmented entry control (reservation_ReserveUnunsedAcc on the asset parameters form).

But what the receiver is receiving instead of that segmented entry control that is passed, is the caller's AAAFixedAssetParameters_Q query ... which isn't passed (this is a query for a different, custom control added to the form).

There is no X++ code that executes between the passing and the receiving, and the calling and the receiving methods are not customized.  In this out-of-the-box X++ code, an out-of-the-box segmented entry control named reservation_ReserveUnusedAcc is passed in, but a custom AAAFixedAssetParameters_Q query is received, with no code inbetween.   How can that be?

PS: To make sure it is not some caching issue, I have cleared my usage data for Asset Parameters, deleted my .auc files, and restarted the AOS.  No change.  Also, I have had someone else try and they also get the error.

PPS:  We are using AX 2012 R3.

Which data source is more useful to define the Measures and Attributes(Tables or Views)

$
0
0

Dear All,

Recently, I have developed one cube.

Under perspective we can define measures and attributes.

Which one better(Tables or Views) to define measures and attributes?

Thanks!!!

Form size too small

$
0
0

I have a form consisting of a single group with a single grid inside of it. The width property of the design, group, and grid are all set to "column width", but the window cuts off right around 200px. Right around halfway through the second field on the grid. The grid itself is behaving as expected and is fully expanded, but the window of the form is not. The form is being used as a menu item on a DropDialogButton, but the behavior is the same when opened standalone.

I have another form with essentially identical properties and it loads expanded as I expected.

I have tried clearing usage data and deleting the cache.

Any help is greatly appreciated. Let me know if I have left out needed information.

Viewing all 73760 articles
Browse latest View live


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