Write to speadsheet issue

Hello,
I am new to this forum and relatively new to labview. I am having an issue with the subvi "write to speadsheet." When a file is finished running, I choose to save the file in a certain directory. However, if (by accident) a pre-existing filename is chosen I will receive the prompt to either replace or cancel the save. If I choose replace I lose the old file. If I choose cancel I loose the new file's data. How can I modify the package subvi to prevent this.
Ideally I would like the options: replace, choose other name, or cancel.
Any suggestions.
Thanks

As a matter of fact it a very simple 'fix' to an annoying problem.  I'd had times were I would loose experimental data because I accidently select a file that I don't want replaced. 
The error that you get when this happens is 43. In the write to spreadsheet file vi I added a loop and told it to repeat writing the file if this error occurred.  There are a few messages that you just have to press continue but those can be changed if you dig in a little deeper.  Also, the three button idea is good, I 'm pretty new in LV and using LV 7 express, so I don't know if later version have remedied this annoying bug, but I'll dig in a little deeper to see how i can intergrate the 3 button idea.   
Attachments:
Labview write to spreadsheet modified.pdf ‏50 KB

Similar Messages

  • Since I can not log in bug report page, not even getting an error message, I'll write all my issues with ios8 here...

    Since I can not log in bug report page, not even getting an error message, I'll write all my issues with ios8 here... I have an iphone 4S and I did the last update. Now I am in trouble.
    1. When I move the "sound on/off" button, I get it buzzing 10 times before the setting is changed and I can do anything else, just not reacting to the round button on screen touches.
    2. Impossible to copy text from most websites into notes.
    3. Impossible to delete an email account in settings.
    4. Uses up the battery twice as fast as before. I have "update apps" setting turned off, just reading a couple of mails, making a couple of photos and open maps apps twice a day, and the battery is dead well before the evening.
    5. Got extremely slow, and it was getting slower and slower with every system update.
    I'm sure I forgot something... But well, that already a lot.

    Well, actually number 3 in my list is not true any more, I just tried to delete my account 15 times, then I've written my post, then half an hour later my Settings finally updated my accounts list. Whohoo
    I did not try restoring it yet, thank you for the link!

  • SocketChannelImpl write data corruption issue

    Hi,
    I am new in working with the SocketChannelImpl class.. In fact java is not my forte.. I come from the C++ world. Recently we ported a socket based communication library originally written in C++ (this lib allows various processes in our App to communicate via sockets) to java to allow integration with an existing java application. We chose to use the same communication library in java to allow seamless application level integration.
    Things works fine mostly except few quirky-ness with data payload integraity when passed between the java based process to C++ based process. This app is running on solaris 10 with mostly latest patchset.
    Here is the typical action doen while communicating:
    - An object at the java process end is encoded in to an ASCII (UTF8/ISO-8859-1) char stream with delimeters like "\t", 0x07, etc. This results in a contiguous char stream.
    - The data is then pushed over the socket to the peer process.
    - The C++ process end then receives the payload and decode the data to recontruct the object with known delimeter, data markers, etc.
    We have not seen any issues with communication between C++ processes, however we have seen that between the java process and any other C++ processes, the payload contents changes for certain locations in the char stream. I have debugged from both the java end and c++ end simulataneously and see that when the char stream raw data (byteBuffer) is pushed out from java side in SocketChannelImpl.write() method, the char stream buffer looks perfectly OK in the byteBuffer, however when the read is done in the C++ process side and when I look at the raw data received, I see that some char sequences have changed!! This obviously causes problems in the C++ side decoding of the raw data.
    Here is the java code that sends the encoded dat (The method receives the raw char stream in the byte array buffer )
    final byte[] tmpBuffer = new byte[size];
    System.arraycopy(buffer, 0, tmpBuffer, 0, size);
    final ByteBuffer socketBufferWrite = ByteBuffer.wrap(tmpBuffer);
    int ErrorLoop = 0;
    final int MAX_LOOP = 100;
    int TotalWritten = 0;
    do {
    result = -1;
    try {
    result = socketCh.write(socketBufferWrite);
    } catch (final IOException ex) {
    trcStalker.logException(ex);
    if (result != -1) {
    TotalWritten += result;
    if (TotalWritten < size) {
    result = -1;
    if (result == -1) {
    ErrorLoop++;
    try {
    Thread.sleep(100 * ((ErrorLoop / (MAX_LOOP)) + 1)); //
    m to catch up
    } catch (final InterruptedException ex) {
    trcStalker.logException(ex);
    } // Wait a bit for the system to catch up
    } while ((result == -1) && (ErrorLoop < MAX_LOOP));
    My question to you would be what can cause the payload to get corrupted on the wire in socketchannelImpl.write() method invocation? I have tried using directAllocated Vs allocated Vs wrapped byteBuffers.. but the result has been same.
    I have not been able to find any pattern of corruption either, i.e. not seeing that the corrupted charactes are increased or decreased by certain number in the charset. However I have seen that certain locations in the buffer always gets changed.
    Any idea in debugging/fixing this issue? This thing is driving me nuts!
    thansk in advance.

    final byte[] tmpBuffer = new byte[size];
    System.arraycopy(buffer, 0, tmpBuffer, 0, size);
    final ByteBuffer socketBufferWrite = ByteBuffer.wrap(tmpBuffer);You can collapse all that to:
    final ByteBuffer socketBufferWrite = ByteBuffer.wrap(buffer, 0, size);
    result = socketCh.write(socketBufferWrite);
    } catch (final IOException ex) {
    trcStalker.logException(ex);
    if (result != -1) {SocketChannel.write() never returns -1. It can return zero if you are in non-blocking mode. Are you? Otherwise it can only return a positive integer. If you get any kind of IOException while writing to the socket the connection has been dropped and you should close the socket and start all over again. Retrying a write after an IOException is just a waste of time.
    if (TotalWritten < size) {
    result = -1;TotalWritten can be anything between 0 or 1 depending on your blocking mode, and 'size'. This is not an error.
    Thread.sleep(100 * ((ErrorLoop / (MAX_LOOP)) + 1));    //What is the purpose of this sleep?
    My question to you would be what can cause the payload to get corrupted on the wire in socketchannelImpl.write() method invocation?Nothing except bad coding at one end or the other.
    I have tried using directAllocated Vs allocated Vs wrapped byteBuffers.. but the result has been same.Have you tried using java.net.Socket? Much simpler.
    I have not been able to find any pattern of corruption either, i.e. not seeing that the corrupted charactes are increased or decreased by certain number in the charset. However I have seen that certain locations in the buffer always gets changed.It could be a disagreement about charsets between the sender and the receiver.

  • Write Up Depreciation Issue.

    Dear All Experts ,
    I am having issue regarding Write Up depreciation. I am calculating Write Up through ABZU with
    Transaction Type key 711. It is being calculated too but the concerning amount is not hitting to the GL
    account. And transaction is generating document type AA ( Asset Posting ) instead of AF
    My account created for Write up depraciation is assign in Unpalanned depreciation account
    assignment section => Expense account for unplanned depreciation field.
    Please let me know whether I am correct or not ?
    Please keep discussion on for further assistance.
    Your help is highly appreciated.
    Regards,
    Pankaj.

    Hi,
    Paul.
    I checked the same in T.Code AO78 that document type assign is AA. But the earlier postings are
    showing in GL A/C as AF document. How it is so ? For year 2007 depreciation the user has posted
    document in 2008 which successfully got poted. But for 2008 when we try to post in this current year it
    is not hitting concerning GL.
    I have already told you my account assignment position in AO90 ( In earlier principal thread ).
    Write up depreciation is Ordinary depreciation , Special Dpreciation , or Unpalanned depreciation ?
    Please elaborate the same , so I will get some insights. And please let me know for account
    assignment whether it is right or wrong ? ( If wrong rectify me )
    Your help is highly appreciated.
    Regards,
    Pankaj.

  • Mesky Solution? - Write to DLT issues in DVD SP 4....

    I am trying to find the Mesky Solution for writing a DVD9 to DLT.
    The links are all broken on this forum. Does anyone know how to do it?
    I am having the "Not enough space on output media" error.
    I got Layer 0 to write just fine, but at the start of Layer 1, it gives me this error.
    So i tried it again, same thing.
    Then i bailed Layer 1 tape, got a whole new tape and used this for Layer 0, started fine, then gave me some CB error?
    Now i am trying the .img file thing, but .img is CMF and i need DDP 2.0
    Crap.
    I need to get a DVD9 out today.
    Anyone still having DVDSP 4 issues with going to DLT tape?

    Hi,
    There were 2 work arounds for this issue and the most reliable according to the boards was to build your project. Then open your old DVDSP 3, and then use it to write the tape.
    Otherwise find someone with DVDAfterEdit near you and get them to write your tapes.
    Another alternative is to see if your replicator accepts 2 x images on DVD.
    Good Luck

  • FPGA Read/Write Control Function Issues

    Hello all!  Rather new to using FPGA, but I have an interesting issue that's popping up.
    Currently pulling in RAW voltage data from a set of sensors (Pressure Transducers, Load Cells, etc) through a cRIO DAQ.  Have the FPGA file setup to pull in that data already and have the main VI and all the sub-VIs working just fine.
    What I'm trying to do is save the raw voltage data (TDMS files) on the lower level and the convert and display on the upper level so that I don't have to convert and save (speed up saving data).  So that leaves 3 distinct "levels/sections":
    On FPGA that pulls in the raw data
    On FPGA that saves the raw data
    Main VI that does all the controls/conversions/displays etc.
    Number two is where I'm having an issue.  I want to save all the data in parallel so I'm creating a save FPGA for the I/O devices (8 Relays to command solenoid valves, 3 Pressure Transducers, 1 Load Cell, 4 Thermocouples).
    The issue I'm having is when I use the FPGA Read/Write control to read in from the Target and save to the TDMS.  When I only use a single FPGA target reference the lines are broken, but as soon as I switch to two targets, it now works.
    I've attached a screen cap of the current problem.  The set-up on the bottom (with only one target) doesn't work.  But the second I add more than one target, it works.
    Any reason why it might be doing this?  Any ideas/suggestions at all on how to go about setting this up in general?
    Thanks!
    Attachments:
    FPGAError.jpg ‏35 KB

    HySoR,
    You might check the documentation for "data" terminal of "TDMS Write" (http://zone.ni.com/reference/en-XX/help/371361H-01/glang/tdms_file_write/). One DBL element is not accepted, but 1D DBL array is accepted.
    data is the data to write to the.tdmsfile. This input accepts the following data types:
    Analog waveform or a 1D array of analog waveforms
    Digital waveform
    Digital table
    Dynamic data
    1D or 2D array of:
    Signed or unsigned integers
    Floating-point numbers
    Timestamps
    Booleans
    Alphanumeric strings that do not contain null characters

  • Write back 11g issue

    hi experts,
    I´m trying the write back fucntionality in obiee 11g and i am getting some troubles while updating a record.
    In the write back template I call a DB procedure that updates a column
    <insert> </insert>
    <update> begin pr_update(@1); end </update>
    but unfortunaly the column is always updated with its current value and not the value I've just entered for the update.
    it's like if The presentation server is not sending the new value to the DB but the old one.
    any ideas?
    Thanks

    Hi aharab,
    Follow this link might be you are looking for something this way http://108obiee.blogspot.com/2009/07/obiee-write-back-solution-for-insert.html
    hope helps you.
    By,
    KK

  • External USB 2.0 DVD writer - sleep mode issue

    I have an Adaptec USB PCI card and hook up with an external USB DVD writer. When I try to standby (sleep mode) it, only screen blanks out, PowerMac G4 does not go to sleep, and no way to wake up or access to it. Only way is a hard shutdown.
    The question is, do I need to disconnect this DVD writer first and do I need eject this USB 2.0 device first?
    Thanks

    Hi
    Most Mac compatible USB 2.0 PCI cards seem to have problems supporting sleep. Typically either the computer won't sleep, or it will sleep but hang on wakeup, or it will sleep and wake up but the device will no longer be recognised until a restart. One solution seems to be to switch off any connected USB devices before sleeping the computer.

  • Write permission deny issue

    I mounted my home dir to a solaris and an AIX server through NIS mount. Under my home dir, I created a subdir 'temp' with 755 permission. Under 'temp', I created a file 'test' with 666 permission.
    Now I login to the solaris and AIX machine using a different logID. On AIX, I CAN edit file 'test', which is expected to me. However, I can not edit the same file on Solaris. When I opened it using vi and tried to save it after editing, the error message is:
    File is read only!
    Is this by design or a bug? If it is by design, why?

    anyz111 wrote:
    1- I use derby as database and with JRE 1.6.0.12 when application starts derby is not initialized and exception is could not access derby.log file. I'm sure you can specify where derby puts all its files (including log files).
    Derby is set to read only mode and i'm not able to insert new records. However with JRE 1.6.0.1 there is not error message on console and derby is initalized properly.
    I can save new records. I am going to further view the actuall DERBY installation if new records are saved in same folder.How did you verify that? Are you sure the data is stored in the application folder?
    2- Application is actually using InstallJammer to bulid install pacakge for various Windows platforms. And detecting the user directory for earch platform is bit overhead as well as not fully supported by InstallJammer.You don't need to do that at install-time anyway. In fact, you probably can't, because you don't know which user (or users!) will be running your application.
    So what i think is to detect if user has WRITE permission on folder selected for installation and Warn if its not the case.That doesn't really help. What if the administrator installs the application for other users to run?

  • Modifications in Transaction  S_ALR_87013611( Report Writer )

    Hi Gurus,
    I have a Standard transaction S_ALR_87013611 which in turn calls the transaction KSB1.This former transaction is developed using report writer. The Issue is that when I give Cost Center Values twice in the selection screen with multiple values , I get two cost centre values with same number and the corresponding values are added.So I need to restrict the Cost Centre values in the selection screen to unique values.And for that I need to modify the report . So if anyone have ever worked with report writer or report painter, please tell how to modify the report and add our own coding as in the case of ABAP Query.
    Thanks in advance.

    Thanks for not replying...I have found the solution myself

  • How does Goods Issue know which Batches to deallocate from A/R Credit Memo?

    Hi,
    I am creating an addon that runs after a A/R Credit Memo is created.  It creates a Goods Issue, and enters the Item Code and the Quantity from the line items on the Credit Memo into the Goods Issue.
    After it writes the Goods Issue to SAP, I open up the document it created and see that the line items are in there correctly, and that somehow the batches assigned to those line items are also in there.
    There is nothing in the code that does anything with the Batches, but somehow SAP knows which batches to work with.
    I haven't been able to find any info about it.  Can you please help us understand what is happening?  How does SAP know and make assignments to batches in line items in Goods Issues?
    Thank you,
    Mike

    Hi Michael and Gordon,
    Sorry Gordon, I'm quite sure you misunderstood Michael original question. Michael asked how the add-on he created could link corresponding batch number from an A/R Credit Memo document could be selected by Goods Issue document which generated by the add-on, while he actually never wrote a code to select any batches numbers which available in the system.
    Maybe a little bit of illustration:
    1. Item A, qty 10 - (batch A qty 5, batch B qty 3, batch C qty 2)
    2. A/R Credit Memo occurred, return of Item A with 3 qty (batch A qty 1, batch B qty 1, batch D qty 1). Therefore, item A latest position should be (batch A qty 6, batch B qty 4, batch C qty 2, batch D qty 1). This A/R Credit Memo created by add-on.
    3. Goods Issue document triggered by add-on. The problem is, Michael never write any code to select any batch numbers, and somehow the system choose batch number precisely as occurred in number 2 (A/R Credit Memo document), which is (batch A qty 1, batch B qty 1, batch D qty 1). Therefore the stock position for Item A back to as being displayed in number 1.
    I believe this shouldn't be possible at all. Unless, there is a certain mechanism in SAP that automatically choose batch number to used in Goods Issue document using LIFO (Last In First Out), which is, as far as I know never exist in any SAP B1 version. Yes you could automatically choose batch numbers according to available batch, but you could do this when system prompt you when you tried to issue certain document using SAP application itself, not using add-on.
    And of course, you could write a code to choose certain batches based on certain A/R Credit Memo, but still, you need to write a code, you can't do this without a code, selection of batches is compulsory when you tried to add a goods issue document which consist of items that managed using batches.
    In my opinion, I think it is better for you to re-write those codes and relate batches you want to attach with your Goods Issue document based on corresponding A/R Credit Memo. It is much safer, and the error message you encountered won't happen again in the future.
    Best Regards,
    Hendry Wijaya

  • Base64Binary OSB and File Adapter Issue

    Hi all,
    I am converting an xml to flat file after that i want to write the flatfile to a file using File Adapter in OSB.
    So using java callout we converted the binary content to base64 string and we are able to write the data using file adapter .
    But the file contains as extra line in between each line which my legacy system wont accept.
    I printed the base64 string in the output file and when i decode that file using the website as safe decode as text i am able to get the correct file.
    So where is the problem ? File Adapter ? Why i am getting extrace line in between each line . How to write safely using file adapter.
    If i use file transport of OSB i am able to write without any issues but i want to write dynamic location so i am looking for file transport of OSB.
    Thanks
    Phani

    Hi Anju,
    Thanks for the response . If i decode the base64 binary data using this website if i use Notepad++ i cant see an extra line in the notepad++ it showing as below
    Its a fixed length file 1 to 513 then next line so for the file transport it showing as below
    ISA ............................
    1 to 513 CRLF
    For file adapter it is showing as below in the same notepad++ editor
    ISA..........................
    1 to 513 CR
    CRLF
    an extra CR so an extra line .
    I used MFL and converted the xml to non-xml ( flat file fixed length file) for file transport i am i created another proxy message type Text .It is working fine
    Added to the above problem i have another few questions on the file transport
    How can append to an exiting file using File transport ?
    How to change the File directory dynamically ?

  • Weird QT issue on Mav: stuttering from disk but ok from network

    Issue is just as title implies. File stutters a lot when played from disk but is butter smooth when the same file is played from network
    - Mac OS X is a clean install. No significant third party stuff or drivers installed. No crapware. Not even flash.
    - Disk seems OK according to SMART status. No perm or disk errors. Some "dd" tests show 90MB/s read speed and ~50MB/s write speed.
    - Issue occurs with both one and 2 monitors.
    - Alternative video players like MPlayerX and Movist can play the same file on disk just fine.
    - I have Obcene ammounts of RAM for a laptop.
    Is this a known issue? Am I the only one suffering this weird behavior?
    Thanks in advance!
    Hardware Information:
              MacBook Pro (13-inch, Late 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 2:54:8
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (419.31 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. iPhone
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] org.macosforge.xquartz.privileged_startx.plist
    Launch Agents:
              [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist
    User Login Items:
              ulzeraj
              iTunesHelper
    3rd Party Preference Panes:
              TeXDistPrefPane
    Internet Plug-ins:
              Default Browser.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 499.25 GB Disk used: 79.94 GB
              Destinations:
                        bkp [Network] (Last used)
                        Total size: 536.53 GB
                        Total number of backups: 16
                        Oldest backup: 2013-10-30 22:40:51 +0000
                        Last backup: 2013-11-12 00:55:42 +0000
                        Size of backup disk: Adequate
                                  Backup size 536.53 GB > (Disk used 79.94 GB X 3)
    Top Processes by CPU:
                   4%          WindowServer
                   1%          hidd
                   1%          EtreCheck
                   0%          SystemUIServer
                   0%          configd
                   0%          QuickTime Player
                   0%          Terminal
                   0%          aosnotifyd
    Top Processes by Memory:
              229 MB             Safari
              98 MB              mds_stores
              98 MB              WindowServer
              98 MB              com.apple.IconServicesAgent
              82 MB              Finder
              82 MB              Mail
              82 MB              MPlayerX
              82 MB              Skype
              49 MB              Terminal
              49 MB              mds
    Virtual Memory Statistics:
              10.95 GB           Free RAM
              2.88 GB            Active RAM
              573 MB             Inactive RAM
              1.61 GB            Wired RAM
              435 MB             Page-ins
              0 B                Page-outs

    Issue is just as title implies. File stutters a lot when played from disk but is butter smooth when the same file is played from network
    - Mac OS X is a clean install. No significant third party stuff or drivers installed. No crapware. Not even flash.
    - Disk seems OK according to SMART status. No perm or disk errors. Some "dd" tests show 90MB/s read speed and ~50MB/s write speed.
    - Issue occurs with both one and 2 monitors.
    - Alternative video players like MPlayerX and Movist can play the same file on disk just fine.
    - I have Obcene ammounts of RAM for a laptop.
    Is this a known issue? Am I the only one suffering this weird behavior?
    Thanks in advance!
    Hardware Information:
              MacBook Pro (13-inch, Late 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 2:54:8
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (419.31 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. iPhone
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] org.macosforge.xquartz.privileged_startx.plist
    Launch Agents:
              [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist
    User Login Items:
              ulzeraj
              iTunesHelper
    3rd Party Preference Panes:
              TeXDistPrefPane
    Internet Plug-ins:
              Default Browser.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 499.25 GB Disk used: 79.94 GB
              Destinations:
                        bkp [Network] (Last used)
                        Total size: 536.53 GB
                        Total number of backups: 16
                        Oldest backup: 2013-10-30 22:40:51 +0000
                        Last backup: 2013-11-12 00:55:42 +0000
                        Size of backup disk: Adequate
                                  Backup size 536.53 GB > (Disk used 79.94 GB X 3)
    Top Processes by CPU:
                   4%          WindowServer
                   1%          hidd
                   1%          EtreCheck
                   0%          SystemUIServer
                   0%          configd
                   0%          QuickTime Player
                   0%          Terminal
                   0%          aosnotifyd
    Top Processes by Memory:
              229 MB             Safari
              98 MB              mds_stores
              98 MB              WindowServer
              98 MB              com.apple.IconServicesAgent
              82 MB              Finder
              82 MB              Mail
              82 MB              MPlayerX
              82 MB              Skype
              49 MB              Terminal
              49 MB              mds
    Virtual Memory Statistics:
              10.95 GB           Free RAM
              2.88 GB            Active RAM
              573 MB             Inactive RAM
              1.61 GB            Wired RAM
              435 MB             Page-ins
              0 B                Page-outs

  • Bluetooth and DVD issue on Qosmio G-series

    The bluetooth Devices icon is not listed in the control panel and I loaded a DVD but it does not eject.
    [Edited by: admin on 07-Jul-2007 19:16]
    The threads were merged due to better clearness.

    Hello
    As far as I know the BT must be enabled at first. After enabling it for the first time all BT components will be installed automatically. Please enable BT using follow steps:
    1. enable WLAN using WLAN switch (WLAN LED must be ON)
    2. use FN+F8 key combination to switch to BT option
    After doing this BT hardware should be installed properly (if your notebook is preinstalled with recovery DVD or you switch it ON for the first time).
    It is not useful if you write about some issues (like DVD) and we do not know which Qosmio G you have (different ODDs). Dennis probably thought you have G30 but after your last posting I presume you have G20. As far as I know here is nothing to do. You must visit service. They can help you.
    BTW: have you used standard CD (12 cm)?

  • Monitoring AD CS issued certs ?

    Has anyone come across any good tools for monitoring certificates in particular their life time ?  I know possible through SCOM but the issue is when you need to monitor many different certificates from many different environments it becomes difficult
    to apply different metrics. 
    Is there a ready built tool or script which is easy to manage and use which can either query the CA database periodically for particular certs and their expiry and alert when they are 50%, 60%, 70%...through their life time or a tool which can
    look in a folder for CERs and check the expiry.
    Thanks in advance !

    I'm not aware about ready solutions, but some frameworks exist. For example, in PowerShell you can query CA database, select non-expired certificates, calculate lifetime and report if necessary. For example, with
    PowerShell PKI module you could do this:
    $requests = Get-CA ca01.company.com | Get-IssuedRequest -Filter "NotAfter -gt $(Get-Date)" -Property "CertificateTemplate" | %{
    $lifetime = (((Get-Date) - $_.NotBefore).days / ($_.NotAfter - $_.NotBefore).days) * 100
    Write-Host "Certificate issued to '$($_.CommonName)' based on template '$($_.CertificateTemplate)' reached $lifetime % of lifetime"
    this code will type lifetime to a console. You can replace Write-Host cmdlet with your own handler. $lifetime variable will store elapsed lifetime in percents.
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell FCIV tool.

Maybe you are looking for