Description
Currently in the serverId parameter is always marked as unhandled which raise a lot of message in the migration reports. And this parameter is always dropped even if the server parameter is not provided which could be annoying if we lost all server reference at the migration.
For the serverId parameter the suggested solution would be to raise an exception if the server parameter is not provided. If not provided it would be better to cancel the conversion because we currently we don't have any solution to resolve the serverId parameter.
On other side we also have a lot of message about the columnIds which is not handled in case the macro is used in SINGLE mode. This in this specific usage this we don't need any info about the column but I could be useful to keep this information, so we need to convert also the columnIds and column parameter even if it's mandatory. This will avoid to have many message related to this and also be useful in case the user decide to change the macro usage.