게시판 본문 Active Directory Service Interface - Read Only
re: ADSI에러 문의드립니다. |
---|
작성자: cool
작성일시: 2005-09-17 15:18,
조회수: 3,277
|
해당페이지 소스입니다.
에러나는 부분은 따로없고 액티브디렉토리정보를 가저오지못하는 "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 | 6,334 | ||
223 | 2005-11-14 | 3,926 | ||
222 | 2005-11-14 | 3,074 | ||
221 | 2005-11-14 | 3,333 | ||
220 | 2005-11-10 | 3,333 | ||
219 | 2005-11-11 | 3,087 | ||
218 | 2005-11-11 | 2,995 | ||
217 | 2005-11-11 | 3,039 | ||
216 | 2005-11-09 | 3,368 | ||
215 | 2005-11-10 | 3,031 | ||
214 | 2005-11-10 | 3,454 | ||
213 | 2005-11-10 | 3,045 | ||
212 | 2005-11-10 | 3,195 | ||
211 | 2005-11-10 | 3,259 | ||
210 | 2005-11-10 | 3,002 | ||
209 | 2005-11-10 | 3,243 | ||
208 | 2005-11-11 | 3,110 | ||
207 | 2005-11-11 | 3,081 | ||
206 |
ADSI |
2005-10-28 | 817 | |
205 | 2005-10-28 | 2,965 | ||
204 | 2005-09-16 | 3,233 | ||
203 | 2005-09-16 | 3,414 | ||
202 | 2005-09-16 | 3,138 | ||
2005-09-17 | 3,277 | |||
200 | 2005-09-17 | 3,253 |