Skip to main content
Question

When does the UKVERSION has changed?

  • June 29, 2026
  • 4 replies
  • 25 views

Norbert Lauterbach
Forum|alt.badge.img+4

Hi all?

 

I installed the latest Patch  (044) in my development.

After transfering a form to test, I get an error .

[] User action failed to complete. Unexpected exception. [error=-100003] Repository data found, of which the K-version is too high.
 

The form is imported but I can’t open the IDE in test and prod any more :

 

 

4 replies

Juliano Anoar Haoach Garcia
Forum|alt.badge.img+1

You need to be careful, as this involves an import into Uniface, but the XML was likely modified by another tool. Running `update uform set ukversion = 7 where ukversion = 8 will resolve the issue.


Juliano Anoar Haoach Garcia
Forum|alt.badge.img+1

To verify, run `SELECT ukversion, COUNT(*) FROM uform GROUP BY ukversion`. You will see that there is only one record (or a few) with `ukversion = 8`. The majority will be 7, which is the acceptable value for your version.


Iain Sharp
Forum|alt.badge.img+5
  • Inspiring
  • June 29, 2026

Note the Kversion on the repository itself, and the panels (UPNL?) will also be 8, but this is correct. Not sure when the Uform kversions changed, all I can tell you is sometime between patch 004 and patch 034. 


Norbert Lauterbach
Forum|alt.badge.img+4

Hi all,

 

the error occurs first with Patch 038.

 

After getting the error

[] User action failed to complete. Unexpected exception. [error=-100003] Repository data found, of which the K-version is too high.

it is possible to open the form and change the form.

Funfact: This will set the UKVERSION back to 7!!!

 

But if you do not open and edit the form and exits the IDE, then you are in TROUBLE!