.flv file corruption on server?

i'm trying to use progressive download to play an .flv file
on an html page. i'm using flash and dreamweaver 8, and when i
insert the .flv and open the html file locally with a browser, the
video plays just fine.
however, when i upload the files (along with the flv_player
and skin .swfs) to a server, there is nothing there. any ideas what
might be causing this?
i'm using an intel macbook pro and uploading to a linux
server. i've also tried it on a unix server.
i've run into cases in the past where i've tried to transfer
files from my mac to a server or email a file to someone else, and
the file won't work, i guess it gets corrupted in the transfer. in
those cases, i just enclosed the files into a .zip folder and
transferred that, and then when the user on the other end unzips
it, the files are fine.
however, this doesn't seem like a practical solution for this
particular problem, assuming that's even the case.
any ideas, or anyone else encounter this out there? i saw
another post with a similar problem, but no one seems to have
replied to it yet. does that mean nobody knows how to address
this?

URL?
It is one of two things...
#1 - Mime type for FLV on server is not set:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19439
#2 - Path to FLV is incorrectly pointing at your local
machine instead of using a relative path.

Similar Messages

  • How to protect your .flv files on a server?

    So I have a .swf which references playback of some .flv files on my server....Is there a way to protect these .flv files from access through any means other than with the .swf controls I have created?  Currently I can simply type in the url location of the .flv files and download them completely circumventing the .swf if I so choose, which is not really how I would like them to exist...
    I would far prefer that they are only accesible through the .swf.
    Is there any way to do this....I know it's not a Dreamweaver specific question, or at least I don't think it is...but I would be interested in any thoughts.
    Thanks,
    James Hooey

    Lynda.com uses either Quicktime or Flash...they added Flash playback of movies within a new Flash Player around a year ago. I'm a member of Lynda and use their services all the time.
    When I was trying a flash grabber it was on these Flash based tutorial videos.
    Just thought you would like to know that Lynda does have a Flash option and the grabber does not work with it.
    My initial question is not in any way about me grabbing or copying Flash movies anyway, but rather that I want to protect my own Flash based movies on my own website.
    Thanks,
    All the best,
    James Hooey

  • .FLV Files Corrupt?

    Lately, a few videos I have loaded to sites have stopped
    playing - this is after a period of playing successfully. I reload
    the .FLV file and it plays normally again.
    I do not make any changes to the .swf of .flv file -
    reloading the .flv file to the server solves the issue. Also, the
    size of the .FLV file remains the same.
    Anyone know what is going on, or have a similar
    experience?

    Just to reiterate:
    1. A page with a .swf loading a .flv file
    2. video plays fine
    3. a few months later, video stops part way through
    a) consistently stops at the same place
    b) download bar shows video fully loaded
    4. reloading original .flv file fixes issue

  • Video Freezes when overriding flv files on FMS server

    I have an flash application that captures a web cam video stream and stores it on the FMS server.
    I notice when I create a brand new video, and store it on my FMS server, it works fine.
    When I make another video and my application overrides the file with the new video, this is where I get problems.
    When I download the flv file from the FMS server, and I play it locally it plays fine, but the timeline is weird.
    The web player freezes the video during that first 15 seconds.
    A 30 second video, will have a time line of like 45 seconds, the local flv player is smart enough to skip over the paused part of the video.
    You will see it skip over the timeline to the good video (from 0sec to 15 secs).  The web player freezes the video during that first 15 seconds.
    Any clues that I described that makes you know what is going on?

    Great that gives me a big clue, which asc file do you think I need to look in?
    /mnt/applications/livepkgr/main.asc
    /mnt/applications/multicast/main.asc
    /mnt/applications/live/MemberClips/MemberClips.asc
    /opt/adobe/fms/samples/applications/vod/main.asc
    /opt/adobe/fms/samples/applications/livepkgr/main.asc
    /opt/adobe/fms/samples/applications/multicast/main.asc
    /opt/adobe/fms/samples/applications/live/main.asc
    /opt/adobe/fms/scriptlib/framework.asc
    /opt/adobe/fms/scriptlib/webservices/XMLSchema.asc
    /opt/adobe/fms/scriptlib/webservices/SOAP.asc
    /opt/adobe/fms/scriptlib/webservices/Namespace.asc
    /opt/adobe/fms/scriptlib/webservices/ServiceManager.asc
    /opt/adobe/fms/scriptlib/webservices/XMLSchemaDataTypes.asc
    /opt/adobe/fms/scriptlib/webservices/Log.asc
    /opt/adobe/fms/scriptlib/webservices/XMLUtil.asc
    /opt/adobe/fms/scriptlib/webservices/SOAPConstants.asc
    /opt/adobe/fms/scriptlib/webservices/WSDL.asc
    /opt/adobe/fms/scriptlib/webservices/WebServicesClass.asc
    /opt/adobe/fms/scriptlib/webservices/WSDLConstants.asc
    /opt/adobe/fms/scriptlib/webservices/WebServices.asc
    /opt/adobe/fms/scriptlib/webservices/XMLSchemaConstants.asc
    /opt/adobe/fms/scriptlib/netservices.asc
    /opt/adobe/fms/scriptlib/application.asc
    /opt/adobe/fms/scriptlib/facade.asc
    /opt/adobe/fms/applications/MemberClips/MemberClips.asc
    /opt/adobe/fms/documentation/samples/livestreams/main.asc
    /opt/adobe/fms/documentation/samples/StreamLength/main.asc
    /opt/adobe/fms/documentation/samples/HelloWorld/HelloWorld.asc

  • Streaming .FLV files from Media Server 4.5 using PHDS

    I would like to stream .FLV files from adobe media server 4.5.
    Requirements state that the files should be considered secret, so I decided that PHDS sounds like the
    right thing.
    I was able to stream an .FLV by placing it in the webroot/vod folder using an url like http://myserver/vod/test.flv
    However the developer manual states that a way to enable PHDS at the server level is to uncomment the two lines like this.
    <IfModule jithttp_module>
    <Location /hds-vod>
        HttpStreamingJITPEnabled true
        HttpStreamingContentPath "../webroot/vod"
        JitFmsDirPath ".."
        Options -Indexes FollowSymLinks
    # Uncomment the following directives to enable encryption
    # for this location.
       EncryptionScope server
       ProtectionScheme phds
    </Location>
    </IfModule>
    However I am not able to stream my FLV using url like http://myserver/hds-vod/test.flv
    Question : Am I supposed to use the hds-vod in the URL or is /vod doing the same ?
                      Is the approach correct, or should the files go into an applications\myapplication\media folder ?
                      I will need some server side actionscript to validate access to the stream, is that possible without a dedicated application ?

    Hi,
    When you use the vod location directive you're basically using Progressive download so your URL is as : http://myserver/vod/test.flv
    However, when you use the location directive hds-vod, it is HTTP Streaming, where the fragments are created on the fly. For this your URL needs to be as : http://myserver/hds-vod/test.f4v.f4m
    Please note .flv files are not supported for HTTP streaming (via hds-vod location directive). You cannot use PHDS with .flv files.
    Thanks,
    Apurva

  • How do I protect my FLV files? or How to encrypt and decrypt FLV files using AIR?

    Hi,
         I am working on an AIR application, which is developed on eLearning concept. The application mainly deals with flv files. The application contains a video player component, which will stream flv files from an Apache Server and played in my application. Here my concern is I would like to protect my flv files some how against users who may stream them from Apache Server and use them without my application.
         I thought of with an idea to do it. But I don't know whether it will work or not. So I am requesting for your suggestions and better ways to do this with a sample.
    Here is my thought:
    I would like to place the encrypted FLV files at Apache Server side [ Need to know how to encrpt the FLV files using Flex]
    As my AIR application send a request for a FLV file, the Apache server should send the decryption key and a stream of FLV file.
    AIR application should take the decryption key, stream of flv file and it should capable enough to decrypt the FLV file and play it in my application. [ But I don't know how to encrypt/decrypt FLV files through flex]
    I can do encryption of FLV files using Mac Address of Apache Server system and using Java. But I don't know how can I decrypt the same FLV file ( Encrypted using Mac Address and java ) at AIR application side.
    So I would be greatfull If any body help me in encrypting and decrypting of FLV file with a sample using Flex 3.0.
    Thanks
    Sudheer Puppala

    russellfromblackburn south wrote:
    Is it because the portable drive is NTFS format and the Mac wont recognise this? If so what do I do?
    Yes, this is exactly what is causing the problem. Macs cannot write to NTFS formatted drives, only read. You must move the documents to the internal HDD/SSD of the Mac to be able to edit them.
    Or, since you say you don't want to move the documents to the internal storage, you'll need to format the external HDD as FAT32.

  • Uploaded swf and flv files - right ?

    Hi all -
    Just getting to grips with flash movies, however not 100%
    i've got it right as yet ! Could someone with experience in flash
    movies confirm the files to upload are the swf and flv files to our
    server ? Everything appears OK when viewing the movies - take a
    quick look here www.sofabedgallery.co.uk/cosmosofa.php however I'm
    just a little concerned of the size of the flv file at a couple of
    mb. Is this the correct file to upload or should I try to upload
    the fla smaller file?
    Many thanks,
    Chris.

    Hi ,
    You can publish your project as MP4 with Cp6. For that --
    Do -- File-- Publish-- Media--- (Choose Dropdown) MP4 and (adjust settings, if you like) Hit publish.
    You can use the Adobe Media Encoder to convert the Video into FLV format.
    Also, you can use the SWF option on Publish Screen to publish the project as a Flash File.
    Thanks!
    Anjaneai

  • FLV File does not play when published to my web server

    Hi. I have created a short video in VC3 and selected the FLV option to create a web page. When I uploaded the entire file content to my web server (windows 2003 server hosted at Network Solutions) the FLV file will not play. Now... if I do the same with a WMV tile, the video plays.
    You can view the file at
    http://www.airforcehomeseller.com/videos/va_education/VATutorials/index.htm
    We have another video published in WMV format, although the video vs audio sync is out of wack at the moment, at
    http://www.airforcehomeseller.com/videos/Energy%20Pricing%20101/index.htm
    What am I doing wrong?
    Any help would be greatly appreciated.
    G-II

    Hi again
    You should probably double-check to ensure the standard.js file was also copied in when the HTML page was imported. It should be there but it never hurts to double check.
    You might also perform a double-check to ensure things ended up in the correct folder (if you are organizing your project into folders). It could be that you moved the HTML page into a different folder and orphaned the JavaScript file.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • FLV files won't play on testing server

    I've created a site with several videos on multiple pages. They play on my local computer but will not work when uploaded to my server. I get an error in opening the page and a "plug-in cancelled" message in the Activity window in Safari. Other FLV files play from other servers (even those I created and placed in other site files using the same method). I feel certain that something in my upload is causing the problem, but I cannot find any missing files or misplaced files on the server. NO FLV files are playing on the entire site.
    A page in question is: http://www.hensondesigns.com/kpc/COMEDIANS/Guy_Branum-bio.html
    (disregard the second and third videos on the page which are embedded from YouTube; it's the first video that won't play)
    I've got the Scripts folder uploaded and the skin file within the COMEDIANS folder on my server.
    Does anyone have any ideas what's wrong? I'm sure it's something simple but I have no idea.
    Thank you in advance for your time and help.

    Hans-G,
    Thanks for checking the page to try to help. I apologize--I figured out the issue and didn't have a chance to remove my question from the forum. The issue was being caused by the files being on my server--somehow they weren't being found. I made an adjustment in Dreamweaver and they now work. Thanks again!
    Is there a way to remove this entire post? I realize it will be of no help to anyone else, and I don't understand the problem and solution well enough to add details to make it helpful.

  • 3.8.0 Master Server file corruption

    We had two of three drives fail on the master server and it resulted in file corruption and is unrecoverable. We have a slave server with users who haven't been able to login because they rely on the master to redirect the client. I've had to rebuild a replacement master server from scratch using the same name, IP, settings, etc. Naturally, the replacement master is unaware of the old slave. Can I re-run simias config on the slave to make the replacement master aware without impact to the data & accounts already on the slave?
    Thanks,
    fdiaz

    No, you cannot do this.
    >>> vodobaas<[email protected]> 5/7/2012 8:16 PM >>>
    We had two of three drives fail on the master server and it resulted in
    file corruption and is unrecoverable. We have a slave server with users
    who haven't been able to login because they rely on the master to
    redirect the client. I've had to rebuild a replacement master server
    from scratch using the same name, IP, settings, etc. Naturally, the
    replacement master is unaware of the old slave. Can I re-run simias
    config on the slave to make the replacement master aware without impact
    to the data & accounts already on the slave?
    Thanks,
    fdiaz
    Fdiaz
    vodobaas's Profile: http://forums.novell.com/member.php?userid=9033
    View this thread: http://forums.novell.com/showthread.php?t=455560

  • Recorded FLV files contain corrupt timestamps

    Howdy -
    I'm running FMS 4.5.3 r2005 on standard AWS Linux box.  I'm recording the streams using NetStream.publish("appendWithGap") from a small custom Flash app running on IE+Windows.
    Usually, the generated .flv file is fine. However, I've found a number of cases where the .flv file generated was corrupt.  By using ffprobe -show_packets I'm able to see that the presentation timestamp (PTS) of sequential packets occasionally remain the same.  This happens for both audio and video at times. For example, consider the output of the command:
    $ ffprobe -show_packets saved.flv | egrep -e '(pts=|codec)'
    codec_type=video
    pts=0
    codec_type=video
    pts=0
    codec_type=video
    pts=0
    codec_type=video
    pts=0
    codec_type=video
    pts=0
    codec_type=video
    pts=0
    codec_type=video
    pts=3912
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    codec_type=video
    pts=3944
    I really don't know much about the internals of the FLV format, but I assume that invalid timestamps like these make for a non-playable (corrupt) video.
    Any idea what may cause FMS to record such a video?
    What kind of information would be helpful to debug this?
    Obviously, my client expects every video recorded to be one that an be played back, and so these corrupt videos are alarming to say the least.
    FYI, due to privacy restrictions I can't share the recorded video without a signed NDA.  If it would help, I can provide the entire output of ffprobe.
    Thanks,
    Ben

    Flvcheck has validated the format of file, and it is correct. The logs "Adding Silence message" indicates that audio message was expected and is not recieved after a particular time check, because of which video may appear stalled.
    Flvcheck may claim the file is valid, but event after running flvcheck -s the video is corrupt.  According to ffprobe, many of the timestamps are still the same. When I attempt to play the file in an flv player, the entire video is run through up front in sort of a fast-forward view, and then the audio plays out more or less normally.
    This makes sense, as the video player is probably playing all these frames with the same timestamp sequentially, which makes for the fast-forward effect.
    To debug this issue, a good starting point would be, validating the input to FMS. FMS records what is published to it.
    Does FMS tinker with the video frame timestamps, or are they just passed through to the file system?
    Since you are able to reproduce this issue, can you please enable livestream logging and check if input stream to FMS is different from what it is recording.
    Unfortunately I can't regularly reproduce it - though it does happen on a somewhat regular basis (it was happening a couple times a week).
    Is it safe to turn live stream logging on for a few days to see if I can catch this issue happening? Or, will live logging chew up resources and cause issues?
    Thanks for the assistance!
    -Ben

  • Files getting corrupted on server

    Hi,
    We have a problem where many files on a server appear to have become corrupted. I can see the timestamp has updated on the folder they are in at 9.12 this morning but there is no obvious update on the files other than they won't open.
    Below is an example of an error message I get when trying to open an Excel file:
    Excel cannot open the file 'David @ Readie Unsecured Work June 2013.xlsx' because the file format or file extension is not valid. Verify that the file has not become corrupted and that the file extension matches the format of the file.
    Excel files are not the only types affected. The same happens with many other types e.g pdf and dwg.
    I heard somebody mention that it could possibly be related to third party backup applications that run on Windows servers but I can't find any information on this.
    Other thoughts are could this be a SAN issue or a virus?
    Cheers
    Paul

    We have been dealing with this exact problem since 1/15/14. In 30 years, I've never been as stumped as I am now.
    The symptom seems to be a sort of "rolling" corruption of binary files through certain CAD-related folders, affecting binary files like .XLS, .DWG, .DOCX and .PDF. Other shares on the same server don't seem to be affected. The corruption seems to run alphabetically
    through the subfolders starting at the top and sometimes stopping before the end.
    We rebuilt the (virtual) server on different hardware, from scratch. But the corruption started showing up again today.
    Nobody's seen any cryptolocker messages, and repeated a/v scans have turned up nothing thus far. But we're thinking maybe to flatten each workstation and reload it, though that's a horrific task.
    My thinking today was possibly a corrupt offline file cache on a laptop pushing back crap into the server. I've put in a policy to disable offline files to test that. But after reading these posts I'm back to the virus as the most probable. But
    if this is Cryptolocker, it must be a very new variant that isn't being picked up.
    We are running CrashPlan as a data backup, but that runs only at night and the corruption seems to happen only during the day. We do media backups using Backup Exec 2012 SP3, but it's disabled for now.

  • How to repair corrupt sharepoint server (mdf) files

    SharePoint server has become a very popular enterprise application to enhanced collaboration. As the quantity and value of data stored on SharePoint platform rises, backup and recovery becomes critical and it proves to be a challenge for administrators.There
    can any reason of corruption of your SharePoint Server database and MDF files include drive failures, accidental file deletion on WSS websites, Server downtime, saved backup turned back, etc.
    If you come across SharePoint damage, then disaster recovery of SharePoint is important to execute. Third-party database recovery application for SharePoint is the best alternate solutions to be used for dealing with corrupted SharePoint database.
    If only you need to repair your corrupted SharePoint database due to drive failures, accidental file deletion on WSS websites, drive failures, server downtime, saved backup turned bad, and any other etc.This also allows you to recover the MDF files in offline
    mode. If you are searching for the recovery software like this, you are at the right spot.
    From here, you may get the Free Trail Version Demo to check the features and to see the recovery process.
    Visit:- http://www.filesrecoverytool.com/sharepoint-database-repair.html

    MS SQL Database Recovery software is an advanced solution to fix extremely corrupted MDF files of MS SQL Server. It effectively recovers maximum possible data from corrupted MDF files which are originally created in SQL Server 2000, 2005 and 2008 and higher
    versions.
    In case, MDF database has gone corrupt, damaged due to occurrence of this error, you can repair SQL database easily and productively using SQL Database recovery software to repair all items of corrupt MDF file.To know more about the software visit :-
    Repair MDF File of SQL Server
    Thanks
    Regards

  • Starting and Stopping FMLE from command line yields corrupt .flv files

    I am using FMLE to record and live stream TV content. In order to this I am remotely calling FMLEcmd in order to start and stop encoding processes. The problem that I am running in to is that the .flv files generated are corrupt. The odd thing is that if I use the exact same profile XML from the GUI, then the encoding process works just fine and results appear as intended.
    Here is the way my workflow works:
    I start the process by calling
    FMLEcmd /p C:\lighttpd\htdocs\xml\default.xml /l C:\lighttpd\htdocs\logs\log.txt
    then at the conclusion of the recording I call
    FMLEcmd /s "C:\lighttpd\htdocs\files\default.flv"
    When I attempt to open the files using FFmpeg I get a codec error saying that no codecs were detected. When I attempt to open the files in VLC I get a error saying that the media types are "Undf". When I attempt to open or modify the files with flvtool2 I get an end-of-file error. My guess is that my stop command is incorrect and somehow abruptly stopping the stream, but I don't know another way to stop the stream. Do I need to specify a specific stream duration in the XML and make sure to call the stop command *after* the duration has been reached? What would cause this codec corruption when the same profile works properly from the GUI?
    Here is the profile I am attempting to use.
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
        <preset>
            <name>Custom</name>
            <description></description>
        </preset>
        <capture>
            <video>
            <device>Osprey-440 Video Device 1A</device>
            <crossbar_input>0</crossbar_input>
            <frame_rate>20.00</frame_rate>
            <size>
                <width>640</width>
                <height>480</height>
            </size>
            </video>
            <audio>
            <device>SigmaTel Audio</device>
            <crossbar_input>0</crossbar_input>
            <sample_rate>22050</sample_rate>
            <channels>1</channels>
            <input_volume>75</input_volume>
            </audio>
        </capture>
        <process>
            <video>
            <preserve_aspect></preserve_aspect>
            <deinterlace></deinterlace>
            </video>
        </process>
        <encode>
            <video>
            <format>VP6</format>
            <datarate>650;</datarate>
            <outputsize>640x480;</outputsize>
            <advanced>
                <keyframe_frequency>5 Seconds</keyframe_frequency>
                <quality>Best Quality - Lower Framerate</quality>
                <noise_reduction>None</noise_reduction>
                <datarate_window>Medium</datarate_window>
                <cpu_usage>Dedicated</cpu_usage>
            </advanced>
            <autoadjust>
                <enable>false</enable>
                <maxbuffersize>1</maxbuffersize>
                <dropframes>
                <enable>false</enable>
                </dropframes>
                <degradequality>
                <enable>false</enable>
                <minvideobitrate></minvideobitrate>
                <preservepfq>false</preservepfq>
                </degradequality>
            </autoadjust>
            </video>
            <audio>
            <format>MP3</format>
            <datarate>48</datarate>
            </audio>
        </encode>
        <restartinterval>
            <days></days>
            <hours></hours>
            <minutes></minutes>
        </restartinterval>
        <reconnectinterval>
            <attempts></attempts>
            <interval></interval>
        </reconnectinterval>
        <output>
            <file>
            <limitbysize>
                <enable>false</enable>
                <size>10</size>
            </limitbysize>
            <limitbyduration>
                <enable>false</enable>
                <hours>0</hours>
                <minutes>60</minutes>
            </limitbyduration>
            <path>C:\lighttpd\htdocs\files\default.flv</path>
            </file>
        </output>
        <metadata>
            <entry>
            <key>author</key>
            <value></value>
            </entry>
            <entry>
            <key>copyright</key>
            <value></value>
            </entry>
            <entry>
            <key>description</key>
            <value></value>
            </entry>
            <entry>
            <key>keywords</key>
            <value></value>
            </entry>
            <entry>
            <key>rating</key>
            <value></value>
            </entry>
            <entry>
            <key>title</key>
            <value></value>
            </entry>
        </metadata>
        <preview>
            <video>
            <input>
                <zoom>100%</zoom>
            </input>
            </video>
            <audio></audio>
        </preview>
        <log>
            <level>100</level>
            <directory>C:\Documents and Settings\Administrator\My Documents\My Videos</directory>
        </log>
    </flashmedialiveencoder_profile>

    If issue of corrupt file after cmd line not in GUI mode. Are you using some automation to copy/paste output flv to someother location?
    AFAIK, after placing stop command, FMLE took some time to write proper EOF in FLV. wait ~10 sec for FMLE to complete file writing process and than play in FLV PLayer.
    I tried manually with steps you mentioned and it's working fine for me.I playerd file in Applian Flash PLayer. "http://www.applian.com/flvplayer/"

  • Indesign CS3 & 10.6.2 server: file corruption

    Hi All,
    I'm having problems with one of our customer's setup. They're experiencing some sort of file corruption on Indesign CS3 files. These files are worked on by students in classrooms. At random, files won't open anymore in Indesign CS3 (or in CS4),so they need to start all over again. At first, file corruption occured seldom, but in the last few days I get too many reports. So I definately think something is at hand here.
    The students log in to their network home folders. Client and server(s) are mac os x 10.6.2.
    Clients / servers are fresh installed last x-mas. 2 fileservers (1 classroom, 1 homedirectory), 1 dedicated od server, 700 students, 45 classes. Both fileservers are new iron.
    Before this, I had the same setup in 10.4.11, and this worked flawlessly for almost two years. So I know I can work with this setup over a network.
    Before I start suspecting (and swapping) hardware, does anyone have pointers where to look or tests I could do?
    Much appreciated.
    Edgar

    Well, going back to 10.4 is not an option. The previous servers (PPC G5 xserves) running the 10.4 setup have been sold. Current hardware was delivered with only 10.6 software so that rules out switching back to 10.5 as well.
    You mention ACL's. I could dive into that. Since 10.5 Apple introduced default ACL's for the spotlight indexing process. The share is rather simple, it uses mainly posix permissions because it contains the homedirectories. In that perspective, the only change (besides a new afp stack) is the spotlight ACL. I could remove it, spotlight isn't running on that share.
    I don't think I can switch to SMB for the user homedir stuff. If it was a normal data share it wouldn't be a problem.
    Seems I'm stuck between a rock and a hard place..

Maybe you are looking for

  • How to divide RTF data to several pages?

    Hi everybody, I created an RTF file from rdf. In my rtf, <?start:body?> For <?if:GROUP_NAME1 = 'C' and GROUP_NAME2 = 'B'?> <?NAME?> <?SURNAME?> etc. Here a text which contains the number of table data for these groups such as <?PERSON_NUMBER?> person

  • Printing from my samsung galaxy s3

    Hi, both me & hubby have samsung s3 galaxy phones & want to be able to print emails, etc from them using our HP3055A printer. Can anybody help ?? Thanx in advance.

  • How to use new icons (gif images)  added to the icons folder in forms 6i???

    Hi all, I have added some new icons images to the path: \\FORMS60\java\oracle\forms\icons Now how to show this icons on buttons at run time?

  • Record details falling under wrong group

    I have grouping set up by Company     Work Order           Scope                     Reference Number The group 1st heading is showing the work order and then all the reference numbers under it.  But on the far right the # that stands alone is the wo

  • One CONTROL FILE KO

    Hi all, I read some post from this forum and i found at this : http://forums.oracle.com/forums/login.jspa where user lost all the CONTROL FILE. Instead I have a problem only with one...but I have this error "ORA-00205...." I could start the DB but ca