InputType
|
Description
|
Functionality
|
Text
|
Any text string up to 450 characters
|
Multiple times
|
Date
|
Eight character date in YYYYMMDD
format
|
Multiple times
|
Partial Date
|
Eight character date in YYYYMMDD
format which allows zeroes
|
Multiple times
|
Numeric
|
Any number value (2, 27, 999)
|
Multiple times
|
List - Single Select
|
Drop down list, only allowing the
list to appear once
|
Single
|
List - Multi Select
|
Drop down list, allowing the list to
appear multiple times
|
Multiple times
|
List - Optional Select
|
Drop Down List with option to type in
the value
|
Single
|
Memo
|
Any length text string
|
Multiple times
|
Decimal
|
Any number value requiring up to 5
decimal places
|
Multiple times
|
Text (Single)
|
Any text string up to 450 characters
|
Single
|
Date (Single)
|
Eight character date in YYYYMMDD
format
|
Single
|
Partial Date (Single)
|
Eight character date in YYYYMMDD
format which allows zeroes
|
Single
|
Numeric (Single)
|
Any number value (2, 27, 999)
|
Single
|
Memo (Single)
|
Any length text string
|
Single
|
Decimal (Single)
|
Any number value requiring up to 5
decimal places
|
Single
|
While accessing the active directory (AD) and authorization manager (AZMAN) , If you get “ Insufficient access rights to perform the operation. (Exception from HRESULT: 0x80072098) “ message check the account that is being used to get the LDAP query from AD . ERROR DETAILS Exception Details: System.Runtime.InteropServices.COMException: Insufficient access rights to perform the operation. (Exception from HRESULT: 0x80072098) Source Error:
Line 154: 'Session("FullName") = System.Security.Principal.WindowsIdentity.GetCurrent.Name.ToString() Line 155: Line 156: If Not User.IsInRole("Role1") Then Line 157: Response.Redirect("./Login.aspx") Line 158: End If
Stack Trace : .... SOLVE IT Steps to do check the app pool rights: Click on the website name that you are having problem with in IIS
In the right panel you will se...
Comments
Post a Comment