Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread EWB Demos can't find datasets
Sat, Apr 11 2015 12:19 PMPermanent Link

Doug B

I've imported the demos in the IDE, but when running with the internal server the datasets can't be found.

I either get this error:

Master Detail Demo
"Error executing request "datasets" (Access is denied.) Line: 3362"

or

CD Collector
"Error executing request "datasets" (Access is denied.) Line: 3273"

I tried running both the IDE the external web server 'As Administrator', but still no luck.  I've read the documentation and assume that I'm missing where to specify the location of the data files, but can't figure this out.  I've also searched the forums (and probably missed something obvious).

The demo projects are located in

C:\Users\Owner\Documents\Elevate Web Builder Projects

Any help to get this working would be greatly appreciated.

Thanks,
Doug
Sat, Apr 11 2015 5:41 PMPermanent Link

Bruno Larochelle

hi..

i'm no expert but have a bit of experience..

I just installed the demos (into EWB2) as well, and was able to run them from the IDE

did you try double-clicking on the dataset (in the dataset manager)? maybe that can give you a hint as to where the plumbing is going wrong (?)

.. Bruno


Doug B wrote:

I've imported the demos in the IDE, but when running with the internal server the datasets can't be found.

I either get this error:

Master Detail Demo
"Error executing request "datasets" (Access is denied.) Line: 3362"

or

CD Collector
"Error executing request "datasets" (Access is denied.) Line: 3273"

I tried running both the IDE the external web server 'As Administrator', but still no luck.  I've read the documentation and assume that I'm missing where to specify the location of the data files, but can't figure this out.  I've also searched the forums (and probably missed something obvious).

The demo projects are located in

C:\Users\Owner\Documents\Elevate Web Builder Projects

Any help to get this working would be greatly appreciated.

Thanks,
Doug
Logiciels Bitwise Software
Edmonton, AB, Canada
Sun, Apr 12 2015 2:20 AMPermanent Link

Uli Becker

> I've imported the demos in the IDE, but when running with the internal server the datasets can't be found.

Please check this:

1. Have you clicked the menu item "Help | Import Example Applications..."?
2. Check the datasets in the dataset manager (if you don't see the
manager, click on "View | Dataset Manager"
3. Check the ini-file of the IDE (the paths of the databases are stored
there). You'll find it here: C:\Users\MyUser\AppData\Local\Elevate
Software\Elevate Web Builder 2\ewbide.ini
On my computer the demo datasets look like this:

[DataSet_DataBound]
EngineType=1
Description=Customer Dataset for Data-Bound Controls Example Project
DataSetType=0
TableName=customer
PrivateDir=C:\Users\Becker\AppData\Local\Temp\
DatabaseName=C:\Users\Becker\Documents\Elevate Web Builder
2\Projects\databound\data

[DataSet_SlideShow]
EngineType=1
Description=SlideShow Dataset for SlideShow Controls Example Project
DataSetType=0
TableName=slideshow
PrivateDir=C:\Users\Becker\AppData\Local\Temp\
DatabaseName=C:\Users\Becker\Documents\Elevate Web Builder
2\Projects\slideshow\data

4. Check, if the internal server is running (you can see that in the IDE).

Hope that helps.

Uli
Sun, Apr 12 2015 2:40 PMPermanent Link

Doug B

Thanks for the response.  I ended up removing everything and starting from scratch, which resolved this issue.

Doug

Uli Becker wrote:

> I've imported the demos in the IDE, but when running with the internal server the datasets can't be found.

Please check this:

1. Have you clicked the menu item "Help | Import Example Applications..."?
2. Check the datasets in the dataset manager (if you don't see the
manager, click on "View | Dataset Manager"
3. Check the ini-file of the IDE (the paths of the databases are stored
there). You'll find it here: C:\Users\MyUser\AppData\Local\Elevate
Software\Elevate Web Builder 2\ewbide.ini
On my computer the demo datasets look like this:

[DataSet_DataBound]
EngineType=1
Description=Customer Dataset for Data-Bound Controls Example Project
DataSetType=0
TableName=customer
PrivateDir=C:\Users\Becker\AppData\Local\Temp\
DatabaseName=C:\Users\Becker\Documents\Elevate Web Builder
2\Projects\databound\data

[DataSet_SlideShow]
EngineType=1
Description=SlideShow Dataset for SlideShow Controls Example Project
DataSetType=0
TableName=slideshow
PrivateDir=C:\Users\Becker\AppData\Local\Temp\
DatabaseName=C:\Users\Becker\Documents\Elevate Web Builder
2\Projects\slideshow\data

4. Check, if the internal server is running (you can see that in the IDE).

Hope that helps.

Uli
Image