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

Item details form freezes while opening an item with filter.

$
0
0

I experience a very strange problem, that on the released products screen, When I use a filter on column(cntrl+G) and filter the items and open one of the item, the Item details page is opened. but when I use the filter "product name" (shift+f3) and filter the items and the try to double click to open the item, the system freezes and I have to eventually kill the session.

Is there any solution for this or ideas ? 


GL foreign currency revaluation didn't work on inter company transactions , Why?

$
0
0

Dear 

we ran the GL foreign currency revaluation on GL and all the accounts that got selected were reevaluated except for the Inter-company transactions , is this normal - given that all accounts are checked for "foreign currency revaluation" checkbox in the main account form 

how can i revalue these accounts ? is there a special routine for them?

regards

Salesline table-amount precision

$
0
0

Trying to determine what controls the decimal extension of an amount field in the salesline table.  Some orders contain a value with extended decimal positions (4.393333333333) others don't (3.570000000000).  Have a customer that requires 4 decimal positions (2.9358 vs 2.936).

Retail POS Offline provisioning timing out

$
0
0

I am trying to provision offline POS in our retail store. We are currently using AX 2012 R2 CU9. When attempting to provision the offline DB with Retail DB utility it always get a timeout when it is starting to populate the DirPartyTable.__tracking table. We do probably have about a million records in this table. I have tried adding "Connect Timeout=900" to the Retail DB utility config file but this does not seem to make a difference as it times out after about 30 seconds. If I remove the DirPartyTable from the Offline scope the offline provisioning will complete with out any errors. But Offline is not usable without the DirPartyTable.

Below are the logs from the Retail DB utility as it times out. Any help is very much appreciated.

VERBOSE, RetailDatabaseUtility, 4, 04/03/2018 15:14:32:582,    Executing Command: CREATE TABLE [DIRPARTYTABLE_tracking] ([RECID] bigint NOT NULL, [update_scope_local_id] int NULL, [scope_update_peer_key] int NULL, [scope_update_peer_timestamp] bigint NULL, [local_update_peer_key] int NOT NULL, [local_update_peer_timestamp] timestamp NOT NULL, [create_scope_local_id] int NULL, [scope_create_peer_key] int NULL, [scope_create_peer_timestamp] bigint NULL, [local_create_peer_key] int NOT NULL, [local_create_peer_timestamp] bigint NOT NULL, [sync_row_is_tombstone] int NOT NULL, [restore_timestamp] bigint NULL, [last_change_datetime] datetime NULL)
VERBOSE, RetailDatabaseUtility, 4, 04/03/2018 15:14:32:584,    Executing Command: ALTER TABLE [DIRPARTYTABLE_tracking] ADD CONSTRAINT [PK_DIRPARTYTABLE_tracking] PRIMARY KEY ([RECID])
VERBOSE, RetailDatabaseUtility, 4, 04/03/2018 15:14:32:588,    Executing Command: CREATE NONCLUSTERED INDEX [local_update_peer_timestamp_index] ON [DIRPARTYTABLE_tracking] ([local_update_peer_timestamp], [RECID])
INFO   , RetailDatabaseUtility, 4, 04/03/2018 15:14:32:590, Populating from base table
VERBOSE, RetailDatabaseUtility, 4, 04/03/2018 15:14:32:590,    Executing Command: INSERT INTO [DIRPARTYTABLE_tracking] ([RECID], [create_scope_local_id], [local_create_peer_key], [local_create_peer_timestamp], [update_scope_local_id], [local_update_peer_key], [sync_row_is_tombstone]) SELECT [base].[RECID], NULL, 0, CAST(@@DBTS AS BIGINT) + 1, NULL, 0, 0 FROM [DIRPARTYTABLE] [base] LEFT OUTER JOIN [DIRPARTYTABLE_tracking] [side] ON [base].[RECID] = [side].[RECID] WHERE [side].[RECID] IS NULL;
ERROR  , RetailDatabaseUtility, 4, 04/03/2018 15:15:07:680, Caught exception: System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
   at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
   at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()
   at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
   at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncTrackingTableHelper.PopulateFromBaseTable(SqlTransaction trans)
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioning.Apply(SqlTransaction trans)
ClientConnectionId:d833c411-b19b-4ebc-9939-15b093a0f390
Error Number:-2,State:0,Class:11
Error Number:-2,State:0,Class:11
ERROR  , RetailDatabaseUtility, 4, 04/03/2018 15:15:07:680, Caught exception: System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
   at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
   at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()
   at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
   at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncTrackingTableHelper.PopulateFromBaseTable(SqlTransaction trans)
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioning.Apply(SqlTransaction trans)
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.ApplyScope(SqlConnection connection)
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.ApplyInternal(SqlConnection connection)
   at Microsoft.Synchronization.Data.SqlServer.SqlSyncScopeProvisioning.Apply()
ClientConnectionId:d833c411-b19b-4ebc-9939-15b093a0f390
Error Number:-2,State:0,Class:11
ERROR  , RetailDatabaseUtility, 4, 04/03/2018 15:15:07:680, An error occurred during provisioning. Removing all provisioning artifacts. Error Message: 'Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'
INFO   , RetailDatabaseUtility, 4, 04/03/2018 15:15:07:683, ----- Deprovisioning sync objects on Database----

FA place in service date

$
0
0

Hi,

We post a PO invoice and a fixed asset is created out of it. The place in service date in the fixed asset > book form seems to take the posting date from the invoice, but not the invoice date. 

Any setup required>?

FA threshold -Business rules for fixed asset determination

$
0
0

Hi,

I went through the posting of https://community.dynamics.com/ax/f/33/t/201514

The threshold is defined at 500$

I have issued a PO, in the fixed assets tab marked 'new asset' , chose the asset group, the PO confirm, received, invoiced

I see that the asset got created with a book, and marked as acquired in FA module.

The threshold didn't have any effect.

Anything missing?

Thanks

Sam

AX 2012 R3. Print Management "number of copies" field ignored?

$
0
0

I'm testing with Microsoft PDF printer. I can create additional copies in print management, and they print correctly. But then if I want to set the "number of copies field", it's only printing a single copy of the instance. Why is "number of copies" ignored?

For example this configuration prints 4 copies instead of 7 (4 from print management tree + 3 from "number of copies" of the 4th element in the tree)

Any ideas?

Discount by line item based on the delivery to address

$
0
0

Hi,

I am looking to setup a discount that applies by line item on the sales orders if delivered to certain 'states' like GA, IL, NY  ( by delivery to address).

Any ideas?

Thanks

Sam


Past worker default dimensions

$
0
0

Hi All

I am trying to find past worker dimensions.

When looking in HCMEmployment table it only shows me current workers but i am trying to create a report to show default dimensions of all employees past and present.

what happens to the employment details stored for Past workers?

Many Thanks

Any help will be much appreciated.

posting route based on reported as finished quantity

$
0
0

Hi everyone,

I am kind of confused on route design and I was wondering how to set up route so that it won't post at start but on finished based on RAF quantity.

And also a side question, the "route group dependent" under automatic route consumption doesn't seem to work as flushing principle does, can anyone explain what it does?

Thanks,

Raphael

AOS Service Login Credentials “Corrupted” After Every Reboot

$
0
0

Every time this one AOS Server reboots, the AOS service account stops working. Also, it grays out the login info within the service config so that you can’t edit it via the management console. You have to change the login info for the service via the command line (sc.exe...). After you do that, you can edit it via the management console again. However, even if you edit it via the management console and set it correctly in there after setting it correctly via the command line (unnecessary, but I thought doing that might “reset” things), the next time you reboot, it does it all over again!!

I’ve checked the registry settings for the service, and everything is configured exactly the same as the other servers that do not experience this issue.

What do I do here? Remove and reinstall AOS? That’s a pain.... Any other ideas?

FA averaging convention

$
0
0

Hi,

We want that if the asset is acquired through any date this month, then the depreciation will start the first day of the next month. Any FA averaging convention that can do that?

Thanks

Sam

CLass USed

$
0
0

Hi,

I just want to know if what classes/tables are used to do the batch posting process.

Regards,

SCI

Post packing slip from Picking list in sales order

$
0
0

Hi everybody,

Can you give me advise post packing slip from picking list in sales order with any setup , I can not use this function. Currenty we are using AX 2009.

Thank so much.

Rainy.

Problems on batch server worflows

$
0
0

I would like to know how our batch posting too long time on a specific batch workflow group.

Scenario:

We have 2 batches workflows.

Batch NameDescriptions
1Batch1product lines 1
2Batch2product lines 2

When trying to excerpt Batch1 to post as Batch and recurrence for scheduling. it's working fine. It takes 5-20 minutes to be posted status.

But in Batch2, it's too long time to become posted.  It takes 1-2days sometimes more than that.

Can anyone who can solve?


Fixing customization to Ax elements

$
0
0

I had added some new method to an existing table thru AOT and it shown as (usr) model

I need to fix this customization to secure it from deletion.

I had faced one problem with my company administrator (I'm not sure what happen exactly) but while he was doing a database backup from live server to test server (my work only in the test server) all my previous work had been canceled like new added custom tables, new methods added to an existing tables, etc.

I knew one fast solution it to import the saved .xpo for any custom projects I did before but I want another solution or suggestion to prevent like these problem to happened again.

Bad Quality SSRS report have timeout issue , it was working after data grow it is not now.

$
0
0

Hi Experts, I have a bad quality SSRS report to generate the monthly payroll. It takes time to be generated due to the way how the DP calls where developed. 

now due to grow in data i get the following error when i run it 

{

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

}

i tired few actions it use to work when i do them like restart SQL Services, use the system in the ideal time, run the Rich Client of the application from server. it is not working any more. 

when i try to run it from reporting server ,URL http://<serverName>/Reports it get following error , after i changed the report timeout from SQL Server Reporting Services, still i get the error 

{

  • An error has occurred during report processing. (rsProcessingAborted)
    • Query execution failed for dataset 'LevpaySalaryRegStatic'. (rsErrorExecutingCommand)
      • A timeout error occurred while calling the AOS service. Use the Microsoft Dynamics AX Configuration utility to change the WCF configuration values. Exception details: The request channel timed out while waiting for a reply after 00:09:59.9909872. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
        • The request channel timed out while waiting for a reply after 00:09:59.9909872. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
          • The request channel timed out while waiting for a reply after 00:09:59.9909872. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
            • The socket transfer timed out after 00:09:59.9989972. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout.
              • The read operation failed, see inner exception.
                • The socket transfer timed out after 00:09:59.9989972. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout.
                  • A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

}

I know the best way is rewrite or enhance the report processing class in the report, but development we take time and testing efforts, can i find solution or temporary solutions. I have only issue in this report other reports are working fine.  

Generate Number Sequence

$
0
0

Hi Everyone,

Can anyone Pls tell me how to generate Number Sequence on Product information Management Module?

thanks in advance

Edit Approved Requisition

$
0
0

Hi,

Is there any way to edit approved requisition. No Purchase Order has been made from it

There is no service with namespace = ' http://schemas.microsoft.com/dynamics/2008/01/services' and external name = ''PurchaseOrderService'. In ax 2012.

$
0
0

I have created customize Purchase Order Service and using it in Inbound port , while running the batch using file system adapter.

I am getting an error " There is no service with namespace = ' schemas.microsoft.com/.../services' and external name = ''PurchaseOrderService'.

Please suggest .

Viewing all 73760 articles
Browse latest View live


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