Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Use Mysql N snitz forum
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  12:57:57  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
Hello friends,
I am using invision forum version2, and have a sql ~40mb.

I want to convert to snitz 3.4x version. Is it possible, is there
a script to convert the invision sql to make it work with snitz forum pl.

Secondly: my database is quite big, I got 750gigs space on linux
server, but only 20mb on nt server. Is it possible for me to use the
sql database on linux server or use .mdb file on linux server and
keep the .asp files of forum on nt server ??

Regards

Cool Surfer

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 October 2004 :  14:16:34  Show Profile  Send ruirib a Yahoo! Message
I don't think there is such a script.

Regarding the 2nd question, yes you can use a MySQL DB on a linux server from a NT server. You could also use an Access DB on the NT server, with the ASP files on the linux server, if you had Sun One ASP installed, but it's a lot more complex to do it. Go for the first solution if you can.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  14:58:36  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
Thanks, I will try to setup sql on linux server. And try to copy posts manually.
If I am not wrong in interpreting your post, it means that I can
upload snitz forum files on my linux server, eg www.onlinemedicalforum.com/snitzforum , all asp files will run on the
apache server ?? In apache handlers, do I need to add any extensions??

I am not sure if Sun One ASP is installed.

if I create a
sql db= dbsnitz
user= test
pwd= test

then is this the line which i will uncomment in config.asp pl ??

It will help me a lot.

Thanks.

Cool Surfer
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 October 2004 :  15:05:58  Show Profile  Send ruirib a Yahoo! Message
You cannot upload your ASP files on the linux server unless it has SUN One (which is a paid product) installed on your server. As probably Sun One is not installed, you will need to upload the ASP files to the NT server. The database, however, can be created in the linux server, admiting that you can access it from the NT server (are they on the same network?).

The line you will uncomment in config.asp is this one:


strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME"

where you will need to fill in the info in red.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  15:14:50  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.



Code : 80004005

Error Description :
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I am getting this error. The asp files are on nt server, I have modified the concerned line like this pl.

strConnString = "driver=MySQL;server=**.***.**.**.;uid=test;pwd=test;database=dbsnitz"

Cool Surfer
Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 19 October 2004 :  15:20:43  Show Profile
Have you installed the MyODBC driver on the windows server?

======
Doug G
======
Computer history and help at www.dougscode.com
Go to Top of Page

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  15:21:51  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
I entered server_ip=onlinemedicalforum.com , but didnt work, then filled the ipaddrerss like
~~~~~~~~~~~~~~~~~~~~~~~
strConnString = "driver=MySQL;server=66.332.66.118.;uid=dom_test;pwd=test;database=dom_dbsnitz"

Its giving the same error. sorry for double post .

Cool Surfer
Go to Top of Page

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  15:27:18  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
Have you installed the MyODBC driver on the windows server?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
no sir, I made a sql database on linux server. And configured config.asp on nt server. Pl tell me what should I enter in the server
details, should it be http://onlinemedicalforum.com or the ip address of onlinemedicalforum.com??

Cool Surfer
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 October 2004 :  17:27:08  Show Profile  Send ruirib a Yahoo! Message
You should specify the IP address. As Doug wrote, you need to install the MyODBC driver in your Windows computer.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 19 October 2004 :  17:37:37  Show Profile
You need the MyODBC drivers installed on the windows server. http://www.mysql.com/products/connector/odbc/

Support Snitz Forums
Go to Top of Page

Cool Surfer
Starting Member

India
32 Posts

Posted - 19 October 2004 :  22:57:06  Show Profile  Visit Cool Surfer's Homepage  Send Cool Surfer an AOL message  Send Cool Surfer an ICQ Message  Send Cool Surfer a Yahoo! Message
Thank you, I will try it today evening. But dont think there is any
provision to install odbc driver on windows nt server.

I just have one dsn in my control panel.

Cool Surfer
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 20 October 2004 :  02:12:15  Show Profile  Visit Gremlin's Homepage
Your host will have to install the driver, it will not be user installable if your using shared hosting no.

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07