Results 1 to 6 of 6

Thread: Anyone familiar with Ensim?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Anyone familiar with Ensim?

    What is the path for the MYSQL database?

    for example:



    quote:
    --------------------------------------------------------------------------------
    <%
    DIM objConn
    Set objConn = Server.CreateObject("ADODB.Connection")
    objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
    Server.MapPath ("acrow") & ";"
    objConn.Open
    %>
    --------------------------------------------------------------------------------



    gives me


    quote:
    --------------------------------------------------------------------------------
    Microsoft JET Database Engine error '80004005'

    Could not find file 'c:\webppliance\conf\domains\acrow\Inetpub\wwwroot
    \siteadmin\acrow'.

    /siteadmin/default.asp, line 6
    --------------------------------------------------------------------------------



    This is on Ensim: Windows Site Administrator 3.2.1-3 (acrow)

    can anyone help?

    Thanks,

    Anjari

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    I've used ensim and found it a real pain to use. I'm sure I've got the connection string at work - I'll get back to you on Monday!

    You can try http://forum.ensim.com if you need more immediate help.

    DJ

  3. #3
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    Try the connection string:
    "DRIVER=org.gjt.mm.mysql.Driver;URL={jdbc:mysql://localhost:3306/databasename};uid=username;pwd=password;"

    If this doesn't work try changing localhost for the server name or IP address. If this still doesn't work check which port MySQL is on (3306 is the default).

    HTH.

    DJ

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    The other option is:
    "Driver={mySQL};Server=MyServerName;Option=16834;Database=mydb;uid=username;pwd=password"

    Try them both and see which works.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Thanks DJ

    DJ thanks for getting back to me...

    We have decided to upgrade to 2003 and drop ENSIM all together... It was nothing but problems for us.

    Thanks anyway,

    Anjari

  6. #6
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    A very good decision - should stop you having sleepless nights.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width