A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Storage & Hardrives
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

IIS not listing subfoldes, Netapp (?!)



 
 
Thread Tools Display Modes
  #1  
Old February 21st 05, 09:13 AM
Ammar
external usenet poster
 
Posts: n/a
Default IIS not listing subfoldes, Netapp (?!)

Hi!
I have this strange issue...
My ASP page needs to list the content of specific Netapp folder; the
code is very simple:

set fso = createobject("scripting.filesystemobject")
set folder = fso.GetFolder("\\io\Projekte")
for each fldr in folder.subfolders
wscript.echo "li" & fldr.name
next
set fso = nothing

If I execute the code on w2k server everything works fine. If I
execute the code as a WSH/VBS script everything works fine, even on
the windows 2003 server.
But - when I execute the code as ASP code running on windows 2003
server I only get some folders listed. I've checked the permissions
and everything seems to be OK and all folders have same permissions
and there is nothing that distincts folder being shown from one
ermaining unvisible. Kerberos authentication is the only thing that
slips my mind, but I'm rather stuck with this one.
Any ideas?
TIA,
Ammar
  #2  
Old February 28th 05, 05:11 PM
boatgeek
external usenet poster
 
Posts: n/a
Default

I would check the netapp system folder \\devicename\c$\etc\messages and
also the audit log under the log directory also off of etc. If your
being denied permissions, it should appear there. If you don't see
anything, then enable CIFS logging. options cifs.trace_login on.

Also check out this article on Now site

http://now.netapp.com/Knowledgebase/...id=ntapcs13377

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
snapshot schemes in emc and netapp vidyesh Storage & Hardrives 8 November 24th 04 09:37 PM
emc ns 700 v/s. netapp f 980 vidyesh Storage & Hardrives 13 August 27th 04 04:25 PM
iSCSI on NetAPP as Target and Windows 2003 Software initiator Moshiko Storage & Hardrives 6 February 17th 04 05:32 PM
Alternative for NetApp F825c (for CIFS & iSCSI) Benno... Storage & Hardrives 4 January 19th 04 06:20 PM
remote management interface for NetApp Filers asdf Storage & Hardrives 6 January 12th 04 09:10 PM


All times are GMT +1. The time now is 09:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.