Starting with 10.0.1 you receive an error message “Operation failed” when trying to create reservations directly in the resource database with the German template.
This is caused by a forgotten bracket in the code. To get rid of this error you have to do the following:
- Open the template of the resource reservation ( resrc10.ntf, resrc11.ntf ) in the Designer
- Open the Script Library “SharedFunctions_de-DE”
- Switch to the function “GetResourceInfo”
In the second to the last “If versionNumber < 377” you have the following code where a bracket is missing in the marked “Else” statement:
To correct this issue you have to replace the code with the following:
IsSpecList_Error = Evaluate(|@IsError(@ExpandNameList( @Subset(@DbName;1) ; “| + tmplist +|”;[IGNORE_FWD_ADDRESS]))|)
After this modification replace the design of your resource database(s).