Server Directory/File Access Security Auditing - Is This Possible on OSX Server?

I am looking for a solution that will give me the ability to monitor/audit who access what file, when, and if possible,  give alerts to the "owner" of the directory/file or to the system admin when someone access something on our OSX file server.

First of all lets call it Flash Media Interactive Server (adding Streaming becomes little confusing to readers as we have Flash Media Streaming Server) - both are FMS but two different edition.
Now coming to FMIS, you can place all your video files in "streams" directory of application in the simplest configuration and then use Server-side API Class "Stream" to play them. When you use Stream class to play VOD files, it basically becomes live publish and is available as live stream. I will give you simple code snippet which will explain what i am saying above:
var myStream;
application.onAppStart = function(){
     myStream = Stream.get("livestream");
     myStream.onStatus = function(info){
          trace("Info code:"+info.code);
    myStream.play("mp4:myvod.f4v",0,-1,true);
Now client will subscribe to live stream using stream name as "livestream" and it will basically get all the content of mp4:myvod.f4v
Say if you save above code in file named main.asc and place it in application folder named "test" on FMS, you will need to copy "mp4:myvod.mp4" inside "streams" i.e. create "_definst_" folder or any instance name folder under "streams" folder of "test" and place the file there
Hope this helps

Similar Messages

  • Application Server Directory file attributes lists

    Hi,
    I'm searching for Funtion Module or Method to get Application Server Directory file lists with all attributes.
    1) FM 'SUBST_GET_FILE_LIST' is not getting midifued date and time.
    2) Method CL_GUI_FRONTEND_SERVICES-DIRECTORY_LIST_FILES is getting local directory files.
    I'm looking for standard way to get all attributes whatever we are seeing in AL11 transaction like Name, Length, Creator and last changed date and time stamp-
    ...Nandha

    Hi
    The fm SUBST_GET_FILE_LIST is right but you need to convert the date and time by your self, u can use this routine:
    PERFORM P6_TO_DATE_TIME_TZ(RSTR0400) USING FILE_LIST-MTIME
                                                     FILE_LIST-MOD_TIME
                                                     FILE_LIST-MOD_DATE.
    Max

  • Reference to database and/or server name in '' is not supported in this version of SQL Server

    Hello all
    I am using C# and ADO.NET (native) - Visual Studio 2013.
    I am always using full qualified queries like "SELECT * FROM [database].[schema].[table]"
    Obviously there is a problem when doing this against SQL Azure,
    I get the following error: "Reference to database and/or server name in '' is not supported in this version of SQL Server"
    Interesting fact: With SQL Management Studio, the same query works.
    I need to know if this error is really a true one or not.
    If yes, I can quit using SQL Azure. I would need a SQL Server and not a partial SQL Server :-)
    Thanks and best regards
    Frank

    Hi,
    Here are my suggestions:
    1. Use partially qualified queries, because:
    a. from a security standpoint, you'd want to limit your login's access across the server instance
    b. in order to achieve a even better, you should specify your database as the Initial Catalog directly in the SQL Connection.
    If you take into account these practices, SQL Database doesn't come with any limitation from that point of view.
    However, in regard to 'With SQL Management Studio, the same query works', this is actually only partially true because if you run that query agains ADO.NET, you'll actually end up in switching databases along the query which is obviously not permitted in
    SQL Database since you're running in a hosted black-box version of SQL you're not managing. It's just like running the USE <dbname> command which obviously doesn't work.
    Alex

  • Hi I would like to figure out the answers to my security questions, is this possible?

    Hi I would like to figure out the answers to my security questions, is this possible.

    Forgotten Security Questions / Answers...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact
    More Info >  Apple ID: All about Apple ID security questions
    Note:
    You can only set up and/or change a Rescue Email Before you forget the questions/answers.

  • Windows server 2008r2 files and folder auditing.

    Hi ,I want to Monitor files and folder with auditing in 2008r2 like write,read,delete etc..
    Can you please help me on that.
    Thanks in advance for your support.
    Thanks,
    Bhautik Shah

    Hello,
    this must be enabled on the folder you like to monitor. Steps in the following thread from the same question are still valid:
    Enabling file auditing is a 2-step process.
    [1] Configure "audit object access" in AD Group Policy or on the server's local GPO. This setting is located under Computer Configuration-->Windows Settings-->Security Settings-->Local Policies-->Audit Policies. Enable success/failure auditing
    for "Audit object access."
    [2] Configure an audit entry on the specific folder(s) that you wish to audit. Right-click on the folder-->Properties-->Advanced. From the Auditing tab, click Add, then enter the users/groups whom you wish to audit and what actions you wish to audit
    - auditing Full Control will create an audit entry every time anyone opens/changes/closes/deletes a file, or you can just audit for Delete operations.
    After you've done both of these steps, any file deletions will show up in the Security log of the file server that hosts those files.
    HTH
    http://technet.microsoft.com/en-us/library/dd772690%28WS.10%29.aspx
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Error -36 while copying files to SMB shares but not AFP. (OSX Server APP)

    Hello,
    So far my transition to OSX server has been a sloppy one. I have had so many problems. I have problems with permissions about everyday. Anyhoos, here is my latest problem. Everytime (from any client computer) a computer tries to copy a file or folder to a share using SMB protocol to the osx server i get this message:
    The Finder can’t complete the operation because some data in “File or folder name" can’t be read or written.
    (Error code -36)
    This does NOT happen when copying the same files using AFP protocol. I using a windows box at work, (dialing in throught the VPN) it doesn't seem to have any problems dropping files either. Anyone know whats up? I have read on the site that others are experiencing problems with SMB within OSX servers. Some report that it stright doesn't work!!!!
    Anyhoos, through all my problems, you guys have been VERY helpful to help me work through it. I really appreciate it!!

    Just found a slight work around:
    http://www.macwindows.com/TIP--Workaround-to-Mavericks-file-sharing-is-to-force- SMB.html
    Several readers offered a suggestion for yesterday's report of problems with OS X 10.9 Mavericks accessing some Windows file servers and network attached storage device. Mavericks now defaults to SMB2 file sharing protocol, but a bug seems prevent OS X from using SMB1 or AFP when the server doesn't support the newer SMB2.
    A workaround is to force OS X to use the old SMB1 (also known as SMB/CIFS). To do that, instead of mounting the server using the Finder, use the Connect to Server command in the Finder's Go menu. Then type in the following:
    cifs://server_address (using the IP address or network name of the server)
    Using smb://server_address won't work, as this will use SMB2 to access the device.
    Thanks to Mario Cajina and Kevin Lepard for the suggestion.

  • How to solve this error using OSX Server's bots

    Plz help me.
    My remote repository is SVN version controll system.
    when I started integration using bot in OSX Server. this error was pisplayed on a log.
    how to solve this error to integrate my project using OSX Server.
    Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:466 77537310 +61ms] Will NOT send email notifications because notifyCommitterOnFailure is NO Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:470 77537310 +0ms] Posting email notification for bot run with type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:471 77537310 +0ms] Sending email to committers = (null) Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:1033 77537310 +0ms] Posting notification of type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:199 77537310 +0ms] Posting notification for bot run GUID f87f0098-f8ca-4bfa-945e-cbb11a2f6abb of type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{AuthService.enterMagicalAuthRealm()} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +45ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.postNotificationForBotGUID:andRunGUID:andNotificati onType:additionalEmails:(c6189ca0-0649-0649-c01e-81c4d0b52dd9,f87f0098-f8ca-4bfa -945e-cbb11a2f6abb,com.apple.notifications.BotFailed,( ))} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:601 77537310 +84ms] Deleting work queue item: cf7fe6b8-4df8-b723-4794-50fbf27955ed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCWorkQueueService.deleteWorkQueueItemWithGUID:(cf7fe6b8-4df8-b7 23-4794-50fbf27955ed)} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:929 77537310 +13ms] Marking build bundle complete with status failed and sub-status internal-checkout-error Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{AuthService.enterMagicalAuthRealm()} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:97 77537310 +55ms] Updating bot run with GUID f87f0098-f8ca-4bfa-945e-cbb11a2f6abb Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:102 77537310 +0ms] Updating bot run (f87f0098-f8ca-4bfa-945e-cbb11a2f6abb): { guid = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; status = failed; subStatus = "internal-checkout-error"; } Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBotRun:({ guid = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; status = failed; subStatus = "internal-checkout-error"; })} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:108 77537310 +121ms] Updating bot with GUID c6189ca0-0649-0649-c01e-81c4d0b52dd9 Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:117 77537310 +0ms] Updating bot with latest bot run GUID key Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:124 77537310 +0ms] Updating bot (c6189ca0-0649-0649-c01e-81c4d0b52dd9): { guid = "c6189ca0-0649-0649-c01e-81c4d0b52dd9"; latestFailedBotRunGUID = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; latestRunStatus = failed; latestRunSubStatus = "internal-checkout-error"; } Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBot:({ guid = "c6189ca0-0649-0649-c01e-81c4d0b52dd9"; latestFailedBotRunGUID = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; latestRunStatus = failed; latestRunSubStatus = "internal-checkout-error"; })}

    Hello,
    You need to make sure both names match exactly

  • Applet file access security

    Hi, I'm trying to test my applet locally, but it came up with SecurityAccesExceptions when trying to access a required config file. I've been told this is because applets are prevented from accessing files not on a server, for security etc. So I stuck everything onto my local server and gave an absolute path to the file (http://localhost/config.xml). That worked, but I have 2 queries:
    1) The config.xml file then refers to another config file, in a field logconfigpath, which is accessed using new file(logconfigpath) in initialisation. Problem is, apparently the file constructer cant create a File from an absolute path like http://localhost/logconfig.xml. It says it cant find it... And if I set the logconfigpath to just be the relative path of the xml (logconfig.xml), it comes up with a security exception again... What to do?
    2) How does the applet know if its being run from a server or locally? I stuck everything onto my local server and tried giving xml paths relatively, and it still didnt like it. I still needed to provide its absolute path on my localserver. Does this mean when this is eventually implemented on a proper server, I'd still need to provide the file locations absolutely?
    Sorry if these are really basic questions...I'm quite the beginner...
    Cheers,
    Siam

    the important thing is who is running the applet. That 'thing' can install a SecurityManager, which decides what an applet can do. If you run in a browser, like ie, then the applet won't be allowed to access the local file system. If you run the applet in appletviewer, it will.
    To get around these problems, just sign your jar. It is a trivial thing to do
    First generate a digital signature in a keystore using the keytool command as
    keytool -genkey -alias myalias -keystore c:\mykey.store -keypass mypass -storepass mypass2then sign your jar file like
    jarsigner -keystore c:\mykey.store -storepass mypass2 -keypass mypass -signedjar c:\temp\mysigned.jar c:\temp\original.jar myalias

  • How can I disable local file access security check?

    Windows 7
    Firefox 3.6.16
    I would like to disable the security check used for blocking access to local files.

    I don't know if this is completely correct, but...
    I have the NoScript extension installed. When I looked in about:config, I found an entry called:
    noscript.allowLocalLinks
    When I toggled this to "true," I was able to navigate via URLs to local and networked files.
    When I looked it up, I found out that you can set this switch using the NoScript UI (Options|Advanced|Trusted).

  • How to limit file access for different users in 10.7.4 Server

    We had everything working perfectly with an earlier version of Lion Server. The update to 10.7.3, or 4, seems to have opened access to all files for all users. Much to our surprise, this wide-open access started without warning.
    - We have an external drive that contains all of the company's archives
    - We had set access for one employee to get to the files he needs, and different access for another employee. Neither saw sharepoints outside of their access settings.
    After an update, each employee can see and log in to all sharepoints. There doesn't seem to be a way to limit access for each employee now. I can set 'read' access for one employee, but it doesn't stop the other employee from accessing that sharepoint/folder.
    Is there some new way to go about this? Or is something simply broken with the current release?

    That is good to know. If the file share is seeing the drive and ignoring its permissions, that is why everyone can see everything. I have found, in Lion Server, that it is best to get the permissions set before turning on File Sharing. I don't know if you have the luxury of turning the file share off for a little while, but I would unshare the drive and see if the issue persists if you plug the external drive into another machine. The settings for permissions are set on the file or folder itself, so the issue should follow you to the other machine.
    Again, if you can, I would unshare the drive and reshare it with the permissions that you want and turn file sharing back on. However, if you can get the drive to respect permissions rather than ignoring them, I think it will save you a lot of work.

  • Exporting PHotoshop layered file to Illustrator. Is this possible?

    I built a project within Photoshop CS2, complete with layers. But I need to export this artwork to be used in Illustrator. Can I do this? I've already tried saving the work as EPS but when it's opened in AI CS2, it displays nothing. What should I do?
    - Kareem

    >I've already tried saving the work as EPS...
    The EPS format does not support layers in raster images, so you flattened your layers when you saved as EPS. (Open the EPS again in Photoshop and see.) Nothing Illustrator can do about that (but it should display
    something).
    Please read the topic "To use Photoshop artwork in Adobe Illustrator" in the Photoshop help file.

  • Editing a .flv file in Premiere Pro - is this possible ?

    Hello,
    I'm wondering if anyone here has ever edited a .flv file in Premiere Pro ?
    if not, how would I go about doing this ?
    Thanks for any information,
    Dave.

    FAQ: How do I import xyz format files?
    FAQ:How do I convert my files?
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • How to check if the file already exists in the application server directory

    Hi all. I'm on devsuite 10g.
    I transfer file from local machine to application server using webutil function webutil_file_transfer.client_to_as and I want to check if the file I'm transfering already exists on the server directory.
    How can I make this?
    Thanks all,
    Fabrizio

    use the text_io package and open the file in read-mode.
    like this
    declare
    xFileType text_io.file_type;
    begin
    xFileType := text_io.fopen('c:\temp\test.txt','R'); --file on the middle tier
    -- file exists;
    text_io.fclose(xFileType);
    exception
    when others then
    --file doesn't exist
    end;
    regards
    Christian

  • Windows server 2008 R2 Access files from anywhere

    I want to make windows server 2008 R2 access from anywhere. I will install window server. It will basically be a file server and I want to access it from anywhere. Can you provide some steps that should be done . there is need to have a public IP or without
    public IP it can be done?
    Thanks in advance.

    Hi
    You will need to have a public IP Natted to your internal IP. be aware you dont want to expose this server too much to the internet, make sure you only have your ISP open certain ports on the firewall or if you are hosting your own TMG server for example
    publish it through there.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Recreate server.xml file

    When I copy class files for a seeded application from the server to my JDev project, there are some instances where there is no server.xml file. How do I recreate this?

    Thanks both of you.
    I tried this for $JAVA_TOP/oracle/apps/okc/schema/repository/authoring/server on the Apps server. There is no server.xml file there. So, I
    1. copied all the files in the server directory to %JDEV_USER_HOME%\myclasses\oracle\apps\okc\schema\repository\authoring\server
    2. created the package oracle.apps.okc.schema.repository.authoring.server.
    3. highlighted the package in the JDev Navigator
    4. Selected all the files in %JDEV_USER_HOME%\myclasses\oracle\apps\okc\schema\repository\authoring\server and did File->Open
    The generated server.xml file is essentially empty -- it does not contain any reference to the files in the directory. Does this matter? Here is the generated server.xml:
    <?xml version="1.0" encoding='windows-1252'?>
    <!DOCTYPE JboPackage SYSTEM "jbo_03_01.dtd">
    <JboPackage
    Name="server"
    SeparateXMLFiles="true"
    PackageName="oracle.apps.okc.schema.repository.authoring.server" >
    <DesignTime>
    <Attr Name="_version" Value="9.0.3.14.00" />
    <Attr Name="_ejbPackage" Value="false" />
    </DesignTime>
    </JboPackage>
    Edited by: user522137 on Apr 2, 2009 11:23 AM
    Edited by: user522137 on Apr 2, 2009 11:36 AM

Maybe you are looking for

  • Firefox 17 always opens the tabs that were open the last time I closed it. I do NOT use restore history.

    This has started happening since I upgraded to v.17. I close Firefox either with the Red X or the exit button on the dropdown menu. The next time I open, it displays whatever pages were open when I closed it. I have always had Firefox use my Google a

  • How link from html page to a specific frame in flash cs5 as3

    Hi! I'm kinda new around here. I am interested in knowing how to link from a specific html page to a specific frame in flash cs5 as3. I have a website that I originally began to design in flash but later started developing new pages for it in html. T

  • Some movie files will suddenly start to lag or stutter?

    Any idea why some movie files will suddenly start to lag or stutter? You start playing a file and all is ok, but then about 2 minutes in it starts to play up. If you pause it and then press play again it will be ok for about a minute then play up aga

  • View count AND thread update bug?

    It's the end of the year, so that might be the reason of this oddity, but here is my problem: I just posted a comment to this thread and returned to my profile page to just realize that somebody had already posted a comment. I went back to the thread

  • HowTo drill down calculated fields

    Hi. I have a report where I want to drill down calculated fields. I have e.g. two detail colums A and B and want to show the multiplication C=A*B in a chart with drill down functionality. The problem is, that I either can not select the calculated fi