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"...
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
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...
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...
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...
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...
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...
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...
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...
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
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.