Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
Tag Archives: Problem
Lightroom is not showing mapped drives
Problem: Lightroom is not showing mounted drives to be selected as source for import or destination. Solution: Use /persistent:yes while mapping the drives and they show up Example: net use L:\\server\share\folder /persistent:yes
Posted in Tips, Uncategorized
Tagged Lightroom, Problem
Comments Off on Lightroom is not showing mapped drives
Check NTP on windows computer
Start a command shell and use the following command. Here ch.pool.ntp.org is an array of ntp servers delivered by dns query. w32tm /stripchart /computer:ch.pool.ntp.org /dataonly /samples:5 You should get a response like this. In this sample the first few request are … Continue reading
Posted in Fix IT, Information Technology
Tagged Problem
Comments Off on Check NTP on windows computer
Powershell write to file creates strange characters
Problem Reason The file was created by using the command add-content without definition of encoding (default ANSI encoding). Later on lines where added by using command out-file (default Unicode encoding) Solution Do not mix the two line writer add-content and out-file … Continue reading
Posted in Fix IT
Tagged Powershell, Problem
Comments Off on Powershell write to file creates strange characters
Scom SQL 2012 Discovery Managment Pack error . Variable not defined
Problem: Alert: message is Variable not defined ‘EVENT_TYPE_ERROR’ C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 104\4529\SQLAgentJobDiscovery.vbs(293, 9) Microsoft VBScript runtime error: Variable is undefined: ‘EVENT_TYPE_ERROR’ Reason: The variable is really not defined inside the management pack and Option … Continue reading
Disk full on Microsoft Reporting Server
Problem: Disk Drive C: on Reporting Server is filling up every day by 40MB Reason: Microsoft Reporting Server is installed by default on C:. The configuration file C:\Program Files\Microsoft SQL Server\MSRS10.SQL1\Reporting Services\ReportServer\bin\ReportingServicesService.exe.config is showing <add name=”KeepFilesForDays” value=”14″ /> but no … Continue reading
Microsoft CA Certificate backup failed
Problem C:\Backup>Certutil -p “xxxxxxxxxx” -f -backup “c:\backup” CertUtil: -backup command FAILED: 0x8009000b (-2146893813) CertUtil: Key not valid for use in specified state. Check: Check the Certificate of your CA whether the Private Key can be exported by starting an export … Continue reading
Microsoft SQL Agent ist not starting
Problem sql Agent start error 5 “Access is Denied” This might happen when you use other directories than the default installation. Solution Apply the rights for the service user of SQL to the path where the agent executable is located. … Continue reading