How to use WebDav in CQ5 on Window7 64 bit?

Setting up webdev for windows ,when I am adding a new network while giving the crx.default link, it is asking for the Username & Password.
After entering Username & Password(I tried admin/admin), one pop-up is coming:-The folder you entered does not appear to be valid.
Pleaswe advice on this.
Regadrs
Pratap

I was following this tutorial here: http://dev.day.com/docs/en/crx/current/how_to/webdav_access.html and no matter what I tried:
- Creating a network place to http://localhost:4502/
- Adobe drive
I could not get into the crx.default folder. In the end I used Gladinet, and so far no problems

Similar Messages

  • How to use webdav with netbeans

    Hi,
    Sorry for the wrong forum but i don't found anything in the www about this...
    I don't want to register at the netbeans forum so if there is anyone who know some hints
    I would appreciate this.
    regards,
    Olek

    Hi Olek
    I Have a working WebDAV setup with tomcat 6.0
    the only problem is this only works on windows XP
    anyway here is the code,
        <servlet>
        <servlet-name>webdav</servlet-name>
        <servlet-class>org.apache.catalina.servlets.WebdavServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>true</param-value>
        </init-param>
        <!-- Uncomment this to enable read and write access -->
        <init-param>
          <param-name>readonly</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <!-- The mapping for the webdav servlet -->
      <!-- Using /* as the mapping ensures that jasper, welcome files etc are
           over-ridden and all requests are processed by the webdav servlet.
           This also overcomes a number of issues with some webdav clients
           (including MS Webfolders) that do not respond correctly
    to the
           redirects (302) that result from using a mapping of / -->
      <servlet-mapping>
        <servlet-name>webdav</servlet-name>
        <url-pattern>/*</url-pattern>
      </servlet-mapping>put that in your web.xml file
    and here is a basic example of how to use it in a jsp.
    <%
    String networkPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath() + "/";
    %>
    <body onload="document.getElementById('anchor').click();">
        <a id="anchor" href="<%= networkPath %>Temp/Test/file.doc" folder= "<%= networkPath/Temp/Test/">
               Open in Web Folder View
        </a>
    </body>Hope this helps you

  • In iPad how to use webdav nab   with client certificate

    I have created one webdav enable site in apple mac mini server using apache. The webdav site is secured with https as well as client certificate.
    While browsing the website using safari/IE everything is working fine,but with ipad's webdav utility it is not working.Client cert is not picking up by webdav nav tool, although the client ssl cert is installed in ipad.

    Hi Olek
    I Have a working WebDAV setup with tomcat 6.0
    the only problem is this only works on windows XP
    anyway here is the code,
        <servlet>
        <servlet-name>webdav</servlet-name>
        <servlet-class>org.apache.catalina.servlets.WebdavServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>true</param-value>
        </init-param>
        <!-- Uncomment this to enable read and write access -->
        <init-param>
          <param-name>readonly</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <!-- The mapping for the webdav servlet -->
      <!-- Using /* as the mapping ensures that jasper, welcome files etc are
           over-ridden and all requests are processed by the webdav servlet.
           This also overcomes a number of issues with some webdav clients
           (including MS Webfolders) that do not respond correctly
    to the
           redirects (302) that result from using a mapping of / -->
      <servlet-mapping>
        <servlet-name>webdav</servlet-name>
        <url-pattern>/*</url-pattern>
      </servlet-mapping>put that in your web.xml file
    and here is a basic example of how to use it in a jsp.
    <%
    String networkPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath() + "/";
    %>
    <body onload="document.getElementById('anchor').click();">
        <a id="anchor" href="<%= networkPath %>Temp/Test/file.doc" folder= "<%= networkPath/Temp/Test/">
               Open in Web Folder View
        </a>
    </body>Hope this helps you

  • How to use WebDAV in data archiving?

    Please provide some links or docs. Thanks a lot!

    Hi,
    Have a look at
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a6041a2e-0801-0010-2dbc-df5b56d7816c
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0ed4542-812c-2a10-8ca1-92dae69eaaff
    narsi

  • How to use dataview xtype in cq5..

    Hi,
    Can anyone help me how to use the dataview xtype component in cq5..
    I am able to show dataview grid in dialog with styles and default text. But passing the data to that dataview is the task for me. I am not able to get the process to pass the values in dataview.
    Please help me to achieve this?
    Thanks in advance!!!
    Sony C.

    extend dataview in any container component in ur clientlib folder and define the store as below
    var proxy =  new CQ.Ext.data.HttpProxy( {url:  this.storeURL} );
      var reader = new CQ.Ext.data.JsonReader( {}, CQ.Ext.util.JSON.decode( '[{name:"value",mapping:"value"},{name:"type",mapping:"type"}]' ) );
            var sourceStore = new CQ.Ext.data.Store(
                    proxy: proxy,
                    reader: reader
            sourceStore.load();
    pass the storeURL as a config option.
    the data will load using template(tpl) which is config option of dataview.

  • How-to use Excel for the XML file input?

    Hello all,
    Following our discussion with Gerhard Steinhuber on the very nice tutorial from Horst Schaude , "How to upload mass data via XML File Input" , I am starting this new discussion.
    In the comments section of this previous cited tutorial, Rufat Gadirov explains how to use a generated XML from Eclipse instead of your XSD file as your source in Excel.
    However, in spite of all the instructions, I am still facing the same issue in Excel when I try to save my file as XML : "The XML maps in this workbook are not exportable".
    What I try to do is to create one or more Sales Orders with multiple Items in it from a XML File Input, using excel to enter data.
    The part with the File input is working (if I directly upload my file to the webDAV, it creates a sales order instance with multiple items).
    The only missing part is the Excel data input that I cannot make work. Any help on this matter would be greatly appreciated.
    Here is my XML file that I try to use as a source in Excel before inputing data from Excel:
    <?xml version="1.0" encoding="UTF-8"?>
    <p:MySalesOrderUploadedIntegrationInputRequest xmlns:p="http://001365xxx-one-off.sap.com/YUUD0G3OY_" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <MessageHeader>
        <CreationDateTime>2015-03-02T12:00:00.000Z</CreationDateTime>
    </MessageHeader>
        <List actionCode="01" listCompleteTransmissionIndicator="true" reconciliationPeriodCounterValue="0">
            <MySalesOrderUploaded>
              <MySalesOrderUploadedID>idvalue0</MySalesOrderUploadedID>
              <MyBuyerID schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeID="token">token</MyBuyerID>
              <MyDateTime>2015-03-02T12:00:00.000Z</MyDateTime>
              <MyName languageCode="EN">MyName</MyName>
              <MyBillToParty schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MyBillToParty>
              <MyDateToBeDelivered>2001-01-01</MyDateToBeDelivered>
              <MyEmployeeResponsible schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MyEmployeeResponsible>
              <MySalesUnit schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MySalesUnit>
                <MyItem>
                    <MyItemID>token</MyItemID>
                    <MyItemProductID schemeAgencyID="token" schemeID="token">token</MyItemProductID>
                    <MyItemDescription languageCode="EN">MyItemDescription</MyItemDescription>
                    <MyProductTypeCode>token</MyProductTypeCode>
                    <MyRequestedQuantity unitCode="token">0.0</MyRequestedQuantity>
                    <MyConfirmedQuantity unitCode="token">0.0</MyConfirmedQuantity>
                    <MyNetAmount currencyCode="token">0.0</MyNetAmount>
                </MyItem>
            </MySalesOrderUploaded>
            <MySalesOrderUploaded>
              <MySalesOrderUploadedID>idvalue0</MySalesOrderUploadedID>
              <MyBuyerID schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeID="token">token</MyBuyerID>
              <MyDateTime>2015-03-02T12:00:00.000Z</MyDateTime>
              <MyName languageCode="EN">MyName</MyName>
              <MyBillToParty schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MyBillToParty>
              <MyDateToBeDelivered>2001-01-01</MyDateToBeDelivered>
              <MyEmployeeResponsible schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MyEmployeeResponsible>
              <MySalesUnit schemeAgencyID="token" schemeAgencySchemeAgencyID="1" schemeAgencySchemeID="token" schemeID="token">token</MySalesUnit>
                <MyItem>
                    <MyItemID>token</MyItemID>
                    <MyItemProductID schemeAgencyID="token" schemeID="token">token</MyItemProductID>
                    <MyItemDescription languageCode="EN">MyItemDescription</MyItemDescription>
                    <MyProductTypeCode>token</MyProductTypeCode>
                    <MyRequestedQuantity unitCode="token">0.0</MyRequestedQuantity>
                    <MyConfirmedQuantity unitCode="token">0.0</MyConfirmedQuantity>
                    <MyNetAmount currencyCode="token">0.0</MyNetAmount>
                </MyItem>
            </MySalesOrderUploaded>
        </List>
    </p:MySalesOrderUploadedIntegrationInputRequest>
    Thank you all for your attention.
    Best regards.
    Jacques-Antoine Ollier

    Hello Jacques-Antoine,
    I suppose that as you have tried to construct a map from the schema, you have taken the elements from the List level down. In this case I also can't export the map.
    But if you take the elements from the level MySalesOrderUploaded down, you'll get the exportable map (screenshots)
    Best regards,
    Leonid Granatstein

  • Time machine backup on NAS using WebDav?

    Hi, I regularly use Time Machine to backup my mac on a NAS using my home network (Synology instructions are for configuration using the afp protocol). I have been travelling a lot lately and Time Machine backups on my NAS are not a choice. I’m using an external drive as a temporary strategy until back home. Anybody knows if it is possible to configure Time machine to backup on a NAS using WebDav protocol? If so, how to do it?
    I appreciate any information / help with this.

    Extremely unlikely. 
    It is possible to use Back to my Mac to back up to a Time Capsule over the Internet, but many folks can't get it to work; even when it does, it's very slow.
    I've never seen any posts about it being done to any other Internet destination.

  • Can't upload files using webDAV

    hi guys. i have a bit of a frustrating problem. im trying to upload zip file (~50MB) to a file hosting site (in.solit.us specifically) and i'm using webDAV to do so. i have no problem connecting to and mounting the server, but whenever i try and add anything to the dav disk it give me the error:
    "you cannot copy some of the items to the destination because their names are too long or contain invalid characters for the destination."
    i freaking hate this error message, whenever i get it it is so unwarranted. my zip file is titled "one.zip"... so no the name isn't too long or any such thing. the compressed files inside this zip file are also of similar length and composition. when i try and upload anything, even a smaller (regularly named) doc file, finder gives me the same error. what's more, when i try and create a new folder within the dav drive the "new folder" icon pops up for a few seconds then immediately disappears. which is kind of funny because when i then try and create another new folder it names it "new folder 2" -- which then subsequently disappeared as well. last time something like this happened to me it was a problem with the disk automatically ejecting itself after a couple of seconds. this does not seem to be the case here, console reads:
    "Feb 11 18:55:45 localhost webdavd[1641]: /Volumes/dav mounted"
    and then, when i manually eject it:
    "Feb 11 19:15:17 localhost webdavd[1641]: /Volumes/dav unmounted"
    console does not lie.
    any help would be much appreciated

    Hi Bilinbaja,
    I am not sure if you are using FTP to upload the files, however this error can sometimes refer to a hardware issue. Please try to toggle the hardware acceleration by right clicking on a item using the flash plug in and selecting settings.
    Please let us know if this improves the performance as well as if this also happens on other computers, or if it still happens after you delete cache and cookies. Each browser has its own cache, Firefox's cache may also be longer. [[How to clear the Firefox cache]]
    Did this help? We look forward to your reply.

  • File transfer from backend to sharepoint server using WebDAV

    Hi,
    Currently we are in development process of our product and we have a component called Document Publisher which should publish(upload) the documents to the web folders in the sharepoint server using WebDAV from the backend.
    I was able to find some classes in the backend like CL_HTTP_WEBDAV, CL_HTTP_WEBDAV_SKWF etc and these classes have some set of methods which i feel can be used for uploading the documents to another location from the backend. But i am not sure how to achieve this and i was not able to find much of the information about this online.
    It would be really great if somebody can help me in this.
    Thanks a lot in advance,
    Kasthuri

    Hi Kasturi,
    What you exactly want to do because your query not clearly visible to anyone?
    Regards

  • How to use a custom Persistence Manager

    I'm experimenting with implementing a custom Persistence Manager for CRX/CQ5. How the underlying implementation works is not important, the issue I'm having seems instead to be related to classloading or OSGi inside CQ5.
    I've implemented a custom Persistence Manager (implements org.apache.jackrabbit.core.persistence.PersistenceManager) and a custom FileSystem (implements org.apache.jackrabbit.core.fs.FileSystem).
    I've verified that both implementations function correctly with plain Apache Jackrabbit (version 2.4.0, the same version used internally by CQ5.5).
    I've packaged my implementation and all its dependencies as an OSGi bundle and installed it to CQ5.5. All dependencies as resolved and the bundle status in the OSGi console is "Active".
    I then followed these instructions for configuring the CQ 5.5 repository to use my PersistenceManager and FileSystem implementations:
    http://dev.day.com/docs/en/cq/current/core/administering/persistence_managers.html#The%20T ar%20Persistence%20Manager
    The configuration seems to be read just fine but I get the following exception when restarting CQ:
    23.04.2012 09:20:23.714 *ERROR* [FelixStartLevel] com.day.crx.sling.server [com.day.crx.sling.server.impl.jmx.ManagedRepository]
    The activate method has thrown an exception (org.apache.jackrabbit.core.config.ConfigurationException:
    Configured class com.example.XXFileSystem does not implement org.apache.jackrabbit.core.fs.FileSystem. Please fix the repository configuration.) org.apache.jackrabbit.core.config.ConfigurationException: Configured class com.example.XXFileSystem does not implement org.apache.jackrabbit.core.fs.FileSystem. Please fix the repository configuration.
        at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:179)
        at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$6.getFileSystem(RepositoryConfigurationParser.java:1077)
        at org.apache.jackrabbit.core.config.VersioningConfig.getFileSystem(VersioningConfig.java:94)
        at com.day.crx.core.CRXRepositoryImpl.createVersionManager(CRXRepositoryImpl.java:841)
        at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:305)
        at com.day.crx.core.CRXRepositoryImpl.<init>(CRXRepositoryImpl.java:283)
        at com.day.crx.core.CRXRepositoryImpl.create(CRXRepositoryImpl.java:258)
        at com.day.crx.core.CRXRepositoryImpl.create(CRXRepositoryImpl.java:243)
        at com.day.crx.sling.server.impl.jmx.ManagedRepository.activate(ManagedRepository.java:164)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:227)
        at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:38)
        at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:591)
        at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:472)
        at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:146)
        at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:226)
        at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:118)
        at org.apache.felix.scr.impl.manager.DelayedComponentManager.createRealComponent(DelayedComponentManager.java:95)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager$Registered.getService(AbstractComponentManager.java:1296)
        at org.apache.felix.scr.impl.manager.DelayedComponentManager.getService(DelayedComponentManager.java:88)
        at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:310)
        at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:221)
        at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:292)
        at org.apache.felix.framework.Felix.getService(Felix.java:3010)
        at org.apache.felix.framework.BundleContextImpl.getService(BundleContextImpl.java:329)
        at org.osgi.util.tracker.ServiceTracker.addingService(ServiceTracker.java:442)
        at org.apache.aries.jmx.whiteboard.Activator$MBeanTracker.addingService(Activator.java:101)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733)
        at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3765)
        at org.apache.felix.framework.Felix.registerService(Felix.java:2877)
        at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:251)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:456)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerComponentService(AbstractComponentManager.java:508)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1157)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:334)
        at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:158)
        at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:313)
        at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:241)
        at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:147)
        at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:111)
        at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:274)
        at org.apache.felix.scr.impl.Activator.bundleChanged(Activator.java:192)
        at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:807)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:729)
        at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:610)
        at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3754)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:1780)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1156)
        at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
        at java.lang.Thread.run(Thread.java:662)
    Anyone have any idea how to get past this?
    My FileSystem class most certainly does implement org.apache.jackrabbit.core.fs.FileSystem, as verified by that it works just fine with Jackrabbit.
    I've also made sure that I use the exact same jackrabbit-core jar file in my bundle that is included in the com.day.crx.sling.server bundle.

    I would do that, but none of the bundles in CQ5.5 export the jackrabbit-core interfaces, so I get an unsatisfied dependency (or whatever the OSGi term is) then.
    So that's why I tried including it in my bundle as well.
    The only place that I can see jackrabbit-core in the provided bundles is loaded internally in the Bundle Classpath of the com.day.crx.sling.server bundle.
    Should I try modifying that manifest so that it gets exported?

  • Online collaboration using WebDAV not working in Acrobat pro XI

    We are using WebDAV for online collaboration (FDD based). We have just now upgraded to Acrobat pro XI. But since then we are not able to do the online collaboration.
    Send and Receive comments button is not shown when pdf file gets opened in the browser.
    Does any one have any idea how to resolve this issue?

    Hi Hemant,
    1. Are you using latest version of Acrobat 11 i.e. 11.0.6? If not then please update it via Hep -> check for updates.
    2. Does your workflow works fine when you open PDF in Standalone Acrobat?
    3. Does it work when you initiate Shared Review using Email or shared drive?
    Regards,
    Anoop

  • Using WebDav with Bea repository.

    Hallo!
    Have anyone integrated WebDav with Weblogic Portal Repository?
    I need short description how to create WebDav repository on WL 10.0.
    I tried follow the "BEAWebLogic Portal Content Management
    Guide" instructions but my repository is still not working as WebDav repository.
    I hope to find someone who can give me some knowledge.
    Best regards
    Hubert.

    No, the Repository would be used instead of CVS.
    David

  • Using WEBDav methods

    How can I use WEBDav methods in ABAP.
    I like to access Exchange Public folder from SAP side using WEBdav development.
    Does anybody know where I can find information on how to do this ?
    Thanks
    Georg

    Hi Georg!
    For the starting, have a look at help.sap.com:
    http://help.sap.com/saphelp_erp2004/helpdata/en/46/bb1853ab4811d4968100a0c94260a5/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/46/bb184dab4811d4968100a0c94260a5/frameset.htm
    Regards,
    Christian

  • Using WebDAV with WebSEAL

    We are trying to using WebDAV for our projects.
    WebSEAL is used for for authentication, I'm unable to add a server in the DIS client if I go through the WebSEAL URL. (i get an error stating that the CGI url is incorrect, even if it maps to the correct content server url)
    Any pointers on how to workaround this will be helpful.
    The WebDAV url is https://<websealinstance>:<port>/dms/cs/idcplg/webdav this will internally map to http://<ucm_server>:<ucm_port>/cs/idcplg/webdav.
    Thanks,
    Manjunath
    Edited by: 890922 on 05-Jun-2012 00:52

    I've used Webdav over SSL ever since i started using webdav :)
    Infact many of my web servers are entirely ssl

  • NTLM authentication fails to connect using webdav on osX

    We are having problems in our organization getting our macs connected via webdav using NTLM authentication.
    Our structure is as follows:
    Netapp/IBM nSeries gateway/filer model n6040 which is our FTP/CIFS/Webdav host.
    Windows Server 2008 R2 Domain Controller with Active Directory
    Windows 7, Mac osX clients (various versions).
    From the windows side, we are able to connect to our filer via FTP, CIFS, and http/Webdav after we authenticate using our AD credentials.  From the Mac side, we can authenticate and connect to our filer using FTP, CIFS (using Connect to Server "smb://ourfiler.com") and through a browser using the address of http://ourfiler.com.  This type of connection using webdav works with Firefox but not using Safari or Chrome but isn't adequate enough for our users since the browser based connection is read only.  However, when we try to Connect to Server via webdav using our server address of http://ourfiler.com:80, we never get past the "Enter your name and password for the server "ourfiler.com." 
    We tried a third party webdav client on our macs: Cyberduck, which also fails to connect using webdav.   We also tried a separate linux client and were able to connect without any problems.
    Since authetication for webdav works on windows and linux, we're thinking there is problem with osX itself.  Has anyone else had this problem or can anyone suggest any workarounds/solutions?

    Sorry for the late replies gentleman... for some reason I didn't get email alerts when you guys posted....
    Anyways, yes the DC is on a different subnet and no we don't have WINS.  The way I understand it is the client will contact the master browser in it's local subnet... all the master browsers in all other subnets contacts the Domain master browser ...
    and they share the server list this way... I mean it's a little more complicated than that....well to me at least...
    Can you try resolving the short name with the domain controller being on another subnet and you having a different master browser in your client subnet?
    What is the process the client goes thru when looking up Domain netbios name?  LIke for DNS, it's straight forward... the client looks at DNS server, then for the SRV records for the Site the client is in and get's domain controller.......   How
    does this work for netbios domain name?  There is NO WINS in the environment.
    Chau

Maybe you are looking for

  • How to use multi queries inside the RTF file

    Hi all, I develope a data source in report developer 10g, and use it to create the RTF files... I have some files wich contains more than 1 query. how can I refer to the fileds in the other queries in side the RTF file, because it's bring the filed f

  • Multiple items not getting transfered from Punch out

    Hi, I need your help in fixing an issue with punch out. When we select more than one item in the punch out and when it is getting transferred to SRM shopping cart, we could see only one item in the shopping cart. We are facing this issue with only on

  • Urgent: No data while calling remote function in custom widget.

    Hi, I created a function module with transaction se37 and in its attributes checked the 'Remote Enabled' radiobutton. Now in my widget I called this remote function in my RFC view. The data is not displayed in the widget and in debug mode error is di

  • Module Pool:Collapsible area

    Hi experts, I'm kinda new to module pool programming. I have to create a collapsible area on the screen. I tried debugging an existing standard code, but wasn't helpful. I need help on how to go about it. Thanks in advance. Regards, Arijeet Bhattacha

  • Where to install SSRS in ConfigMgr Environment

    I am planning a SCCM 2012 R2 environment. I have decided on 1 SCCM Server. A 2 node SQL Cluster on a separate server. And several Distribution points over different sites etc.. I was wondering where is the best place to install SSRS so I can configur