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 Wanet Telecoms Ltd 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: dtrahokie
  • Content: Threads
  • Order by date
  1. dtrahokie

    OID Memory Error

    I'm getting an error when trying to run OID with an SSL instance on a Dell Server running Windows 2000. The error is: "OIDLDAPD Application Error" The instruction at "0x615c30c3" referenced memory at "[this changes]". Memory could not be "Read" I'm setting SSL to "SSL Server Authentication"...
  2. dtrahokie

    Using OID (LDAP) as a Method of Windows Authentication

    Does anyone know if it is possible to use OID - without using Active Directory? I can use OID for authentication in Solaris / Linux / Etc... But I can't find a way to do it in Windows. -Matt
  3. dtrahokie

    Boot to CDROM without privileges

    I have a V120 that we haven't used for a long time and no root password was logged in our records. There is only one "real" user on the system (an old employee) and I can log in under his account. The problem is that his account doesn't have permissions to run any Init commands and cannot run...
  4. dtrahokie

    Password for user 'root' has expired

    Apparently password aging has been set for Root. Is there a way to reset the password? Thanks in advance. -Matt
  5. dtrahokie

    Insert SQL statement into CLOB cell

    I'm trying to insert a SQL statement into a CLOB datatype formatted column. I believe the problem originates from the fact that the SQL statement has quote marks within it. Has anyone ever had this problem before? I have attached the Insert statement below. Thanks in advance -Matt INSERT...
  6. dtrahokie

    Adding Aditional Database

    I have an existing Database and want to create a second database. Is it as simple as loging in as the sys user and issuing a create database statement (obviously with all of the associated other commands). Do I need to issue a command "user sys identified by password" to create a new sys and...
  7. dtrahokie

    XDMCP fatal error: Manager unwilling Host unwilling

    I am getting the follow error in my Cygwin log ile when trying to connect to xdm running on a Sun server. My Xaccess file is set up correctly as I can connect to other boxes on our network and all machines have the same Xaccess file. Do you have any ideas? Thanks in advance...
  8. dtrahokie

    Trap Array Field with Null Value

    I'm trying to create a conditional statement that returns one value if an aray field is null and another if it is not. What I have is something like this: If OraArray(I,1) = Null Then response.write(dField) Else response.write("Is Not Null") End If The only problem is that even when...
  9. dtrahokie

    Runtime Error trying to submit form to itself

    I have a simple function that looks like this: <script type="text/javascript"> function RefreshPg() { document.gsql.submit(); } </script> It's called from the onchange event in a select box that looks like this: <SELECT name="IPv" ID="IPv" onchange="RefreshPg();"> I keep getting this error...
  10. dtrahokie

    Change Text within Textarea using OnChange event in Select Box

    I am pulling information in a select box from an Oracle database. When a user clicks on a value in the select box I would like to update the values in the textareas with the values in the oracle database connected to the entry in the select box. Is this possible using javascript? I can't seem...
  11. dtrahokie

    Where is root's .bashrc file in Solaris?

    Where is the root user's default .bashrc file? I'm looking to add some things just to root's bashrc file and I can't seem to find one anywhere. Your help is greatly apprecated! Thanks so much! -Matt
  12. dtrahokie

    Where is root's default .bashrc file?

    Where is the root user's default .bashrc file? I'm looking to add some things just to root's bashrc file and I can't seem to find one anywhere. Your help is greatly apprecated! Thanks so much! -Matt
  13. dtrahokie

    Problem Sharing .mdw Secured Database Across the Network

    I have an Access database secured using a workgroup (.mdw) file. I shared the folder that the database is in over our internal network. The problem is that no one can get into the database (msgbox comes up and says that you don't have permission, etc). Everything works find when I click on...
  14. dtrahokie

    Switchboard and RecordsetClone Problem

    When running a form through a Switchboard I am getting an error when trying to execute the following code. Private Sub lbxIPHOSTOWNER_AfterUpdate() Const cQ = """" With Me.RecordsetClone .FindFirst "IP_Address = " & cQ & Me.lbxIPHOSTOWNER & cQ Me.Bookmark = .Bookmark...
  15. dtrahokie

    Find Empty Fields in a Table and Propagate Them?

    Is there any way (using a Macro, VBA, or otherwise) to find empty fields in a table (tableX) and propagate all of those fields with a single field of another table (tableY). Basically what I am looking for is a way to do the following: One table lists updates performed on a computer...

Part and Inventory Search

Back
Top