Unexpected warning message

When uploading a new release of my solution I’m now getting a warning message I’ve not seen before. No idea of its cause, significance or what to do about it. The server log looks fine.

The warning also comes up when I upload a new release to my headless client utility solution (working on the same database). And the warning comes up on subsequent releases, it’s not a one-time thing.

[info] Import contains XML version 10 and repository version 27.
[warning] Did not override the sequence information of the column ‘sev_client’ of table ‘seven’ in server ‘seven_office’.
[info] Imported style ‘workflow’.
[info] Imported style ‘morninger’.
[info] Imported style ‘servoy’.
[info] Imported style ‘cb2’.
[info] Imported style ‘test’.
[info] Imported style ‘ictoost’.
[info] Imported style ‘sevenOffice1’.
[info] Import successful…
[info] Activated solution seven_office release 45

Here’s the Server log.

2006-01-30 19:52 : Loading servoy.properties from /Applications/Servoy/servoy.properties
2006-01-30 19:52 : Loading - Done
2006-01-30 19:52 : Using RMI registry on port 1099
2006-01-30 19:53 : No 1.5 found for pack200
2006-01-30 19:53 : Loading servoy.properties from /Applications/Servoy/servoy.properties
2006-01-30 19:53 : Loading - Done
2006-01-31 01:10 : 01:10:01:384 sevDailyUpdate.updateGuts done = 1
2006-01-31 01:10 : sevDailyUpdate Mail Success gSevid = 1
2006-01-31 01:10 : 01:10:03:944 sevDailyUpdate.updateGuts done = 2
2006-01-31 01:10 : sevDailyUpdate Mail Success gSevid = 2
2006-01-31 01:10 : 01:10:04:938 sevDailyUpdate.updateGuts done = 3
2006-01-31 01:10 : sevDailyUpdate Mail Success gSevid = 3
2006-01-31 01:10 : 01:10:43:225 sevDailyUpdate.updateGuts done = 4
2006-01-31 01:10 : sevDailyUpdate Mail Success gSevid = 4

Hi Morley,

This might be application.output() info that you added in your methods.
When run in Server this ends up in the server log.

Hope this helps.

ROCLASI:
Hi Morley,

This might be application.output() info that you added in your methods.
When run in Server this ends up in the server log.

Hope this helps.

Highly doubt that. The top section is Servoy’s report on progress of uploading the solution. It clearly says “Warning” and the balance of the wording is utterly unfamiliar.

This is a message Servoy is putting up. I have no idea what it means or what to do about it.

Perhaps someone from Servoy can illuminate this one.

I was referring to the server log, not the import feedback.
I don’t think the two have anything to do with each other since it very much have your naming convention of global variables (gServid).

About the warning in the import feedback.
I can’t tell you what it exactly means. It doesn’t say in the documentation either.
I can guess what it means but that doesn’t help you further.
Better let someone from Servoy tell you what it exactly means.