Cannot use loop

Hi,
I come from pl/sql oracle forms background in client/server mode.
I am developing a report and in the process section I am writing code for type pl/sql block and when I write
loop
exit when cursor%notfound.
I get an error that loop is not allowed. Is this true? Am I doing something wrong.
Here is the whole code.
DECLARE
hold_value1 varchar2(100);
hold_value2 number;
hold_value3 number;
hold_value4 number;
hold_value5 number;
hold_balance number;
CURSOR get_attendance
IS
SELECT web_emp3_attendance_type,NVL(web_emp3_days_accumulated,0),
NVL(web_emp3_days_current_year,0),NVL(web_emp3_days_buyback,0)
FROM web_emp3
WHERE web_emp3_web_id = :p1_hold_login1_web_id;
BEGIN
OPEN get_attendance;
LOOP
hold_value1 := NULL;
hold_value2 := 0;
hold_value3 := 0;
hold_value4 := 0;
hold_value5 := 0;
hold_balance := 0;
FETCH get_attendance
INTO hold_value1,hold_value2,hold_value3,hold_value4;
EXIT WHEN get_attendance%NOTFOUND;
CLOSE get_attendance;
SELECT NVL(SUM(web_emp4_fraction),0)
INTO hold_value5
FROM web_emp4
WHERE web_emp4_web_id = :p1_hold_login1_web_id
AND web_emp4_attendance_type = hold_value1;
hold_balance := hold_value2 + hold_value3 - hold_value4 - hold_value5;
INSERT INTO print_parameters (username,value1,number1,number2,number3,
number4,number5)
VALUES (:p1_hold_login1_web_id,hold_value1,hold_value2,hold_value3,hold_value4,hold_value5,hold_balance);
COMMIT;
END;
Thanks
Munish

Hi Munish,
I think you need END LOOP in your code:
DECLARE
hold_value1   varchar2(100);
hold_value2   number;
hold_value3   number;
hold_value4   number;
hold_value5   number;
hold_balance  number;
CURSOR get_attendance
IS
SELECT web_emp3_attendance_type,NVL(web_emp3_days_accumulated,0),
NVL(web_emp3_days_current_year,0),NVL(web_emp3_days_buyback,0)
FROM web_emp3
WHERE web_emp3_web_id = :p1_hold_login1_web_id;
BEGIN
OPEN get_attendance;
LOOP
hold_value1 := NULL;
hold_value2 := 0;
hold_value3 := 0;
hold_value4 := 0;
hold_value5 := 0;
hold_balance := 0;
FETCH get_attendance INTO hold_value1,hold_value2,hold_value3,hold_value4;
EXIT WHEN get_attendance%NOTFOUND;
END LOOP;
CLOSE get_attendance;
SELECT NVL(SUM(web_emp4_fraction),0)
INTO hold_value5
FROM web_emp4
WHERE web_emp4_web_id = :p1_hold_login1_web_id
AND web_emp4_attendance_type = hold_value1;
hold_balance := hold_value2 + hold_value3 - hold_value4 - hold_value5;
INSERT INTO print_parameters (username,value1,number1,number2,number3,
                              number4,number5)
VALUES                       (:p1_hold_login1_web_id,hold_value1,hold_value2,hold_value3,hold_value4,hold_value5,hold_balance);
COMMIT;
END;Though it's not clear what this loop is doing, but if you have LOOP - you also need END LOOP in your code.
Regards,
Lev

Similar Messages

  • GB won't open- This is what I get... Path does not exist: /Library/Audio/Apple Loops Index  st: /Library/Audio/Apple Loops Index w/out this directory you cannot use the Loop Browser

    Path does not exist: /Library/Audio/Apple Loops Index  st: /Library/Audio/Apple Loops Index w/out this directory you cannot use the Loop Browser.  Then I get this message...
    Instrument Library Invalid
    GarageBand Ecpects a valid instrument foledr in /Libraty/Application Support/GarageBand
    Please choose a valid instrument Library folder or quit and re-install GB
    Any solutions?

    Is this a new installation of GarageBand or has it worked before on the same computer?
    Or have you transferrred your GarageBand from a different computer?
    The error message is saying, that your GarageBand installation is incomplete. There are essential foldrs missing in your system library. 
    Check, if indeed both folders are missing or if only the permissions are set incorrectly.
    Your system library (the folder "System" directly on your system drive) should have the following folders inside the folder "Audio", and they need to be readable by the system and by administrators.
    And in the folder /Library/Application Support there should be the Instrument Library.
    If these folders do not exist (or no longer exist), restore them from your backup-  If your GarageBand version is a new installation, the application may not hve been downloaded or installed completely, then reinstall GarageBand.
    What is your GarageBAnd version, and how did you install it originally?
    Regards
    Léonie

  • Cannot use this phone reload 64 bit version loop

    Hi _ Every time i connect my phone (i-phone4) to the laptop to connect with i-tunes
    i get a message saying that i cannot use this phone as the correct software is not ;oaded and
    i should uninstall and then install the 64 bit version
    I do that and get the same message again ad infinitum _ can anyone help?

    NI VISA is a software abstraction layer for different physical interfaces (e.g. RS232).
    I understood that your application is working with this in order to select and communicate with COM interfaces.
    MAX (Measurement & Automation Explorer) is the tool to configure and test NI drivers, in this case VISA.
    So if no COM shows up in MAX, you have a malfunction (or missing) installation of VISA.
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Cannot use Remote Desktop host on Windows 8.1 Pro, termsrv corrupted?

    Hello,
    Few days ago I upgraded my home desktop machine from Windows 8.1 to Windows 8.1 Professional so I can use the Remote Desktop feature.
    I enabled everything needed, checked "Allow computers to connect to this computer" from the Remote Settings, forwarded the port 3389 in my rounter and allowed it in my firewall etc...
    But I still can't connect to this computer from outside my home network or inside it. The error I get trying to connect is this:
    (For some reason i still can't post images in this forum...) So I posted a link below to my original thread with the images
    I'm trying to connect using a laptop running Windows 7 Home Premium.
    After searching around I found out that the service responsible for the RDP is called "TermService", I found it on my services but was unable to start it:
    (For some reason i still can't post images in this forum...) So I posted a link below to my original thread with the images
    Also, notice the description of the service. So I tried to run a System File Checker on the service's DLL (sfc /scanfile=c:\windows\system32\termsrv.dll) and got this log:
    2014-10-05 14:20:41, Info                  CBS    TI: --- Initializing Trusted Installer ---
    2014-10-05 14:20:41, Info                  CBS    TI: Last boot time: 2014-10-05 13:56:05.492
    2014-10-05 14:20:41, Info                  CBS    Starting TrustedInstaller initialization.
    2014-10-05 14:20:41, Info                  CBS    Ending TrustedInstaller initialization.
    2014-10-05 14:20:41, Info                  CBS    Starting the TrustedInstaller main loop.
    2014-10-05 14:20:41, Info                  CBS    TrustedInstaller service starts successfully.
    2014-10-05 14:20:41, Info                  CBS    No startup processing required, TrustedInstaller service was not set as autostart
    2014-10-05 14:20:41, Info                  CBS    Startup processing thread terminated normally
    2014-10-05 14:20:41, Info                  CBS    Starting TiWorker initialization.
    2014-10-05 14:20:41, Info                  CBS    Ending TiWorker initialization.
    2014-10-05 14:20:41, Info                  CBS    Starting the TiWorker main loop.
    2014-10-05 14:20:41, Info                  CBS    TiWorker starts successfully.
    2014-10-05 14:20:41, Info                  CBS    TiWorker: Client requests SFP repair object.
    2014-10-05 14:20:41, Info                  CBS    Universal Time is: 2014-10-05 11:20:41.783
    2014-10-05 14:20:41, Info                  CBS    Loaded Servicing Stack v6.3.9600.17246 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.3.9600.17246_none_fa4ae8e99b1f603c\cbscore.dll
    2014-10-05 14:20:41, Info                  CSI    00000001@2014/10/5:11:20:41.786 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7ffee15c60e5 @0x7ffeeace2e53 @0x7ffeeace24ac @0x7ff69a94d2df @0x7ff69a94dc97
    @0x7fff02912225)
    2014-10-05 14:20:41, Info                  CBS    SQM: Initializing online with Windows opt-in: True
    2014-10-05 14:20:41, Info                  CBS    SQM: Cleaning up report files older than 10 days.
    2014-10-05 14:20:41, Info                  CBS    SQM: Requesting upload of all unsent reports.
    2014-10-05 14:20:41, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_std.sqm, flags: 0x2
    2014-10-05 14:20:41, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_all.sqm, flags: 0x6
    2014-10-05 14:20:41, Info                  CBS    NonStart: Set pending store consistency check.
    2014-10-05 14:20:41, Info                  CSI    00000002@2014/10/5:11:20:41.801 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7ffee15c60e5 @0x7ffef3637fc0 @0x7ffef36380f2 @0x7ff69a94ca25 @0x7ff69a94dcae
    @0x7fff02912225)
    2014-10-05 14:20:41, Info                  CSI    00000003 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0x559943db20
    2014-10-05 14:20:41, Info                  CSI    00000004 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-10-05 14:20:41, Info                  CSI    00000005 Created NT transaction (seq 1) result 0x00000000, handle @0x26c
    2014-10-05 14:20:41, Info                  CSI    00000006 Poqexec successfully registered in [ml:26{13},l:24{12}]"SetupExecute"
    2014-10-05 14:20:41, Info                  CSI    00000007@2014/10/5:11:20:41.999 Beginning NT transaction commit...
    2014-10-05 14:20:41, Info                  CSI    00000008@2014/10/5:11:20:41.999 CSI perf trace:
    CSIPERF:TXCOMMIT;143
    2014-10-05 14:20:42, Info                  CSI    00000009 CSI Store 367642371808 (0x00000055993166e0) initialized
    2014-10-05 14:20:42, Info                  CSI    0000000a [SR] Verifying 1 components
    2014-10-05 14:20:42, Info                  CSI    0000000b [SR] Beginning Verify and Repair transaction
    2014-10-05 14:20:42, Info                  CSI    0000000c [SR] Verify complete
    2014-10-05 14:20:52, Info                  CBS    TiWorker: Client requests SFP repair object.
    2014-10-05 14:20:55, Info                  CBS    TiWorker: Client requests SFP repair object.
    2014-10-05 14:20:55, Info                  CSI    0000000d [SR] Verifying 1 components
    2014-10-05 14:20:55, Info                  CSI    0000000e [SR] Beginning Verify and Repair transaction
    2014-10-05 14:20:55, Info                  CSI    0000000f Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000010 [SR] Cannot repair member file [l:22{11}]"termsrv.dll" of Microsoft-Windows-TerminalServices-RemoteConnectionManager, Version = 6.3.9600.17095,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-10-05 14:20:55, Info                  CSI    00000011 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000012 [SR] Cannot repair member file [l:22{11}]"termsrv.dll" of Microsoft-Windows-TerminalServices-RemoteConnectionManager, Version = 6.3.9600.17095,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-10-05 14:20:55, Info                  CSI    00000013 [SR] This component was referenced by [l:154{77}]"Package_3_for_KB2959626~31bf3856ad364e35~amd64~~6.3.2.0.2959626-3_neutral_GDR"
    2014-10-05 14:20:55, Info                  CSI    00000014 Hashes for file member \??\C:\Windows\System32\termsrv.dll do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000015 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000016 [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:22{11}]"termsrv.dll"; source file
    in store is also corrupted
    2014-10-05 14:20:55, Info                  CSI    00000017 [SR] Verify complete
    2014-10-05 14:20:55, Info                  CSI    00000018 [SR] Repairing 1 components
    2014-10-05 14:20:55, Info                  CSI    00000019 [SR] Beginning Verify and Repair transaction
    2014-10-05 14:20:55, Info                  CSI    0000001a Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    0000001b [SR] Cannot repair member file [l:22{11}]"termsrv.dll" of Microsoft-Windows-TerminalServices-RemoteConnectionManager, Version = 6.3.9600.17095,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-10-05 14:20:55, Info                  CSI    0000001c Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    0000001d [SR] Cannot repair member file [l:22{11}]"termsrv.dll" of Microsoft-Windows-TerminalServices-RemoteConnectionManager, Version = 6.3.9600.17095,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-10-05 14:20:55, Info                  CSI    0000001e [SR] This component was referenced by [l:154{77}]"Package_3_for_KB2959626~31bf3856ad364e35~amd64~~6.3.2.0.2959626-3_neutral_GDR"
    2014-10-05 14:20:55, Info                  CSI    0000001f Hashes for file member \??\C:\Windows\System32\termsrv.dll do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000020 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-t..teconnectionmanager_31bf3856ad364e35_6.3.9600.17095_none_7f53b5b72842754a\termsrv.dll
    do not match actual file [l:22{11}]"termsrv.dll" :
      Found: {l:32 b:wutByJu/YxhxLZan2VmIk9CNy/65VNpYphCkpd5tWqQ=} Expected: {l:32 b:cLIGmreRLrSas6vRjUtCy5Ssmcpt4/Y/SIi46qx4qqI=}
    2014-10-05 14:20:55, Info                  CSI    00000021 [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:22{11}]"termsrv.dll"; source file
    in store is also corrupted
    2014-10-05 14:20:55, Info                  CSI    00000022 [SR] Repair complete
    Since it's the first time I use this tool I'm not familiar with this log file, but what I managed to figure out from it is that termsrv.dll is corrupted and windows cannot repair it for some reason.
    My question is:
    How can I repair this file? Is this even the problem preventing me from connecting to this computer via Remote Desktop?
    Here's a link to my original question which contatining the images.
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-system/cannot-use-remote-desktop-host-on-windows-81-pro/e4776239-4d9e-4934-ae2d-b87cc09f7ade

    managed to figure out from it is that termsrv.dll is corrupted and windows cannot repair it for some reason.
    So, the next step supposedly is
    using  DISM.
    Coincidentally I reached that page last night from
    this one, which I thought gave me a better awareness of how much manual repair might be possible.  E.g. maybe the WinSxS isn't quite as fragile as we are being led to believe?  (It's making me feel sort of like how I used to feel about the
    registry when seeing all the caveats about using RegEdit before I got used to that tool.)
    Advanced guidelines for diagnosing and fixing servicing corruption
    http://technet.microsoft.com/en-us/library/ee619779(v=WS.10).aspx 
    Something else that I became aware of yesterday serendipitously is SxStrace.exe.  I have never seen it used but it sounds useful.  E.g. perhaps easier to interpret for supplemental clues than the ProcMon trace that I usually advocate. 
    Or perhaps use both and see in ProcMon when the SxStrace is writing.   E.g. filter with  Operation Is WriteFile.
    However, what I would do first is find out what the state of your system is regarding that module.  E.g. try this Powershell pipeline to list what you have.
    PS C:\windows> dir -R -Fil "termsrv.dll" | sort-object FullName | ft Length, FullName -AutoSize
    Note that I am giving you the whole command line, including prompt to show where the command should be started from.
    C.f. another thread where doing the same diagnostic procedure seems to be finding more a problem with the Windows Update software than with the user's WinSxS cache.
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_store/windows-81-store-error-0x80070002-comprehensive/2b0ed3e1-1835-4517-97dd-0a7abb6ef74c?page=3#LastReply  
    HTH
    Robert Aldwinckle

  • E6-00 and Belle update : Cannot use Wifi and LEAP ...

    Upgraded the E6-00 yesterday. First issues arise and even after a full reset, it still does not work.
    - Wifi connection using LEAP authentication
    Network is found, popup to enter username and password, all is good. Except the phone keep trying to connect while I type the password and each time, it re-ask the username. In short I cannot use connect at all as I don't have time to enter both username and password before it loop.... No more wifi connection possible as it use this LEAP authentication. Any way to increase the connection retry timeout ?
    - IMAP folder not found
    Same config as under Anna, but under Belle, it does not find any folder for IMAP account (and yes, the mail root folder is right), refreshing the folder list, just do nothing.
    - MAPS
    Say that it's empty and need maps. Give few options:
       * use OVI on the PC : OVI doesn't find MAP on the phone
       * use wifi to download map : .... if wifi would work, why not
    Anybody else got the same issue ? Or found solution ?
    L.\
    Solved!
    Go to Solution.

    Upgraded the E6-00 yesterday. First issues arise and even after a full reset, it still does not work.
    - Wifi connection using LEAP authentication
    Network is found, popup to enter username and password, all is good. Except the phone keep trying to connect while I type the password and each time, it re-ask the username. In short I cannot use connect at all as I don't have time to enter both username and password before it loop.... No more wifi connection possible as it use this LEAP authentication. Any way to increase the connection retry timeout ?
    Ok try to delete your apn, reset the device and resintall the OS. Don't restore any backup ans configure the WLAN apn: settings> connectivity> settings>destinations. Into the WLAN settings go to WI-fi security settings> in the fifrst field select EAP> in the second field EAP plugin settings > select EAP-LEAP.
    This way the apn will work again
    - IMAP folder not found
    Same config as under Anna, but under Belle, it does not find any folder for IMAP account (and yes, the mail root folder is right), refreshing the folder list, just do nothing.
    Please delete your mailboxes and configure them as you want. To create a IMAP access mailbox , for example Nokia Mail (outside of Messaging server) select Other. Put you credentials and choose Standard. You will see into Settings> your mailbox > sync content > Folder subscriptions> choose which folder to sync and it's done
    - MAPS
    Say that it's empty and need maps. Give few options:
       * use OVI on the PC : OVI doesn't find MAP on the phone
       * use wifi to download map : .... if wifi would work, why not
    Anybody else got the same issue ? Or found solution ?
    Please delete on mass memory the folder Cities and the file Qf, then open Maps and close the application. Verify that the folder Cities and the file Qf are again in E. Connect your device to Nokia Suite and redownload the cartography. 

  • I misplaced my ipad, so I remotely erased it.  Then I found it, but now I cannot use all of the options in the settings.  I have restored from backup, but it still is not letting me use all functionality.  Help!

    I misplaced my ipad, so I remotely erased it.  Then I found it, but now I cannot use all of the options in the settings.  I have restored from backup, but it still is not letting me use all functionality.  Help!

    Would throwing it in Recovery mode and restoring as new clear it up?
    (same for Ipad)
    Step 1: Turn off the iPhone. To do this press and hold the power button till you see the “Slide to Power off” screen. Now slide the button to turn it off.
    In case your iPhone is stuck in an infinite loop and the previous option is unavailable, press and hold the Power and Home button till the screen goes off. Remember to leave both the buttons as soon as the screen goes off and before the Apple logo appears again.
    Step 2: Connect the iPhone’s USB cable to your computer but not to your iPhone yet.
    Step 3: Now hold down the Home button and while you are holding it connect the USB cable. Keep holding the Home button till you see the Connect to iTunes screen on your iPhone(Screenshot shown below). iTunes will show an alert saying a device in recovery mode has been detected.
    Here’s what your iPhone screen will look like once its in the iPhone Recovery Mode.
    Read more: http://www.callingallgeeks.org/15018/how-to-put-iphone-or-ipod-touch-into-recove ry-mode/#ixzz296y04ygX
    Under Creative Commons License: Attribution No Derivatives
    THEN RESTORE THE DEVICE AND SETUP AS NEW. JUST YOU WILL HAVE TO DOWNLOAD YOUR APPS AGAIN(FREE) ETC....
    LEAST THE SECURITY WORKS HAHA!!! I also wouldnt get upset, be thankful you found it.

  • Cannot use any buttons or controls when runnning program

    When i run my program i cannot use any buttons (e.g. while loop stop,pause, ...) or any numeric controls.
    Also i cannost scroll or use tab controls. But the program itself is running normally.. i can see normal results as before.
    Problem is it used to work just well before. So i have no idea what happended or if i did something wrong ... but its not working anymore.
    Any idea what might be the problem here?

    Petricek wrote:
    When i run my program i cannot use any buttons (e.g. while loop stop,pause, ...) or any numeric controls.
    Also i cannost scroll or use tab controls. But the program itself is running normally.. i can see normal results as before.
    Problem is it used to work just well before. So i have no idea what happended or if i did something wrong ... but its not working anymore.
    Any idea what might be the problem here?
    I guess the doohickey is no longer connected to the whatchamacallit.
    Your time would probably be better spent playing detective and trying to figure out what happened to make it get to that state.  Does this VI read any sensors or equipment?  Maybe the equipment is turned off, causing the VI to become non-responsive until the timeout (and you were just never patient enough for it to reach the timeout before aborting?)  It's probably not a LabVIEW issue, but to be safe, check the dates on the files to make sure no one was futzing with it.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • I cannot use my Apple ID to purchase, how can I do?

    I bought 2 new iPad2 these days. However, I cannot use my old Apple ID (I used it in my iPad1 and iPod Touch 3) to purchase any apps in the new iPad2. And I cannot purchase in iTunes (via my laptop) neither. Actually, I find I can only use my Apple ID to sign in and then can do nothing. What happened? Is my Apple ID locked? Why Apple locked my ID? How can I contact them directly? I am in Singapore, I called Apple 800 hotline, however, they told me that they can do nothing about iTunes Store problem and I have to contact iTune support. I changed the password, however, the problem is still the same. Anyone knows how to solve it? Thank you!

    I'm getting the same thing. I can't even sign in to see my iTunes account details in iTunes now - keeps requesting my password. Interestingly, if I type a password which I know is wrong it pops up and says I've entered the wrong password. If I enter the right one, it just pops up again requesting the password - no error.
    Tried on 2 computers and on my iPhone - on WIFI and 3g. No joy.
    Also tried resetting my password but the same thing happens, except this time it tells me I have to verify my credit card because I changed the password and then... it asks me for the password again... and again... and again... No error, just a loop!

  • Iphone6 plus automatically turn off (frequently)and cannot use WIFI

    Just bought Iphone6 Plus 16GB Gold on 15 Dec 2014 from The Australian official Apple website.
    In this week, my phone turn it off automatically (very frequent, it seems like if i not use my phone, it will shut down)
    and cannot normally turn on the phone, i can only turn it on through HOME BUTTON + TURN ON/OFF BUTTON.
    And after i turn on the phone, the WIFI button become GREY COLOR, which means i cannot use WIFI, cannot turn on/off.
    And i try to restore setting from the phone and also from iTunes through computer, it doesn't help.
    Does anybody know what happen to my phone?

    hi,
    so can I ask how do you solve this problem?
    在 2015年1月10日,08:39,Apple Support Communities Updates <[email protected]> 写道:
    You received a reply
    coolbeanz has replied to your question. You can view the full discussion in Apple Support Communities.
    Iphone6 plus automatically turn off (frequently)and cannot use WIFI                                                                            
    I have this same problem, but with an iPhone 6, 16GB Gold
    Correct Answer  Helpful Answer
    Use the buttons above to tell coolbeanz and the rest of the community if this reply solved your question or helped you get closer to finding a solution.
    To reply to coolbeanz, go to the discussion in Apple Support Communities.
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Terms of Use | Apple Support

  • Cannot use bt vision_ not allowed to cancel

    Last week I moved into my new rented flat with my children. Before moving a had used vrgin as my provider for phone , broadband and tv and had absolutely no problems.
    Because my house is rented I was told I cannot have virgin installed but could use the communal ariel for freeview and the communal satalite dish. I decided that the bt vision service looked good so applied online for the service and had the box ect delivered on monday 4th July 2011.
    When I plugged all the boxes in the broadband worked perfectly as did the phone but I found I could receive no tv through the vision box. I waited until the next day to test again but still no service so I rang bt to enquire and they said it was not activated yet and to call back tomorrow.
    The next day - today (6th July) it still will not work so I sent an e mail to bt saying this and that I wished to cancel the service , they rang me back, but me on hold and forwarded me to another department, put me on hold , put me through to another department who then took my details , said I would need to speak to the technical department but as I had only just had the service installed was sure I would be able to cancell on this occasion. The technical department then put me on hold while he did something and then told me he would ring me back- No returned call.
    I then called from my landline when I got home to be told in no uncertain terms that I could not cancel the service and was liable to pay for the full 18 months for a service I cannot use.
    I am a single working mum who simply cannot afford to pay a large cancellation fee and also cannot afford another way of watching tv as well as this one.
    I find bt's attitude both rude and unhelpful and suggest they give their staff training on giving mis information "( I'm sure they will let you cancel ")
    I would seriously love to cancel the whole package and go back to virgin.

    I hate to break this to you, but the same thing happened to us - we've now paid three months money for a service that has never worked.
    The call centre is beyond useless - it's insulting, because they say they will contact you within 48 hours, and they never do.  Then you are locked in a permanent loop like this:
    Ring them
    Give details
    Unplug everything
    Replug everything
    Still doesn't work
    Promise of 48 hour call back
    No call back
    Repeat ad nauseam.....
    If you ask to cancel, they threaten you with the cancellation charge
    If you email them, you get automated responses from 'people' with fake names
    If you speak to an 'expert' on the forums and follow their advice, as soon as they're stumped they stop responding
    If you ask to speak to a manager, none are available
    If you ask them to escalate things, they can't
    Welcome to BT **bleep**....

  • Where is loop status stored during runtime using "loop on selected steps"

    I am trying to write a custom report that allow a technician to loop on an arbitrary set of steps and receive the results in a csv file or equivalent (without having the techs trying to change parts of the sequence, since that would violate quality controls on manufacturing testers). 
    I was hoping to be able to read a variable in the poststepcallback that shows whether the step was tested using "loop on selected steps" and having a custom output for that case.  If anyone knows how I can detect looping I would appreciate the help.
    Thanks,
    Sean

    Hey s.cooper,
    This may be a bit more tricky than it seems.  Only because the reporting, as you are aware, is, or at least should be, taken care of by the process model.  Therefore you cannot use the default reporting because you have your own process model.  Since the default reporting is part of the Sequential, Batch or Parallel process models that ship with TS then you would have to use one of those process models to get the default reporting. 
    Concerning the looping-
    Will the ops and techs be selecting to loop on a particular set of steps interactively (i.e. Execute>>Loop on selected steps)?  If you used the default sequential model you'll notice that you can Loop on Selected Steps Using the SinglePass entry point.  This does use the process model to loop on the selected steps a certain number of times.  However, Execute>>Loop On Selected Steps...  does not use the process model and just loops on the selected steps.  If you did write your own process model then you can select your entry point to Allow Interactive Execution of Entry Point.  This option is in the entry point sequence properties.  Right click the entry point and select properties.  On the Model tab you will see that option. 
    OR
    Will the ops and techs have the option set forth by your process model to select which steps to loop on?  If so then how would you loop on those steps?  Have a GoTo step that loops back to the beginning?  Have something that sets each step to loop a fixed number of loops?  There is a Step.LoopType API property that returns the Looping property for a given step as a string.  NoLooping means that the step has no looping properties set for it.  This could be used somewhere in a condition to determine which type of reporting to do.
    Hope this helps you some,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • HT204053 I set up one apple id for icloud on my iphone and another apple id for ipad.  I cannot use icloud to automatically sync the two.

    I set up one apple id for icloud on my iphone and another apple id for ipad.  I cannot use icloud to automatically sync the two.

    How can I delete the incorrect apple id?

  • In Adobe Acrobat 9 which I have been using for a long time (Widows 7) says, You cannot use this prod

    In Adobe Acrobat 9 (Wndows 7) which I have been using for a long time now it says I cannot use it withoutv repairing.  It instructs me to uninstall & reinstall...

    I have not run into this yet with my AA9 and Win7, but have been seeing posts about it. I would try a repair before I would do an uninstall and reinstall. You might also turn off javascript for a bit in case there has been some javascript that has caused problems (ok, making wild guesses). If you do decide to uninstall, be sure to deactivate first, uninstall, run http://labs.adobe.com/downloads/acrobatcleaner.html, and remove any left over parts of the Acrobat folder. Then proceed to the reinstall and updates.
    There is a question about whether being able to use it is correct, or you are just getting some message that is a spam that somehow got into your system (again, a possible javascript issue). Besides turning off javascript, you could also try isolating the javascripts to moving them to a temporary directory and seeing if one is causing the problem.

  • Early 2009 MacBook Air. On startup no keyboard or mouse me to login. Neither is the USB working so I cannot use an external mouse or keyboard either.

    Early 2009 MacBook Air. On startup no keyboard or mouse me to login. Neither is the USB working so I cannot use an external mouse or keyboard either. If I keep restarting the machine suddenly sometime I get mouse and keyboard control and I am able to login and work. After sometime though mouse and keyboard Control is lost again and the machine hangs.
    Lately another problem has cropped up. Now the machine starts up and seems to work for longer time but I have no 0 key and USB everything else is fine.
    What could be the issue

    1. Reset PRAM.  http://support.apple.com/kb/PH4405
    2. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".

  • I am extremely upset. I purchased my iPad in SA and I am traveling in Greece. When I want to make use of the free apps, I get a message that the app is not available in the SA store. What is the point of having an iPad if you cannot use it worldwide?

    I am extremely upset. I purchased my iPad in SA and now I am in Greece. I cannot download free apps as I get a message that the apps are not available in the SA store and only in US stores. When I change to the US store the same thing happens. What is the point of having an iPad if I cannot use it worldwide??? I feel that I wasted my money purchasing it as I specifically purchased it to use when I travel. How can I get access to all the available apps and why are they restricted.

    You can use your iPad worldwide. However, each AppleID is tied to
    a specific country's store. To use the AppStore in any country, you
    must be in that country and have a credit/debit card issued by a financial
    institution in that country with a verified billing address in that country.
    It is the developer's choice which AppStores he makes his app available
    from, and some countries prohibit certain apps.
    To make a purchase from the US store (including downloading a free app
    available in the US store), you must be in the US and have card issued
    in the US with verified billing address in the US.
    You can use your purchases from the SA store worldwide, but you
    cannot make purchases in other than the SA store unless you meet
    the aforesaid conditions.

Maybe you are looking for