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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SQL2KDBA69
  • Content: Threads
  • Order by date
  1. SQL2KDBA69

    admin rights to IIS for a Power User

    is there a way to give admin rights for IIS to a Power user on a xp pro pc?
  2. SQL2KDBA69

    Pix 506e not assigning IP address to client on inside interface.

    here is my config: PIX Version 6.3(1) interface ethernet0 100full interface ethernet1 100full nameif ethernet0 outside security0 nameif ethernet1 inside security100 enable password /xxxxxxxxx encrypted passwd /xxxxxxxxxx encrypted hostname 506E domain-name home.com fixup protocol ftp 21 fixup...
  3. SQL2KDBA69

    Error - 70 with FSO causes program Crash

    i have a seach and copy sub but when it get an error 70 the program crash. here is the sub : Private Sub GetFolders(Folder) On Error Resume Next Dim fso2 Dim ObjFolder Dim colFiles Dim strName As String Dim strPath As String Dim strCopy As String Set...
  4. SQL2KDBA69

    Error - 70 with FSO causes program Crash

    i have a seach and copy sub but when it get an error 70 the program crash. here is the sub : Private Sub GetFolders(Folder) On Error Resume Next Dim fso2 Dim ObjFolder Dim colFiles Dim strName As String Dim strPath As String Dim strCopy As String Set...
  5. SQL2KDBA69

    Getting Max storage groups has been exceeded

    I have Exchange 2007 Enterprise edition with SP1 installed on a Windows 2003 R2 Enterprise cluster. Version: Version 8.1 (Build 240.6) Edition: Enterprise Role(s): Mailbox any help is appreciated.
  6. SQL2KDBA69

    2908 switch wont boot

    im getting this error: C2900XL Boot Loader (C2900XL-HBOOT-M), Version 11.2(8)SA, RELEASE SOFTWARE (fc1) Compiled Thu 11-Dec-97 11:06 by rheaton Base ethernet MAC Address: 00:10:07:a0:aa:00 Xmodem file system is available. Initializing Flash... flashfs[0]: 63 files, 2 directories flashfs[0]: 0...
  7. SQL2KDBA69

    Need help Removing crashed Exchange Serv from exchange system manager

    I have an Exchange server that is still listed in my system manager but the server it self does not exist anymore. I need to remove it from my system. it just has a status of unreachable. Thanks for any help.
  8. SQL2KDBA69

    XML to access database via Dataset

    im trying to import a xml file into my database. this is my code if (ofdServers.ShowDialog() == DialogResult.OK) { OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Remote\\Serverlist.mdb"); conn.Open()...
  9. SQL2KDBA69

    how do i convert ascii to char

    I need to convert ascii charcode 182 to a char. in vb it was just chr(182) but i dont know how to do it in c# thanks in advance.
  10. SQL2KDBA69

    handle is not initialized

    public class dbaccess Private mcnnAccess As OleDb.OleDbConnection Public Sub New() mcnnAccess = New OleDb.OleDbConnection mcnnAccess.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=C:\Remote\Serverlist.mdb" mcnnAccess.Open() End Sub...
  11. SQL2KDBA69

    Format time

    im trying to format 600 sec to mins and seconds. So i want 600s to look like 10:00 which is the mm:ss format. thanks in advance
  12. SQL2KDBA69

    Getting a Citrix license warning Notice?

    im getting this after installing my 4.0 server when i launch a published application: "This product is using a Retail license for Metaframe Presentation Server" anybody knows why this is coming up.
  13. SQL2KDBA69

    Zip file not readable

    it zips the directory but i cant unzip it with nothing tried winzip and winwar and both says it an invalid format. so there got to be something wrong with my zip method. Thanks for any help here is my code void ZipDir( String strDir ) throws IOException, IllegalArgumentException { File dir...
  14. SQL2KDBA69

    Console app not compiling

    here is my code #include <iostream.h> int main() { cout << "Hello World"; return 0; } I cant get the cout command to work. I using VS 2005 Pro edition. :
  15. SQL2KDBA69

    Switch mode on a 2908

    How do i sh the switch mode? How do i change it to cut-through mode? What is the default mode?
  16. SQL2KDBA69

    1720 + WIC-1ENET

    I cant get my ethernet card to get reconized by my router here is what it says when it boots up: Cisco Internetwork Operating System Software IOS (tm) C1700 Software (C1700-BNR2SY-M), Version 12.2(6c), RELEASE SOFTWARE (fc...
  17. SQL2KDBA69

    Configuring SSH on my 1605 Router

    Im current using telnet but want to use SSH? can someone please give me a walk thru on how to conf this from start to finish. thanks in advance
  18. SQL2KDBA69

    Static Port forwarding with NAT

    im trying to access my terminal server behind the router. the server can get out but nothing can get in. this is what i have : ip nat inside source static tcp 192.168.0.3 3389 interface e0 3389 ip nat source list 1 interface ethernet0 overload access-list 1 permit 192.168.0.0 0.0.0.255 but...
  19. SQL2KDBA69

    1601-R + ENET Card

    I bought a Enet card for my router but it says unknown interface when it boots up. Can the 1601-R use an Enet card in its slot?
  20. SQL2KDBA69

    Fwrite help

    does anybody know what this error means. Notice: fwrite(): send of 9 bytes failed with errno=1 Operation not permitted in /home/allout/public_html/rvsslwebphp/serverliste.php on line 57 here is my site http://ghostopssquad.com/rvsslwebphp/serverliste.php $fp =...

Part and Inventory Search

Back
Top