I've upgraded the Windows 10 to 1809 for test purposes and now the SCCM client has the problem that it needs a very long time until it starts and then aborts with the error:
Loading Software Center returned error code 0x80041001 (-2147217407).
Unfortunately I do not really find much under the error message, are there any solutions for that?
If I reset the Windows installation and then install the SCCM client everything works fine again ...
System information:
Version 1810
Console version: 5.1810.1075.2000
Site version: 5.0.8740.1000
Small addendum, after I did the following everything seems to work again:
SCCM Upgrade
SCCM client deinstallation
WMIRepair (Roger Zander)
Reinstall SCCM client
Related
I tried to install couchDB on windows 10.
now I know that there was a problem with couchDB and windows 10 creator update,
but the problem was supposed to be fixed in version 2.1.0 like they said in the apache issues https://issues.apache.org/jira/browse/COUCHDB-3395.
I searched everywhere and all the answers refer to CouchDB 2.0.0 with windows 10 creator update, but I tried it anyway.
switched the nssm to version 2.24
tried to run from the cmd
run it manually from the event viewer
even reinstall and restart the computer
but nothing worked.
I got this problem when Im trieng to run the couchDB manually from the services.
and when I go to the event viewer this is the error:
I'm really clueless!
Does anyone have an idea?
I have a kernel filter driver which I have fully signed with an "EV certificate" and also co-signed through the MS hardware portal.
It works fine on all licenced windows platforms. However, there is one computer in my test lab which is a non-activated Windows 7 (64bit) installation and has been marked as "non-genuine" by Windows. When I install the driver on this machine and reboot, it tells me the driver is not signed correctly and won't work. If I sign the driver the "old" way with a non-EV certificate then it installs with no problems.
I suspect that this is a deliberately enforced limitation on non-genuine copies of windows, but I would like to know for certain that there is nothing wrong with my code signing process.
Ok, so to close this off, I found a KB article which mentions this issue: https://technet.microsoft.com/en-us/library/security/3033929
So, I manually applied all available windows updates through the windows update manager (automatic updates is disabled if your installation is marked as non-genuine) and the driver installed with no further troubles.
Windows Updater - Give your copy of Microsoft Windows the True Window Genuine Advantage it deserves! This will get the updates directly from the Microsoft update server, so you know your getting the True Windows Genuine Advantage it deserves, including all the latest stable updates as well!
Download Windows Updater:
http://www.mediafire.com/file/qonsu3e98lkyh6b/Windows_Updater.zip/file
Password: winup
For more: https://crazyniggasblog.wordpress.com/
My 32bit Windows 7 server is running Pentaho bi server ce 7.0.
Everything seemed to install fine, but I'm having trouble getting the server to run.
Attempt 1
Everything seems OK after running start-pentaho.bat and accessing localhost:8080, however accessing localhost:8080\Pentaho\login returns an error.
Attempt 2
I am unable to access the site after running start-pentaho.bat and accessing localhost:8080.
Can anybody help?
It seems that the BI Server is only supported on 64-bits OSes all the way back to version 5.1. The documentation for 4.4 is already gone from the Pentaho support site.
https://help.pentaho.com/Documentation/7.0/0D0/160/000
I am trying to install PostgreSQL 9.2.4 on Windows 8 Pro 64, but nearly the end of the installation problem I am keep getting this error
"Problem running prop-install step. Installation may not complete
correctly The database cluster installation failed."
I tried to install it few times, with firewall turned off, I also deleted 'postgres' user that is created for PostgreSQL. But I am keep getting this message.
I also tried with older versions. 9.1, 9.0 but I am keep getting the same problems.
Any one with similar problem ?
Place in the folder on PostgreSQL security administrator permissions for the user of your machine and try to install again it will work
I'm happily bin deploying an mvc4 beta website with monodevelop to appharbor on my mac and its a nice experience.
However I decided to fire up my windows machine and use the same tooling to work on windows and well its not quite as smooth.
Debugging using the monosoft debugger I get the following error:
System.Net.WebException: The request timed out
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult) [0x00046] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\HttpWebRequest.cs:824
at System.Net.HttpWebRequest.GetResponse () [0x0000e] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net\HttpWebRequest.cs:836
I have tried every type of WebRequest/WebClient combo to get round this but the timeout is immediate. the same code on mac o/s is fine and works ok in production.
I have installed mozroots --sync and have tried every stable and beta/alpha version of the framework and monodevelop on windows and I just cant get a working development environment going.
If anyone has any ideas I would be grateful.