게시판 본문 Active Directory Service Interface - Read Only
| re: ADSI에러 문의드립니다. |
|---|
|
작성자: cool
작성일시: 2005-09-17 15:18,
조회수: 3,875
|
|
해당페이지 소스입니다.
에러나는 부분은 따로없고 액티브디렉토리정보를 가저오지못하는 "Active Directory 등록 정보가 캐시에 없습니다." 를 발생합니다. <% ADSIPath = request("do") if (ADSIPath = "") then ADSIPath = "test.com" end if On Error Resume Next if ADSIPath <> "" then set x=GetObject("WinNT://"& ADSIPath) ' 필터링을 하면 필터링 한 것만 보여주고, 안하면 모두 다 보여줌 x.filter = array("Computer") end if %> <HTML> <HEAD> <TITLE> IIS Controller </TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- function ChangeDomain() { window.open("./chgdo.asp", "", "ScrollBars=no, toolbars=no, location=no, status=no, menubar=no, resizable=0, width=300, height=200"); } function SelectCom(Computer, Domain) { window.location = "ServerInfo.asp?Domain="+Domain+"&Computer="+Computer; } //--> </SCRIPT> <LINK REL=STYLESHEET TYPE='text/css' HREF='Mcss.css'> </HEAD> <BODY> <center> <br> <h2> Internet Information Service Control </h2> <hr width=600> <br> <b> Domain : <%= ADSIPath %></b> <input type=button name=btnChgdo class=box1 value="Change" onclick="ChangeDomain()"> <br><br> <form name=form1> <table width=100 bgcolor="#BBBCE6" cellpadding="2" cellspacing="1"> <tr bgcolor="#DBDCF6" align=center> <td colspan=4><font size=2> Server List </font></td> </tr> <% if ADSIPath <> "" then i = 1 For Each Computer in x %> <tr bgcolor="White"> <td nowrap align="center" bgcolor="#DBDCF6"><font size="2"> <%= Right("00" & i, 3) %> </font></td> <td nowrap><font size="2"> <% response.write Computer.Get("Name") if Err.Number <> 0 then response.write Err.Description end if %> </font></td> <td nowrap><font size="2"> <% response.write Computer.Get("OperatingSystem") if Err.Number <> 0 then response.write Err.Description end if%> </font></td> <td nowrap><font size="2"> <input type=button name=btnSel value="Select" onclick="SelectCom('<%= Computer.Get("Name")%>', '<%= ADSIPath%>');" class=box1> </font></td> </tr> <% i = i + 1 Next end if %> </table> </form> <% Response.Flush %> </center> </BODY> </HTML> |
|
IP 주소: 211.47.100.237
|
전체 421 건의 게시물,
17 페이지로 구성된
Active Directory Service Interface 게시판의
9 페이지입니다.
|
게시물 | |||
|---|---|---|---|---|
| 224 | 2005-11-14 | 7,923 | ||
| 223 | 2005-11-14 | 4,393 | ||
| 222 | 2005-11-14 | 3,627 | ||
| 221 | 2005-11-14 | 3,961 | ||
| 220 | 2005-11-10 | 3,912 | ||
| 219 | 2005-11-11 | 3,637 | ||
| 218 | 2005-11-11 | 3,544 | ||
| 217 | 2005-11-11 | 3,567 | ||
| 216 | 2005-11-09 | 3,955 | ||
| 215 | 2005-11-10 | 3,559 | ||
| 214 | 2005-11-10 | 3,985 | ||
| 213 | 2005-11-10 | 3,577 | ||
| 212 | 2005-11-10 | 3,736 | ||
| 211 | 2005-11-10 | 3,880 | ||
| 210 | 2005-11-10 | 3,537 | ||
| 209 | 2005-11-10 | 3,805 | ||
| 208 | 2005-11-11 | 3,754 | ||
| 207 | 2005-11-11 | 3,709 | ||
| 206 |
ADSI |
2005-10-28 | 817 | |
| 205 | 2005-10-28 | 3,513 | ||
| 204 | 2005-09-16 | 3,757 | ||
| 203 | 2005-09-16 | 3,988 | ||
| 202 | 2005-09-16 | 3,657 | ||
| 2005-09-17 | 3,875 | |||
| 200 | 2005-09-17 | 3,820 |

sign in
join
re: Exchange2000에서의 메일박스생성