A tunneled Excel refnum goes from a valid value to a NULL between iterations of a For Loop?

How would a tunneled Excel refnum go from a valid value to a NULL between iterations of a For Loop?
For
some reason this works find in one VI and when executed and not in
another.  Here's screen shots of the highlighted execution with probes
appropriately. The "Open" refnum is passed into "Performance Test -
Write Data To Files.vi".  That's where the trouble is.  You can see
that it goes into the For Loop.  The first iteration is okay, but the
second and subsequent iterations have the refnum NULL.  See images
below.
(I don't know how to delete an accidental double post, sorry)
Message Edited by James DiLiberto on 01-22-2008 01:48 PM
Attachments:
Second Iteration1.jpg ‏158 KB
First Iteration1.jpg ‏145 KB
Second Iteration Error Dialog1.jpg ‏20 KB

Is there any chance that the Insert Data Into Excel VI is closing the reference or that it is closed anywhere else (e.g. through a local or by having its owner destroyed)?
I wouldn't expect the numeric value of the reference to change to 0, but since ActiveX is an external resource, I suppose that it's possible that the probe shows the number only if the resource is actually accessible.
Try to take over the world!

Similar Messages

  • Going from xp to windows 7 64 bit using an external drive for music storage

    Greetings Techies!
    I hope you all are well.
    I need to move my iTunes from an XP machine to Windows 7 64 bit. On the XP machine I am using an external drive for music storage and the iTunes database is stored on the internal drive. I am looking for advice on how to transfer all of this over to my new Windows 7 64 bit machine. I know iTunes can be picky about everything and I don’t want to take and chances and loose my playlists or music.
    Any help would be much appreciated.
    Blessings,
    paul

    You are right about it being picky. I just upgraded from Vista to Windows 7 and was forced to format my drive. I had all the music backed up, but when I imported it, I have 2 or 3 copies of some songs, art work missing, and have lost my playlists. I hope someone responds to your question, because I could use similar help! Best of luck to ya . . .

  • From where are values of BEB CESS ECS captured in J1IIN for Export

    Hi ,
    In export sale,we dont mention BED CESS ECS condition type in pricing procedure.
    While creating J1IIN we get excise details of BED CESS ECS in excise invoice.
    From where does this value come.
    parsad

    Hi,
    In the export pricing procedure, BED,ECS,SECess condition types are marked STATISTICAL and hence it is not accounted.
    The values are captured for printing ARE-1 form only.
    Regards,
    Anbu

  • How to receive a valid value instead of " null " value

    Hi people,
    I'm making this SELECT statement:
    SELECT I.id_cd, I.cantor_cd, I.titulo_cd, I.videoclip_cd, SUM(T.vezes_cd) as
    VEZES, MAX(T.dt_cd) as DATA from t_indicetmp I LEFT JOIN t_tocado T ON
    I.id_cd=T.id_cd
    GROUP BY I.id_cd, I.cantor_cd, I.titulo_cd, I.videoclip_cd ORDER BY
    SUM(T.vezes_cd) DESC
    So, I got this result
    id_cd.........cantor_cd.........titulo_cd.........videoclip_cd.........vezes.........data
    3...............cantor1.............titulo1............S........................9................09/03
    1...............cantor2.............titulo2............N........................8................09/03
    2...............cantor5.............titulo5............n........................<null>.........<null>
    The question is, is there a way to receive for example "0" instead of "<null>" value?
    It's happening because there's no registry for the id_cd=2 in the "t_tocado" table.
    thank's very much,

    The question is, is there a way to receive for example "0" instead of "<null>" value?1) NVL function
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions88a.htm#91645
    2) DECODE function
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions33a.htm#1017439
    3) CASE statement
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/expressions5a.htm#1033394
    Rgds.

  • I use BT Yahoo! but when I try and navigate to email from the home page it keeps jumping between 'connected and waiting for login' and never loads up.

    My internet service provider is BT in the UK. The home page is www.btinternet.com. After I've logged on, the home page displays fine - I can see the summary of my emails in one of the windows on the home page. The problem comes when I click on the mail application. The page then tries to load the email application. However, it never actually loads, it keeps jumping between connected and waiting for login. It never achieves it so I just have to click the 'back' button to get to the home page. I use chrome and ie but neither has this problem.

    I retraced my steps to how i got the Google app:
    App Store icon on Home Screen > Search, at bottom > entered Google
    The first Google App on the screen appears:
    Google logo small g in blue square: Google Search; Open (because it is already installed).  Below that is a picture of the iPod with the usual  Google Search screen.  I have never inserted a link into a discussion group so i hope you can open this. 
    http://https://itunes.apple.com/us/app/google-search/id284815942?mt=8
    Does this bring us any closer? 

  • I cannot Open EXCEL files transferred from my old HP laptop.

    I am unable to open EXCEL files transferred from my HP LapTop. How to resolve?

    The forum for MBP:
    MacBook Pro
    As for Excel, checked microsoft office community?
    Maybe if you try export first....?
    Vista has its own ownership permission flags. Maybe if you modify the file or a copy first, and then copy.

  • Creating Excel xml spreadsheets from XSL

    Hi
    I am trying to create Excel xml spreadsheets from XSL.
    I am using Tim's blog as my reference.
    http://blogs.oracle.com/xmlpublisher/2010/03/multisheet_excel_output.html
    Following is my xml data:
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    <!-- Generated by Oracle Reports version 10.1.2.0.2 -->
    <XXTEK_TEST>
    <LIST_G_PROCESSED_DATE>
    <G_PROCESSED_DATE>
    <PROCESSED_DATE>30-MAR-09</PROCESSED_DATE>
    <PARTY_NAME>partyname1</PARTY_NAME>
    <ORDER_NUMBER>17183</ORDER_NUMBER>
    </G_PROCESSED_DATE>
    <G_PROCESSED_DATE>
    <PROCESSED_DATE>03-APR-09</PROCESSED_DATE>
    <PARTY_NAME>partyname2</PARTY_NAME>
    <ORDER_NUMBER></ORDER_NUMBER>
    </G_PROCESSED_DATE>
    <G_PROCESSED_DATE>
    <PROCESSED_DATE>03-APR-09</PROCESSED_DATE>
    <PARTY_NAME>partyname3</PARTY_NAME>
    <ORDER_NUMBER></ORDER_NUMBER>
    </G_PROCESSED_DATE>
    <G_PROCESSED_DATE>
    <PROCESSED_DATE>03-APR-09</PROCESSED_DATE>
    <PARTY_NAME>party name5</PARTY_NAME>
    <ORDER_NUMBER></ORDER_NUMBER>
    </G_PROCESSED_DATE>
    <G_PROCESSED_DATE>
    <PROCESSED_DATE>30-MAR-09</PROCESSED_DATE>
    <PARTY_NAME>partyname7</PARTY_NAME>
    <ORDER_NUMBER>17183</ORDER_NUMBER>
    </G_PROCESSED_DATE>
    </LIST_G_PROCESSED_DATE>
    </XXTEK_TEST>
    Following is my xsl file:
    <xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"
    xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
    <xsl:output method="xml" encoding="utf-8" indent="yes" omit-xml-declaration="no"/>
    <xsl:template match="/">
    <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <ss:Styles>
    <ss:Style ss:ID="Default" ss:Name="Normal">
    <ss:Font ss:Color="black" ss:Size="10" ss:Bold="1" ss:FontName="Arial"/>
    </ss:Style>
    <ss:Style ss:ID="x1">
    <ss:Font ss:Color="black" ss:Size="10" ss:FontName="Arial"/>
    </ss:Style>
    <ss:Style ss:ID="xdo2">
    <ss:Font ss:Color="black" ss:Size="10" ss:FontName="Arial"/>
    <ss:NumberFormat Format="$#,##0;[Red]$#,##0" Bold="0" />
    </ss:Style>
    </ss:Styles>
    <xsl:apply-templates select="XXTEK_TEST"/>
    </Workbook>
    </xsl:template>
    <xsl:template match="XXTEK_TEST">
    <Worksheet>
    <Table x:FullColumns="1" x:FullRows="1">
    <Row>
    <Cell>
    <Data ss:Type="String">Process date</Data>
    </Cell>
    <Cell>
    <Data ss:Type="String">Party name</Data>
    </Cell>
    <Cell>
    <Data ss:Type="String">Order number</Data>
    </Cell>
    </Row>
    <xsl:for-each select=".//G_PROCESSED_DATE">
    <Row>
    <Cell ss:StyleID="x1">
    <Data ss:Type="String">
    <xsl:value-of select="PROCESSED_DATE"/>
    </Data>
    </Cell>
    <Cell ss:StyleID="x1">
    <Data ss:Type="String">
    <xsl:value-of select="PARTY_NAME"/>
    </Data>
    </Cell>
    <Cell ss:StyleID="x1">
    <Data ss:Type="String">
    <xsl:value-of select="ORDER_NUMBER"/>
    </Data>
    </Cell>
    </Row>
    </xsl:for-each>
    </Table>
    </Worksheet>
    </xsl:template>
    </xsl:stylesheet>
    While creating the template, I have chosen the template type XSL-XML. I am trying to test this on E-business Suite (R12).
    I get the error "The uploaded file TEST_temp.xsl is invalid. The file should be in XSL format."
    Where am I going wrong?
    I am trying to create Excel XML spreadsheets, because the excel files created using RTF templates are very huge in size. And it is taking an unacceptable amount of time to open the file. Is there any other solution to overcome this performance issue?
    Regards
    Nishka

    Nishka,
    Looks like your XSL stylesheet is missing the XML header at the top.
    So normally it would look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet....>
    </xsl:stylesheet>
    as an Example a stylesheet which just outputs a field:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <xsl:template match="/">
    <xsl:text>My field:</xsl:text>
    <xsl:value-of select="MYFIELD"/>
    </xsl:template>
    </xsl:stylesheet>
    Patrick

  • Is it not possible to print the Excel generated reports from EBS!!

    Is is true that the Excel generated by XML Publisher is not printable from Oracle Applications. Does the printers do not have drivers to understand EXCEL format (which from XML Publisher is XHTML not binary .xls.) So for printed output we should only use PDF ??
    Please advice!!
    Thanks.

    Hi,
    Actually the Excel format generated by XML Publisher is XHTML ... so the print process would need to convert XHTML to Postscript (similar to PDF being converted to Postscript by pdf2ps).
    But you question is still valid... unfortunately I haven't tried it ... anyone else?
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Mails are not going from apex application

    Hi,
    Mails are not going from my apex application. I had done the instance settings by logged in as admin. SMTP port is also connecting. Please help me to solve the issue.

    Hi,
    Mail queue is vacant. I think the problem is with the process. No process or validations are working. Actually, I have copied this application from another schema. Is there is need to set anything?..I had regenerated all the tables,functions,triggers in my schema .Processes and validations are completely inactive

  • How to Get the excel sheet formula from the server side into the j2me app?

    How to Get the excel sheet formula from the server side into the j2me application?
    Here the excel sheet is in server side.i want to do get the excel sheet values (only some part of the excel sheet based on some conditions) from server side into j2me.In j2me I want to done some client side validation based on the formula of excel sheet.Then i resend the new updated data to the server.
    But here deosn't know any mehtod to get the excel sheet formula from server side.So kindly help me to get the excel sheet formula from the server.
    So how to get the excel sheet formula frome the server side into j2me Application...
    Plz guide me to solve this issue...
    thanks & regards, Sivakumar.J

    You should not post a thread more than once. You've crossposted this question to another forum. I have deleted that one.

  • Tunnel traffic only goes in one direction

    I have established the VPN tunnel, verified with show isakmp and ipsec commands as well as watching the real time log in ASDM.  The catch is the VPN tunnel can only be initiated from the remote end (Fortigate VPN Firewall) and I can ping from a remote computer, see the ICMP packet enter the tunnel, and see in the log on the ASA the ICMP with the remote source IP and no echo reply is sent back over the tunnel.  If I try to ping from behind the local ASA and the tunnel isn't up, it never goes up.  I am not sure what the problem is. I setup a different tunnel to my home ASA to ASA and everything works fine between the local ASA (192.168.150.1) and my home ASA (192.168.1.1).
    I have been going through the "Most common L2L and Remote Access VPN" troubleshooting doc form Cisco and will turn on NAT-T on both ends, but what else do I need to do?
    : Saved
    ASA Version 8.2(1)
    hostname <HIDDEN>
    domain-name <HIDDEN>.com
    enable password <HIDDEN> encrypted
    passwd <HIDDEN> encrypted
    names
    dns-guard
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.150.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 1.1.1.1 255.255.255.252
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    banner motd  [WARNING]
    banner motd  If you are not authorised to access this system exit immediately.
    banner motd  Unauthorised access to this system is forbidden by  company policies, national, and
    international laws.
    banner motd  Unauthorised users are subject to criminal and civil  penalties as well as company
    initiated disciplinary proceedings.
    banner motd  By entry into this system you acknowledge that you are authorised to access it and
    have the level of privilege at which you subsequently operate on this system.
    banner motd  You consent by entry into this system to the monitoring of your activities.
    ftp mode passive
    clock timezone EST -5
    clock summer-time EDT recurring
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    name-server 4.2.2.1
    name-server <hidden>
    domain-name <hidden>.com
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group service rdp tcp
    description used for windows remote desktop
    port-object eq 3389
    object-group service vnc tcp
    description used for vnc remote control software
    port-object eq 5900
    access-list outside_1_cryptomap extended permit ip 192.168.150.0 255.255.255.0 1.2.0.0
    255.255.0.0
    access-list outside_access_in extended permit icmp any any
    access-list inside_nat0_outbound extended permit ip 192.168.150.0 255.255.255.0 1.2.0.0
    255.255.0.0
    access-list inside_nat0_outbound extended permit ip 192.168.150.0 255.255.255.0 192.168.1.0
    255.255.255.0
    access-list outside_2_cryptomap extended permit ip 192.168.150.0 255.255.255.0 192.168.1.0
    255.255.255.0
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any inside
    icmp permit any outside
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 192.168.150.0 255.255.255.0
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 1.1.1.2 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http server idle-timeout 120
    http 192.168.1.0 255.255.255.0 inside
    http 192.168.150.0 255.255.255.0 inside
    http 1.2.0.0 255.255.0.0 inside
    http 0.0.0.0 0.0.0.0 outside
    http 192.168.200.0 255.255.255.0 inside
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 3600
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto map outside_map 1 match address outside_1_cryptomap
    crypto map outside_map 1 set peer <hiddenpublicip1>
    crypto map outside_map 1 set transform-set ESP-3DES-SHA
    crypto map outside_map 1 set security-association lifetime seconds 3600
    crypto map outside_map 1 set nat-t-disable
    crypto map outside_map 2 match address outside_2_cryptomap
    crypto map outside_map 2 set pfs group1
    crypto map outside_map 2 set peer <hiddenpublicip2>
    crypto map outside_map 2 set transform-set ESP-3DES-SHA
    crypto map outside_map interface outside
    crypto ca trustpoint ASDM_TrustPoint0
    enrollment self
    email <hidden>
    subject-name CN=<hidden>
    serial-number
    ip-address 192.168.150.1
    crl configure
    crypto ca certificate chain ASDM_TrustPoint0
    certificate 9f49814d
        3082026d 308201d6 a0030201 0202049f 49814d30 0d06092a 864886f7 0d010104
        0500307b 31173015 06035504 03130e49 6e656f73 2d44656c 61776172 65316030
        12060355 0405130b 4a4d5831 35303434 32394330 1a06092a 864886f7 0d010908
        130d3139 322e3136 382e3135 302e3130 2e06092a 864886f7 0d010902 1621496e
        656f732d 44656c61 77617265 2e496e65 6f732d44 656c6177 6172652e 636f6d30
        1e170d31 31303331 36323333 3730335a 170d3231 30333133 32333337 30335a30
        7b311730 15060355 0403130e 496e656f 732d4465 6c617761 72653160 30120603
        55040513 0b4a4d58 31353034 34323943 301a0609 2a864886 f70d0109 08130d31
        39322e31 36382e31 35302e31 302e0609 2a864886 f70d0109 02162149 6e656f73
        2d44656c 61776172 652e496e 656f732d 44656c61 77617265 2e636f6d 30819f30
        0d06092a 864886f7 0d010101 05000381 8d003081 89028181 008bc900 70d74224
        d5b0dd7f e3ee482d a236c04e 91f237f3 842198d3 30283a64 029d0ac3 19a40674
        dd5faa07 ff5cbd76 62183f13 7903bb92 cb69c600 c87fec4e 7c420f55 86b2c3e0
        fc948c5e b06e59ee dd9c1500 7578ef88 a06b3395 8f3040a0 71017df0 8e935f2f
        fbd83fa0 f7413498 bd36d95e dd00386e 4344f483 2b68174f 9d020301 0001300d
        06092a86 4886f70d 01010405 00038181 00275371 8660da69 ebcea01d 5fe969e8
        919d0b96 3044f6c6 0052a4cc 14c89ec4 6d89b2e3 05069550 84740f26 6a03f28c
        290cba8e 4d339abc a14db63e acc2e041 1a8fc569 fd3fd443 b9f73a6e 4e405cba
        a77a4613 5c4c2f76 c861476c d7f4a404 5456c296 964614c2 4e69d02f a8b30c8e
        845117de d21d7794 aaaf5866 160ee2bd de
      quit
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 5
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    no crypto isakmp nat-traversal
    telnet 192.168.150.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 60
    management-access inside
    dhcpd address 192.168.150.100-192.168.150.131 inside
    dhcpd dns 4.2.2.1 4.2.2.2 interface inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ntp server 192.43.244.18 source outside prefer
    webvpn
    tunnel-group <hiddenpublicip1> type ipsec-l2l
    tunnel-group <hiddenpublicip1> ipsec-attributes
    pre-shared-key *
    peer-id-validate nocheck
    tunnel-group <hiddenpublicip2> type ipsec-l2l
    tunnel-group <hiddenpublicip2> ipsec-attributes
    pre-shared-key *
    prompt hostname context
    Cryptochecksum:34326277fd2eb3caaa97e939b52ce4f2
    : end
    no asdm history enable

    Thanks for your help.  There are no NAT devices between the endpoints (the ASA has NAT but I have exempted this traffic from it, don't think I would still need NAT-T).
    Here are the results when I try to initiate the VPN from the ASA to the Fortigate, just sits there (if I initiated from the Fortigate it was be State:ACTIVE).
    sho crypto isakmp sa
       Active SA: 1
        Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during rekey)
    Total IKE SA: 1
    1   IKE Peer: x.x.x.x
        Type    : user            Role    : initiator
        Rekey   : no              State   : MM_WAIT_MSG2
    sho crypto ipsec sa
    There are no ipsec sas
    debug crypto isakmp
    HOSTNAME# debug crypto ipsec
    HOSTNAME# Mar 20 20:14:43 [IKEv1]: IP = x.x.x.x, Removing peer from p
    eer table failed, no match!
    Mar 20 20:14:43 [IKEv1]: IP = x.x.x.x, Error: Unable to remove PeerTblEntry
    Mar 20 20:15:18 [IKEv1]: IP = x.x.x.x, Removing peer from peer table failed
    , no match!
    Mar 20 20:15:18 [IKEv1]: IP = x.x.x.x, Error: Unable to remove PeerTblEntr

  • Installed the update tonight and now my phone (Lumia 928) won't power up.  I've tried a soft reset, but the screen goes from the Nokia logo to a red Verizon screen to a black screen.  What's wrong and how do I fix it?  Help!

    Installed the update tonight and now my phone (Lumia 928) won't power up.  I've tried a soft reset, but the screen goes from the Nokia logo to a red Verizon screen to a black screen.  Tried it 10 times with the same result.  What's wrong and how do I fix it?  Help!

        Oh no Mr.Ected!
    I can see if we can get your phone back on! I understand how important it is to have a phone. Have you tried this to see if we can get it back on? http://vz.to/1DZhteH . If it is still goes to a red Verizon screen and then to black we might need to do a master reset. While the phone is off try this:http://vz.to/1DZhXkU Be mindful this is the last resort because it will erase everything on the phone. If you have done back up assistant in the past you will be able to get you contacts back. Please let me know if you need any more help.
    AmberF_VZW
    Follow us on Twitter @VZWSupport

  • Going from iphone 4s to 6 want to know if i can save and or tran my voicemails and voice memos to put on my new phone

    going from 4s to 6 can I save my favorite voice mails and voice memos to put on my new phone via pc or cloud

    If you are planning to set up your iPhone 6 by restoring the iCloud backup from the iPhone 4s, your Visual Voice Mails and Voice Memos will be restored.

  • IPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds recorded. This happens randomly and often and sometimes has the delay but starts at zero. Solution Anyone?

    After iOS 7 update, my iPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds that it shows has recorded. This happens randomly and often, sometimes it will have the 5+ second delay but starts recording at zero seconds. Besides the delay it has been working fine as far as saving and playback is concerned. I have plenty of storage on the phone itself and it NEVER had this problem before I updated to iOS 7. I've reset the phone a couple times by holding down the power and home buttons at the same time. The reason I have an issue with this is that I'm always recording song ideas, melodies, and scratch takes; what I'm saying is when I come up with an idea I need to be able to know that when I hit record it will start right then so I don't forget anything that has just popped in my mind.
    Does anyone have a solution or suggestion?
    Thanks

    After iOS 7 update, my iPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds that it shows has recorded. This happens randomly and often, sometimes it will have the 5+ second delay but starts recording at zero seconds. Besides the delay it has been working fine as far as saving and playback is concerned. I have plenty of storage on the phone itself and it NEVER had this problem before I updated to iOS 7. I've reset the phone a couple times by holding down the power and home buttons at the same time. The reason I have an issue with this is that I'm always recording song ideas, melodies, and scratch takes; what I'm saying is when I come up with an idea I need to be able to know that when I hit record it will start right then so I don't forget anything that has just popped in my mind.
    Does anyone have a solution or suggestion?
    Thanks

  • Data not going from active data table to new data table -DSO activation iss

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going to New data table and upon activation it does not go to Active data table.
    Please suggest.
    Regards
    Sudha

Maybe you are looking for