MS Office използва
DDE,
за да отваря файловете си при двойно кликване върху тях. Идеята е да не се отваря всеки път нова инстанция на excel, word и т.н, а да се изпозва вече отворената инстанция.
Сега по някаква причина отварянето на файл с двойно кликване отнема около минута. Съветите в нета са да се забрани DDE. Да обаче това е тъпо, защото губим цялата функционалност, която ни е предоставена от DDE.
За това по-добре да открием истинския проблем. Използваме netstat -a по време на мъката при отварянето. Виждаме, че има SYNC SENT към машина, която вече не съществъва в мрежата или е спряна. Проверяваме в registry за записи, в които е цитирана тази машина, и ги изтриваме.
И всичко е ток и жици. Ооооо чудо!!!
In English:
Use netstat -a during opening of the file. See if you have SYNC SENT to some ip address that is not exist in the network. Delete registry records that are using this ip address.
Don't disable DDE it is stupid
Писна ми да откривам Америка по няколко пъти. Който го е правил, ще разбере за какво говоря. Та идеята на този блог е да ми облекчи живота в тази насока.
Етикети
бази данни
(3)
И като се замислиш ...
(16)
корен квадратен
(1)
математика
(1)
Млад шофьор
(2)
мъка-мъка
(46)
ПОЕЗИЯ
(17)
Полезности
(13)
Стиховете на леля
(9)
Acer A1
(2)
Adobe
(1)
AI (chat GPT)
(1)
An internal error occured
(1)
and TLS 1.2 in Advanced settings and try connecting again
(1)
Autocad
(1)
BEX
(2)
browser choice
(1)
can't print
(1)
Can't type in MS Word 2007
(1)
Cannot shift objects off sheet
(1)
Databases
(2)
DDE
(1)
desktop
(1)
disable usb storage device
(1)
E000FED1
(1)
excel
(8)
Excel cannot paste the data
(1)
Failed to recover database Error 0x1F
(1)
Firebird
(1)
HP BIOS error 501
(1)
IIS
(1)
integrated windows authentication
(1)
Lorem Ipsum
(1)
MS SQL 2008
(1)
outlook
(11)
problem sending the command to the program
(1)
right click
(1)
SAP
(2)
SAP GUI close itself after logon
(1)
SAP history
(1)
sysprep
(1)
System writer failed
(1)
telnet
(1)
TLS 1.1
(1)
Turn on TLS 1.0
(1)
VBA
(1)
vbe6ext
(2)
wi-fi hot-spot
(1)
Win Xp
(2)
windows 10
(4)
Windows 7
(7)
Windows 8
(1)
word
(5)
word 2016
(1)
Не всичко за мен
- Shrek
- Верую: неверник - следствие от прекомерната работа с продукти на Microsoft. Нямам девиз, нямам любимо ядене, пиене, книга, ... Знам какво обичам днес, но това изобщо не важи за утре. Мисля, че горе-долу стана ясно.
Търсене в този блог
вторник, 8 януари 2013 г.
петък, 4 януари 2013 г.
MySql error 1067
How to fix MySql error 1067
When installing MySQL, if you install it in a non-standard directory, then you’ll need to specify where your defaults file’s path is before you can run MySQL or install the MySQL service, otherwise you’ll get Error 1067.
First let’s open up the command prompt. Navigate to your MySQL install folder and find wherever mysqld.exe is. Then run this:
mysqld –remove MySql
That will uninstall the MySQL service.
Now reinstall the service with the defaults-file parameter:
mysqld –install "service name" –-defaults-file="full path of my.ini file"
For example:
mysqld –install MySql -–defaults-file=c:\mysql\my.ini
Enjoy your error-free MySQL install.
When installing MySQL, if you install it in a non-standard directory, then you’ll need to specify where your defaults file’s path is before you can run MySQL or install the MySQL service, otherwise you’ll get Error 1067.
First let’s open up the command prompt. Navigate to your MySQL install folder and find wherever mysqld.exe is. Then run this:
mysqld –remove MySql
That will uninstall the MySQL service.
Now reinstall the service with the defaults-file parameter:
mysqld –install "service name" –-defaults-file="full path of my.ini file"
For example:
mysqld –install MySql -–defaults-file=c:\mysql\my.ini
Enjoy your error-free MySQL install.
Абонамент за:
Публикации (Atom)