تغيير عنوان الموقع

تم تغيير عنوان الموقع على أمل جعله أكثر سهولة. وبالمناسبة فبالإمكان إنشاء مواقع إضافية تحت نفس النطاق (as7ablog.com) لمن أحب بشرط وجود رابط مع أحد الأعضاء مثل القرابة أو الصداقة (لا تحتسب الصداقة عن طريق النت 🙂 )، حيث بالإمكان الاتصال بالعضو مباشرة لإتمام التسجيل وتركيب برنامج المدونة المفضل.

كان معكم كنان عكل من المدونة على العنوان الجديد

MSExchangeIS Error 5000 in Exchange 2007 Cluster

If you were (for any reason) trying to remove and redeploy the Exchange Server 2007 on one node in an Active/Passive cluster, and when finished tried to failover the group to the next node and you got something like this in the Application Log:

Source: MSExchangeIS, Type: Error, EventID: 5000
Description: Unable to initialze the Microsodft Exhcnage Information Sotre service. Failed to find the working directory parameter from the registry – Error 0x80004005

Then just check the registry (exactly as the message told you) and find the differences under the HKLMCCSServices<theservicewiththeerror> and compare it to the working node in the cluster. You’ll find a missing string value (REG_SZ) named: Working Directory

And the value would be something like this: C:Program FilesMicrosoftExchange Server\MailboxMDBTemp

Now if this didn’t solve your issue, use a registry tracking tool to find the differences 🙂

رحيل

عجيب هذا الفراغ لم أشعر به إلا عندما بدأ يتمدد. نعم الفراغ يتمدد لأن الهواء يملأ مكان الأجسام المفقودة وهو ما يسميه البشر فراغاً. أو قد تطلق على الفراغ العاطفي وفي كلتا الحالتين يكون الفراغ مصحوباً بأنواع الضيق. 

لم أتصور يوماً أن أفتقد أخي الدب، لكني (ومع كل كرهي لطيشه) أفتقده وأفتقد سماجته وقلة أدبه الساخرة من نفسه قبل الآخرين. وعلى الرغم من مضي أسابيع على رحيله إلا أنني ما زلت أطلب من ابنتي أن تذهب إلى غرفته لتطل برأسها لعله (كعادته السمجة) يكون قد وصل المنزل ونام دون أن يبلغ أحداً عن قدومه إلى الرياض فضلاً عن قدومه إلى المنزل. 

قد أكون أكتب بسرعة كبيرة مخافة هروب الكلمات التي تتقافز في ذهني كالكرات المجنونة، وهي لمن لا يعرفها كرات مطاطية ذات قابلية عالية على الحفاظ على الطاقة لدرجة أنك عندما تتركها للسقوط الحر من ارتفاع متر ونصف فإنها تعود إلى ما يقارب المتر وبضع سنتيمترات. أو يمكن ببساطة تشبيهها بالمطائر. ولمن لا يعرف المطائر الرجاء مراجعة قصة الطبيب روبنسون لاندكروزر. 

ما الذي أوصلني إلى هنا؟ آه، نعم!! غياب الاثنين معاً…. وكأن نصف البيت رحل ومع رحيله رحلت كل المشاغبات والمشاكسات والمناوشات والمزحات (الثقيلة والخفيفة). ولا أدري كيف يمكن تطبيق مبادئ الفيزياء على حالة كهذه! برأي السيد أفلاطون هل يعادل وزن الهواء وزن من غادروا أو وزن أنفاسهم وهمساتهم وذكرياتهم؟ 

ولتزداد المشقة، يغادر أطفالي السبت القادم آخذين أكثر منزلي مع لهفاتهم وضحكاتهم التي تستقبلني نهاية كل يوم. وكأنهم يريدون إشغالي بهم عن غيرهم وتعويدي على البعد والغربة في الغربة والبعد. 

 

You May Suffer of Windows Vista Slow Network Transfere

If you are deploying Microsoft Windows Vista in your home or work network you may face a slow network performance. Some people reported this as an overload of the TCP/IP stack as Vista comes with IPV6 loaded by default along with other Layer Link protocols.

I tried to unbind these from the interface, then disabled and re-enabled the interface but have very minimal increasing in performance. However, searching a little bit more at Microsoft site about changes between XP and Vista networking guided me to other options. Unfortunately the particular option that is changed, supposed to increase performance but it’s not, and additionally, it’s not something that a regular user can change.

So jumping to the solution, you’ll need to change the TCP global “autotuninglevel” option. This option default value is “normal” if you change this to “disabled” or “high” then disable and re-enable the interface you’ll be saved 🙂

The command must run under administrative permissions, the command would be:

netsh int tcp set global autotuninglevel=disabled

Cannot Access FTP Behind RRAS Windows Server 2003 NAT Box

Just restart or stop the ALG service on the NAT box, yes it is as simple as that.

After two days searching the Internet and trying to figure out the patch the causes this issue, found nothing related to RRAS or natting. However, by chance founded the ALG relationship with FTP access. ALG provides a hidden layer for applications doesn’t support proxy option to allow it to access the Internet. But FTP has it’s own buit-in filter in Windows Server. Which is affected in somehow by the ALG/NAT combination.