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 Chriss Miller 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: ginoitalo
  • Content: Threads
  • Order by date
  1. ginoitalo

    rails - removing

    I have a few 3U servers that are on a 4 post rack. the rails allow the server to slide out and lock in place. Question is: How do I get the server off the rails ? pressing the clips on the side of the rails only allow the server to slide back in from the lock position.
  2. ginoitalo

    Standby mode, won't wake up

    Running WinXp Pro on a HP Workstation it goes into standby mode after 40 mins of inactivity, all good... but pressing keys, moving the mouse (usb or ps2) the and the usual stuff doesn't wake it up ... in the end I'm holding in the power button.
  3. ginoitalo

    3 cvs admin questions

    Question 1: If your initial import was done like so: cvs import -d myApp kent initialimport should 'initialimport' be HEAD? or will you still always get the most recent version when you cvs checkout without specifying branch? Question 2: I have checked out a project for our in-house...
  4. ginoitalo

    adp making combo box - slowness

    Access 2000 -> sql server 2000 I'm finding access adp is slow querying data but the same query in enterprise manager or query analyzer is fast. *The majority of slowness comes when the combo box wizard is getting the sample values to show you after you choose the table and columns. client...
  5. ginoitalo

    win2k3 iis6 - isapi filter

    I have a VERY simple isapi filter on my WinXP Pro localhost working just fine, all it does is append a line to a text file when a request comes in. I moved it to Win2k3 / IIS6 and I get the following event log errors: 1. ------------------------------------------ Event Type: Error Event...
  6. ginoitalo

    real path in logs

    While hosting virtual dirs, my vdirs are symlinks to locations such as mysite.com --> /www/sites/prv/site in the logs, the server writes only mysite.com/index.html how can I make it write /www/sites/prv/site/index.html
  7. ginoitalo

    merge subscriptions expiring

    SQL Server 2000 Merge Publication's Push subscriptions are expiring early. (before the 14 days) No messages given, any known reasons ?
  8. ginoitalo

    Form_Close() Quits Access

    I open an Access project via a VB6 app like so: Dim appAccess As Object Set appAccess = CreateObject("Access.Application") appAccess.OpenAccessProject "C:\Project001.adp" appAccess.Visible = True When I close a particular form, the Access database exits. This doesn't happen with all forms...
  9. ginoitalo

    Access 2000 - Command()

    I'm starting an Access project with a shortcut like so: C:\InputParams.mdb /cmd frmBlue When I execute this line I get a blank message box: msgbox Command$ What's going on ?
  10. ginoitalo

    LDAP Exchange

    How can I programatically retrieve: FullName, UserName, E-mail address from all users on my MS EXCHANGE server "xsrv" ? LDAP://xsrv/??????????
  11. ginoitalo

    Crosstab Query ---> Line Graph

    I have a Access Crosstab Query and it's the source to a Line Graph (using the 'insert chart' from access 2000) I get the error: Too much data (among other errors in the same messagebox) the crosstab is 12 columns and 12 rows (doesn't seem too bad) jan feb mar .... company x...

Part and Inventory Search

Back
Top