Howto: Install webmonkey?

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Howto: Install webmonkey?

Server object error

by chalks » Fri Jul 06, 2007 12:14 am

Hi,
This is my first post and I have been a long time user of MediaMonkey. I am trying to setup WebMonkey R12 but get an error after I upload the files and change the DB location in settings.asp
The error I receive is:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/redline1/Default.asp, line 61

800401f3

I am new to ASP so would appreciate some assistance in resolving this issue.
Thanks,
chalks

by trek » Tue Jun 12, 2007 4:14 pm

Lowlander wrote:That last error is due to the database being in use by I assume MediaMonkey. This is a common issue with Access on IIS. It's best to use a seperate copy of the database for WebMonkey. If this issue still comes up you can try restarting the PC.

I will have to look into the path issue and see what the correct setting would be.
I have the webmonkey directory on my desktop, and my MM directory is of course in program files....I copied the database from MM to the webmonkey data folder, so It can't be using the same database....

by Lowlander » Mon Jun 11, 2007 9:31 pm

That last error is due to the database being in use by I assume MediaMonkey. This is a common issue with Access on IIS. It's best to use a seperate copy of the database for WebMonkey. If this issue still comes up you can try restarting the PC.

I will have to look into the path issue and see what the correct setting would be.

by trek » Fri Jun 08, 2007 5:28 pm

Low can I send you my settings.asp and you see what the heck im doing wrong? Now its not working today when I start my IIS and goto the url i get this now....

Code: Select all

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4bb4 Thread 0x4c4c DBC 0x1259e24 Jet'.
/trek/includes/statistics.asp, line 8

by trek » Fri Jun 08, 2007 3:20 am

Lowlander wrote:You can delete this part of default.asp:

Code: Select all

Set objFS=Server.CreateObject("Scripting.FileSystemObject")
If objFS.FileExists(Server.Mappath(strDBLocation)) = False AND blnVerifyDB = 0 Then
	Response.Write("<body><br /><br /><br /><div align=""center""><b>" & strmaintenanceMsg & "</b></div></body>")
Else
which starts at line 61

and delete:

Code: Select all

<%
End If
%>
on line 285 to 287 (end of document).

As for the linking to the songs, you want to link to the local song on your PC?
At the moment I am going to forget about trying to get it to load on the ASP host, and just want to get it running with IIS...I got all the error's fixed when I am running it through IIS, I just cant link it to load my music on my HDD....I have music stored on 2 seperate HDD I want it to load just like my reg. mediamonkey, but when I click the Tree + it shows nothing....I did take my MM DB from the program files and put it in the data folder....just dont know what else it needs....

by Lowlander » Thu Jun 07, 2007 10:40 pm

You can delete this part of default.asp:

Code: Select all

Set objFS=Server.CreateObject("Scripting.FileSystemObject")
If objFS.FileExists(Server.Mappath(strDBLocation)) = False AND blnVerifyDB = 0 Then
	Response.Write("<body><br /><br /><br /><div align=""center""><b>" & strmaintenanceMsg & "</b></div></body>")
Else
which starts at line 61

and delete:

Code: Select all

<%
End If
%>
on line 285 to 287 (end of document).

As for the linking to the songs, you want to link to the local song on your PC?

by trek » Thu Jun 07, 2007 5:28 pm

Steegy wrote:Lypha.com supports SSH, PHP, MySQL, Perl/CGI, Ruby, FTP, SSL (according to their web home page). That is, .not. ASP.
I'd suggest you to try installing WebMonkey on your own IIS server first.

I have no suggestions for free ASP hosting, except for search results.
At the moment I'm trying to figure out the whole IIS thing, but I did find a free ASP hosting site....http://www.somee.com...I setup an account and UL all the files and when I goto the webmonkey dir I get this error

Code: Select all

Server.MapPath() error 'ASP 0172 : 80004005'

Invalid Path

/Webmonkey/Default.asp, line 62

The Path parameter for the MapPath method must be a virtual path. A physical path was used.
I am wondering do I have to have the Music and DB that I want to use on the server?

I got IIS up and running, and setup a Virtual Dir. and all the good stuff....I see the default page but now I just cant figure out how to get it to link to my music on my HDD

by Steegy » Thu Jun 07, 2007 4:56 am

Lypha.com supports SSH, PHP, MySQL, Perl/CGI, Ruby, FTP, SSL (according to their web home page). That is, .not. ASP.
I'd suggest you to try installing WebMonkey on your own IIS server first.

I have no suggestions for free ASP hosting, except for search results.

by trek » Thu Jun 07, 2007 4:54 am

Well I emailed my server and this is there response "We are not supporting ASP. We have accounts hosted in linux servers."

So....I'm stuck there...any suggestions on a free host that supports ASP?

by trek » Thu Jun 07, 2007 3:17 am

I am using lypha.com. I will email them to see if they do support ASP. I do have IIS installed also.

When I do the url + default.asp it just comes up as txt from the file.

And im pretty sure I have the database path set. To make sure what is the code to search for to make sure I am in the right place?

by Lowlander » Wed Jun 06, 2007 9:54 pm

What webserver are you using? You will need a webserver that supports ASP pages (IIS is best for this as it's a Microsoft technology).

Have you tried the url + default.asp? That might be the issue as webservers need to be told what default document to load (IIS should have default.asp included as default document).

Also check out the settings.asp (with notepad) to make sure all configurations are correct (like the database path).

by trek » Wed Jun 06, 2007 4:12 pm

How do you even get it to work? lol....I uploaded all the files to a folder on my server and when I goto the URL all I get is the Index of the directory.....

by Lowlander » Tue Jun 05, 2007 10:04 pm

Just post your issues and I will try to help as much as I can.

by trek » Mon Jun 04, 2007 7:31 pm

I am having issues installing webmonkey...Is there anyone who can help walk me through?

by Verdifan » Thu May 31, 2007 8:50 am

... okay. solved. I mixed up the databases.

Top