Go Back   Cyber Tech Help Support Forums > Operating Systems > Windows NT, 2000, 2003, 2008, 2012

Notices

Reply
 
Topic Tools
  #1  
Old May 15th, 2012, 07:46 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
DacCom.DLL Problem

I am running WIN200 on this computer, and have no desire to change. I have a scheduled task which runs every morning, and have preciously had no problem withit. Suddenly, it doesn't run. I checked the Task Scheduler, and the message said it was turned off. I attempted to turn it on, but was not successful Ultimately Component Services told me that a file named "DacCom.DLL" was improperly installed, and had to be re-installed so that the Task Scheduler would run.

The file doen't exist on my computer, nor does it seem to exist on my WIN2000 installation disk..

I Googled the problem, and it seems to be fairly common. None of the solutions offered helped.

The program I want to run operates quite well when called up, but nothing will run from the Task Scheduler.

Anyone have any ideas how to restore "DacCom.dll"?
Reply With Quote


  #2  
Old May 16th, 2012, 08:51 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
DacCom.dll, never heard of it, could be malware. Windows does have a DaCom.dll which is part of Digital Anvil Component Libraries software by Miscrosoft.

May want to try and reinstall it.

Right click on C:\winnt\inf\mstask.inf then slect install
Reply With Quote
  #3  
Old May 17th, 2012, 01:38 AM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Murf-
I did as you suggested. It got a little complicated, since the files the installation program was looking for were scattered all over; however, it seemed to end successfully with no error messages.

Unfortunately, it hasn't solved the problem. The Component Services still says that DacCom.exe hasn't installed properly, and must be re-installed.

It's a relatively minor annoyance, since I do have a work-around, but I hate to have a computer get the best of me. There's an answer there somewhere.
Reply With Quote
  #4  
Old May 17th, 2012, 03:54 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
Did some research and it is a Windows file. Try re-registering it

START | WINKEY + R on keyboard

Type cmd

type

regsvr32 -u daccom.dll (hit <enter>)
Reply With Quote
  #5  
Old May 17th, 2012, 05:07 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Murf-
I tried re-registering the file with no luck. The failure message said that the module couldn't be found. I rewrote the command specifying where I knew the file to be (c:\winnt\system32) and got the same result.
I can't figure out what I'm doing wrong
Reply With Quote
  #6  
Old May 18th, 2012, 05:37 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
May try replacing the file:

Download daccom.dll v1998.8.762.0

or maybe

HERE

Backup the existing one, then download and unzip into the

Winnt/System32 folder and say yes when asked to replace.
Reply With Quote
  #7  
Old May 19th, 2012, 05:20 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Quote:
Originally Posted by Murf View Post
May try replacing the file:

Download daccom.dll v1998.8.762.0

or maybe

HERE

Backup the existing one, then download and unzip into the

Winnt/System32 folder and say yes when asked to replace.
Murf-
I did as you suggested, but it didn't help. Here is the sequence of events that transpire when I attempt to initialize "Component Services" (which controls the Task Manager, among other things)

I get 2 error messages. The first says "Unable to initialize application because (DacCom) is not installed properly. Please re-install this product.". The second error message is headed "Microsoft Management Console" and says " The selected snap-in did not initialize properly."

I've run SFC /scannow and re-booted, but that didn't help, either.
Reply With Quote
  #8  
Old May 19th, 2012, 06:58 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
Ok then try the following;

Start | Run type cmd and enter

type in the following;

msdtc -uninstall

if it says OK then type

msdtc -install

This will uninstall and reinstall MSDTC service (Misrosoft Distributed Transaction Coordinator) Windows 2000 was originally intended for Server applications and does have many server applications in it.

Also for TAsk Scheduler to work it must be set to Log On as the Local System Account.
  1. Right-click My Computer and from the drop down menu click Manage.
  2. From the Services and Applications menu, click Services.
  3. From the right scroll down menu, double-click Task Scheduler.
  4. Click the Log On tab, select the Local System Account and Allow Service to Interact with Desktop options, and then click Apply.
  5. Click the General tab, click Start.
Reply With Quote
  #9  
Old May 20th, 2012, 03:29 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Once again I have to report no luck. I ran the msdtc - uninstall, but didn't get an OK. I, neverthe less ran the msdtc - install, but nothing has changed.

So far as the Task Scheduler is concerned, the settings you recommend are in place, and have been since I first ran the program. The scheduler ran successfully for a long while, then suddenly stopped. Unfortunately, I didn't realize this for a couple of days, so I have no idea what I might have done to cause the change.
Reply With Quote
  #10  
Old May 23rd, 2012, 04:04 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
Interesting problem, haven't used W2K in years.

Try this:
  1. Right-click My Computer and from the drop down menu click Manage.
  2. From the Services and Applications menu, click Services.
  3. From the right scroll down menu, double-click Task Scheduler.
  4. Click the Log On tab, select the Local System Account and Allow Service to Interact with Desktop options, and then click Apply.
  5. Click the General tab, click Start.
Reply With Quote
  #11  
Old May 27th, 2012, 03:27 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Quote:
Originally Posted by Murf View Post
Interesting problem, haven't used W2K in years.

Try this:
  1. Right-click My Computer and from the drop down menu click Manage.
  2. From the Services and Applications menu, click Services.
  3. From the right scroll down menu, double-click Task Scheduler.
  4. Click the Log On tab, select the Local System Account and Allow Service to Interact with Desktop options, and then click Apply.
  5. Click the General tab, click Start.
Sorry it's taken me this long to reply.
The steps you suggest, I've already taken. The settings were, and are, those you recommend. The message I get when I try to startthe Task Scheduler is "Could not start the Task Scheduler service on the local computer Error 1717:The interface is unknown."This is the same message I've goten before when I tried to start the Task Scheduler.
Reply With Quote
  #12  
Old May 28th, 2012, 05:50 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
  1. Click Start, click Run, type services.msc, and then click OK.
  2. Right-click Event Log, and then click Properties.
  3. In the Startup type box, click Automatic, click Apply, and then click OK.
  4. Click Start, wait for the progress bar to complete, and then click OK.
  5. Right-click Task Scheduler, and then click Properties.
  6. In the Startup type box, verify that the startup type is set to Automatic.
  7. Click Apply, and then click OK.
  8. Click Start, wait for the progress bar to complete, and then click OK.
  9. Exit the Services snap-in.
Reply With Quote
  #13  
Old June 3rd, 2012, 04:16 PM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
As Julius Caesar used to say: "Mirabile dictu!". It worked!

I did as you suggested, and it was not successful. I then removed another program from the Task Scheduler, which should have had no effect -- but---. I then re-booted, and the program I've been trying to run, now does so.

Thanks, Murf, for all the effort you've put into this
Reply With Quote
  #14  
Old June 9th, 2012, 04:35 PM
Murf's Avatar
Murf Murf is offline
Moderator
 
Join Date: Oct 2001
O/S: Windows 7 64-bit
Location: Newport News VA
Posts: 14,788
Thanks for letting us know. Computers are really strange and have a mind of their own. Don't understand how the fix worked as you said removed one other program and zazam it works.
Reply With Quote
  #15  
Old June 16th, 2012, 02:11 AM
Tom Brady Tom Brady is offline
Senior Member
 
Join Date: Apr 2004
Posts: 245
Murf-
I have odten said : I wish I understood all I know about these things. Sometimes, pragmatism is the only answer. If it works, be satisfied
Reply With Quote
Reply

Bookmarks

Topic Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT +1. The time now is 05:14 AM.