Hi All,
I am using BC On premise.
how to update from previous CU to Newest CU?
Old one : CU 02
New one : CU 05
want to upgrade database from CU02 to CU05
all the C/side CU05 objects already imported the database
But when I download symbol for AL still download the old one
if i check in the SQL Database, also still point to no 2
how to change this so that my data is based on CU 05?
did i miss some steps ?
Thanks
Answers
did you install CU5 AL Language under extensions of Visual Studio Code?
did you update runtime parameter in app.json?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
"platform": "13.0.0.0",
"application": "13.0.0.0",
"runtime": "2.0"
I have 1 app point to 2 different database.
1 which is demo database cu 05, and the other one is my other database from CU 02 (which I already configured with my own data)
Yes I have install vsix from CU 05 in visual studio code
finsql.exe Command=generatesymbolreference, Database="Demo Database NAV (11-0)", ServerName=.\NAVDEMO
already generated.
still the same.. when i download symbol from Visual studio code, it will still generate from CU 02
The problem is
using DB01 (From CU 02) --> generated Microsoft_Application_13.2.26556.0.app
using DB02 (From CU 05) --> generated Microsoft_Application_13.5.29483.0.app
I only installed 1 CU (Which is CU 05)
and application version t0 13.5.0.0 and download symbols
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
and then I changed run time 2.5
error
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
still downloaded symbol is from CU 2