Just a few logs: E00.log, E00TMP.Log, E0001647.log.
It appears to be backing up the store twice.
1st time when it backs up drive D:
2nd time when it backs up "First Storage Group"
Ok. So I looked at the command line argument used by the backup scheduler.
Here is the command line
ntbackup.exe...
We applied SP1 to our SBS2003 server on 8/1.
Since then the SBS default Full Backups have increased in size over 50%. Our information store is on Drive D:
A review of the backup logs shows:
Pre -SP1, Backup = C:, D:, System State = 13Gig
Post-SP1, Backup = C:, D:, \Microsoft Information...
Nope,
I think this is a story of doing too many things at once.
We upgraded to SP1 and at the same time tripled our CALs and user count from 15 user to 45 user. (We added a new company with 30 OWA users). I keep reading here that a complete backup should clear the logs so I am just running...
Jumping in here w/a similar problem.
We upgraded SBS2003 to Service Pack 1 on Tuesday 8/2.
We do a full SBS backup (using NTBackup) every night, however the log files are accumulating and not being deleted. I've been trying to find a resource to diagnose the problem. At this rate we will be out...
1. Repeatedly calling rs.fiekds.Count slows things down
2. Try loading results in an array and then popping the array into Excel cells.
Try this
Dim Results() as Variant
Dim FieldCount as Integer
Dim R as objExcel.Range
FieldCount = rs.fields.Count
ReDim Results(1 To FieldCount)
Do Until...
Thanks...
You're right that was a rambling thread, but the conclusion was pretty simple...Turn on the macro-recorder and try it manually, and it will all become clear.
I keep forgetting how instructive the macro-recorder is.
Usually I launch my macros with an application specific dialogue box. On the dialogue are two controls
1. frmProgress (a frame )
2. lblProgress (a text lable inside the frame)
At design time or load set
lblprogress.backcolor= Some contrasting color
lblprogress.width = 0
During the processing...
Individual words within a text label can be bolded, underlined and otherwise formatted when entering a label from the keyboard. Can this kind of formatting be performed via VB?
I'm kind of in a hurry so I just pasted some code I used related to headers and footers. I had to use .SeekView=wdSeekCurrentPageHeader to switch to header and footer view. Not exactly a mailmerge but a search and replace... hope this helps
======================
' Now Tweak the Date and Name...
Basic connectivity over a VPN to our ver 3.5 BCM isn't working. The BCM has a static IP on LAN behind firewall.
1. I cannot ping the BCM over the VPN, though I can ping every other server on the LAN over the VPN. (The BCM can be pinged on the LAN)
2. I cannot run Unified Manager over VPN
Is...
To FVTrainer
Is it possible to enter a correlated subquery in Crystal?
I am an oracle user and am used to creating correlated subqueris in SQL+, but I did not think this was possible in Crystal.
BTW I do not have DBA or developer accesss to the database so setting up temporary tables (although...
The problem is most probably happening on the citrix server side from your description. Citrix is just another flavor of a "terminal server". The only program users are running localluy is the citrix-terminal software. The terminal software is like a super robust version of...
Several years ago I had to write a delphi DLL COM object that accepted Excel "Ranges" in the function calls. Here is an excerpt that I tried to trim down (haven't checked that this snippet compiles). Can't remember exactly how to make this work in a non-COM DLL, but I think the key is...
I had this problem on my Sony Win2kPro laptop. Tracked it to a "support" program that came installed. The offender = "C:\Program Files\support.com\client\bin\tgcmd /server /nosystray"
The program loads at startup based on a registry setting. Even if this is not your problem...
Issue/Question: Runnning Turbo Pascal 7 in DOS window.
Background:We recently bought 7 New Dell PC's upgrading from Win98 to Win2kPro. 6 out of 7 run Turbo Pascal 7 (DOS program) A.ok. 1 user has unusably slow keyboard. All 7 users have same .pif files and same config.NT and Autoexec.NT...
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.