3.1_6.1

Hi all,

Please understand we released this framework version on Aug 24th. At that moment Servoy 6.1.1 was not released yet so we did not test it on that version.
On August 27th Servoy released 6.1.1. On August 30th we tested this release of the frameworks on 6.1.1 and we found issues which requires a new release of Servoy (6.1.2).
That release of Servoy is expected this week after which we will retest and rerelease or patch if possible/needed.

Ron

Hello, I’m trying to mkae a migration for the version 6.0.1.86 to this last version, and make a backup of the database, but when i try to login show me this error.

And i don’t know why, if i have some convertions in the database or something

Added warning and information for people that come from pre 3.0.1b_6.0.6 versions. See original post.

Thanks for the info, but when i try to change the database of the framework to update, show me more errors, and don’t understant exactly the way to do the update. I followed the steps in this post, but can’t realize viewtopic.php?f=57&t=17959

pentamsi:
Thanks for the info, but when i try to change the database of the framework to update, show me more errors, and don’t understant exactly the way to do the update. I followed the steps in this post, but can’t realize viewtopic.php?f=57&t=17959

What kind of errors?

This when i push the CMD+1 (i’m using mac)

and this when i try to enter with one user of the framework database.

The database is with the old version of the framework, the 6.0.1.86, and if i can’t enter to the CTRl+1 panel i can’t update the database information, thanks.

Hello

I have a problem with the framework on the application server.
In developer it works but now I have imported the solution in the application server and adyustet all tables (they are now the same as in developper).
But i have an error if I want to display a program ( Cannot read property “elements” from undefined (layoutShow#40) ).
I think the problem is that the forms aren’t opened correctly because the form_object of the program is not readed.
If I go to the configuration there is an emty field where the form_object is displayed normaly and annother error message (screenshot).

[attachment=0]error.jpg[/attachment]

Is there a solution for this problem?
The application server is version 6.1.0 (developper 6.1.1)
Greetings Jonpaul

There has been a problem with the import of the solution, where the conversion type of column form_object in table nav_program was not set correctly. This will be fixed in the next version.

For now, you just have to run the following SQL statement on database servoy_repository:

UPDATE servoy_columninfo SET converter_name = 'StringSerializer' WHERE connection_name = 'svy_framework' AND tablename = 'nav_program' AND columnname = 'form_object'

The problem should be fixed after restart of the Application Server.

Thanks Vincent
that solved the problem.

I followed this steps:

After import on a existing framework you will have to do 2 steps: ( if you are just working with the sampleuse_navigation with sample data you don’t have to do this)
Start SC, login, the system will run into errors.
Go with control+1 to Servoy Navigation Configurator
Go to the tab Properties
Click on the reload button to get the new properties.

But i don’t understant exactly what is the SC. I have and old database with the old version frameowkr and don’t see any form to migrate to the new version.

pentamsi:
I followed this steps:

After import on a existing framework you will have to do 2 steps: ( if you are just working with the sampleuse_navigation with sample data you don’t have to do this)
Start SC, login, the system will run into errors.
Go with control+1 to Servoy Navigation Configurator
Go to the tab Properties
Click on the reload button to get the new properties.

But i don’t understant exactly what is the SC. I have and old database with the old version frameowkr and don’t see any form to migrate to the new version.

I think you are talking about the steps for ‘3.0.1b_6.0.6’. It seems to me you did only step 1. Step 2 as described in the post viewtopic.php?f=57&t=17959

Go to the tab conversion
Click on the run button behind ‘Conversion for data to new framework’

SC = Smart Client

I can’t make this:

Start SC, login, the system will run into errors.

Because when i try to login show me some errors, and can’ access to the main screen. I can’t login because have some differences in the database, i don’t know if i make anything wrong or something, and show me this error:

Cannot read property “success” from (/Applications/Servoys/Servoy6_TestB/workspace/svy_login_mdl/forms/svy_login_mdl.js#157)

And this other:

no exist the column sec_user.admin_level

And this message is showed to: saveUserPropertiesInDB is missing in the navigation properties

Hi Sanneke,
I have seen that Servoy 6.1.2 is released. Is a framework-update (from Framework beta3) possible or are there still problems?

No you can not use it. I will release a new framework.

Hello, can I auto-generate the program_id of an old version framework to work with the new version?

pentamsi:
Hello, can I auto-generate the program_id of an old version framework to work with the new version?

You where using the old program_id? The old version was a INTEGER, the new version is a TEXT-UUID.

Yes, but i need to change manually? and if i change how can I make to run the old application without id’s? any help?

And i import the solution using a server, but don’t change the type of program_id fields, because they said the field can’t be empty, and in the old version is empty.

Did you try the new version 3.1.1_6.1.2?

No, but I go to try it now.

Finally, making a manual change in the program_name and program_id change, now all run percetly.

But in the administrator_level in each user, what is the option developer?