Accessing windows folders using C7 file manager

Hi,
I have the following problem.
On windows XP pro PC I've installed IIS 5.1. This included webDAV. To publish folders as webfolders I did the following. I have a dutch windows so my translations of th correct Windows menu's might be different than in the US/UK version.
Create a folder that want to access with the Nokia C7 (e.g. webfolder)
--> sharing and security -->   sharing via web --> sharing
--> I filled in an alias (e.g. webfolder)
----> accessrights (or accesspolicies) --> none
On the Nokia C7 I went to filemanager
--> add new station --> gave it a name (e.g. test)
--> accesspoint: SSID of my wifi-router
--> input IP-adres of my webserver -->e.g. http://192.168.0.1/webfolder
--> username --> my windows login-name
--> password --> my windows password
Whenever i connect on the nokia it keeps asking for the right username and password. Though I'm sure I have type the correct on. What am I doing wrong?
Is there no proper information about this feature of the filemanger?
I looked on the web but there's nothing to be found, the manual supplied doesn't even mention this aspect o/t  filemanager.
i hope that ppl in here can help me.

208 views yet no one able to help me :-(
Okay. I've found the solution myself. Unfortunatly another problem appeared immediatly!!!
So to continue this thing.
After doing the abovementioned items from my former posting. You have to go to IIS-management (My Computer --> Manage --> Computermanagment window appears
go to --> IIS --> standard website ---> webfolder
--> right click properties --> security --> Anonimous login ON--> Integrated Windows verification OFF
That should do the trick.
The problem that I currently have is that I finally can access this webfolder. I can copy from C7 to it and from the folder to C7 except when the file is larger than say 10MB. Particularly AVI's and Mp4 moviefiles. I hoped that I could stream video this way but aparanlty that's not possible. Small clips (less than 10MB) play okay but large files ALLWAYS give an error
 Installing large .SIS files (+18MB) on the other hand works fine. Is there something that I overlooked?

Similar Messages

  • Accessing TestStand Variables using Applicatio​n Manager

    I am working with an Operator Interface written in LabWindows/CVI 7.1.  I need this program to be able to access station globals and local variables in TestStand 3.1.  This Operator Interface was originally written for TestStand 2 and uses the older functions like TS_NewEngine, TS_EngineSetProperty, TS_PropertyGetValString, etc.  This has caused some problems when I try to use these functions with TestStand 3.1.  I can run the code fine in the debugger, but my executable just quits as soon as it encounters one of these older testStand functions (I can't tell which one).  I have been trying to incorportate the Application Manager, Sequence File View Manager, and Execution View Manager into the existing code without altering the GUI's appearence (keeping with the standard LabWindows text boxes and not using ActiveX controls).  I cannot figure out how to access variables in testStand using the Managers.  Here is the code I am using so far:
    //Define Panel Handles and ActiveX Control Handles
    typedef struct
     //panel handles
     int              m_pnMain;
     int              m_pnExecute;
     // ActiveX control handles:
     CAObjHandle applicationMgr;     // invisible control, manages Startup/Shutdown, and other application functions
     CAObjHandle sequenceFileViewMgr;   // invisible control, manages a SequenceView control that displays loaded sequence files
     CAObjHandle executionViewMgr;    // invisible control, manages a SequenceView control that displays executing sequences
     CAObjHandle m_oEngine;
     } ApplicationWindow;
    static ApplicationWindow gMainWindow; // this application only has one window
       // load the panels for the main window from the .UIR file
       errChk( gMainWindow.m_pnMain = LoadPanelEx (0, "Symtx Operator Console.uir", PN_MAIN, __CVIUserHInst));
       errChk( gMainWindow.m_pnExecute = LoadPanelEx (gMainWindow.m_pnMain, "Symtx Operator Console.uir", PN_EXECUTE, __CVIUserHInst));
       // prepare to use the TestStand ActiveX controls
       errChk( GetActiveXControlHandles());
       tsErrChk( TSUI_ApplicationMgrGetApplicationWillExitOnStart(g​MainWindow.applicationMgr, &errorInfo, &appWillExitOnStart));
       if (!appWillExitOnStart)
        // show a splash screen while starting up
        errChk( splashPanel = LoadPanelEx(0, "Symtx Operator Console.uir", SPLASH, __CVIUserHInst));
           errChk( InstallPopup(splashPanel));
       // make TS engine conveniently accessible
       tsErrChk( TSUI_ApplicationMgrGetEngine(gMainWindow.applicati​onMgr, &errorInfo, &gMainWindow.m_oEngine)); 
    The code shown above works fine.  I tried to add the following lines to access the station globals:
       // Get station globals
       m_oGlobals = gMainWindow.m_oEngine.NewPropertyObject( 3, False, "", 0); 
       m_oGlobals = gMainWindow.m_oEngine.Globals;
    and got the following error when I compiled:
      290, 39   Left operand of . has incompatible type 'CAObjHandle'.
    which referred to
    m_oGlobals = gMainWindow.m_oEngine.NewPropertyObject( 3, False, "", 0); 
    If anyone can help I'd greatly appreciate it.

    Hi there,
    The reason the code for TestStand globals does not work is because CVI does not support using the TestStand API in this way.  This can be a little confusing because in the help it lists using these methods and functions to access the properties you were looking for, however, in CVI you still have to use the TS_ functions to access different properties.  Usually it is TS_objectToOperateOn.  For example TS_Engine will always be getting properties or executing methods of the engine.  I have put some code below that should accomplish the same thing you were looking to do.  Hope this helps out!
        int error = 0;
        ErrMsg errMsg = {'\0'};
        ERRORINFO errorInfo;
        CAObjHandle myGlobals;
        //Get the globals from the engine
        tsErrChk (TS_EngineGetGlobals (myEngine, &errorInfo, &myGlobals)); 
        //Store the last user name into a local string
        tsErrChk (TS_PropertyGetValString(myGlobals, &errorInfo, "TS.LastUserName", 0, &lastUserName));
    Error: 
        // FREE RESOURCES
        if (lastUserName != NULL)
             CA_FreeMemory(lastUserName);
        // If an error occurred, set the error flag to cause a run-time error in TestStand.
        if (error < 0)
             *errorOccurred = TRUE;
            // OPTIONALLY SET THE ERROR CODE AND STRING
             *errorCode = error;
             strcpy(errorMsg, errMsg);
    Pat P.
    Software Engineer
    National Instruments

  • Rman backup fails on windows when using batch file

    Hello Gurus ..
    I am trying to setup incremental backup on my windows OS based server using RMAN command in batch file. When I use batch file in OS scheduler it is working fine, when I am calling same batch file from my LOCAL desktop PC it throws errors as below.
    D:\> \\3.193.211.19\sgdba\rman\bkp_acressit.bat
    D:\>rman catalog rman/******@acressit target / cmd
    file=E:\sgdba\rman\bkp_arch.rcv log E:\sgdba\rman\sit_arch_rman_backup.log
    RMAN-00557: could not open MSGLOG "E:\sgdba\rman\sit_arch_rman_backup.log"
    Argument Value Description
    target quoted-string connect-string for target database
    catalog quoted-string connect-string for recovery catalog
    nocatalog none if specified, then no recovery catalog
    cmdfile quoted-string name of input command file
    log quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, log is opened in append mode
    debug optional-args activate debugging
    msgno none show RMAN-nnnn prefix for all messages
    send quoted-string send a command to the media manager
    pipe string building block for pipe names
    timeout integer number of seconds to wait for pipe input
    checksyntax none check the command file for syntax errors
    Both single and double quotes (' or ") are accepted for a quoted-string.
    Quotes are not required unless the string contains embedded white-space.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00556: could not open CMDFILE "E:\sgdba\rman\bkp_arch.rcv"
    Contents of the batch file and RCV file as below:
    Batch File:
    rman catalog rman/*******@acressit target / cmdfile=E:\sgdba\rman\bkp_arch.rcv log E:\sgdba\rman\sit_arch_rman_backup.log
    RCV File:
    RUN {
    ALLOCATE CHANNEL ch1 TYPE
    DISK FORMAT 'E:\ORA_RMAN_BACKUP\ARCH_%d_%u_%s_%p';
    BACKUP ARCHIVELOG delete input;
    RELEASE CHANNEL ch1;
    EXIT;
    --------------------------xxxxxxxxxxxxxx------------------------
    * on my DB server I am login using my administrator account, on my PC I dont have admin account.
    * I have checked remote execution using local user as well as admin user.
    * I have checked the permission and my local ID & EVERYONE has all permission in that folder.
    Any help will be appriciated.
    Thanks & Regards
    Ashish

    Ashish wrote:
    hi Atil,
    u have guessed it correctly, I came to know that issue later I copy file on local PC and it works fine.
    Now I am working on netbackup server. I want to use the same script to initiate backup from netbackup server. Do you have any idea or any guidelines from you will appriciate.
    Thanks
    AshishAshish,
    Is it "symantec's netbackup"? I do not know that product and if it has an option to enter your own RMAN scripts. On the other hand, it should be able to create irman scripts according to your backup job definition.
    Regards
    Gokhan

  • MAPI_E_FAILONEPROVIDER == 0x8004011D when accessing public folders using mfcmapi

    I seem to be getting this error when selecting the public folder in mfcmapi. I'm using the Feb 2014 release of mfcmapi.
    Code: MAPI_E_FAILONEPROVIDER == 0x8004011D
    Function CallOpenMsgStore( lpMAPISession, (ULONG_PTR)m_hWnd, lpEntryID, ulFlags, (LPMDB*)lppMAPIProp)
    File MainDlg.cpp
    Line 437
    I can access the private mailbox without issue using mfcmapi, but the public folders I'm not able to. This problem is causing my backup software not to do document level backups. So I need to resolve this issue.
    Also, if I create another user and give them the same access as administrator, the new user cannot access both the private mailbox nor the public mailbox when using mfcmapi so it must be a rights issue, but I can't find where it is!
    Any idea's would be appreciated.
    Thanks

    Hi,
    Please try to use MFCMapi tool as Administrator.
    1. Can you access the public folder on both Outlook and OWA?
    If can't access the PF on both Outlook and OWA, it seems there is something wrong on the Public Folder database side.
    2. It also maybe the permission issue. Found a similar thread for your reference:
    "MAPI_E_FAILONEPROVIDER (0x8004011D)" error message when you access an Exchange Server 2010 mailbox by using a MAPI application
    http://social.technet.microsoft.com/Forums/exchange/en-US/3a2e9489-6137-42fb-95d1-bebcfe2ea138/mapiefailoneprovider-0x8004011d-error-message-when-you-access-an-exchange-server-2010-mailbox?forum=exchange2010
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Re:  Using Finder - file management

    I am a new MBP owner and cannot figure out the listings on the sidebar of the Finder menu.  I have two folders named "Documents" - one appears as just a folder and the other appears as pages.  It seems like the contents are not identical since I can save my files (e.g., Microsoft Word) to one OR the other, which concerns me since I could end up with two running versions of a single document (if I am not careful, which I always try to be, but you never know).
    And the icon which appears as a little house with my user name also has a folder named "Documents" - which one of the two folders noted above does that relate to?
    Thanks for your help.

    To see the directory "tree" of where a folder is in the hierarchy, hold down the Command key while you click on the Title of an open Finder Window.
    Mac OS X is inherently a Multi-User System, so all the files of your User_ID should be under your Users folder -- the one with your username and the "House" Icon.

  • Accessing multiple directories using single file adapter

    Hi All,
              I have data coming from two banks. I need to put them in SAP file server. Now i have two sender adapters for each bank, now is there a way i can use same receiver adapter but create diff directories to store them.
    XIer

    Hi,
    In file sender communication channel there is a check box for Advanced Selection for Source file. Check that and you dont put anything in exclusion which means it takes all the files from multiple direcotires. Please check this weblog where he has excluded some files in the directory. But you dont need to exclude anything.
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter
    Regards,
    ---Satish

  • N73 & oddly named folder {66de788c-2956-11db-962... Over 15 millions tech questions and answers N73 & oddly named folder {66de788c-2956-11db-962... Q: N73 & oddly named folder {66de788c-2956-11db-962... I was using the File Manager on my N73 and came acro

    01-Jun-200705:41 PM
    genesis wrote:
    01-Jun-200708:40 PM
    el_bandito_15 wrote:
    the name looks like a registry folder or something like this. i think you should let it there untouched. but if you really really don`t like that folder there, delete it. 99% nothing will happen, the folder will dissapear
    I understand that i can leave or delete the folder in question, but, i would like to know how, why and what created the folder, i have only found one reference to this folder after searching the internet, but it didn't help as it was in Russian, after using translation tools i found that they only mentioned the said folder but offered no explination as to why it was there and what created it.
    SOMEONE "MUST" HAVE SOME INFORMATION ABOUT THIS FOLDER, PLEASE!
    My guess would be for temp files. I have one in my folder too.
    Where's the power switch?

    01-Jun-200705:41 PM
    genesis wrote:
    01-Jun-200708:40 PM
    el_bandito_15 wrote:
    the name looks like a registry folder or something like this. i think you should let it there untouched. but if you really really don`t like that folder there, delete it. 99% nothing will happen, the folder will dissapear
    I understand that i can leave or delete the folder in question, but, i would like to know how, why and what created the folder, i have only found one reference to this folder after searching the internet, but it didn't help as it was in Russian, after using translation tools i found that they only mentioned the said folder but offered no explination as to why it was there and what created it.
    SOMEONE "MUST" HAVE SOME INFORMATION ABOUT THIS FOLDER, PLEASE!
    My guess would be for temp files. I have one in my folder too.
    Where's the power switch?

  • File Manager: accessing files on a network

    When using the File Manager, it seems to only allow access to the PlayBook's files, but we need access to outside files, too.
    Can the PlayBook read/write files to a file server or a NAS box? We don't always have a Windows computer turned on and still want wireless access to the files.

    Files and Folders App gives access to files in various Clouds. You can also use Citrix for Playbook to give you remote access to your company files etc. Does this suggestion help?

  • File manager window remains focused in DW CS6

    If I open the file manager window to display my hard drive and the server files, then click on a file in the hard drive display to edit it, it opens behind the file manager window and I cannot view it properly without moving the file manager window, or closing the file manager window. It used to be that when you click on a file like this it would take precedence. I am on a Mac if that makes a difference. Do not have this problem with previous versions of DW.

    Hi:
    I got this from Adobe:
    The issue that you have mentioned will happen only if you have turned on "Application Frame". You can toggle the 'Application Frame' setting from menu item 'Window > Application Frame' in Dreamweaver.
    If you  turn off the 'Application Frame', the file will get the focus after opening it from Files Panel.
    But full frame, fill my 7" screen is a nuisance. I don't want to have it that big every time I open a file. It is ridiculous. I need to have DW operating in one part of the screen while I bring up mail and web pages in the other, and then cut and paste from an email into a DW file page.

  • Slow copy speed using file manager(s)

    Hi everyone!
    I have a strange problem:
    When I copy files over the network (smb) using a file manager I just get ~100 MBit speed.
    The same copy opreation via command line runs on full Gigabit speed.
    Doing more than 1 copy (or move) via file manager results in 100 MBit for each operation (up to 3/4, then they are getting slower).
    The very strange thing is: I get the same behavior using Thunar / XFCE on my current Arch setup as well as on previous Ubuntu based setups (Xubuntu and Kubuntu).
    Installing an Intel Server NIC also doesn't change this behavior.
    The other hardware also should be no issue. Copy target is a QNAP TS-459 Pro II. The PCs are quite new 8-Core AMD and Intel Core i7.
    Copying files in Windows (7 pro) also gives me full Gigabit speed ~110 MB/s.
    As searching for this topic turned out more or less impossible I hope someone here can help me.
    Thank for any hint!
    Burns

    Same here. I also am posted on the crashing thread since the 3.3 update.
    I noticed the speed thing too, just kind of ignored it for the moment. If I copy to 2 or 3 Macs it works, still slower than it should be. If I try to copy to 10 or more Macs, it is very slow or just fails to work. Did not have this issue with 3.2.
    Clients and admin Macs running OS 10.5.8.

  • Hidden files, no file manager access

    hi all, i recorded a video with my phone, and i can watch it as many times as i want on my phone, but when i use blackberry link to get it off it's nowhere to be found. when i use universal search i can find it. but when i use the file manager search function, i can't find it. i really want to get it on to my laptop... please help

    Thats weird because once you plug into the laptop and BB link comes on you should be able to pull the video from the folder itself,
    Well thats good you got it off next time save it on your SD card much easier lol
    Want to contract me? You can follow me on Twitter @RobGambino
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)!

  • How to disable CD-DRIVE checking, while using a Dolphin file manager

    Hello.
    I  would like ask for a help. I have one problem that's quite annoying. It is related to checking cd-drive when using a dolphin file menager. It always cheecks it when Dolphin is launched from K or launcher on taskbar for the first time, again it happens when i close it and open again.
    Is there a way to disable checking of cd-drive in Dolphin? This behaviour occurs on KDE with all linux system that i checked: Slackware, Arch, Kubuntu. Look at this:
    Disabling CD-DRIVE checking, while using a file manager
    I would like to disable it in order to speed up opening Dolphin, launching it.

    Udisks2 is what dolphin uses to handle external drives of all kinds (USB, optical, etc).  Udisks is an automounting tool that allows normal users to mount disks.  The permission handling before was handled with consolekit and has now been replaced by systemd-logind (which is much better anyway).  So what I am suggesting is that it might be that dolphin is using udisks2 as the tool that polls for the existence of a disc in your optical drive.
    Unfortunately, it is a bit more confusing than that because udisks2 is the replacement for the original udisks.  It is totally different and not compatible.  So I remember seeing a way to turn off optical drive polling, but I cannot remember if it was udisks or udisks2.  But it was done with a udev rule. 
    So I think if you tried to google for "udisks optical (or cd or dvd) polling" or something like that, you might be able to figure out how this is done.
    Edit: unfortunately, I do not use dolphin or udisks2.  But I do have the original udisks installed.
    Edit2: It seems that the method I remembered is for the original udisks.
    Last edited by WonderWoofy (2013-07-25 17:51:56)

  • Open fat hdd files in file manager..user mode

        Am able to open files from win HDD in root mode..
         Cannot open files in ...user mode...
       Please advise corrective action!!

          I have discovered that I can ....open in file manager...all of my linux hdd partitions of which there are six...in user mode!!  However, none of the windows hdd provide any ...open in file manager...response.  This indicates something amiss in the windows area.  The file manager runs correctly in ..root... but doesn't do so in user mode for opening windows hdd .
       The file manager runs in KDE using ..disc free access to all hdd's.
         I used the term....users... in fstab to enable all users.
        I don't have a clue for fixing this problem!!!!

  • Kudos on the File Manager Fixes!

    As a group that prefers the "Develop" file manager interface over Dreamweaver, we're stoked about this week's bug fixes -- works perfectly now!
    If you don't already use the file manager, you should consider giving it another try...
    With the exception of auto-complete tags, it's faster than Dreamweaver in most every way
    Faster saving without the need to upload changes (manual or auto)
    Faster access to module toolbox and data
    If you work in the admin while also working in Dreamweaver, you'll notice that Dreamweaver work logs you out of the admin. Not so if you use the file manager instead!
    Doesn't crash like Dreamweaver.
    Doesn't display the spinning ball of death like Dreamweaver (Mac)
    Doesn't require so much window swapping
    Next, I'd love to see a "refresh" function for both the file structure (if you add a web app now, you have to switch to the Manage view, then back to Develop to see it listed in the "Layouts" folder) and a refresh function for web app data fields.
    BTW, if you don't know what the bugs were, they involved auto code intending issues and an odd window scroll jump when deselecting after a "select all".
    Kudos, BC team -- this is a huge improvement!

    Your phone is not showing the second card either?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Unable to access Windows folder

    I have just installed Oracle Unbreakable Linux, I am not able to access Windows folders when I boot into Oracle Linux.
    [root@pc ~]# ls -l /mnt/win
    total 0
    My windows folders are present at /mnt/win mapped to /dev/hda1. This is shown in /etc/fstab
    /etc/fstab
    shows /dev/hda1 mapped to /mnt/win (defaults or auto,users,rw options don't work)
    [root@pc ~]# cat /etc/fstab
    # This file is edited by fstab-sync - see 'man fstab-sync' for details
    /dev/hda1 /mnt/win vfat auto,users,rw 0 0
    even tried to mount manually, but failed
    [root@pc ~]# mount -t vfat /dev/hda1 /mnt/win
    mount: /dev/hda1 already mounted or /mnt/win busy
    mount: according to mtab, /dev/hda1 is already mounted on /mnt/win
    Tried to create my own entry. Created a directory disc and tried to mount it with /dev/hda1. disc shows no files.
    [root@pc ~]# mkdir diskc
    [root@pc ~]# mount -t vfat /dev/hda1 ./diskc
    [root@pc ~]# ls -l diskc
    total 0
    Mount shows that /mnt/win is mounted on /dev/hda1
    [root@pc ~]# mount
    /dev/hda1 on /mnt/win type vfat (rw)
    Please help

    TommyReynolds:
    [root@pc ~]# fdisk -l /dev/hda
    Disk /dev/hda: 40.0 GB, 40060403712 bytes
    255 heads, 63 sectors/track, 4870 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 1275 10241406 c W95 FAT32 (LBA)
    /dev/hda2 1276 4870 28876837+ f W95 Ext'd (LBA)
    /dev/hda5 1276 2550 10241406 83 Linux
    /dev/hda6 2551 2563 104391 83 Linux
    /dev/hda7 2564 4870 18530946 83 Linux
    +++++++++++++++++++++++++
    [root@pc ~]# cat /etc/fstab
    # This file is edited by fstab-sync - see 'man fstab-sync' for details
    LABEL=/ / ext3 defaults 1 1
    LABEL=/boot /boot ext3 defaults 1 2
    none /dev/pts devpts gid=5,mode=620 0 0
    none /dev/shm tmpfs defaults 0 0
    LABEL=/home /home ext3 defaults 1 2
    /dev/hda1 /mnt/win vfat defaults 0 0
    none /proc proc defaults 0 0
    none /sys sysfs defaults 0 0
    /dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
    /dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0

Maybe you are looking for

  • Reg: Creation of PFILE after DB Shutdown

    Hi Actually i deleted the pfile accidentally and shutdown my database..... is there any way to create a new pfile..........Please find me the way...

  • Can't sync songs and apps?

    I have a jail broken ipodtouch and i want to sync it and it stops at step 3/6 or 5 so i have scand with my antivirus and reinstalled iTunes even updated them and nothing helpd i just want to sync one song an some games HELP!!! P.S. a while ago i sync

  • Have iphone 4. Got new iHome clock for xmas. Won't fit dock with cover on. Any ideas how to get it to fit without taking case off phone?

    Have an iPhone 4.  Put it in a protective case.  Got iHome clock/docking station for xmas.  Can't set the iPhone in the docking station with the cover on.  Don't want to take the cover off every night if there's a way around it.  Is there such a thin

  • Breaking up large Apps into components

    Hello, I have a large application that I need to break up into components. I have been trying to find information on how to do this, however, to no real avail. My application will have components that have states so that when the user selects from th

  • Convertir de 32 bit float to 16 bit unsigned

    Buenos dias tengo una duda estoy utilizando la libreria modbus de Ni version 8.6 y puedo leer mediante modbus registros y convertirlos de 16 bits a 32 bits, mi duda es esta quiero poder escribir de 32 bits a 16 bits ya que al hacerlo se recorre unos