Error on accessing DFS/Networks file

Hello,
My company use a windows environnement and recently bought a MacBook Pro to develop iPhone software.
I successfully declare the mac on AD and authorize account from AD to connect to the mac.
But the problem is that we can't access the network files store on a DFS. I can list the folders on the DFS root, but there is nothing in it ! Even if I try to access directly from a server, I can't find any folder or file under the main root.
Could you help me on that point ? I try to use a DFS client (diffiss)but it doesn't work (it still list the root, but can't access under that point - trying to connect to the correct folder/path but adding a "$" at the end, and get a timeout response).
Thanks.
Regards,
Fabien

Hi
DFS is not natively supported on the platform. You possibly have a number of options?
Advise the Windows Network Administrators change their structure/environment to suit you. Doubtful? Better still suggest they install a 3rd-Party Utility/Application which gets over the problem.
They can do this either using something like ExtremzIP - which is installed on the Windows Server and can be very expensive. Or they can install the latest version of AdmitMac which is installed on the mac client.
Tony

Similar Messages

  • Error while accessing secure store: File "SecStore.properties" does not exi

    Hi ,
    I have a java desktop application, and i am trying to get a connection from a datasource deployed on one SAP AS Java, I can get the datasource succsfullly but when i try to get a connection from the DS, it throughs this exception, I put the secstore..properties file in the classpath even after that it is not happy,
    any solution/hint/light please!!!!
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "SecStore.properties" does not exist although it should..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.customcode.ConflictingActionFixture.(ConflictingActionFixture.java:53)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at fit.FixtureClass.newInstance(Unknown Source)
         at fit.FixtureLoader.instantiateFixture(Unknown Source)
         at fit.FixtureLoader.instantiateFirstValidFixtureClass(Unknown Source)
         at fit.FixtureLoader.disgraceThenLoad(Unknown Source)
         at fit.Fixture.loadFixture(Unknown Source)
         at fit.Fixture.getLinkedFixtureWithArgs(Unknown Source)
         at fit.Fixture.doTables(Unknown Source)
         at fit.FitServer.process(Unknown Source)
         at fit.FitServer.run(Unknown Source)
         at fit.FitServer.main(Unknown Source)
    Caused by: com.sap.security.core.server.secstorefs.FileMissingException: File "SecStore.properties" does not exist although it should.
         at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 18 more
    caused by

    the SecStore.key file was not there, I changed the passwd and checked the 'Encryption' on, after that my sever instance is not starting.
    Any idea?
    -Puneet

  • [SOLVED] DBus error when accessing "Windows Network"

    I'm getting an error when trying to access "Windows Network" from Nautilus after last Gnome (2.22 -> 2.24) update:
    Unable to mount location
    DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    Please tell me if you need me to post any more info/logs.
    Thanks in advance
    Last edited by DingoMD (2008-10-22 08:07:36)

    Are those with a problem using share level security on the samba server?
    Have you tried accessing the share using smbclient? (smbclient //server/share)
    I have been receiving the original dbus error for some time now.
    I am using share level security on the server.
    Using smbclient results in a segfault. Using nautilus also results in an error from libsmbclient which can be seen in one of the log files.
    [mythtv@tvee ~]$ smbclient //sirschmoopy/shared
    Enter mythtv's password:
    Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.1]
    Server not using user level security and no password supplied.
    Segmentation fault
    There is a samba bug which looks similar but it only affects people with ipv6 disabled. I have disabled and enabled ipv6 several times and the errors persist.
    I think it may be related to this bug: https://bugzilla.samba.org/show_bug.cgi?id=7250
    I haven't tried the patch provided yet.

  • Error while accessing a jsp file

              hi all,
              i am working on weblogic5.1 under solaris platform.
              my folder hierarchy is as follows weblogic_home/classes/weblogic/sun1/sun2.
              i have an import statement as follows import sun1.sun2.* in my JSP file.
              when i access this jsp file from my browser i have an error.
              the error is import package sun1 not found.
              i have set my classpath correctly(i feel so)...
              can anybody help me with this problem.
              if there is some fault in my classpath please tell me where exactly i should set my classpath for jsp files.
              thanx in advance.
              Prasad.
              

              Hi,
              1) what is your "weblogic.httpd.documentRoot=????"
              2) if it is "public_html" put your jsp there.
              Joe
              "Prasad" <[email protected]> wrote:
              >
              >hi all,
              >
              >i am working on weblogic5.1 under solaris platform.
              >
              >my folder hierarchy is as follows weblogic_home/classes/weblogic/sun1/sun2.
              >
              >i have an import statement as follows import sun1.sun2.* in my JSP file.
              >
              >when i access this jsp file from my browser i have an error.
              >
              >the error is import package sun1 not found.
              >
              >i have set my classpath correctly(i feel so)...
              >
              >can anybody help me with this problem.
              >
              >if there is some fault in my classpath please tell me where exactly i should set my classpath for jsp files.
              >
              >thanx in advance.
              >Prasad.
              

  • PowerePivots Import Error: Only Access DB, Excel files or text files

    I am running Excel 2010 on Windows XP SP3 with Power Pivots ver 11.0.3000.0
    When i try to import data from excel sheets or Access DB or test files i get the following error
    An error occurred while loading the file.
    More Details:Failed to connect to the server. Reason: Unspecified error
    No such issues with SQL server or OLAP Cube.  I can import data just fine using those.
     Any help would be much appreciated.
    No such issues on other PC with similar configs. 
    Thank you.
     

    AJ,
    Is this still an issue?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Error while accessing secure store

    Hi Team,
    We are on EP 7.0 on SQL server 2005 . Iam facing one problem , in sometimemy IRJ pOrtal site stops giving error " Java iView Runtime " .At this time what happens that in my usr/sap drive , the sap folder is not shown as shared its share goes away and that time when i connect to visual admin tool the authentication fails and that time config tool gives error
    #1.5#00188B417A01007E0160B338000008FC00045DE876A4C303#1229152911187#com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl##com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl#Guest#2####f168def0c8c411dd9a2100188b417a01#SAPEngine_Application_Thread[impl:3]_29##0#0#Error##Plain###ManagedConnectionFactoryImpl.createManagedConnection(): SQLException occured while creating ManagedConnection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    musaprd
    sapmnt
    PWC
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should..#
    #1.5#00188B417A010085015AAAF5000008FC00045DE876A4C207#1229152911187#com.sap.sql.connect.OpenSQLDataSourceImpl##com.sap.sql.connect.OpenSQLDataSourceImpl#Guest#2####09e36ed0c8c711dd93b200188b417a01#SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Database/sql/connect#Java#com.sap.sql_0019##Exception of type com.sap.sql.log.OpenSQLException caught: Error while accessing secure store: File
    When i check in this path SecStore.properties is there , also i have checked the permissions .....................please revert the reason of this error  . 
    Main part of this all is that after taking a reboot everything becomes fine , this happens every few days .
    Please revert to this .
    Regards,
    Somya

    Hi,
    This error crops up when the the folder usr/sap folder sharing is lost .  We  have recently faced this problem this is Windows OS level problem you can ask your OS admin. Applying a security patch will do.
    Regards,
    Vamshi.

  • Office won't open network files

    As of last week when I open a file, for example .xlsx, Excel will open but only to the default start screen displaying recent documents and templates. If i try again excel will shut down and reopen to the start screen.
    If I move the file to my local machine It will one without a problem.
    I have reinstalled office, then repaired it (via control panel >> programs and features >> change) using both repair options.
    At the same time this first happened "office document cache" played up and jammed my machine (multiple instances of the programme continually opening). I seem to have fixed this by "repairing" office (uninstall/reinstall of Office
    didn't work).
    I have win 8.1 the network server is win 7 with a homegroup and 3-5 members.

    Hi,
    Does this issue happen to any other members? Please first check that the user logo on has the enough permission to access the network files.
    Also, please take a look at this thread which discussed a similar issue, see if the workaround there works for you.
    http://social.technet.microsoft.com/Forums/office/en-US/78f556f0-250c-423d-b1bc-e49046ebc62c/office-2010-apps-refuse-to-open-files-from-network-locations?forum=officesetupdeployprevious
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • DFS network drive giving error to many clients of Windows 7 and 8.1 after accessing from run

    Hi,
    My network drive (DFS) is giving below error after upgrade OS from windows 2008 to 2012. On many clients of windows 7 and 8.1 we are able to resolve
    by rebooting the system or by net use * /d command. But many user still getting error after accessing from mapped drive as well as from RUN command.
    some area stupid thing happening, after accessing from RUN like \\networkdrive then it will open successfully and show all the shared folder. When we
    click on particular shared folder it gives below error message and some works perfectly fine. Even though that person have rights on both the shared folder.
    """""check to make sure that the disk is properly inserted, or that you are connected to the internet or your network, and then
    try again. If it still cannot be located, the information might have been moved to a different location. """"
    Kindly suggest what should I do now?
    Inder Johar

    Hi Inder Johar,
    Please check if clients could connect to \\domain\dfsroot and UNC path. You could refer to the article below to troubleshoot the issue:
    DFS mapping error: Refers to a location that is unavailable
    http://jthys.wordpress.com/2013/02/20/dfs-mapping-error-refers-to-a-location-that-is-unavailable/
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    It’s simple enough to use a tool like ROBOCOPY or the File Server Migration Tool (FSMT) to copy your previous created folders over to the new name space
    \\networkdrive.
    Robocopy
    http://technet.microsoft.com/en-us/library/cc733145.aspx
    Microsoft File Server Migration Toolkit 1.2
    http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&id=10268
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Read-only file access from network volume

    I get an read-only file access from network volume problem while sharing a drive from Snow Leopard to a Tiger install. Most of files were opening well, but *.fp7 (FileMaker) and *.xls (Excel) files won't open dealing with a read-only error.
    As descibed in the last post of http://discussions.apple.com/thread.jspa?threadID=1406977 the client have the same share name of the server. Renomming it resolved the error!
    Thanks!

    right then, as it looks like I'm talking to myself....
    I have just wiped clean the Macbook Pro.
    I installed Leopard from scratch, then installed Office 2008.
    Logged back onto the network share, and the read-only error came up again, ONLY in Excel.
    bugger.
    Did the same thing with my Macbook and all is fine.
    Copy the file to the local hard drive, opens ok.
    I then copied the file to another Mac on the network.
    mmmm, opens fine.
    what's the difference....
    mmmm, the machine it opens fine from is running 10.4
    the machine which hosts all the data is running 10.3.9
    could this be the problem.
    Just done a software update check on the 10.3 machine and there are some security updates that need doing.
    Going to run that now and see what happens, otherwise I think the iMac running 10.3.9 is going to need to come up to 10.4 and fingers crossed this will solve it.

  • Import Maxl from network file error

    Hi all!
    Im trying to make a Maxl import statement, using files which are inside another computer within the local network.
    he issue im having is that EAS fails to open the file, which i do have access using the file system.
    My script is:
    import database 'CpResIvr'.'ResIvr' data from local text data_file '\\compName\export-essbase\CPResIvr.txt' on error write to
    'c:\ExportErrors\CPResIvr.err';
    I also tried using 'file://compName\export-essbase\CPResIvr.txt'.
    The error i get in either case is 1090004 (Unable to Open file).
    Any help on how do i provide the path to the file will be appretiated,
    Thanks in advance!

    The import database is using the Essbase server's drive/folder/volume access, not your client's.
    You're going to need to map that drive on the Essbase server side first.
    There was a thread on this subject in the past one or two weeks -- search for it and all (well, all regarding the topic of mapping drives) will be revealed.
    Regards,
    Cameron Lackpour
    Edited by: CL on Jun 3, 2010 11:51 AM
    Here's the thread: Re: MAXL -> rule -> remote file location (unix vs windows)

  • Network Error: Clean Access Server could not establish a secure connection to Clean Access Manager

    Hello everyone
    I am implementing a failover solution of NAC in OOB VG version 4.8, I have 2 CAS and 2 CAM.
    The Error I am getting is when I connect to both IP address and the FQDN of the CAS.
    ===========
    Network Error:
    Clean Access Server could not establish a secure connection to Clean Access Manager at camsrv3.cadivi.gob.ve.
    This could be due to one or more of the following reasons: 1) Clean Access Manager certificate has expired 2) Clean Access Manager certificate cannot be trusted or 3) Clean Access Manager cannot be reached.
    Please report this to your network administrator.
    ==========
    For the CAM's I use this names camsrv1 and camsrv2. then generate a CSR in the camsrv1 with the name camsrv3.mycompany.com corresponding  to virtual ip and it exported to camsrv2, Install the CA certificate of the company and everything works perfect.
    This is the failover configuration
    CAM:
    Primary:     10.1.206.248 camsrv1.mycompany.com
    Secondary: 10.1.206.249 camsrv2.mycompany.com
    Virtual:       10.1.206.250 camsrv3.mycompany.com
    Then I do exactly the same steps for the CAS's and this is the failover configuration:
    Primary:     10.1.216.248 cassrv1.mycompany.com
    Secondary: 10.1.216.249 cassrv2.mycompany.com
    Virtual:       10.1.216.250 cassrv3.mycompany.com
    Then I add the certificate of CAM in the CAS on the tab "Trusted Certificate Authorities"  and vice versa.
    The communication between all the CAM´s and CAS´s is correct (Primary, Secondary and Virtual). I can ping the IP and the FQDN and I can also manage the CAS through the CAM.
    I verify that the time was right in the CAM and the CAS and all good up there.
    Appreciate your help
    Eduardo Navas

    Eduardo,
    Bump up the CAS/CAS communications logging on both the CAS and CAMs, and then look in the log files for clues.
    On CAM they live in /perfigo/control/tomcat/logs and on CAS in /perfigo/access/tomcat/logs
    HTH,
    Faisal
    If you find this post helpful, please rate so others can find the answer easily

  • Network file permission error and Log???  Need help...

    Hi everyone!
    Based on what I learned here:
    http://discussions.apple.com/thread.jspa?messageID=1760312&#1760312
    I have a log in my script like this:
    set log_path to (startup disk as string) & "Applications:My Folder:My Log"
    set the_date to (current date) as string
    set logfilecontent to (open for access file log_path with write permission)
    try
    write the_date & return & "Here's my Log:" & return & "item1" & return to logfilecontent starting at eof
    on error
    close access logfilecontent
    end try
    close access logfilecontent
    It has always worked but this is part of an app. I just realized that this will work on my admin login but not on a regular login (I mean logging into the computer). And if I change the owner/group of the app sometimes it will change if I can do it either on an admin login or standard. I often get a Network file permission error and it gets stuck. I know it's something to do with permissions, but maybe I don't fully understand still? I need it so it will work on admin or standard login without that error. In that same link above a user mentions he had the same problem. So there's something I'm just not getting??? And I know it's here with the Log because I took it out and no problem. Hope you guys can help out???
    Thanks in advance,
    Reg

    If the log already exists on the hard disk, you may not be able to write to it from a non-admin account, and you may want to avoid writing to the Applications folder. You can provide an empty log in the expected place which allows all accounts to write to it, but the permissions may be lost when the application is installed.
    Alternative options include creating different logs for each account:
    set log_path to (startup disk as string) & "Applications:My Folder:" & (do shell script "whoami") & "'s Log"
    or writing the log to the account's home folder:
    set log_path to (path to home folder as string) & "Library:Preferences:My Folder:My Log"
    (17283)

  • Network file permission error

    I've finally tracked down the source of the problem for third-party template installers that get the network file permission error. I'm not sure if Peter (Laimavia) has been here discussing this, but he uses the same installer and Jumsoft (iLifeStuff) would be using the same method as well so neither of them would be exempt from this issue.
    It looks like JTemplate is resetting the admin file permissions for TemplatesInfo.plist to read only. Why it does this is questionable - it's absolutely not necessary. It allows JTemplate full control of the file, but it blocks any other third-party installer from updating the file. <scratching head>
    If you're using JTemplate and you purchase templates for iWeb, you will likely encounter an error that states Network File Permission Error when trying to install them. I'm not a UNIX guru so I could not find a way to set the permissions back to read/write. When I tried this, my access dropdown was entirely disabled at the admin level - even when I unlocked the settings. Even the back-up copy of TemplatesInfo.plist that JTemplate makes for you is reset to read-only permissions so even if you thought you're reverting to your original installation, you're not.
    On my development machine where JTemplate was not installed, the default iWeb installation allows admin access to that file with read/write permissions so it would seem the only way to undo this problem is to reinstall iWeb.
    Testing confirmed all of these results, including the reinstall. Template installers worked just fine once the files were restored so if you're getting that error, that's what you need to do.

    Okay I'm talking with Peter now... he was already aware of the issue and also confirmed that JTemplate was the source of this problem. He provided this solution for resetting your file permissions. I'm not sure if you have to do this every time JTemplate is used. I'll test it later and report back.
    If you are familiar with the "Terminal" application, then this should do the trick:
    Open up Terminal. ( Applications/Utilities/Terminal )
    Copy and paste this:
    sudo -s
    cd /Applications/iWeb.app/Contents/Resources/English.lproj/Templates
    chmod g+w TemplatesInfo.plist
    Now, hit enter. Close terminal.
    Try and run the installers again

  • Web-Disk on OSX 10.9 Give me this error: "Finder got an error: Network file permission error."

    Previously I was using OSX 10.8 and Web Disk was working great.
    Since I upgraded to OSX 10.9 Web Disk Dont Attach to my compputer and give me this ERROR:
    FInder got an error: Network file permission error.
    When I got this ERROR first time I searched GOOGLE and found this link: http://cammodude.blogspot.no/
    And I did:
    To force all connections to be SMB1:
    Open A terminal window
    paste in the following line followed by the return key(should be all on one line): 
    echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
    What the command does:
    Creates a file called nsmb.conf  in your  home directory at the path ~/Library/Preferences/nsmb.conf.
    Adds directives to force SMB connections to use the SMB1 protocol.  This is slower but stable.
    Then I could use Web Disk on OSX 10.9 after executing this command in Terminal.
    But now I restarted my Macbook and now Im NOT able to connect to Web Disk and get the same ERROR.
    FInder got an error: Network file permission error
    After trying 100 times it attaches 1 time but then show this ERROR:
    Can't get <<class cdis>> "my.server.com/2078" of application "Finder".
    If this happen then I can see the files in Finder and see the Contents and Size of files but if I open a PHP file in BBEdit then it shows BLANK.. But actually it is NOT blank.
    Now Im stuck How can I solve this? All help is highly appericated..
    Thank you so much...

    Hi,
    Make sure to chmod the app, something like this :
    chmod -Rf 777  secure_site_WebDisk.app
    (in my case the CPanel provided the app for my OSx version.)

  • Unable to open pst file error details access to the path is denied

    Hello,
    iam trying to do a mailboximport-request from a QNAP-nas that is member of the domain.
    When doing the mailboximport i am getting the following error : unable to open pst file error details access to the path is denied.
    Which permissions do i need to have on the folder/file on the qnap to import the .pst-file?
    Thx

    Move your PST files to a windows server.  Exchange Trusted Subsystem is a universal group in Active Directory.
    Read more here: http://technet.microsoft.com/en-us/library/ee633455(v=exchg.141).aspx#Pre
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

Maybe you are looking for

  • Need to add days to date on a "batch report in documents structure" report

    I am trying to create an expiration date based on  UDF "shelflife" formatted as number for the number of days a product has before it expries ie. 120 days. I have a UDF "expdate" formated as date. I am trying to create a date based on the receive dat

  • Can't import photos from camera to UNIX server in Mavericks

    We have a mixed network in our office with a Windows 2008 server and a UNIX server. Before Mavericks, I was able to connect a camera or my iPhone to my MacBook Pro and download jpg files to either server. Since the upgrade to Mavericks, the files are

  • Account assignment mandatory for material 702 (enter acc. ***. cat.)

    Account assignment mandatory for material 702 (enter acc. ***. cat.) Message no. ME062 Diagnosis There is no provision for value-based inventory management for this material type in this plant. Account assignment is thus necessary. How to rectify thi

  • Specifying page size using pdfexport(​)

    I have been trying to specify a specific page size for a PDF.  I have figured out how to use the picratio and other variables to change the TDR within DD.  However, the PDFexport ignores the printwidth setting and always uses 8.5x11. I was able to ma

  • Concerning the linux operating system on the ideapad u510

    hi to everybody i've bought  a ideapad u510 with windows 8 and i would like to install Ubuntu wubi like some application on windows8, but i don't succeed. please, how to do that. please i prefer the answer in french in order to understand good proced