It turns out this was a permissions issue. For some reason the client was connecting to the master from a different IP than was in the "hosts" file. See article http://seer.entsupport.symantec.com/docs/289516.htm
Xavier
----------------------------------------
"Programming today is a race...
Hi all,
I am having difficulty setting up templates for NBU to use for Oracle. When I am going through the wizard, it gives me an error saying "Unable to list template files for (oracle) errmsg: invalid error number" twice, then when I click finish it says "ERR - Unable to save template...
I am looking for suggestions because I only have about three hairs that I have not pulled out of my head.
I have a Dual AMD Opteron 244 system with 1GB of RAM on a Tyan K8W board, also known as the S2875. I have two (2) physical HDD; One at 30Gig's (OS only) and one at 120Gigs (all non-OS...
Tek-Tippers,
I am delving into an area I have never been before and cannot seem to find any information regarding the issue at hand. I have TWO 200GB SATA's that I would like to arrange in RAID 0 or possibly RAID 10. The part I am unsure about is can you have a Dual Boot system that's...
A note for anyone trying to use the "Cancel" function of the NoData action event. You will get a "Run-time error '2501': The OpenReport action was cancelled."
In order to get around this, you will need to insert an error handler. Mine looks like this:
On Error GoTo...
PHV: That was insanely simple...
Private Sub Report_NoData(Cancel As Integer)
MsgBox "There are no records to display, please try again..."
Cancel = True
End Sub
Thanks to both for your help. Very useful/relevant information.
Earth: I will look at the "disable" option. Thanks for your help. I know that this can be done through the DAO recordset but I am trying to avoid it. I know that that is probably the easiest method (there are other reports that open using recordsets), however, I am also doing this to...
Earth: Me.Controls works (mostly). There are activeX controls that give an error... "This activeX control isn't visible in form view"... Need to debug and see what I can find.
PHV: I was under the impression that this was a built in variable like "CurrentDb". It was taken directly from the MSDN...
Hey everyone,
I am having some difficulty hiding controls on a form. I have a form with a subform in it. It is a "secure" database requiring a logon and the shift bypass key is disabled so no one can enter the database without authentication. However, I want to make sure that no one can...
I am aware of this, however some ppl do not have the snapshot viewer. I am able to convert to PDF from the snapshot, however, since I am writing this for others to use, I do not want them to have to go through the extra steps. More potential for mistakes...
Xavier...
Dim Jobs as Integer
Dim FillTextBox as string
Jobs = DCOUNT("[Client]", "200_Server_Jobs", "[Day Started] _
<= '" & Forms![jobsrunning]!CmbDay & "' AND '" (enter remaining critera) AND... AND ...)
[FillTextBox] = Jobs
In that example, FillTextBox is going to be the text box that you...
Hello all... I am running into a problem with an access report that I have. There is an ActiveX control on this report that shows a user's signature along with their data. Now, if I try to publish this report to word, I lose all of the formatting as well as this "signature". So the best solution...
Crusty, did you get your problem resolved? If not, are you sure that your strText is pulling the data? You can check by adding a "MsgBox strText" in the code. If this works, then forget about "txtMyBox.text = strText" and try this...
[txtMyBox] = strText
Let me know if that works
Xavier...
You should be able to do this in a query but the question we are all waiting to be answered is how do you note, within the database, which parent doesn't want their phone number to appear?
Xavier
----------------------------------------
"Programming today is a race between software...
How do you specify whether or not the parent wants their information to show up?...
Xavier
----------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger...
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.