HI,
i'm using xdb command for create a new location
if I use the form "Create Location" after I have submitted name, creator, path and press the OK button , the procedure hangs with a message does the application not respond.
if I use the sql command :
CREATE LOCATION TEST IN "E:\\ED\\xdb_data\\TEST"
SORT SEQUENCE SENSITIVE
FORWARD LOG TEST;
it ends well, but after on catalog browser - Location I received this message:
X120: Cannot find location 'TEST' in SYSXDB.SYSLOCALS table.
I have tried also on MFE 5.1 and I found the same problem.
why?
thanks