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

RE: GST Ledger account voucher is not affected in AX 2009

$
0
0

Hi Ludwig,

If I post free text invoice manually . It's working properly but when I am posting a free text invoice from staging area then it;s not working that mean voucher is not updating in ledger account transaction. Give me some idea to complete this issue.

Advance in Thanks and regards,

Vignesh


RE: Slow Importing of Data using Data Management

Slow Importing of Data using Data Management

$
0
0

Hi, I am currently working with Data Management in AX 7 (version 7.0.4127). The export function works fast but the import is horribly slow, considering I'm only trying to import 400 records using the Customers entity. Importing only 1 - 20 records is bearable, but the problem is I still have 50000 records that I need to import.

The question is, is there any other methods I could use instead of the Import function in Data Management? I have searched and tried Batch Import but I can't seem to understand it well since the my batch jobs in queue won't run. Please help. Thank you.

RE: Is the table GeneralJournalEntry an insert-only table?

$
0
0

As a rule you cannot count on RecId being a good indicator of the order of operations.  In an AOS cluster this is particularly true because each AOS will grab a block of 256 RecId's from the systemsequences table upon inserting the first record after a restart, and then consume the rest of the block before grabbing another.  That means that RecId's will be out of sequence when compared to CreatedDateTime.

However, even with a single AOS, you still cannot count on RecId's.  Here's an example.

User A STARTS posting a long running transaction, say a sales order packing slip with lots of lines, and starts transaction A, and records are inserted into GJE/GJAE.

Then User B STARTS posting a shorter running transaction, say a simple ledger journal, and starts transaction B, and records are inserted into GJE/GJAE, presumably with a newer RecId than transaction A used since they occurred afterward.  Then transaction B completes and commits the TTS.

User A's transaction is still ongoing, and so if you happen to process update the measure group at this point, you will not see any of the uncommitted records for transaction A.

Now here's the rub.  Later when you do another process update to pull new and only new records, if you use transaction B's RecId, which is greater than transaction A's RecId (presumably now a committed transaction), you won't pull transaction A's records at all.  They will be entirely skipped.  And notice how that occurs not just with RecId but also with CreatedDateTime and CreatedTransactionId.  In our environment this problem threw off my cube basically every day and took a while to solve.  My solution was to NOT pull any records that were created AFTER the start of any open transaction that is writing data, which is tricky.

Good luck.

Role Centre negative values

$
0
0

We have several indicators in the role centre tat are showing a huge negative amount in the current column, but the figures aren't of such. How can we establish on finding where the data issue is?

RE: import project ax 2009 in ax 2012

$
0
0

It is a project with tables, classes and custom forms plus other tables, classes and forms were added

RE: import project ax 2009 in ax 2012

$
0
0

AX2009 and AX2012 xpo files are different. You can't import them between versions.

If you look at them in a text editor, you might learn how to modify the 2009 xpo manually to get it into 2012.

Or you can use version upgrade tools to upgrade all your code to AX2012.

If you have just a few objects, the easiest and fastest solution is to re-create them manually in AX2012 development environment.

import project ax 2009 in ax 2012

$
0
0

I need import a project ax 2009 in ax 2012, 
Could you tell me how I can do


RE: Customer collection letter note - Primary/Invoice address

$
0
0

Hi Ludwig,

I was hoping the logic would be similar as with the finding of the customer invoice address.

Thanks for your suggestion.

Best regards

Fjorela

RE: Email batch customer statements

Email batch customer statements

$
0
0

Hi all,

I would like to email statments to individuals using batch processing. I have gone to: Accounts Receivables>Reports>External>Customer account statement. I have selected the customer group and set the destination to email and output as PDF.

Now this is my problem. When its sending the statements, its getting data for all customers of the selected group in one statement and sending the same to all individuals.

I hoped it would filter the data per AccountNum and send the statements based on that.

Please advice.

RE: import project ax 2009 in ax 2012

RE: import project ax 2009 in ax 2012

$
0
0

Please mark the answer as verified if your question was answered. Thank you!

RE: How to set CreatedTransactionId and ModifiedTransactionId properties to YES by uisng a table extension

$
0
0

As you have noticed, it's not possible at the moment.

How to set CreatedTransactionId and ModifiedTransactionId properties to YES by uisng a table extension

$
0
0

Hello everyone,

I need to set the CreatedTransactionId and ModifiedTransactionId properties to YES by using a table extension, those two properties are disabled.  I am able to modified another properties, but I need to modified those two as well. 

Do you have an idea ?  Is that possible ?


RE: How to set CreatedTransactionId and ModifiedTransactionId properties to YES by uisng a table extension

$
0
0

Thanks Nikolaos. So  What should I do ?  What I'm doing right now is converting some table's "overlayering" to extensions and those columns among others were modified.

RE: Retail Services stopped

$
0
0

Hi Tony,

Could you share the event viewer with the error message?

Regards,

Rodolfo Recalde

Retail Services stopped

$
0
0

I have two sell services in retail stores , but sometimes when seller select it's give an error and I have to do 1040 job to make it activate again , anyone have an idea about the reason that make it stopped and how can I solve that , kindly not that I have 9 retail stores and this problem happened with just two stores 

Thanks in advance

RE: Realtime service application pool goes down once or twice in a day in AX 2012 R3 Retail Online Channel

$
0
0

Hi Jayaprakash,

I worked in a similar scenario. RealTimeService (RTS) "freezes". The client had many customizations on the POS and thousands of simultaneous calls do RTS.

Unfortunately we could not find the reason for the problem.

But something that resolved the situation "palliatively" was to  change to a "smaller range", Regular Time Intervals Recycling.

IIS > Application Pools > select RTS App Pool > Edit Application Pool > Recycling... > Regular Time Intervals (in minutes) (the default value is 1740)

Another option you can explore to solve the problem would be to change the https to tcp (vice-versa) protocol in RealTime Service Profile I have already seen different behaviors, with different protocols)

or 

Set switchValue="Error"  to "All" in RST Web.config (perhaps, some more message can help in the investigation) 

I Hope this Helps!

Regards,

Rodolfo Recalde.

Realtime service application pool goes down once or twice in a day in AX 2012 R3 Retail Online Channel

$
0
0

We are setting up new servers for our client and they are using AX 2012 R3 Retail Online store front. here we have issue with Realtime service where Realtime service pool automatically going down or not reachable. when ever you make Realtime service call from store front then it will not return any results and below error will be recorded in Realtime Service Server.

 

- <Event xmlns="schemas.microsoft.com/.../event">

- <System>

<Provider Name="Microsoft Dynamics AX Retail : Real time Service RealTimeServices" />

<EventID Qualifiers="0">1</EventID>

<Level>2</Level>

<Task>0</Task>

<Keywords>0x80000000000000</Keywords>

<TimeCreated SystemTime="2018-08-01T07:44:30.000000000Z" />

<EventRecordID>45284</EventRecordID>

<Channel>Application</Channel>

<Computer>dtxprodax03.int.deltaco.se</Computer>

<Security />

</System>

- <EventData>

<Data>Exception occured: [8/1/2018 7:44:30 AM][5246da1c-92ce-409e-9ab5-78ebbe96769a] ValueFactory attempted to access the Value property of this instance.</Data>

</EventData>

</Event>

 

I don’t see any issues with Realtime service and when you go and check Realtime service then it will be up and running. Again if you recycle or restart Realtime service then again it will start working.

 

Looking at the error message I don’t see any clue what is causing the issue and when it does down as the error logs only when you call Realtime service from storefront. Till that time no error will be logged in event viewer.

In a day it will go down once or twice remaining all the time it will just working fine.

 

I have tried changing idle time of application pool to zero but I didn’t see any positive results.

 

Does anyone come across this issue? it would be great if you share your thoughts on the same.

 

Many thanks in advance!

 

Kind Regards

Jayaprakash

Viewing all 175888 articles
Browse latest View live


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