Thanks, for the help. We've actually already had to call and get some support. Our DNS configuration was toast. I ran DCDIAG and a whole bunch of stuff wasn't jiving so I figured it was time to call someone.
I need some help in configuring my DNS and Active Directory to compensate for the fact that my DNS Server is provided through my ISP. What prompted this error is when trying to install Exchange 2000 I was getting the error that setup could not contact the 2000 Active Directory. I was told that...
I appreciate your help. I think I have narrowed down the problem, how to fix it is another issue. My problem seems to be that I am using a DNS Server provided to me by my ISP. This is causing some problems with the DNS resolution, now I just need to figure out how to fix it.
Well, we've added users into the Active Directory users and computers and then they were able to log into the domain. The computer in question is our only server in the whole domain. Because of the users being able to log in, I assumed that Active Directory was up and running OK.
I know this is probably not a directly related Server problem, but I figure those of you who are experts in Server could tell me what's going wrong. I have a Windows 2000 Server (obviously), and I want to attempt to install Exchange 2000. The first thing I try to do is run /ForestPrep, but when...
I know this is probably not a directly related Exchange problem, but I figure those of you who are experts in Exchange could tell me what's going wrong. I have a Windows 2000 Server (obviously), and I want to attempt to install Exchange 2000. The first thing I try to do is run /ForestPrep, but...
rpathy1974,
I may be able to help you now that I got mine to work. My problem was I didn't have the save data option turned off in both the file/options and the file/report options. After I did this it seems to work fine.
Sorry, I really don't have an answer to your question cause I'm having the same problem using the same exact set of tools. (VB, CR, SQL 7) I just wanted to let you know that you could check to see if I get any responses for the question that I posted yesterday referring to the same issue...
No, I have to refresh the report first. After I refresh the report data, then save the report then the VB report app shows up fine until I add another record. I have also unchecked the save report data option in the file/report properties.
I've developed an application that uses VB 6, Crystal Reports 8, and SQL Server 7. In my application when I hit submit, the form sends the beginning and ending dates to my crystal report like so:
Dim selection As String
selection = "{Info.Date} >= #" & _
DTPicker1.Value & "# AND...
I've developed an application that uses VB 6, Crystal Reports 8, and SQL Server 7. In my application when I hit submit, the form sends the beginning and ending dates to my crystal report like so:
Dim selection As String
selection = "{Info.Date} >= #" & _
DTPicker1.Value & "# AND...
While trying to run the setup program after running the package and deployment wizard, I get just about finished when I get the following error:
C:\winnt\system32\MSADO20.tlb
Error while registering the file
Anyone know how to fix this?
I think I answered my own question after I posted the question. But just in case anybody else is wondering, the variables have to be assigned in the order they are returned from the query. Probably, a dumb mistake on my part.
Well, I probably said that wrong. While debugging I noticed that the query only returns one row. However, it could return more than one row, and most likely will.
Can anyone tell me why the following code produces an invalid descriptor index error? I have a SQL statement that returns 1 row with two columns: time, event. Then I have 2 vectors:
Vector time = new Vector();
Vector event = new Vector();
int x = 0;
double v = 0;
while (rs1.next()){
x =...
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.