Download Installation Issue

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
huma
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Mon Sep 08, 2008 5:37 am

Download Installation Issue

Post by huma » Thu Oct 16, 2008 10:02 am

I have downloaded Ablecommerce 7 shopping cart free trial. And trying to install it but im having issues


I Have created a folder Test(Website Folder) which has all the folders and files I downloaded from AbleCommerce. This folder is in "C:\Inetpub\wwwroot" thus the URL I use to run it is http://localhost/Test. When I Choose "Specify connection string
(Advanced) Option" and give the string
"SERVER=D10927\SQLEXPRESS2005;DATABASE=OrderTreeLive;" it gives following
error:

The specified database connection could not be opened.

Connection String: SERVER=D10927\SQLEXPRESS2005;DATABASE=OrderTreeLive;
Provide your license key and database connection to complete the first step of installation.

When I choose the "Use supplied SQL Server 2005 database" Option it initializes the database. But I want to use my own database.
Also I am using following connection string in my code in another project and it is working fine:

Con.Open "Driver={SQL
Server};SERVER=D10927\SQLEXPRESS2005;DATABASE=OrderTreeLive"
Con.execute("select blabla")

huma
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Mon Sep 08, 2008 5:37 am

Re: Download Installation Issue

Post by huma » Thu Oct 16, 2008 10:03 am

Im using windows XP version 2002 service pack 3

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Download Installation Issue

Post by mazhar » Thu Oct 16, 2008 10:16 am

Make a clean install, First remove not replace all the contents from the test folder and then copy and paste all ac package again in the test folder. When specifying advance connection string it should be as below

Code: Select all

server= D10927\SQLEXPRESS2005;database=OrderTreeLive;Integrated Security=true;
and also please make proper db type selection from dropdown avaiable.

huma
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Mon Sep 08, 2008 5:37 am

Re: Download Installation Issue

Post by huma » Thu Oct 16, 2008 10:50 am

I followed the directions and i get the following error:

The specified database connection could not be opened.

Connection String: server= D10927\SQLEXPRESS2005;database=OrderTreeLive;Integrated Security=true;
Provide your license key and database connection to complete the first step of installation.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Download Installation Issue

Post by mazhar » Thu Oct 16, 2008 12:37 pm

This could be due to some configuration of your SQLServer, Also make sure that you properly created the database and double check that you are using the same database name in connection string.
You can read the AbleCommerce installation guide from here
http://help.ablecommerce.com/installati ... sp.net.htm

Post Reply