hi, I am experimenting with the deployment role in WIN2008 R2. It is easy to deploy an OS to a client since it is already a wim file. But how do you deploy an exe drivers file to a client?
We have a Windows 2003 server with Cebos MQ1 (ver. 7 and ver. GRI) products installed that have been operational for years. After installing Microsoft 2010 C++ Redistributable package needed for other development, the MQ1 GRI service now fails to start.
Event logs showed that two additional updates (.NET4 and the 2010 C++ Redistributable SP2) where installed by the redistributable as well. As soon as we discovered the MQ1 service was not starting properly, we removed these three installed packages. However the service still does not start; the dialog that pops up states 'The service started then stopped. '.
Event logs when we attempt to start the service show nothing; IE: No errors, crashes, failures, or other information related to this service. Executing the MQ1Serv.exe directly specifies an issue of 'Missing command line operation, must specify install, uninstall and company abbreviation.' sc query MQ1Service(GRI) shows a clean exit for the Win32ExitCode of 0x0. Attempting to reinstall the client or server software gives an error of 'The procedure entry point ReInitializeCriticalSection could not be located in the dynamic link library KERNEL32.dll.' at the 'Registering Libraries' stage.
At this point, further research has stated that the required function is in URL.dll and to verify the library is not corrupted. Running an sfc /scannow on the server has replaced a few DLLS; including the URL.DLL to versions from 2005. This actually broke other applications which required a reinstall (one of them being IE 7). After reinstall and updates, url.dll version is 7.0.5730.13 (2009) and Kernel32.dll is version 5.2.3790.4480 (2009). The MQ1 GRI service still will not start, specifying the same error as previous 'Service started then stopped'. Running a disassembler on Kernel32.dll and Url.dll show no functions named ReinitializeCriticalSection.
Attempting the reinstall of the MQ1 client and server as well as starting the service again, fails once more. However, setting the compatibility mode on the MQ1 client install exe to 'Windows 95' actually gets the program to install. Setting the compatibility mode on the MQ1 server service does not enable it to start.
I have been researching this problem for nearly a week and besides the advice to scan and replace url.dll, have come to no successful conclusions. This service was operational prior to the 2010 C++ install, without any additional parameters or settings. After removing the C++ install and all servicepacks/updates it installed silently, still does not correct the issue of the MQ1 GRI service not starting.
Q: Has anyone else run into this or similar issue while attempting to get a service initialized? What have I overlooked or what else can I try in order to get this service started??
Whenever I turn on my HP Pavilion slimline (type of computer) it says
Error:Unable to acsess jarfile
C:/Users/Private/Appdata/RoamingServer258261055
The tab name is Java Virtual Machine Launcher
Somehow. This effects me connecting to java programs that require online on a downloaded platform such as .exe or .bin. So if you try to login on Minecraft it won't connect. Raidcall,Skype,Sony Vegas. I really need help!
I am sure I am not the only one that asked this question.
we have a daily conf call that tanks place in a foreign country. too early to attend so I decided to use skype and record it automatically.
I use Task Scheduler
"c:\Program Files (x86)\Skype\Phone\Skype.exe"/callto:+XXXXXXXXXX,,,125
the dialer is supposed to dial the XX number and wait a few seconds (the ",") then dial the 125 access code.
Unfortunatly Skype doesnt accept the "," pause
Any solution ?
thank you
I've added the directory of php.exe to PATH variable,and it's available for administrator,but it's not available for user daemon.
How to make it available for all?
If someone knows a software with these features:
Works from the tray area
Very lightweight
Works also in Windows XP (preferably workstation, nothing serverish required)
Can show a bandwidth usage graph, where I can easily see each PC's usage
I can inspect a computer's connections, find out the ports and applications that are using them (eg, all bandwidth is consumed by PC #3, that's running uTorrent.exe from port 33003)
...I'd happily check it out. I'm only sharing my connection with (at most) 4 computers, I'd prefer not having to add hardware or reinstall my system. Thanks in advance!
Hi I have Macbook Pro running VMWare fusion, do I have to be concerned about viruses?
For example, if I have a trojan infected .exe key generator (legal for some reason), can I run it on the Mac without any problem?
I'm trying to install just the Unicenter Event Agent on a Windows 2008 virtual server, but every time I run the NSM 11.2 installer I get the following error code:
Unknown or bad error code from "cadepchkx.exe" error code = -1
There are already some Unicenter agents installed on this server, but that was done from a custom install script.
Has any one experienced this or know how I can get the installer to run properly, so I can install the event agent?
I have a bunch of ghost image files to edit. These are Windows OS images, and I need to add a few files into the them.
I could have used Ghost Explorer (GhostExp.exe) to modify them one by one, but it would be nicer to have a command line utility to do the trick, so that I can write a script to do this automatically for me.
Any suggestions?
Is there a program that can merge multiple windows executables into one that can run concurrently or in a sequence.
I realize this sounds like how virus's often work but I have real needs. I am trying to avoid multiple UAC prompts in an installation process that runs up multiple MS hot fixes.
Any other advice on ways to avoid the UAC prompts when multple exe's are to be installed is appreciated.
Summary: if database contains a doc with 32K issue or corrupt, on server to server replication it causes marked increase in CPU in nserver.exe task, which effectively causes our server(s) to slow right down.
We have a 5 server cluster (1 "hub" and 4 HTTP servers accessed via reverse proxy and SSO for load balancing and redundancy). All are physically located next to each other on network, they don't have dedicated network\ ports for cluster or replication. I realise IBM recommendation is dedicated port for cluster. Cluster queues are in tolerance and under heavy application user load, i.e. the maximum number of documents are being created, edited, deleted, the replication times between servers are negligible. Normally, all is well.
Of the servers in the cluster, 1 is considered the "hub", and imitates a PUSH-PULL replication with it's cluster mates every 60mins, so that the replication load is taken by the hub and not cluster mates.
The problem we have: every now and then we get a slow replication time from the hub to a cluster mate, sometimes up to 30mins. This maxes out the nserver.exe task on the "cluster mate" which causes it to respond to http requests very slowly.
In the past, we have found that if a corrupt document is in the DB, it can have this affect, but on those occasions, the server log will show the corrupt doc noteId, we run fixup, all well. But we are not now seeing any record of corrupt docs. What we have noticed is if a doc with the 32K issue is present, the same thing can happen. Our only solution in that case is to run a : fixup mydb.nsf -V, which shows it is purging a 32K doc. Luckily we run a reverse proxy, so we can shut HTTP servers down without users noticing, but users do notice when a server has the problem!
Has anyone else seen this occur?
I have set up DDM event handlers for many of the replication events. I have set the replication time out limit to 5 mins (the max we usually see under full user load is 0.1min), to prevent it rep'ing for 30mins as before. This ia a temporary work around.
Does anyone know of a DDM event to trap the 32K issue? we could at least then send alert.
Regarding 32K issue: this prob needs another thread, but we are finding this relatively hard to find the source of the issue as the 32K event is fairly rare. Our app is fairly complex, interacting with various other external web services, with 2 way data transfer. But if we do encounter a 32K doc, we can't look at field properties, so we can't work out which field has issue which would give us a clue as to which process is culprit. As above, we run a fixup -V.
Any help\ comments on this would be gratefully received.
It continues to loop to a BSOD and I cant get a dos prompt or repair screen, I dont have recovery disks but I have brought up a window, black, with gray title bar that is labeled Edit Boot Options, below that it has Edit Windows boot options for: Windows Vista (TM) Home Premium
Path: \WINDOWS\system32\winload.exe
Partition:1
Hard Disk: 1549f232
and then it has a place to enter something starting with one of these [ and one or two lines down it has ] what do i enter in this space and is there something i can enter that would help solve my boot up issues
According to the TechNet docs the closest one I can see is the "Worker process restarts". I can see a new w3p.exe process being created and the old one being displosed but this counter doesn't seem to increment.
Is there another one that I should be using?
When I'm using remote desktop to connect to my PC from my laptop(both running Windows 7 ultimate), RDPClip.exe never gets started. I can run it manually and copy/paste will work just fine, but I have no idea why it won't start automatically.
I've done the usual of making sure the "Drives" checkbox is checked, but other than that I have no idea why it's mad.
Anyone know why doesn't the Windows command prompt window maximize to the full screen size?
To the best of my knowledge, even in the new Windows 7 the command prompt window(cmd.exe) doesn't maximize to the full screen size like all other windows. This behavior is quite annoying for me, and I'm sure to many others as well.
Note: The size of the command prompt window can be changed, but the size remains fixed regardless of the screen size.
Hello i have Just Cause 2 installed on windows XP, i also install DirectX10 on it. So the only think i need its a new exe that dont ask for XP. Do you know were can i find one? Thanks
I have a Windows 2003 server running a SSH server (WRQ Reflection), how would I ssh to it and specify a specific drive letter? (like the D: drive)
ex: from another workstation: ssh [email protected] d:
When I do that it fails and I get this error: "exec request failed on channel 0" If I simply SSH to that same windowsbox without trying to specify a drive letter I get a Windows (CMD.EXE) command prompt shell on the C: drive. I can then run any windows command.
Thanks
I am just trying to restore a mysql dump. Below are the command and error message.
Can anybody give me some clues how to approach this?
10:54:16 Restoring C:\Users\matcheek\Documents\dumps\Dump20120405-1.sql
Running: mysql.exe "--defaults-extra-file="d:\temp\tmpbvhy4i.cnf" " --host=127.0.0.1 --user=root --port=3306 --default-character-set=utf8 --comments < "C:\\Users\\matcheek\\Documents\\dumps\\Dump20120405-1.sql"
ERROR 2006 (HY000) at line 271: MySQL server has gone away
Is that possible to organize nightly builds at Ubuntu Server using MSVC++ compiler?
I mean is it possible to install Visual Studio 2008 and run msbuild.exe in Wine by scheduler to compile C++ solutions?
EDIT: I have used VirtualBox with Win7 in in. It works fine.
I have a Logitech webcam, which I can plug into my Windows XP machine via USB.
When I open the Device Manager, I can select the webcam and choose Properties--Driver--Driver Details. This gives me the following list of driver filenames:
C:\Program Files\Common Files\logishrd\WUApp32.exe
[25 more filenames...]
C:\WINDOWS\TWAIN_32\QuickCam\reset.wav
My question is, is there any way to copy this list to the clipboard? Copying it by hand is a drag.
Once a year I am making a clean install on windows, in order to keep my system fast. After posting a question on making a bootable windows usb with exe programs where I was adviced to make a disk image, a new question rose.
What is the difference in making a disk image and performing a clean install on windows? Which is better in terms of speed, general performance, value for time and transfering between different computers?
Lately, 7Stacks and Standalone Stacks have been unable to display the icon for any .exe file. They simply show the default icon instead (the white file icon). Rebuilding/fixing the icon cache haven't fixed the problem.
Any ides on how to ? I use Windows 7.
There are some exe and dll files belonging to some programs on my laptop which communicate with the internet without my permission (for self-update generally). I want to prevent those files one by one from accessing the internet. I don't want to install any external firewalls. I'm using Windows 7 Home Pro and if this can be done by Windows Firewall, it's OK. I took a look at Windows Firewall but couldn't find a setting to disable file access.
Currently I am experiencing an issue with a Postgres 8.3 install wherein after a system restart a service is unable. The error message is as follows:
waiting for server to start...Access is denied. ............................................................could not start server
The command being executed is
pg_ctl.exe start -N "MyService" -D "C:\MyData"
I am logged in and executing this as an administrator. The issue originally happened after uninstalling and reinstalling postgres, the /data directory was removed as well.