memberDef.setDataStore(datastore) - Exception on Windows " Exception in processing SYS_ERROR (data_store_creation_failed - datastore = ...")

memberDef.setDataStore(datastore) - Exception on Windows " Exception in processing SYS_ERROR (data_store_creation_failed - datastore = ...")

book

Article ID: KB0089809

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
Description:
===========
memberDef.setDataStore(datastore) - Exception on Windows " Exception in processing SYS_ERROR (data_store_creation_failed - datastore = <...>")

Environment:
===========
TIBCO ActiveSpaces 2.0.1
Windows Systems


Symptoms:
=========
Exception when inititalize metaspace/space:
"Exception in processing SYS_ERROR (data_store_creation_failed - datastore = <...>"

Cause:
======
Format of data_store directory incorrect (forward slash in path, e.g. c:/temp).

Resolution:
========
Update data_start and use "\\"

e.g.
"c://temp"

String datastore="c:\\temp";
memberDef.setDataStore(datastore);

Issue/Introduction

memberDef.setDataStore(datastore) - Exception on Windows " Exception in processing SYS_ERROR (data_store_creation_failed - datastore = ...")