I have a question about installing Aras Innovator and setting up the environment. When I checked the installation guide, there was no mention of SQL Server during installation. Please tell me what I should do before installation and what I should do after…
Hi community,
for a couple of tables I use additional SQL indexes for performance reasons.
I noticed that the SQL ItemType allows us to specify custom indexes too and even contains a few for the most common used ItemTypes. Aras for example typically…
Community,
I have created a staging table capability that will be used to generate innovator eBOMs from Oracle manufacturing BOMs.
My challenge is working with 1.7 million rows of data in SQL Server.
I know I could create a SQL procedure to get…
Hello all,
After many attempts and support of Aras Support, we are still unable to execute SQL Stored Procedures on an external SQL database.
Context
Aras Innovator Version 26
SQL Server 2017
Goal
Execute a Stored Procedure on an external…
I am looking for the equivalent to select max(property) in IOM.
The below SQL query returns exactly what I want, but I understand that this should be used as a last resort and want to make sure I'm not missing something. select MAX(item_number) FROM…
Hi Team,
I am experiencing a serious problem with my one Aras instance. We are losing data in the system, it is just disappearing without a trace. The user would add data, and then checking the next day, it is gone, without a trace, not even in the…
Good day all,
I am trying to create a dynamic report to produce the time it take between starting an activity and ending an activity. I can get the information I am looking for by using SQL, but it will not limit the returns based on dates. I have tried…
Hi community,
I use an Innovator SQL procedure to get some data that is merged with a second database. The SQL procedure is called from a server Method
When I test the procedure in SQL, date properties like modified_on are shown as in correct regular…