Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kg00se

  1. kg00se

    Error Enabling FullText Search on SQL Database

    I am having problems enabling SQL Full Text Search on a database. when I run the following script on a particular Database: sp_fulltext_database 'enable' this is the error that I am getting: (1 row(s) affected) (0 row(s) affected) Server: Msg 7619, Level 16, State 2, Procedure...
  2. kg00se

    Can't connect to a Cisco VPN through WatchGuard Firewall

    I have a watchguard Core x750e Firewall and I am trying to connect to a clients network. they are using a Cisco Pix. I am using the Cisco VPN Client version 4.8.02.0010. I can get connected to the vpn but unable to ping any internal IP Address's on the clients network. I know this is a...
  3. kg00se

    Manual VPN

    I have a watchguard Core x750e Firewall and I am trying to connect to a clients network. they are using a Cisco Pix. I am using the Cisco VPN Client version 4.8.02.0010. I can get connected to the vpn but unable to ping any internal IP Address's on the clients network. I know this is a...
  4. kg00se

    SSL Issue in IIS

    I have a problem with implementing https in iis 5.0 I have installed a certificate on my web server iis 5.0 windows 2000 std SP4 I try to verify if this certificate have any problem but seems good , a private key is present and a certificate root is good. If i assign this certificate on my...
  5. kg00se

    2 T1's

    that will give me what I am looking for thanks
  6. kg00se

    2 T1's

    just looking for a percentage of usage across the 2 wic cards
  7. kg00se

    2 T1's

    I have 2 T1's coming into my router and I want to make sure that the packets coming in are being distributed evenly across both T1's is there an easy show command that would show this information? thanks kg00se
  8. kg00se

    Backing sql db's to a shared Drive

    John, I figured it out. I found this article on microsoft. http://support.microsoft.com/kb/207187 worked wonders. thanks for all your help. kg00se
  9. kg00se

    Backing sql db's to a shared Drive

    Also here is the event code that I receive every time that this fails. maybe this will help. I am still trying to find anything that microsoft may have on this issue as well. EVENT # 785 EVENT LOG Application EVENT TYPE Error SOURCE MSSQLSERVER CATEGORY Server EVENT ID 17055 COMPUTERNAME...
  10. kg00se

    Backing sql db's to a shared Drive

    the path does exist which is strange. just so you know that is the local maching of the stored proc. I am just sending it to a shared directory on the same server using unc paths. I verified that this is running as sa. any other thoughts?
  11. kg00se

    Backing sql db's to a shared Drive

    ok I ran the stored proc and this is what I am getting now. Msg 3201, Level 16, State 1, Procedure usp_BackupAllDatabases, Line 146 Cannot open backup device '\\igcnprodsql1\temp\Anthem_2006_20070126.bak'. Device error or device off-line. See the SQL Server error log for more details. Msg 3013...
  12. kg00se

    Backing sql db's to a shared Drive

    Thanks, I think that will work great.
  13. kg00se

    Backing sql db's to a shared Drive

    I have several SQL Server that do not have enough room for creating a maintenance plan for backing them up. I have a 1tb hard drive on another server and would like to back the databases to that drive. are there any scripts out there that would allow me to backup all databases on my sql server...
  14. kg00se

    Full Text Search

    I am running SQL2000 on a windows 2k box that is a development server. I have a database that I need to run fulltext searches on how ever everytime that I view the Full-Text Catalog section and right click on the catalog Start Full Population is grayed out. I ran: sp_fulltext_database 'enable'...

Part and Inventory Search

Back
Top