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

Error in Store Database,

$
0
0

Hi All, we have an issue when opening POS in one store,

the error in event viewer,

LSRetailPosis.POS.Program: System.Data.SqlClient.SqlException (0x80131904): Possible schema corruption. Run DBCC CHECKCATALOG.
Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command.  The results, if any, should be discarded.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)

....

and when we apply DBCC CHECKCATALOG in SQL Server, this following error shows,  (this is part of the error as it is really LONG)

Msg 3857, Level 16, State 1, Line 1
The attribute (internal_type=NULL,parent_id=NULL,parent_minor_id=NULL) is required but is missing for row (object_id=278460962) in sys.internal_tables.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=358461247) of row (object_id=358461247,column_id=1) in sys.columns does not have a matching row (object_id=358461247) in sys.objects.
Msg 3853, Level 16, State 1, Line 1


as in AX the Download jobs are working except Jobs 1070&1060


 this is the message error in download sessions for Jobs 1070&1060

Microsoft.Dynamics.Retail.SynchClient.Core.GetColumnsForTableInDatabaseException: Error occurred when trying to find column names for table [AX].[DIRPARTYTABLE] in database FD4-AXOnestopDB on SQL server instance C6833\SQLEXPRESS. Query: SELECT COLUMN_NAME AS COLUMN_NAME
                  FROM INFORMATION_SCHEMA.COLUMNS
                  WHERE TABLE_SCHEMA = @schemaName
                  AND TABLE_NAME = @tableName
                  ORDER BY ORDINAL_POSITION; ---> System.Data.SqlClient.SqlException: Possible schema corruption. Run DBCC CHECKCATALOG.
Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command.  The results, if any, should be discarded.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
   at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
   at System.Data.SqlClient.SqlDataReader.Read()
   at Microsoft.Dynamics.Retail.SynchClient.Core.Utility.GetColumnsForTableInDatabase(SqlConnection connection, String tableNameWithSchema)
   --- End of inner exception stack trace ---
   at Microsoft.Dynamics.Retail.SynchClient.Core.Utility.GetColumnsForTableInDatabase(SqlConnection connection, String tableNameWithSchema)
   at Microsoft.Dynamics.Retail.SynchClient.Core.DownloadAgent.ApplySessionFileToClientDatabase(SessionManager sessionMgr, String fileName)

thanks in advanced,

 


RE: Customer Layer vs User Layer

$
0
0

Hi Sukrut,

so its mean I did customization at USR layer,

but my issue still not solved yet.

when I login using my usual id ( not administrator ) and my purchasing user login, both login at USR layer, the submit menu not showed up at above the vendortable form ?

but, when I login using administrator, the submit menu showed up.

what is the root-cause this issue ?

thank you

RE: Customer Layer vs User Layer

$
0
0

Hi Sukrut,

I tried again to open cus layer from DEV-Server, using my administrator id, 

its showed "sys,cus,usr" layer.

but actually my question is :

why at usr layer, login using my regular id and my purchasing id. the submit menu not showed, but using administrator id the submit menu showed up.

thank you

RE: Customer Layer vs User Layer

$
0
0

Do you have any security configured ?

RE: Country-specific features for India

$
0
0

Hi,

No, when i tried to put a break point on that part, the process wont stop on that part; that means in the process that line is not performed. 

Thanks :)

Country-specific features for India

$
0
0

Hi Everyone,

So every time I use the customs feature on Indian Company, when I try to cancel there is always an error.


Thanks in advance :) 

RE: Offline Sync Service for Retail POS in windows 10

$
0
0

A few more considerations...

When you say...."Microsoft Dynamics AX 2012 R3 CU8"...

Upgrade to the latest version, all Retail components (Application, AOS,  POS, OfflineService, AsyncClient/Server, RealTimeService, ChannelDB...) is a good option. I noticed a good evolution, in previous versions (R2) and after successive updates (from the R3 CU10).


Changing the parameters of Offine.Service.exe.config file would be an option if you did not need to synchronize every ten seconds or even in parallel. But as this is not an option for your business scenario, as you yourself have described. Maybe you can gradually increase the MemoryDataCacheSizeKB parameter, and check if there is any kind of improvement. 


One last alternative.

Use an SSD disk in a POS group and a store server and verify that the same behavior occurs.

Any news, update us.

I Hope this Helps!

Regards,

Rodolfo Recalde.

Offline Sync Service for Retail POS in windows 10

$
0
0

Dear All,

We have recently migrated from windows 7 to windows 10 on the POS and each POS use Offline database. After the migration the offline sync service randomly spikes up the CPU/Memory/Disk usage slowing down the sales performance.

Is there a way to control this High utilization of the Resources.


RE: Customer Layer vs User Layer

$
0
0

Hi Sukrut,

i'm still new to customization and development.

previously this setted by previous worker before me.

I don't know much about this.

could you elaborate more, which menu I should open and check for more detail about security configured ?

thank you

Customer Layer vs User Layer

$
0
0

Dear All,

I had create some customization at Test Environment which is workflow approval at Customer Layer by using user id Admin.

I tried to login using my login, my current layer is user layer.

my customization is not showed up. how to activate my customization created at customer layer available at user layer.

please help.

Thank you in Advance

RE: Company Currency - X++

$
0
0

use following line of code

CompanyInfo::standardCurrency() or

Ledger::accountingCurrency(CompanyInfo::current());

Company Currency - X++

$
0
0

Hi,

How can I find the currency for a specific company using code? I can't seem to find the relation between Currency and CompanyInfo.  I also want to use the companyId parameters for finding the currency.

Best Regar,ds

RE: How to find invoices that replaced by asterisk in customer payment journal

$
0
0

Hi Tatiana,

It works nicely, thanks for your answer.

How to find invoices that replaced by asterisk in customer payment journal

$
0
0

Hi everyone,

i need to create a custom report that print customer payment journal, i made the report using LedgerJournalTrans table as datasource with some relation added in order to retrieve the details. the problem is, when i mark multiple invoices from settlement, the invoice field is changed to an asterisk. how can i pull the invoices from one customer payment journal?

RE: PDF Font Problems


PDF Font Problems

$
0
0

Hello,

since a few days we have a lot of customers that can’t read our E-Mailed PDF-Documents created in AX 2009. The letters are unreadable (looks like Windings font). And also on some workplaces at our company the problem occurs. No windows updates were installed on the workplaces and no AX changes were done the last days. The Problem occurs in the newest Adobe Acrobat Reader (2018) - I dont know if it also occurs in a different reader because the problem is hard to reproduce.

If the User logs on and off sometimes the problem is fixed and then re occurs a day later or so. But also a lot of our customers have the problem - so this can’t be PC/Server specific.

If we create the PDFs with embedded fonts it works - but we send a lot of PDFs every day and we search a better solution.

Maybe Adobe changed something in the newest PDF Reader.

We only use the Arial font in the PDFs so the problem must have something to do with the way AX declared the font in the PDFs.

When I look into the used fonts of the PDFs I see that Arial font is included as CID and Coded as Identity-H --> I think it must have something to do with this.

Other PDF Documents with Arial font (created in Word) don’t have this CID and Identity-H and can be opened without Problems - it only occurs in our PDFs created in AX 2009.

Is there a way to change this CID or Identity-H when I create the PDF from AX 2009? Any other ideas?

 

Hope someone can help me :(

How to add new user defined project stage AX 2012

$
0
0

I need to add a new project stage. I added a new element in the ENUM project status. When I go to project management and accounting parameters and select Rename I am not able to rename since I do not see the text. Also I do not see the new stage in the project status filed in ProjTable. Need help to get this working.

Customer lookup form customization AX7

$
0
0

Hi there,

in AX7 we could use CustomerDataInteractorFactory to search records based on customer name instead of customer account.

However it only allows searching based on "Begins with". How could we customize it to search based on "Contain"? 

Which object(s) should we customize? Thanks.

RE: SSRS Report Header and Detail

$
0
0

You can create this report by just creating single temporary table , why don't you just add invoice date and due date in second table and use it to show on your report. You have all the fields you need to show on report , you just have to designed it.

SSRS Report Header and Detail

$
0
0

Dear Experts,

I use Microsoft Dynamic AX 2012 R3

I want to create SSRS Report using Report Data Provider

Just populate data into 2 temporaries table, here is the data

How to create report with Header and Detail like image below

The report grouping only 1 invoice on 1 page, so If I have data on the table above , I get 2 reports

Any reference or tutorial what should I do?

Thanks in advance

Regards,

Bintang

Viewing all 175888 articles
Browse latest View live


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