Split_HSQLDB_Wizard_v3c error message

Hello,

I am new to LibreOffice Base, and I developped my first database and application with the default embedded HSQLDB. I am running Windows 8.1 and LibreOffice 4.1.4.2. and this works fine.

Having read the recommendation to use the “Split database” architecture in order to avoid data corruptions, I am now trying to setup Base/HSQLDB with a single-user (file-mode) split db configuration, as described in [Wizard] Create a new 'split' HSQL 2.x database (View topic) • Apache OpenOffice Community Forum.

When I open the Split_HSQLDB_Wizard_v3c database (step 5), after enabling macro’s, I immediately get an error message popup :
Setp: macro code error
Error 1: An exception occurred
Type: com.sun.star.ucb.InteractiveAugmentedIOException
Message: the name contained invalid characters. (line : 17)

Any idea ?

After some research, I did found the cause of this problem. I accessed the folder containing my database through an UNC path. Changing the acces through the normal path c:… and everything works fine now.