arachnode.net
An Open Source C# web crawler with Lucene.NET search using SQL 2005/2008/CE
Does arachnode.net scale? | VS2008/2010/2012 & SQL2008/2012 | Download the latest release

How to install?

rated by 0 users
Answered (Verified) This post has 2 verified answers | 12 Replies | 2 Followers

Top 10 Contributor
229 Posts
megetron posted on Mon, Apr 27 2009 12:14 PM

Hello,

1.  where can I find the installation document?
2. Can I upload the binary code only? right now I don't have plans changinf the code, and all I want is to run crawler on a specific web site.,
3. Is there an option crawl on a website, and to save pages as text only?

Thanks.

 

Answered (Verified) Verified Answer

Top 10 Contributor
1,696 Posts
Verified by megetron

1.) Installation Help:

http://arachnode.net/media/p/41.aspx
http://arachnode.net/forums/t/158.aspx

2.) I am working on an installer but don't have an esimate as to when it will be ready for use.

3.) Crawling a single Domain or Host:
http://arachnode.net/forums/t/106.aspx
http://arachnode.net/forums/t/103.aspx

Crawling a single Domain or Host is one of the most frequently asked questions, and the posts above should answer your questions.  If it doesn't, post again - I am always willing to help.

Thanks!
Mike

 

For best service when you require assistance:

  1. Check the DisallowedAbsoluteUris and Exceptions tables first.
  2. Cut and paste actual exceptions from the Exceptions table.
  3. Include screenshots.

Skype: arachnodedotnet

Top 25 Contributor
16 Posts
Verified by arachnode.net

1.pls click the item "Options" in the panel of  sql express 2005

2.on the right of the panel , pls change the path of database file to your local computer folder path

All Replies

Top 10 Contributor
229 Posts

I found the installation documentetion.

when trying to restore backup file I get error message:
===================================

Restore failed for Server 'GUY\SQLEXPRESS'.  (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)
   at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseOptions.RunRestore()

===================================

System.Data.SqlClient.SqlError: Directory lookup for the file "s:\AppDatabases\arachnode.net.mdf" failed with the operating system error 3(error not found). (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.ExecutionManager.ExecuteNonQueryWithMessage(StringCollection queries, ServerMessageEventHandler dbccMessageHandler, Boolean errorsAsMessages)
   at Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSql(Server server, StringCollection queries)
   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)

 

Top 10 Contributor
229 Posts

I found the ducumentetion and trying to restore backup file.


What i've done is to create a new database called: arachnode.net
And then trying to restore the BKP into this new database. the error I am getting is this:

===================================

Restore failed for Server 'GUY\SQLEXPRESS'.  (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)
   at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseOptions.RunRestore()

===================================

System.Data.SqlClient.SqlError: Directory lookup for the file "s:\AppDatabases\arachnode.net.mdf" failed with the operating system error 3(error not found). (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.ExecutionManager.ExecuteNonQueryWithMessage(StringCollection queries, ServerMessageEventHandler dbccMessageHandler, Boolean errorsAsMessages)
   at Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSql(Server server, StringCollection queries)
   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)

 

Top 10 Contributor
1,696 Posts
Verified by megetron

1.) Installation Help:

http://arachnode.net/media/p/41.aspx
http://arachnode.net/forums/t/158.aspx

2.) I am working on an installer but don't have an esimate as to when it will be ready for use.

3.) Crawling a single Domain or Host:
http://arachnode.net/forums/t/106.aspx
http://arachnode.net/forums/t/103.aspx

Crawling a single Domain or Host is one of the most frequently asked questions, and the posts above should answer your questions.  If it doesn't, post again - I am always willing to help.

Thanks!
Mike

 

For best service when you require assistance:

  1. Check the DisallowedAbsoluteUris and Exceptions tables first.
  2. Cut and paste actual exceptions from the Exceptions table.
  3. Include screenshots.

Skype: arachnodedotnet

Top 10 Contributor
229 Posts

this forum is problematic. I post twice yesterda, said that I found the documentetioon files, but it is not shown. I thought I needed to be approved. but no.

about question 3 , I meant to ask, can I scan and restore a TEXT content and not HTML content?
in my website thet is written in HTML that are direct view. all pages consist of a JPG picture, a TEXT description, and a <OBJECT> tag that shows a movie in a direct view.
if the web crawled web site structure is uniqu as defing in the project I wish to open, can I download only the specific tags I want? and not the whole page?
In other word, I don't need the design from my crawling pages, I need only the text, object and image. so what rules needs to implemented?

any way when following instructions I get error when trying to restore the backup file.  what I did is to create first database calle arachnode.net and then restore to the new database i have just created the BKP file:
==================================

Restore failed for Server 'GUY\SQLEXPRESS'.  (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)
   at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseOptions.RunRestore()

===================================

System.Data.SqlClient.SqlError: Directory lookup for the file "s:\AppDatabases\arachnode.net.mdf" failed with the operating system error 3(error not found). (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.ExecutionManager.ExecuteNonQueryWithMessage(StringCollection queries, ServerMessageEventHandler dbccMessageHandler, Boolean errorsAsMessages)
   at Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSql(Server server, StringCollection queries)
   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)

 

 

Top 10 Contributor
229 Posts

its the 4th time I am trying to post back in that forum but failed to...anyway I try again now.

I still having problem installing the version.
After creating a new databasse called arachnode.net I try to restore the .BKP supplied with the installation files.
I am geting error .

What can it be?

Top 10 Contributor
229 Posts

Error message:

===================================

Restore failed for Server 'GUY\SQLEXPRESS'.  (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)
   at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseOptions.RunRestore()

===================================

System.Data.SqlClient.SqlError: Directory lookup for the file "s:\AppDatabases\arachnode.net.mdf" failed with the operating system error 3(error not found). (Microsoft.SqlServer.Express.Smo)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Smo.ExecutionManager.ExecuteNonQueryWithMessage(StringCollection queries, ServerMessageEventHandler dbccMessageHandler, Boolean errorsAsMessages)
   at Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSql(Server server, StringCollection queries)
   at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv)

 

Top 10 Contributor
229 Posts

Error:

TITLE: Microsoft SQL Server Management Studio Express
------------------------------

Restore failed for Server 'GUY\SQLEXPRESS'.  (Microsoft.SqlServer.Express.Smo)

System.Data.SqlClient.SqlError: Directory lookup for the file "s:\AppDatabases\arachnode.net.mdf" failed with the operating system error 3(error not found). (Microsoft.SqlServer.Express.Smo)

 

Top 25 Contributor
16 Posts
Verified by arachnode.net

1.pls click the item "Options" in the panel of  sql express 2005

2.on the right of the panel , pls change the path of database file to your local computer folder path

Top 10 Contributor
1,696 Posts

Thanks!  :)

For best service when you require assistance:

  1. Check the DisallowedAbsoluteUris and Exceptions tables first.
  2. Cut and paste actual exceptions from the Exceptions table.
  3. Include screenshots.

Skype: arachnodedotnet

Top 10 Contributor
229 Posts

Hello and thanks,

still problem with installation.

I have changed the connection string as needed, and now I wish to run the project.

I have set the Test project to be the default project and I push F5.

I get a message :
"Cannot start Test project because the project does not contain any tests"

Top 10 Contributor
1,696 Posts

OK.  The console project is the project you want to start.

Thanks!

For best service when you require assistance:

  1. Check the DisallowedAbsoluteUris and Exceptions tables first.
  2. Cut and paste actual exceptions from the Exceptions table.
  3. Include screenshots.

Skype: arachnodedotnet

Top 10 Contributor
229 Posts

Thank you :)

Page 1 of 1 (13 items) | RSS
An Open Source C# web crawler with Lucene.NET search using SQL 2005/2008/CE

copyright 2004-2013, arachnode.net LLC