Urgent reading data frm a website which cn b accessed only by certificate!!

hey guys all I need is to be pointed in a particular direction.
I have to get data from this website(https://oasis.midwestiso.org/documents/miso/outage_reports.asp). The website can be accessed only with a certificate. I have the certificate. So how do I get this data. Meaning do I have to use socket stuff or something. Or a simple setRequestProperty() would do. well the setRequestProperty this is not working. And using an analyzer i cant see how and when the certificate is being sent to the webserver. I checked out ethereal and found out all the actions taken and the encryption used.
So all i need to know is
how to let the website im contacting using my java code know that I have the certificate and validate me or something. Any insight into this woudl be appreaciated.
Any code will be appreciated too. Thanks a lot.
Have a great day guys!!
Message was edited by:
ckrulz

why would you not help me if its urgent i dont seem
to understand. Well thanks a lot for letting me know
why people aint replying!!
regards,
KarlBecause it's rude. Everyone here thinks their problem is "urgent", and of course, to them, it is. By stating it, you're really saying "my problem is more urgent than other peoples" - which it isn't. It's just bad manners, really. The online equivalent of pushing into a queue - you're demanding special treatment.
The very fact that you haven't gotten all sulky about this is a good thing in itself, though

Similar Messages

  • How to read data from a website

    Hello Everyone..
    I hav a interesting scanario..
    Is it possible to read data from a website..!!!
    My scenario is to read a bank statement from a banks website(internet banking)..
    using the same authentication my application must be able to pull the data from the website and update my r3...
    Please crack this out for me..
    Awaiting for solution..
    Thanks in advance

    check whether the bank offers webservice to get this data, if yes either from ABAP of JAVA you can consume this webservice to get the bank statement.
    else
    from abap you can use cl_http_client to make your ABAP to act as http client to read data from that website. (search weblog and ABAP forums for cl_http_client - there are lot of examples)
    Regards
    Raja

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • How to Read data from a table which is defined as a field in another table

    Hi
    Iam working with FM: 'CUCB_GET_CONFIGURATION'
    <b>  Import parameter configuration as a table.</b>
      <u>but configuration has another table as a field.</u>
    i want to read the inner table fields.
    how can i read the table which is defined as field in configuration table.
    Please try to give me a solution.
    can i have the declartions too....
    Thanks,
    sri

    Hi jonnakuti,
    1. simple
    2.
    DATA : CONFG      TYPE IBCO2_INSTANCE_TAB2.
    <b>DATA : WA TYPE LINE OF IBCO2_INSTANCE_TAB2.</b>
    3. just copy paste
    4.
    report abc.
    TYPE-POOLS : IBCO2.
    DATA : INSTANCE     TYPE     CUIB_CUOBJ.
    DATA : CONFG      TYPE IBCO2_INSTANCE_TAB2.
    DATA : WA TYPE LINE OF IBCO2_INSTANCE_TAB2.
    CALL FUNCTION 'CUCB_GET_CONFIGURATION'
      EXPORTING
        INSTANCE                           = INSTANCE
      IS_BUSINESS_OBJECT                 =
      IV_MOMENT                          =
      IV_WITH_DB_INSTANCE                =
    IMPORTING
      IBASE                              =
       CONFIGURATION                      = CONFG
      EO_CBASE_REF                       =
    EXCEPTIONS
       INVALID_INPUT                      = 1
       INVALID_INSTANCE                   = 2
       INSTANCE_IS_A_CLASSIFICATION       = 3
       OTHERS                             = 4
    read like this
    LOOP AT CONFG INTO WA.
    ENDLOOP.
    regards,
    amit m.

  • How to read data from a website based on user inputs through java programmi

    Hi
    I want to get information from a website based on some inputs that I have. The inputs change everytime and based on them, different output is expected. How do I go about with it? Please advice...
    Will data mining help in this? or is it used only for analysis and predictions?

    you can get the webpage you need very simply like this :
    Test.java
    public class Test{
              public static void main(String[] args) {
                   URLClient client = new URLClient();
                            // URL of a webpage
                   String webPage = client.getDocumentAt("http://content-ind.cricinfo.com/slvind/engine/current/match/343730.html?template=desktop;view=main;wrappertype=desktop");
                   System.out.println(webPage);
         }URLClient.java
         import java.net.*;
         import java.io.*;
         public class URLClient {
              protected URLConnection Connection;               
                   public String getDocumentAt(String urlString) {
                             StringBuffer document = new StringBuffer();
                             try {
                                            URL url = new URL(urlString);
                                            URLConnection conn = url.openConnection();
                                            BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream()));
                                            String line = null;
                                            while ((line = reader.readLine()) != null)
                                                 document.append(line + "\n");
                                            reader.close();
                                       } catch (MalformedURLException e) {
                                       System.out.println("Unable to connect to URL: " + urlString);
                                       } catch (IOException e) {
                                       System.out.println("IOException when connecting to URL: " + urlString);
                                  return document.toString();
              }

  • Reading data from a file which is in portal KM

    HI,
    Iam trying read a file which is in portal KM if u have any sample code with u plz share with me

    Haranath,
    check these links
    How to download KM documents using Web Dynpro Java
    Getting an image from KM Documents to be used in Web Dynpro
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/kmc/assigning%2bread%2bauthorization%2bto%2bkm%2bdocuments
    Thanks
    Bala Duvvuri

  • ( very urgent ) read data from bw to live cache

    hi,
         i am very mew to APO LIVE CACHE. i need to read the data from BW to LIVE CACHE for forecasting. i now the transaction lc10 and lc11. but the problem is i need to know where i have to give the BW cubes or BW information into LIVECACHE.
    WOULD APPRECIATE UR HELP.
    RGS,
    SUGUNA.S

    Try TCode/SAPAPO/TSCUBE or Program /SAPAPO/RTSINPUT_CUBE
    Regards
    Krishna Chaitanya.P

  • Reading data from a table which can have millions of record

    Hi,
    I need to write a query in my report that can be able to fetch records from a z table that have arount 20 lac (= 2 million) records. As far i knoew we can not handle such a huge amount of data in our internal tables. because the size of internal table is fixed and that can be increased only by basis persons.
    So can anybody tell me the approach that i should follow such that i can split the data from this table.
    Or any other approach is also welcome.
    Please reply ASAP when you have the time.
    Thanks And Regards,
    Mayank
    Edited by: Thomas Zloch on Mar 6, 2010 9:25 PM

    Hi Mayank,
    reduce the data selected to the fields you really need, avoid select *. See online help on SELECT, addition PACKAGE SIZE.
    select field1 field2 field3
      into corresponding fields of table lt_table package size nnn WHERE ...
    * process  lt_table
    endselect.
    Regards,
    Clemens
    Edited by: Rob Burbank on Mar 9, 2010 12:29 PM

  • Unable to read data in Excel 2010/2013 from encrypted Access 2010/2013 database

    A customer has an Access database (.accdb), which was encrypted/given a database password in Access 2013. It should be possible to read that data from Excel 2010/2013, but when clicking on Data-->From Access
    and the correct path is put in and the correct database password has been entered, Excel just keeps prompting for the database password. This happens with both Excel 2010 and 2013.
    The database password supplied is correct as evidenced by opening the database in Access 2013 using the same database password.
    A colleague in a separate company has found that a separate .accdb file he has recently encrypted also has the same problem as above, yet a .accdb file encrypted ages ago
    is readable from Excel.
    How do I get Excel 2010/2013 to read the data from the encrypted .accdb file, please?

    Since Access 2010 the encryption algorithm has changed:
    Source
    Follow the next steps to apply an encryption method that will allow you to (programmatically) connect to the database:
    1. Decrypt the database
    2. Change the encryption method:
        - In Access Options select 'Client Settings'
        - Scroll down to section 'Advanced'
        - 'Encryption Method': select option 'Use legacy encryption (..'
        - Click 'OK'
    3. Encrypt the database
    Hope this helps.
    Emiel Nijhuis

  • I cannot access a website, which i can otherwise access on my desktop. Please help., I cannot access a website, which i can access on my desktop. Please help.

    Hi community.
    My laptop is driving me crazy.
    It seems I cannot access my website (hosted by siteground.com) either the cpanel for it. Tried to access over WiFi or cable , and no success.
    However I can access the site, with any other device (desktop, android phone, ipad etc..)in the house,  both over wifi and cable.
    Have already spoken to my ISP company and they confirmed that everything is fine with the connection.
    Spoken to my hosting company and they confirmed that everything is fine from their side.
    I read on the forums, that  port80 may be closed ????  How do i do that and how do i unblock it.
    Already cleared the caches or all browser....
    What is the issue here ???
    Other wise , i can access any other site.
    Tha

    Step1
    Last login: Thu Dec 13 16:45:33 on console
    alex888-laptop:~ Alexandru$
    alex888-laptop:~ Alexandru$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.rim.driver.BlackBerryUSBDriverInt (0.0.67)
    at.obdev.nke.LittleSnitch (3894)
    com.squirrels.driver.AirParrotSpeakers (1.7)
    com.squirrels.airparrot.framebuffer (3)
    com.logmein.hamachi (1.0)
    org.virtualbox.kext.VBoxDrv (4.2.1)
    org.virtualbox.kext.VBoxUSB (4.2.1)
    org.virtualbox.kext.VBoxNetFlt (4.2.1)
    org.virtualbox.kext.VBoxNetAdp (4.2.1)
    com.viscosityvpn.Viscosity.tap (1.0)
    com.viscosityvpn.Viscosity.tun (1.0)
    alex888-laptop:~ Alexandru$
    Step 2
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    com.zeobit.MacKeeper.plugin.AntiTheft.daemon
    com.zeobit.MacKeeper.AntiVirus
    com.winzip.WinZip-Mac
    com.vmware.launchd.vmware
    com.sharpcast.xfsmond
    com.sec.faxdb
    com.rim.BBDaemon
    com.microsoft.office.licensing.helper
    com.logmein.hamachi
    com.google.keystone.daemon
    com.freemacsoft.appcleanerdaemon
    com.equinux.VPNTracker6.agent
    com.barebones.textwrangler
    com.barebones.authd
    com.adobe.SwitchBoard
    com.adobe.fpsaud
    at.obdev.littlesnitchd
    alex888-laptop:~ Alexandru$
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.divx.dms.agent
    com.divx.update.agent
    com.rim.BBLaunchAgent
    com.google.keystone.system.agent
    com.adobe.CS5ServiceManager
    at.obdev.LittleSnitchUIAgent
    alex888-laptop:~ Alexandru$
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    VBoxDrv.kext
    VBoxNetAdp.kext
    VBoxNetFlt.kext
    VBoxUSB.kext
    com.equinux.VPNTracker6.kext
    ham.kext
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    DivX Toolkit.framework
    Frameworks
    MacFUSE.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    RIM_VSP.framework
    RimBlackBerryUSB.framework
    Skype.framework
    StuffIt.framework
    StuffItCore.framework
    TSLicense.framework
    cisco-vpnclient.framework
    iTunesLibrary.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    .DS_Store
    AdobePDFViewer.plugin
    CouponPrinter-FireFox_v2.plugin
    CouponPrinter-Safari.webplugin
    Disabled Plug-Ins
    DivXBrowserPlugin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    Flip4Mac WMV Plugin.webplugin
    JavaAppletPlugin.plugin
    OVSHelper.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    RealPlayer Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    TVUPlugin.webplugin
    flashplayer.xpt
    googletalkbrowserplugin.plugin
    iPhotoPhotocast.plugin
    npgtpo3dautoplugin.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    Wlan.Software
    at.obdev.LittleSnitchUIAgent.plist
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.CS5ServiceManager.plist
    com.divx.dms.agent.plist
    com.divx.update.agent.plist
    com.google.keystone.agent.plist
    com.rim.BBLaunchAgent.plist
    /Library/LaunchDaemons:
    at.obdev.littlesnitchd.plist
    com.acclivity.fileconnect.plist
    com.adobe.SwitchBoard.plist
    com.adobe.fpsaud.plist
    com.barebones.authd.plist
    com.barebones.textwrangler.plist
    com.equinux.VPNTracker6.agent.plist
    com.freemacsoft.appcleanerdaemon.plist
    com.google.keystone.daemon.plist
    com.logmein.hamachi.plist
    com.microsoft.office.licensing.helper.plist
    com.rim.BBDaemon.plist
    com.sec.faxdb.plist
    com.sharpcast.xfsmond.plist
    com.vmware.launchd.vmware.plist
    com.winzip.WinZip-Mac.plist
    com.zeobit.MacKeeper.AntiVirus.plist
    com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
    /Library/PreferencePanes:
    Archives.prefPane
    DivX.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Growl.prefPane
    JavaControlPanel.prefpane
    MacFUSE.prefPane
    Processor.prefPane
    /Library/PrivilegedHelperTools:
    Google Drive Icon Helper
    com.barebones.authd
    com.barebones.textwrangler
    com.equinux.VPNTracker6.agent
    com.equinux.VPNTracker6.connectiond
    com.microsoft.office.licensing.helper
    com.winzip.WinZip-Mac
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    ParallelsQL.qlgenerator
    StuffIt.qlgenerator
    VMware Fusion QuickLook.qlgenerator
    iBooksAuthor.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    DivX Decoder.component
    DivX Encoder.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    Microsoft Office.mdimporter
    ParallelsMD.mdimporter
    iBooksAuthor.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    ExpressInvoice
    VirtualBox
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    YMsgrCallABPlugin.bundle
    YMsgrMsnABPlugin.bundle
    YMsgrSmsABPlugin.bundle
    YMsgrYimABPlugin.bundle
    Library/Fonts:
    hondafont.ttf
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    .DS_Store
    BrowserPlus_2.9.8.plugin
    EvernoteSafariClipperPlugin.webplugin
    FacebookVideoCalling.bundle
    Picasa.plugin
    doubleTwistWebPlugin.bundle
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.Livestation.plist
    com.adobe.ARM.b54e099901f004714a7789082d2a5d9e54cc13ab5fbf867bd9c8299f.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.D23D4B3A-EE41-4252-9C00-790 A1FB8253E.plist
    [email protected]st
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.codecm.uploader.plist
    com.divx.agent.postinstall.plist
    com.facebook.videochat.Alexandru.plist
    com.google.Chrome.framework.plist
    com.logmein.CubbyService.plist
    com.macpaw.CleanMyMac.helperTool.plist
    com.macpaw.CleanMyMac.trashSizeWatcher.plist
    com.macpaw.CleanMyMac.volumeWatcher.plist
    com.mycube.vault.plist
    com.nchsoftware.expressinvoice.agent.plist
    com.zeobit.MacKeeper.Helper.plist
    de.metaquark.appfresh.plist
    org.virtualbox.vboxwebsrv.plist
    ws.agile.1PasswordAgent.plist
    Library/PreferencePanes:
    BrowserPlusPrefs.prefPane
    QuickTimeXPref.prefPane
    Library/ScriptingAdditions:
    1Password Addition.osax
    Library/Services:
    alex888-laptop:~ Alexandru$  
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Jing (58671), Google Notifier, VMware Fusion Helper, Viscosity, CPU Speed Accelerator, Dropbox, WiTopia, SPanel, DaemonManager, BlackBerry Device Manager
    alex888-laptop:~ Alexandru$ 
    Thats all i am getting step by step...
    All you you wanted to see all together , here is enclosed bellow. thanks a lot for your help btw.
    Last login: Thu Dec 13 16:45:33 on console
    alex888-laptop:~ Alexandru$
    alex888-laptop:~ Alexandru$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.rim.driver.BlackBerryUSBDriverInt (0.0.67)
    at.obdev.nke.LittleSnitch (3894)
    com.squirrels.driver.AirParrotSpeakers (1.7)
    com.squirrels.airparrot.framebuffer (3)
    com.logmein.hamachi (1.0)
    org.virtualbox.kext.VBoxDrv (4.2.1)
    org.virtualbox.kext.VBoxUSB (4.2.1)
    org.virtualbox.kext.VBoxNetFlt (4.2.1)
    org.virtualbox.kext.VBoxNetAdp (4.2.1)
    com.viscosityvpn.Viscosity.tap (1.0)
    com.viscosityvpn.Viscosity.tun (1.0)
    alex888-laptop:~ Alexandru$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    com.zeobit.MacKeeper.plugin.AntiTheft.daemon
    com.zeobit.MacKeeper.AntiVirus
    com.winzip.WinZip-Mac
    com.vmware.launchd.vmware
    com.sharpcast.xfsmond
    com.sec.faxdb
    com.rim.BBDaemon
    com.microsoft.office.licensing.helper
    com.logmein.hamachi
    com.google.keystone.daemon
    com.freemacsoft.appcleanerdaemon
    com.equinux.VPNTracker6.agent
    com.barebones.textwrangler
    com.barebones.authd
    com.adobe.SwitchBoard
    com.adobe.fpsaud
    at.obdev.littlesnitchd
    alex888-laptop:~ Alexandru$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.divx.dms.agent
    com.divx.update.agent
    com.rim.BBLaunchAgent
    com.google.keystone.system.agent
    com.adobe.CS5ServiceManager
    at.obdev.LittleSnitchUIAgent
    alex888-laptop:~ Alexandru$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    VBoxDrv.kext
    VBoxNetAdp.kext
    VBoxNetFlt.kext
    VBoxUSB.kext
    com.equinux.VPNTracker6.kext
    ham.kext
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    DivX Toolkit.framework
    Frameworks
    MacFUSE.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    RIM_VSP.framework
    RimBlackBerryUSB.framework
    Skype.framework
    StuffIt.framework
    StuffItCore.framework
    TSLicense.framework
    cisco-vpnclient.framework
    iTunesLibrary.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    .DS_Store
    AdobePDFViewer.plugin
    CouponPrinter-FireFox_v2.plugin
    CouponPrinter-Safari.webplugin
    Disabled Plug-Ins
    DivXBrowserPlugin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    Flip4Mac WMV Plugin.webplugin
    JavaAppletPlugin.plugin
    OVSHelper.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    RealPlayer Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    TVUPlugin.webplugin
    flashplayer.xpt
    googletalkbrowserplugin.plugin
    iPhotoPhotocast.plugin
    npgtpo3dautoplugin.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    Wlan.Software
    at.obdev.LittleSnitchUIAgent.plist
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.CS5ServiceManager.plist
    com.divx.dms.agent.plist
    com.divx.update.agent.plist
    com.google.keystone.agent.plist
    com.rim.BBLaunchAgent.plist
    /Library/LaunchDaemons:
    at.obdev.littlesnitchd.plist
    com.acclivity.fileconnect.plist
    com.adobe.SwitchBoard.plist
    com.adobe.fpsaud.plist
    com.barebones.authd.plist
    com.barebones.textwrangler.plist
    com.equinux.VPNTracker6.agent.plist
    com.freemacsoft.appcleanerdaemon.plist
    com.google.keystone.daemon.plist
    com.logmein.hamachi.plist
    com.microsoft.office.licensing.helper.plist
    com.rim.BBDaemon.plist
    com.sec.faxdb.plist
    com.sharpcast.xfsmond.plist
    com.vmware.launchd.vmware.plist
    com.winzip.WinZip-Mac.plist
    com.zeobit.MacKeeper.AntiVirus.plist
    com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
    /Library/PreferencePanes:
    Archives.prefPane
    DivX.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Growl.prefPane
    JavaControlPanel.prefpane
    MacFUSE.prefPane
    Processor.prefPane
    /Library/PrivilegedHelperTools:
    Google Drive Icon Helper
    com.barebones.authd
    com.barebones.textwrangler
    com.equinux.VPNTracker6.agent
    com.equinux.VPNTracker6.connectiond
    com.microsoft.office.licensing.helper
    com.winzip.WinZip-Mac
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    ParallelsQL.qlgenerator
    StuffIt.qlgenerator
    VMware Fusion QuickLook.qlgenerator
    iBooksAuthor.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    DivX Decoder.component
    DivX Encoder.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    Microsoft Office.mdimporter
    ParallelsMD.mdimporter
    iBooksAuthor.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    ExpressInvoice
    VirtualBox
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    YMsgrCallABPlugin.bundle
    YMsgrMsnABPlugin.bundle
    YMsgrSmsABPlugin.bundle
    YMsgrYimABPlugin.bundle
    Library/Fonts:
    hondafont.ttf
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    .DS_Store
    BrowserPlus_2.9.8.plugin
    EvernoteSafariClipperPlugin.webplugin
    FacebookVideoCalling.bundle
    Picasa.plugin
    doubleTwistWebPlugin.bundle
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.Livestation.plist
    com.adobe.ARM.b54e099901f004714a7789082d2a5d9e54cc13ab5fbf867bd9c8299f.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.D23D4B3A-EE41-4252-9C00-790 A1FB8253E.plist
    [email protected]st
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.codecm.uploader.plist
    com.divx.agent.postinstall.plist
    com.facebook.videochat.Alexandru.plist
    com.google.Chrome.framework.plist
    com.logmein.CubbyService.plist
    com.macpaw.CleanMyMac.helperTool.plist
    com.macpaw.CleanMyMac.trashSizeWatcher.plist
    com.macpaw.CleanMyMac.volumeWatcher.plist
    com.mycube.vault.plist
    com.nchsoftware.expressinvoice.agent.plist
    com.zeobit.MacKeeper.Helper.plist
    de.metaquark.appfresh.plist
    org.virtualbox.vboxwebsrv.plist
    ws.agile.1PasswordAgent.plist
    Library/PreferencePanes:
    BrowserPlusPrefs.prefPane
    QuickTimeXPref.prefPane
    Library/ScriptingAdditions:
    1Password Addition.osax
    Library/Services:
    alex888-laptop:~ Alexandru$   osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Jing (58671), Google Notifier, VMware Fusion Helper, Viscosity, CPU Speed Accelerator, Dropbox, WiTopia, SPanel, DaemonManager, BlackBerry Device Manager
    alex888-laptop:~ Alexandru$ 
    alex888-laptop:~ Alexandru$

  • Play sound in specified duration and desired file when reading data with VISA functions ?

    Hi.
    I read data with VISA read function and then I use functions like multiple for showing data on Chart. every thing is OK.
    now I want play a specified sound (like a 3s song in my desired folder) when signal amplitude cross over from specified value. then after desired time, it will be wait for new cross over from specified value and this procedure repeat again until I stop the program. 
    Data comes from MCU and it doesn't stop when system play sound and when system play sound, incoming data for this part (play sound) will be ignore them until specified expired.
    I use this VI for reading data and mentioned part which is sound part is empty and I don't know what I must done ?
    altougth I use another while loop for sound apart because I want save CPU time.
    Thanks.
    Solved!
    Go to Solution.

    I would recommend making the data type of the notifier a cluster that contains a path and a numeric (double).  The path tells the player which file to play.  The numeric is the duration.
    Now for a slightly complicated, but really neat, way to stop your second loop.  Do not use a second notifier.  Instead, send the normal notification but use Not A Path for the path in the cluster.  Your second loop can do a check for the Not A Path and stop when that is recieved.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Reading data from flat file in aplication server

    hi all,
    can any body provide code how to read data from flat file which is in application server.
    thanks in advance

    hi,
    chk this sample code.
    parameters: p_file like rlgrap-filename obligatory
    default '/usr/sap/upload.xls'.
    types: begin of t_data,
    vbeln like vbap-vbeln,
    posnr like vbap-posnr,
    matnr like vbap-matnr,
    werks like vbap-werks,
    megne like vbap-zmeng,
    end of t_data.
    data: it_data type standard table of t_data,
    wa_data type t_data.
    open dataset p_file for output in text mode encoding default.
    if sy-subrc ne 0.
    write:/ 'Unable to open file:', p_file.
    else.
    do.
    read dataset p_file into wa_data.
    if sy-subrc ne 0.
    exit.
    else.
    append wa_data to it_data.
    endif.
    enddo.
    close dataset p_file.
    endif.
    Rgds
    Anver

  • Reading data from Table type from Badi /sapapo/curto_create

    Hi,
    I have been trying to read data from badi /sapapo/curto_create . In this badi there is method CS_PPDS_RTO.
    which has nested structure upto 8 level. I have been trying to read data but i am not suceesfull in reading data from the stsructre
    which is present at lowest level.
    The  nested structure of the BEFORE_SAVE is following way.
    BEFORE_SAVE-CS_PPDS_RTO-HIRARCHY-ADD_APPLICTN_DATA-MODES-BODY-CAP_REQS-RESUID.
    I have to read the value of reusid bt i am not sure whow to read this value can you please help me by giving some Bapi or method
    to read the value of Reusid .
    Thanks

    Hi!
    DATA: lv_resuid TYPE resuid.
    LOOP AT CS_PPDS_RTO-HIRARCHY-ADD_APPLICTN_DATA-MODES-BODY-CAP_REQS-RESUID
    INTO lv_resuid.
    ENDLOOP. 

  • Read data from Inbound ABAP proxy.Experts.

    Hi

    Hi Experts,
    I want to read data from a inbound proxy.
    Data is inside a deep structure as input.
    Inside that 6 fields are there , out of those 6 i am able to read data from 5 fildes which are of type string 1 field QUANT is there which is of  "Proxy Table Type (generated)" having data type as string.
    Now whenever i tried to assign this to any field or variable of type string or char it gives error as "can not be converted to type of" that quant field.
    Please help thanks in advance.

  • How to access website from ipad showing access denied website

    HHow to access to website which showing as access denied

    If you are getting an "access denied" error you likely have the wrong URL or you have entered it incorrectly. There is also the possibility that there is a coding error in links on the website itself that is causing this error.

Maybe you are looking for