background preloader

Development

Facebook Twitter

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. < The following contents are available here: ADSI Error Codes In the following you will find a list of potential error return codes when scripting with ADSI. Common ADSI error codes Win32 error codes for ADSI Win32 error codes for ADSI 2.0 Specific error codes for ADO usage Error codes, especially in MSDN, are handled in a hexadecimal syntax. Conversion of Error Codes : Decimal <> Hex You can't find an entry for a runtime error code (e.g. -2147217911) in Microsoft's online documentation?

Generally, error codes appear as 32 bit DWORDs. Example: Runtime Error -2147217911 (dec) + 4294967296 (dec) ______________________________ = 2147749385 (dec) => 0x80040E09 (hex) Pscodegen - Release: PSCodeGenerator. Authoring Toolkit. Notes and Domino wiki. Lotus Domino and Notes Information Center. IBM Lotus Domino and Notes Information Center. Notes and Domino Application Development wiki. Keith Hill's Blog | Just another WordPress.com site.

XML

Learning. Microsoft. Why WireShark is important, or how I use it. 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. Web debugging Have you ever had issues controlling the traffic flow - maybe you were calling a service but weren't sure that the requests went the right way? Detailed data might include source port, target port, target and source IPs as well as some details about the actual physical network controller handling the processing.

Capture interesting stuff For example Windows Phone applications that come as XAP packages. Making sure that the right applications access the right resources.

Editors

Java. CodeProject. Design.