Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Wrong path when creating database on remote server
Fri, Oct 29 2010 7:59 AMPermanent Link

Luk

Hi,

I'm using ElevateDB Manager Version 2.04 (build 4)
Executing the following command
CREATE DATABASE "Test" PATH '\Support\Data' DESCRIPTION 'Support Database'

creates the database on the DB Server in c:\Support\Data

while the config path of the server is set to c:\test

What am I doing wrong ?
I want to create this db relative to the config path.

Thanks.

Luk
Fri, Oct 29 2010 8:39 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Luk


I think you're going to have to put the full path in.

Roy Lambert [Team Elevate]
Fri, Oct 29 2010 10:48 AMPermanent Link

Friedrich Westermann

Hello

I think you should use
CREATE DATABASE "Test" PATH '.\Support\Data' DESCRIPTION 'Support
Database'

or

CREATE DATABASE "Test" PATH 'Support\Data' DESCRIPTION 'Support
Database'

because with the Backslash in front it is not a relativ path

Greetings Fritz






Luk wrote:

> Hi,
>
> I'm using ElevateDB Manager Version 2.04 (build 4)
> Executing the following command
> CREATE DATABASE "Test" PATH '\Support\Data' DESCRIPTION 'Support
> Database'
>
> creates the database on the DB Server in c:\Support\Data
>
> while the config path of the server is set to c:\test
>
> What am I doing wrong ?
> I want to create this db relative to the config path.
>
> Thanks.
>
> Luk
Fri, Oct 29 2010 4:52 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Luk,

<< creates the database on the DB Server in c:\Support\Data

while the config path of the server is set to c:\test

What am I doing wrong ?  >>

Make sure to leave out the leading backslash ('\'), and EDB will properly
create the database relative to the configuration path.

--
Tim Young
Elevate Software
www.elevatesoft.com
Wed, Nov 3 2010 11:29 AMPermanent Link

Luk

Thanks for the fast replies.

Leaving out the leading backslash solved my problem.

Kind regards,
Luk
Image