I managed to find an old Axapta version to practice some programming and learn Axapta a little. The problem is I can't get it started. I had installed SP1-2-3 and started it, it is supposed to create the database. Well it creates some tables then I get a syntax error from SQL Server. I am told even SP1 was enough for SQL 2005. The error is 'Incorrect syntax near INDEX'. I don't know what to do at the moment. I am waiting for a friend to dl SQL 2000 from MSDNAA. If there are any Axapta experts here, any suggestions?
Axapta v3.0 with SQL 2005?
665 Views Asked by Ufuk Hacıoğulları At
2
There are 2 best solutions below
0
holz
On
For Axapta v3.0 to work with SQL Server 2005, you will need to apply the Kernel Rollups (KR), which you can't on SP1. I believe SP2 is a minimum for KR2 which will you get you working on SQL Server 2005.
If you are only going to have a small database to learn Axapta, instead of SQL Server 2005 you can use MSDE with SP4. You can get it from here.
I have not tried Axapta v3 with KR2 or KR3 running on SQL Server 2005 Express, so I don't know if this even works. Looking at the KR2/3 documentation it does not look like it is supported.
Related Questions in SQL
- Can MVC.NET prevent SQL-injection at razor or controller level?
- SQL server not returning all rows
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Creating a parametrized field name for a SELECT clause
- Combine two rows based on common ID
- Column displays each count
- Slick query for one to optional one (zero or one) relationship
- Aggregate and count in PostgreSQL
- MAX and GROUP BY - SQL
- SQL statement for a tricky 2 table query
- How to create nested selects with sql?
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Best Practice for adding columns to a Table in Oracle database
- SQL FIFO STACK using two tables
- SQL Query - Order by String (which contains number and chars)
Related Questions in COMPATIBILITY
- Browser compatibility of Polymer
- LiveCycle dynamic PDF - how to enforce Acrobat version?
- Why does Microsoft Edge (formerly Project Spartan) prompt to open this website in Internet Explorer?
- ios Swift: looking for a cross compatible method to Java's Random() PRNG that has identical output
- Points to be looked into while upgrading from redis-2.8.19 to redis-3.0.2
- Is there a definitive way to port a Cordova App to Windows 8? (Unsafe code)
- for...of - JavaScript keyword Internet Explorer work-around
- How to check if console/font supports Unicode?
- Appropriate way to use Android Support Library
- Cxx11 ABI for a single function call?
- SVG foreignObject doesn,t transform in Chrome
- how to make web service changes backward compatible
- Running on MARS but not running on Qtspim
- Clang or GCC compiler for c++ 11 compatibility programming on Windows?
- Wordpress Jupiter Chrome CSS issue
Related Questions in AXAPTA
- Microsoft Dynamics Ax 2012 R2 run time issue
- Why do some number sequences return "000000" instead of a new number?
- Datepart function error in Microsoft Dynamics SQL
- Hoiw to get the selection fields of a query
- How to copy the entered text in dialog with button from code?
- How to find if exist an uppercase character in string?
- Advanced CustInvoiceJournal
- string Bold on AX 2009 sentence
- AX 2009 - Shop Floor Control > Registration (time clock) job stuck in active status for one user/one job
- Enable/Find logging for Dynamics AX Odata service
- axapta random crashes multiple calls same method
- Need to control AOS memory consumption
- How to close the process from class code?
- How to check EP page caller on AX client
- Get value from ComboBox?
Related Questions in SQL-SERVER-2005-EXPRESS
- how to resolve this error "Use of getPreventDefault() is deprecated. Use defaultPrevented instead."
- Windows async batch cannot open database requested by the login
- SQL value contrains to another table data
- Date only in sql
- Using logins, users, permissions in SQL Server 2005 Express
- export all sql table records in vs 2005 (vb.net)
- installation of SQL Server 2005 Express edition in Windows 7
- Any way to send mail on SQL trigger (without using the paid services)?
- Uninstalling SQL Server instance, I lost my user database
- VB.NET 2005 connecting to SQL Server Express, No errors but cmds don't run
- T-SQL - Error on Case Statement
- Linked server setup between SQL Server Express and SQL Server
- Axapta v3.0 with SQL 2005?
- Delete rows from multiple tables using a single query (SQL Express 2005) with a WHERE condition
- SQL Server - can't do COUNT on DATEDIFF without doing CREATE VIEW
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Narsil, there is another option to make Axapta sp1 work with SQL Server 2005. Just open properties of your database in Management studio, go to 'options' tab and set compatibility mode to SQL Server 2000 - (80). Afterwards run Axapta synchronization again. This should work.