System information  & local files

hi everyone
can i use flex to  get the following user system information:
OS name and version
logged user
all regitered user
browser
network adapter mac address
can i read/write files in the user harddrive usung this tecnolegy?
thank you!

I believe you are looking for a similar functionality:
http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-playe r-10/

Similar Messages

  • OVMRU_002030E Cannot create OCFS2 file system with local file server: Local FS OVMSRVR. Its server is not in a cluster. [Thu Dec 04 01:33:10 EST 2014]

    Hi Guys,
    Im trying to create a repository .I have a single node OVM server and have presented two LUN's (Hitachi  HUS110 direct attached (via FC))
    I've created a server pool and unchecked the clustered server pool. I see the LUN's (physical disk from Oracle Virtual manager) .But when creating the repository i'm having this error
    "OVMRU_002030E Cannot create OCFS2 file system with local file server: Local FS OVMSRVR. Its server is not in a cluster. [Thu Dec 04 01:33:10 EST 2014]"
    Any steps i missed?Appreciate anyone's input
    Regards,
    Robert

    Hi Robert,
    did you actually add the OVS to the server pool, that you created?

  • System Information Update File Problem

    Hi everyone,
    I just installed a developer version of CF8 in my local
    machine. And I also decided to install "kb403622 — ColdFusion
    8.0.1: Cumulative Hot Fix 1" hotfix. So I went to System
    Information section, click the Browse Server button beside the
    Update File text field and I got an error message saying "Server
    Error IO error on server commnication".
    Can anyone help me with this error?
    Thanks in advance.

    CF_N_Montreal wrote:
    > Can anyone help me with this error?
    >
    > Thanks in advance.
    >
    That, oh-so-helpful, error indicates that you do not have RDS
    enabled on
    that server. Unfortunately RDS is required for any of the
    file browse
    controls in the ColdFusion administrator, but it is highly
    *NOT*
    recommended to have RDS enabled on production servers.
    So your two choices are to enable RDS and utilize the browse
    feature.
    OR
    To manually type the full path name in,but have a more secure
    public server.

  • HT4796 System information shows files on my brand new MBP that I can't see anywhere in Finder?

    I'm brand new to Mac's. Very good with PC's but don't know my way around these machines very well. Bought a brand new pro today and started to do migration assistant at startup to transfer my itunes music and films from my windows pc to my mac over my network. I left it for 15 minutes and the bar didn't even move (transferring like 60gb) so I thought screw this and cancelled it on my pc (can't cancel on mac) and that canceled it on my mac too. I started over to just do my music as that's all that I really needed (10GB). Again it took too long so I canceled and thought I'd do it later and continued to set up my new mac. I then went into about this mac and under storage it says I have a load of files (below) but I can't find anything in Finder so where are they and are they some of my files that transferred over before I cancelled or are they system files (seems excessive to me to have over a gig of audio)
    Also when I go into finder and show all my files all I can see is this
    so where are all them files?
    Not tech savvy with Mac at all btw but I will be soon as I learn fast and am generally very good with computers

    No, it is normal. As I have said, there is a large quantity of system files that come with your mac. 1.22gb of music covers default ringtones, alert sounds, etc. 5gb of apps covers the default applications included with your mac. The movies and photos are probably icons and other media included in applications. You really have nothing to worry about.
    If this was a decade ago you would and should worry, however things seem to be progresively getting larger.

  • MSS Reporting : Local File option is disabled

    Hello,
    We are unable to execute this MSS reporting functionality via the portal. Any suggestions ?. Thanks.
    Menu>System>List>Save>Local File
    The Local File option is disabled.
    Regards,
    Sunil

    Hi,
    Not sure why it got grayed out ...however you can save to local file by using list option list->export->localfile.
    As well as even the system --->save ---> local file is grayed out in screens i can find above option working as well as the small icons bar also has one icon which saves to local file /spreadsheet/wordprocessor.You can use these options.
    Thanks.

  • About save local file

    hi expert:
    i open file saved via system->save->local file-> spreadfile
    almost line item can be displayed correctly..
    but some records are hidden into the description field of previous entry.
    perhaps some special character exist in description field
    for example : " [].
    So anybody met similar problem..
    your suggestion will be appreciated
    Thank you in advance
    Kevin

    Hi Kevin,
    File will automatically be saved as TAB Delimited format.
    Try saving file as xls by opening the file FILE--> SAVE AS, change file type as .XLS and save it.
    If this does not solve the problem, open blank Excel sheet and use Data --> Import External data --> Import data option from Excel and select the file you have downloaded from SAP.
    Regards,
    Mohaiyuddin

  • How to get current local  file system volume sizes information from OMS?

    Hi
    I know I can get this information from the table SYSMAN.MGMT$STORAGE_REPORT_LOCALFS.
    But info stored in this table is not always up to date, but when going to the page em/console/monitoring/hostFilesystemOverview$target=xxxhostnamexxx$type=host$pageType=current$ctxType=Hosts the information is current.
    I have accessed mentioned table in apex, from outside OMS, I would like to have current information instead of old.
    How to do that?
    Thanks

    I think that there is nothing wrong with this table, just that the data is not collected every 5 minutes or so, only on a daily basis.
    But as ca107207 said - when you go to the page, showing information about the files system, from the host home page - the data is up to date to the current second.
    Therefore I think that OMS ask agent to send this value, but it is then not stored anywhere.
    My question would be how to ask agent from outside OMS to get this information?
    I have done a little reverse engineering on OMS packages and there should be a way to get this, using some procedures, pl/sql code with generating some cursors etc.
    I'm not that good in pl/sql to create something like that, it would take too much time for me. I think that it can't be done without OMS at all, I just have another database with apex on the same host and apex display some information for other users about the file systems etc. It would be nice to have information about file system usage current.
    Thanks

  • How to get folder(directory path only not file path) from local file system

    Hi Firends,
    How to get folder(directory path only not file path) from local file system , whenevr i will click on browse button.
    Please give reply for this one , if anybody knows.
    Thanks,
    Anderson.

    Hi Anderson,
    if you're using flash.filesystem.FileReference - then it is run in black box - except of filename, size and creation data (and few other properties available after some operation succeeded). This is part of security features in Flash runtime (described in header section):
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference .html
    This for example implies that user can download a content to local machine - but that content cannot be loaded back into Flash runtime. For this you would need either Air runtime flash.filesystem.File:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.h tml
    (so you would created Air runtime based application: desktop or mobile but not web, even as standalone project) or you would need one of 3rd party tools that add file access/file information features to standard Flash runtime applications converted to standalone native applications.
    hth,
    kind regards,
    Peter

  • Trying to use grid control to get historic file system information

    Hi.
    I need to get the file system historical information for a year. I need to be able to say how in the past year such and such a file system has increased in space etc.
    I am using OEM Grid Control. I have been trying to find this information this way:
    Home/Local File Systems/click on specific file system and then View Data for one year.
    Trouble is, this bview is more visual than statistical. I need hard figures!
    Is this the right way? Should I try another approach? This must be a common request?
    Oracle 10.2.0
    DA
    Thank you.

    Querying the tables/views inside OEM Grid Control (GC) Repository - the database - may help. By default, GC stores information into tables owned by SYSMAN and aggregates the information on a pre-defined schedule, like first week, first month, first year, etc depends on the definition. So you might not find some details of the historical information.
    Try mgmt$metric_daily to get the numbers. You would need target_guid from mgmt$target to pinpoint the server.
    Not sure 100% all details you are looking for, which will determine the metrics to query. But anyway here is a simple example. Hope it helps. The Oracle documentation has more details.
    SELECT metric_name,metric_column,
    TO_DATE(TO_CHAR(rollup_timestamp,'YYYY-MM-DD'), 'YYYY-MM-DD') AS     month_timestamp,
    maximum value
    FROM mgmt$metric_daily
    WHERE target_guid='......'
    AND metric_label = 'Storage Summary'
    AND metric_column = 'local_fs_used'

  • Building jtree to represent local file system

    Does anybody have the code to work through a local file system and display this information in a jtree.
    If possible it would be nice to only expand the tree when the node is selected rather than having to build up an array and have a prebuilt tree.

    You have to extend DefaultTreeModel and override several following methods:
    getChildCount(Object�parent)
    getChild(Object�parent, int�index)
    isLeaf(Object�node)
    getIndexOfChild(Object�parent, Object�child)
    may be some other methods.
    for example
    file system is c:\test
    and you want to add your own directory test1. Your method getChildCount must returns 2 (1 test + 1 test1). Your method getChild(nodeRepresentC,0) must returns testNode and getChild(nodeRepresentC,1) must returns test1Node. etc.
    regards
    Stas

  • Installation Error "Could not determine information about file system"

    Hi, i get the following error trying to install ABAP central instance on windows server 2003 enterprise edition. I am trying to do a local installation.
    Anybody have any ideas what i am doing wrong?
    INFO 2007-05-13 23:50:40
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2007-05-13 23:50:40
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2007-05-13 23:50:40
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\ORA\UC\CI\q0w9e9r8t7.1.xml.
    INFO 2007-05-13 23:50:41
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.1.xml.
    INFO 2007-05-13 23:50:41
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/UC/CI/keydb.1.xml.
    INFO 2007-05-13 23:50:41
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\ORA\UC\CI\keydb.1.xml.
    INFO 2007-05-13 23:50:41
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\ORA\UC\CI\change.log.
    INFO 2007-05-13 23:50:42
    Output of change user /install is written to the logfile change.log.
    WARNING 2007-05-13 23:50:42
    Execution of the command "change user /install" finished with return code 1. Output: Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2007-05-13 23:50:42
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'ENTERPRISE\Administrator' on host '.'.
    INFO 2007-05-13 23:50:42
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\ORA\UC\CI\summary.html.
    PHASE 2007-05-13 23:50:42
    Prepare the installation program.
    INFO 2007-05-13 23:50:49
    Installation start: Sunday, 13 May 2007, 23:50:39; installation directory: C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\ORA\UC\CI; product to be installed: SAP NetWeaver '04 SR1> SAP System Installation> ABAP System> Oracle> Unicode> Central Instance Installation
    INFO 2007-05-13 23:50:50
    Host operation t_HostInfo_SHARED processed successfully.
    ERROR 2007-05-13 23:55:28
    FSL-02107  Path component contains reserved character (':'): C:
    ERROR 2007-05-13 23:55:28
    FSL-02106  Path contains reserved character (':'):
    C:
    SAP
    ERROR 2007-05-13 23:55:28
    MOS-01236  Could not determine information about file system enterprise:, mounted at unknown.
    WARNING 2007-05-13 23:55:28
    The step GetMountInfo with step key SAPSYSTEM_CI|ind|ind|ind|ind|ind|0|SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|GetMountInfo was executed with status ERROR.

    Hi.. Philip...
    During installation when it prompts / gives us to  type / Browse the installtion sources like installation master / ker cd's / installation export .......,
    What did you do ?
    did you browse to the respective directory ??
    or
    did you manually type ??
    I got the same problem on unix like. On oversight instead of browsing i typed manually and by mistake in one of the path i added space in one of the installation source path and installation ended with not able to locate file system error.
    if you have typed it manually .. i beleive it could be similar to this ??
    Update your reply
    Rgds
    PR

  • How to get access to the local file system when running with Web Start

    I'm trying to create a JavaFX app that reads and writes image files to the local file system. Unfortunately, when I run it using the JNLP file that NetBeans generates, I get access permission errors when I try to create an Image object from a .png file.
    Is there any way to make this work in Netbeans? I assume I need to sign the jar or something? I tried turning "Enable Web Start" on in the application settings, and "self-sign by generated key", but that made it so the app wouldn't launch at all using the JNLP file.

    Same as usual as with any other web start app : sign the app or modify the policies of the local JRE. Better sign the app with a temp certificate.
    As for the 2nd error (signed app does not launch), I have no idea as I haven't tried using JWS with FX 2.0 yet. Try to activate console and loggin in Java's control panel options (in W7, JWS logs are in c:\users\<userid>\appdata\LocalLow\Sun\Java\Deployment\log) and see if anything appear here.
    Anyway JWS errors are notoriously not easy to figure out and the whole technology in itself is temperamental. Find the tool named JaNeLA on the web it will help you analyze syntax error in your JNLP (though it is not aware of the new syntax introduced for FX 2.0 and may produce lots of errors on those) and head to the JWS forum (Java Web Start & JNLP Andrew Thompson who dwells over there is the author of JaNeLA).

  • Unable to get the file system information for: \\****servername\E$\; error = 64 Unable to distribute content to DP

    One of our DPs has stopped loading content. 
    I've research for quite a bit and cannot find a clear cut reason to this.  This server only has a DP role, I verified sharing permissions, all looked good. This DP has been running just fine for the last year or so and all sudden it will no longer load
    packages.  The disk drive is still present I can still reach the hidden share \\servername.com\E$
    Verified that the SMSSIG$ folder is there and the last entry is from 4/23/2015 
    SCCM 2012 R2 
    OS 2008 R2 Standard
    Any help is greatly appreciated!
    Here's a snipit from the distmgr.log
    Start updating the package on server ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\...
    Attempting to add or update a package on a distribution point.
    Will wait for 1 threads to end.
    Thread Handle = 0000000000001E48
    STATMSG: ID=2342 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=***.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:01.972 2015 ISTR0="SYSMGMT Source" ISTR1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    SMS_DISTRIBUTION_MANAGER 4/30/2015 2:12:01 PM
    8252 (0x203C)
    The current user context will be used for connecting to ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\.
    Successfully made a network connection to \\*****.com\ADMIN$.
    Ignoring drive \\*****.com\C$\.  File \\*****.com\C$\NO_SMS_ON_DRIVE.SMS exists.
    Unable to get the file system information for: \\*****.com\E$\; error = 64.
    Failed to find a valid drive on the distribution point ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\
    Cannot find or create the signature share.
    STATMSG: ID=2324 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=sccmprdpr1sec2.mmm.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:55.206 2015 ISTR0="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR1="CAS00087" ISTR2="" ISTR3="30" ISTR4="94" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    Error occurred. Performing error cleanup prior to returning.
    Cancelling network connection to \\*****.com\ADMIN$.

    Error 64 is being returned which is simply "the network name is no longer available".
    There can be a number of reasons for this from SMB compatibility issues (2003 servers wont support SMB2), to the expected and actual computer name of the boxes don't match (tries to authenticate with server.tld.com when the actual name is srv-01.tld.com and
    you just put a C-name in). I'd start from the top:  Try opening said share from the Primary Site server as that's the box doing the work.  Verify the IP and computer name is legit and that no one has played ACL games between the two systems (remember
    RPC only initiates/listens on port 135 but established connections are up in the dynamic port range).
    At the end of the day it's an issues "underneath" SCCM, and not an SCCM problem specifically. 

  • Becouse of expire of credit card I updated billing information by providing data of new credit card but system just says "We're sorry, the billing information on file could not be used for this payment. Please update your information.". What exactly is wr

    Becouse of expire of credit card I updated billing information by providing data of new credit card but system just says "We're sorry, the billing information on file could not be used for this payment. Please update your information.". What exactly is wrong?

    Are you 100% sure that every detail of your information is the same in each place?
    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html

  • Deliver a report in XML format and save it to local file system on the server

    We have OBIEE 10.1.3.4 on Redhat linux. We want to have generate a report in XML format and saved it to the server's file system. Did not realize this is s difficult task. Basically
    1) How to create a XML report? It is not listed in the output items of a layout template.
    2) How to deliver XML the report  to local file system. Look into the Delivery section of Admin page. FTP should be the best choice, but does that means that one need to install and run ftp server on the BI server box?
    Thanks

    Hi,
    Since I still have problems on this subject, I would like to share on how it progresses.
    Currently I have a problem of timeout in step "Truncate XML Schema" with the URL that I mentioned above.
    The exact error is the following : 7000 : null : com.sunopsis.sql.l: Oracle Data Integrator TimeOut : connection with URL [...]
    The connection test is still OK.
    I tried to increase the value in the user's pref but there's no change.

Maybe you are looking for

  • ASA IPsec Remote Access VPN | NAT Question

    We have a situation where a company that needs remote VPN access to our network is having an IP conflict with our subnet.  I know this is a common issue and can often be resolved on the client side by changing the metirc on the network interface, but

  • PDF for multiple users with different values

    Is there a way to create a PDF to be sent to multiple users but have different values in the PDF? For expample employee A's offer letter is for $50/hour while employee B's offer letter is for $55/hour. But they have the same offer letter just with di

  • Stolen Ipod touch 4th Gen, no ICloud or wifi, can you track it?

    My ipod was stolen by my drug addicted neighbor, I dont have it connected to icloud or connected to wifi. Is there any other possable way to track it down to see if it was stolen or sold

  • Portal 11g Upgrade (11.1.1.6) with SSO (10.1.4.3)

    I have just performed a Portal upgrade from 10g to 11g which is integrated with SSO (10.1.4.3) which is hosted on a separate host from portal. All components start sucessfully but I am getting the following error in my SSO Apache error_log when I att

  • How to get products in E-Service Complaints and Returns ?

    Hi Gurus, We have a Complaints and Returns application in which we want to implement the product search functionality similar to the search we have in B2B application using TREX. If anyone already implemented or having any idea of how to implement th