Development

TwitterFacebook
Get flash to fully experience Pearltrees

ADSI Error Codes in Visual Basic Scripts (VBScript)

Table of Content > ADSI Error Codes and Runtime Error Handling ADSI requests can fail due to many reasons: The LDAP server is unreachable, the authentication data is incorrect, the user hasn't the required permissions, the object or the used attributes of the script do not exist or can't be accessed in this particular way etc. etc. In the following you will find a list of potential error return codes when scripting with ADSI. Fundamental information can be gained from the Microsoft Developer Network (MSDN) and the Knowledge Base: http://www.selfadsi.org/errorcodes.htm

Notes and Domino wiki

Find information about installing, administering, and using IBM® Lotus® Notes, Domino, Lotus iNotes, and Notes Traveler. Your contributions to the Wiki are welcome – please share your best practices and tips for using the Lotus Notes and Domino family of products. http://www-10.lotus.com/ldd/dominowiki.nsf

Keith Hill's Blog | Just another WordPress.com site

http://rkeithhill.wordpress.com/ Windows PowerShell version 3 introduces a simplified syntax for the Where-Object and Foreach-Object cmdlets. The simplified syntax shown below, eliminates the curly braces as well as the need for the special variable $_ . C:\PS> Get-Process | Where PM -gt 100MB ... C:\PS> Get-Process | Foreach Name ... The intent of this “syntax” is to make it easier for folks get started with PowerShell.
XML

Learning

Microsoft

http://dotnet.dzone.com/articles/why-tools-wireshark-are

Why WireShark is important, or how I use it | .NET Zone

There are tools out there that have their value severly underestimated. One of these tools is WireShark - a network protocol analyzer For Windows and *nix systems. And although I never used it on anything but my Windows PC, it's a really interesting tool to have installed - both for developers and curious minds. So what are some uses that might potentially benefit the people who decided to install it? Personally I have three main reasons, and i am describing those below.
Editors

Java

CodeProject

Design