게시판 본문 Active Directory Service Interface - Read Only

re: ADSI에러 문의드립니다.
작성자: cool
작성일시: 2005-09-17 15:18,  조회수: 3,063
해당페이지 소스입니다.
에러나는 부분은 따로없고 액티브디렉토리정보를 가저오지못하는
"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

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

짜리

2005-11-14 5,819
223

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

송원석

2005-11-14 3,692
222

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

짜리

2005-11-14 2,837
221

re: Exchange2000에서의 메일박스생성 [1]

송원석

2005-11-14 3,086
220

ADSI 과 IIS 보안문제 문의 드립니다.

jender

2005-11-10 3,016
219

re: ADSI 과 IIS 보안문제 문의 드립니다.

송원석

2005-11-11 2,863
218

re: ADSI 과 IIS 보안문제 문의 드립니다.

jecder

2005-11-11 2,769
217

re: ADSI 과 IIS 보안문제 문의 드립니다. [1]

송원석

2005-11-11 2,814
216

Exchange2000에서의 사용자추가

짜리

2005-11-09 3,153
215

re: Exchange2000에서의 사용자추가

송원석

2005-11-10 2,807
214

re: Exchange2000에서의 사용자추가

짜리

2005-11-10 3,233
213

re: Exchange2000에서의 사용자추가

송원석

2005-11-10 2,828
212

re: Exchange2000에서의 사용자추가

짜리

2005-11-10 2,968
211

re: Exchange2000에서의 사용자추가 [1]

송원석

2005-11-10 3,003
210

re: Exchange2000에서의 사용자추가

짜리

2005-11-10 2,788
209

re: Exchange2000에서의 사용자추가

송원석

2005-11-10 3,020
208

re: Exchange2000에서의 사용자추가

짜리

2005-11-11 2,897
207

re: Exchange2000에서의 사용자추가

송원석

2005-11-11 2,860
206

사용자 추가 할려고 하는데요??

ADSI

2005-10-28 817
205

re: 사용자 추가 할려고 하는데요??

송원석

2005-10-28 2,748
204

ADSI에러 문의드립니다.

cool

2005-09-16 2,997
203

re: ADSI에러 문의드립니다.

송원석

2005-09-16 3,160
202

re: ADSI에러 문의드립니다. [1]

cool

2005-09-16 2,906

re: ADSI에러 문의드립니다.

cool

2005-09-17 3,063
200

re: ADSI에러 문의드립니다. [1]

송원석

2005-09-17 3,039