Changes
= Introduction General =
Check if the configuration files ''UBIK.Studio.exe.config'' and ''UBIK.EnterpriseService.exe.config'' exists and logging is configured (ensure that directories are set). A missing or invalid configuratoin of the logging might cause a stop/break within the workflow.
See the list of supported [[CharacterEncodings|character encodings]] and how to use it in workflow activites like [[CreateCSVScope_(Activity)#Arguments|CreateCSVScope]].
See [[Workflow#When to use?|the Workflow article]] for some recommendations.
= Studio =
[[File:UI_FAQ_DesktopExperienceFeature.png|thumb|220px|alt=Desktop Experience Feature|Desktop Experience Feature]]
If you are using Windows Server 2012 and receive the error '''Picture printing is not available without the Desktop Experience Feature''', you need to have the '''Desktop Experience Feature''' installed.
The complete [[UBIK|{{UBIK}}]] data model built up by [[Metaclasses]], [[Metaproperties]], etc. as well as customizing code needs to be compiled into invokable .NET assemblies. This is done by the UBIK [[Compiler]], which therefore has to be called whenever you modify the used data model with respect to behavior of objects. See the [[Compiler]] article for more information.
You probably haven't compiled your customizing yet or you are using a customizing that was compiled against a different version of {{UBIK}}.
''Compile and test local'' compiles the customizing code without deploying them to the shared deployment path, hence use this option to test your customizing locally. ''Compile and release'' compiles the customizing code, deploys the assemblies to the shared deployment path and marks the current version as released for everyone. See the [[Compiler#Toolbar|Compiler]] article for more information.
The complete [[UBIK|{{UBIK}}]] data model built up by [[Metaclasses]] and [[Metaproperties]] needs to be transformed into SQL structures (tables, views). Although this is usually performed by the {{UBIK}} Kernel, try to rebuild the database structures whenever you modify the structural information of objects and the results do not seem to be sufficient. See the [[Compiler#Toolbar|Compiler]] article for more information.
See the [[Compiler#Preview_area|Compiler]] article for more information.