The query cannot be parsed? and the generation of a procedure

I am
make a small application in Oracle10g XE, I need to always run the
next question, I'm currently under option from the Source of the region



DECLARE
utl_file.file_type v1.
VARCHAR2 (100) v2;
Start
v1: = UTL_FILE.fopen ('PUBLIC_ACCESS', 'prueb': to_char (sysdate, 'yyyymmdd') |'. txt', 'w');
for rec in (SELECT ' 01'
|| LPAD(:P17_EAN,13,0)
|| TO_CHAR (TRUNC (SYSDATE), 'YYYYMMDD')
|| LPAD(:P17_BANCO,3,0)
|| LPAD(:P17_NUME_CUENTA,15,0)
|| ' ' heading
In a loop OF the DOUBLE)
UTL_FILE.put_line (v1, Rec.encabezado);
end loop;
for rec1 in (select '02'
|| LPAD (PG. CODIGO_CUENTA, 25, 0)
|| LPAD (PG. VALOR_PAGO, 13, 0)
|| LPAD (PG. COD_PROCEDENCIA, 2, 0)
|| LPAD (ROWNUM + 1, 7, 0)
|| ' 'body ' '.
PAGOS PG
WHERE PG. = EAN: P17_EAN) loop
UTL_FILE.put_line (v1, REC1. Body);
end loop;
for in rec2 (select ' 09'
|| LPAD (COUNT (PG. CODIGO_CUENTA), 9, 0)
|| LPAD (SUM (PG. VALOR_PAGO), 18, 0)
|| ' ' final
OF PAGOS PG
WHERE PG. FECHA_PAGO = (SELECT TO_CHAR(SYSDATE,'DD/MM/YY') FROM DUAL)
AND PG. = EAN: P17_EAN) loop
UTL_FILE.put_line (v1, rec2.final);
end loop;
UTL_FILE.fclose (v1);
exception
while others then
dbms_output.put_line (SQLERRM);
end;

but I get the following error, which I correct?

{color: #ff0000} * error * {color}
{color: #ff0000} 1 {color} error < ul class = "htmldbUlErr" > < li >
{color: #ff0000} Query cannot be
analysed in the generator. If you believe that your query is syntactically
correct, check the generic "columns" box below the source of the region
to go forward without analysis.
The query cannot be parsed, the cursor is not open or function
Returns a SQL returned no value. {color}

< /li >
< /ul >
Selecting the generic use column names (analysis of query runtime only) and run it I get the following error

{color: #ff0000} could not parse the SQL query:
The query cannot be parsed, the cursor is not yet open or a function returning a SQL query returned no value.
{color}

{color: #0000ff} * please explain to me how to convert the previous query in a procedure
and how do I run by a button... I generate the same file? * {color}

I appreciate your attention...
Nice day...

REYNEL sarmouk

Hello Reynel Salazar,

>
REYNEL wrote

* Please explain to me how to convert the previous query in a procedure
and how do I run by a button... I generate the same file? *
>

Create Or Replace Procedure Parse_EAN( pi_EAN        In Number
                                     , pi_Banco      In Number
                                     , pi_Num_Cuenta In Number )
As
  v1 utl_file.file_type;
  v2 varchar2(100);
Begin
  v1 := utl_file.fopen('PUBLIC_ACCESS','prueb' || to_char(sysdate, 'yyyymmdd') || '.txt', 'w');

  v2 := '01' || LPAD(pi_EAN,  13, 0) || TO_CHAR(TRUNC(SYSDATE),  'YYYYMMDD') ||
                LPAD(pi_Banco, 3, 0) || LPAD(pi_Num_Cuenta, 15, 0) || ' ';
  utl_file.put_line(v1, v2);

  For rec in (SELECT '02' || LPAD(PG.CODIGO_CUENTA,  25, 0) || LPAD(PG.VALOR_PAGO, 13, 0) ||
                             LPAD(PG.COD_PROCEDENCIA, 2, 0) || LPAD(ROWNUM + 1, 7, 0) || ' ' cuerpo
                FROM PAGOS PG
               WHERE PG.EAN = pi_EAN) Loop
    utl_file.put_line(v1, rec.cuerpo);
  End Loop;

  For rec in (SELECT '09' || LPAD(COUNT(PG.CODIGO_CUENTA), 9, 0) ||
                             LPAD(SUM(PG.VALOR_PAGO), 18, 0) || ' ' final
                FROM PAGOS PG
               WHERE PG.FECHA_PAGO = TO_DATE(TO_CHAR(SYSDATE, 'DD/MM/YYYY'))
                  AND PG.EAN = pi_EAN) Loop
    utl_file.put_line(v1, rec.final);
  End Loop;

  utl_file.fclose(v1);
Exception
  when others then
    dbms_output.put_line(sqlerrm);
End;

Run the procedure

exec parse_ean(5050,123,12345);

output

01000000000505020090316123000000000012345
0200000000000000000000000010000000000100100000002
0200000000000000000000000020000000000200110000003
0200000000000000000000000030000000000300120000004
0200000000000000000000000040000000000400130000005
0200000000000000000000000050000000000500140000006
09000000005000000000000001500 

Kind regards

Christian Balz

Tags: Database

Similar Questions

  • Query cannot be parsed in the generator. If you believe that your query is syntactically correct, check the generic "columns" box below the source of the region without analysis. ORA-00905: lack of keyword

    Hi all

    I have create report sql in version 4.2, and now we have apex version 5.0 upgrade.

    I encountered error when I change the State of sql

    The error massage:

    Query cannot be parsed in the generator. If you believe that your query is syntactically correct, check the generic "columns" box below the source of the region without analysis. ORA-00905: lack of keyword

    My SQL

    SELECT VW.*

    , CASE WHEN (VW.file_code is null

    OR VW.cancel_flg = 'Y'

    OR (TOUR_DEP_DATE + GET_FILE_LOCKING_DAYS (VW. (SBU_CODE) < = trunc (sysdate))

    ) THEN

    ' < font color = "Red" > < b > other < /b > < / police > '

    ON THE OTHER

    "< a href =" f? p = & APP_ID.:51: & SESSION. : O PR: & DEBUG. : 51:P51_FILE_CODE, P51_COSTING_CODE, P51_TOUR_REG_NO, P51_VERSION_NO, P51_REQUEST, P51_AGENT_NAME, P51_ADULTS, P51_CHILDS, P51_MKT_CODE, P51_QUOT_CURR:'

    || FILE_CODE | «, » || COSTING_CODE | «, » || TOUR_REG_NO | «, » || VERSION_NO | «, » ||' OPR' | «, » || AGENT_CODE | «, » || VW. FROM_PAX | «, » || 0||','|| VW.mkt_code | ',' | VW. QUOT_CURR |': ' > < font color = blue > < b > other < /b > < / police > '. "

    END as "other Actions".

    , CASE WHEN ((VW.file_code is not null AND TOUR_DEP_DATE + GET_FILE_LOCKING_DAYS (VW. (SBU_CODE) < = TRUNC (SYSDATE))

    OR cancel_flg = 'Y '.

    OR (VW. REF_COSTING_CODE = VW. ADDL_FIELD2 AND VW. ADDL_FIELD1 LIKE '% COPIED FROM % OF APPROVAL'

    AND BOOKING_NAME LIKE "%-Backup")

    ) THEN

    ' < font color = "Red" > < b > edit < /b > < / police > '

    ON THE OTHER

    "< a href =" f? p = & APP_ID.:149: & SESSION. : & DEBUG. : 149:P149_COSTING_CODE:'

    || COSTING_CODE |': ' > < font color = blue > < b > edit < /b > < / police > '. "

    END AS 'Edit '.

    , CASE WHEN (Nvl (cancel_flg, 'n') = 'Y')

    )

    THEN

    ' < font color = "Red" > < b > add < /b > < / police > '

    ON THE OTHER

    "< a href =" f? p = & APP_ID.:33: & SESSION. : & DEBUG. : 33:P33_COSTING_CODE, P33_FILE_CODE, P33_MKT_CODE, P33_QUOT_CURR, P33_NO_OF_ADULT, P33_NO_OF_CHILD:'

    || COSTING_CODE | «, » || file_code | «, » || VW.mkt_code | ',' | VW. QUOT_CURR | «, » || VW. FROM_PAX | «, » || 0 | ': "> < font color = blue > < b > add < /b > < / police > '

    END as 'Services '.

    OF TOUR_MAS_VW VW

    How to solve it.

    Thank you

    Dear friends

    Thanks for your helping hands.

    I found the solution for this. We can solve this problem by using these solutions

    • A region of HTML:

      click me
      
    • Using PL/SQL:
      htf.anchor('f?p=100:5:'||V('APP_SESSION'),'click me');
      
    • Using a SQL query: SELECT htf.anchor('f?p=100:5:'||:APP_SESSION,'clickme') FROM DUAL;

    We can write the query in the form

    SELECT ' f? p = 100: 1 :'|| : APP_SESSION |': ' | : APP_UNIQUE_PAGE_ID |

    ': P1_EMPNO :'|| employe_id,

    first name,

    job_id

    Employees

    Thank you & best regards

    CORINE

  • EOA: The query cannot be parsed, please check the syntax of your query.

    Hi all

    I have a 'DEVETL_OAE' scheme that OAE is set up. I am able to connect to this schema using Toad/Sqlplus and I can access a table "INFA8_INS_NEW" located in "ADW_DEV_REP" scheme.

    "ADW_DEV_REP" scheme gave a grant to select this table in a role of selection (i.e. ' ADW_DEV_REP_SELECT') SELECT 'DEVETL_OAE' 'INFA8_INS_NEW'.

    I can run a query in sqlplus and I am able to access this table as "select * from ADW_DEV_REP." INFA8_INS_NEW'.

    But, SAQ, when I try to create the region and source, when I'm trying to ' select * from ADW_DEV_REP. INFA8_INS_NEW' sql, I get the error message like "Query cannot be parsed, please check the syntax of your query. (ORA-00942: table or view does not exist) »

    What should I give manual grant to the schema 'DEVETL_OAE' on ' ADW_DEV_REP. INFA8_INS_NEW' table?

    Pls help.

    Thank you and best regards,
    Vinay

    "Indeed, you must grant select on ' ADW_DEV_REP. INFA8_INS_NEW' DEVETL_OAE (so not through a role).

  • Query cannot be parsed...

    I finished the day express application and I have a fundamental problem by changing the Department report (p38 and 39 of the PDF documentation).
    We are supposed to change the sql by the following code:

    SELECT d.DEPARTMENT_ID,
    d.DEPARTMENT_NAME,
    (select count (*) from oehr_employees where department_id = d.department_id)
    "Number of employees", he said.
    substr (e.first_name, 1, 1) |'. ' || Select 'Name Manager',
    c.COUNTRY_NAME 'place '.
    OEHR_DEPARTMENTS d,
    E OEHR_EMPLOYEES
    OEHR_LOCATIONS l,
    C OEHR_COUNTRIES
    WHERE d.LOCATION_ID = l.LOCATION_ID
    AND l.COUNTRY_ID = c.COUNTRY_ID
    AND e.department_id = d.DEPARTMENT_ID
    AND d.manager_id = e.employee_id
    AND instr (upper part (d.department_name), superior (nvl(:P2_REPORT_))
    Search, d.department_name))) > 0

    When I apply the changes, I have the following message:
    Query cannot be parsed, please check the syntax of your query. (ORA-00909: invalid number of arguments)
    Any idea?
    Thanks in advance for your help.

    Hello

    Looks like there is a new line in the wrong place:

    SELECT d.DEPARTMENT_ID,
    d.DEPARTMENT_NAME,
    (select count(*)from oehr_employees where department_id = d.department_id)
    "Number of Employees",
    substr(e.first_name,1,1)||'.'||e.last_name "Manager Name",
    c.COUNTRY_NAME "Location"
    FROM OEHR_DEPARTMENTS d,
    OEHR_EMPLOYEES e,
    OEHR_LOCATIONS l,
    OEHR_COUNTRIES c
    WHERE d.LOCATION_ID=l.LOCATION_ID
    AND l.COUNTRY_ID=c.COUNTRY_ID
    AND d.DEPARTMENT_ID=e.department_id
    AND d.manager_id=e.employee_id
    AND instr(upper(d.department_name),upper(nvl(:P2_REPORT_  --- <-- !!!
    SEARCH,d.department_name)))>0
    

    It should be:

    SELECT d.DEPARTMENT_ID,
    d.DEPARTMENT_NAME,
    (select count(*)from oehr_employees where department_id = d.department_id)
    "Number of Employees",
    substr(e.first_name,1,1)||'.'||e.last_name "Manager Name",
    c.COUNTRY_NAME "Location"
    FROM OEHR_DEPARTMENTS d,
    OEHR_EMPLOYEES e,
    OEHR_LOCATIONS l,
    OEHR_COUNTRIES c
    WHERE d.LOCATION_ID=l.LOCATION_ID
    AND l.COUNTRY_ID=c.COUNTRY_ID
    AND d.DEPARTMENT_ID=e.department_id
    AND d.manager_id=e.employee_id
    AND instr(upper(d.department_name),upper(nvl(:P2_REPORT_SEARCH,d.department_name)))>0
    

    Lev

    Published by: the on July 2, 2010 10:14

  • When I try to compose an email, simply consist of window icon stuck in the taskbar windows cannot really expand and use it

    OK, the details of installation below, so when I try to compose an email, I just get a new message window icon stuck in windows
    taskbar cannot really expand and use it. If I reboot in safe mode with all the addons disabled, then it works fine. But
    If I restart normally and manually disable addons/plugins, then close and restart normally IE mode unsecured, it
    breaks, so doesn't seem to be an addon or plugin, but rather something with the configuration.

    Application Basics
    

    Name Thunderbird
    Version 31.6.0
    User Agent Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
    Profile folder
    See file
    (Local disk)
    Application version identifier 20150330093429
    Permit Plugins about: plugins
    Build configuration about: buildconfig
    Memory usage on: memory
    Mail and News accounts
    Outgoing server ID incoming servers
    Connection security name authentication security name connection default authentication method?
    Account2 (no) plain passwordCleartext of local records
    account3 (nntp) news.mozilla.org:119 passwordCleartext plain stbeehive.oracle.com:465 SSL passwordCleartext set to true
    account5 (imap) stbeehive.oracle.com:993 SSL stbeehive.oracle.com:465 SSL passwordCleartext true passwordCleartext
    Incident reports
    ID of the report
    BP-0a8986d2-ff0c-41C3-9da6-e770e2141224 24/12/2014
    BP-01f44ba7-3143-4452-AC98-981b62140123 23/01/2014
    Extensions
    Name enabled Version ID
    British English Dictionary 1.19.1 false [email protected]
    3.3.3 lightning {e2fda1a4-762b-4020-b5ad-a41df1933103} false
    Oracle Beehive Extensions for Thunderbird (OracleInternal) 1.0.0.5 false [email protected]
    Important change preferences
    Value name
    accessibility.typeaheadfind.flashBar 0
    Browser.cache.Disk.Capacity 358400
    Browser.cache.Disk.smart_size_cached_value 358400
    Fake Browser.cache.Disk.smart_size.first_run
    Fake Browser.cache.Disk.smart_size.use_old_max
    extensions.lastAppVersion 31.6.0
    fake font.internaluseonly.Changed
    make. Name.monospace.El Consolas
    font.name.monospace.tr Consolas
    make. Name.monospace.x - baltic Consolas
    make. Name.monospace.x - Central-euro Consolas
    make. Name.monospace.x - cyrillic Consolas
    make. Name.monospace.x - unicode Consolas
    make. Name.monospace.x - West Consolas
    make. Name.sans - serif.el Calibri
    font.name.sans - serif.tr Calibri
    make. Name.sans - serif.x - Baltic Calibri
    make. Name.sans - serif.x - Central-euro Calibri
    make. Name.sans - serif.x - cyrillic Calibri
    make. Name.sans - serif.x - unicode Calibri
    make. Name.sans - serif.x - western Calibri
    make. Name.Serif.El Cambria
    font.name.serif.tr Cambria
    make. Name.Serif.x - baltic Cambria
    make. Name.Serif.x - Central-euro Cambria
    make. Name.Serif.x - cyrillic Cambria
    make. Name.Serif.x - unicode Cambria
    make. Name.Serif.x - West Cambria
    make. Size.Fixed.El 14
    font.size.fixed.tr 14
    14 are. Size.Fixed.x - Baltic
    make. Size.Fixed.x - Central-euro 14
    14 are. Size.Fixed.x - cyrillic
    make. Size.Fixed.x - unicode 14
    14 are. Size.Fixed.x - West
    make. Size.variable.El 17
    font.size.variable.tr 17
    17 do. Size.variable.x - Baltic
    make. Size.variable.x - Central-euro 17
    17 do. Size.variable.x - cyrillic
    make. Size.variable.x - unicode 17
    17 do. Size.variable.x - West
    gfx.blacklist.Suggested - driver-version 257.21
    mail.openMessageBehavior.version 1
    true mail.winsearch.firstRunDone
    mailnews. Database.global.datastore.ID 8 d 997817 CEE1-4f16-aa36-008d5baeb30
    Mailnews. Fake Database.global.indexer.Enabled
    true network.cookie.prefsMigrated
    Network.TCP.sendbuffer 65536
    places.database.lastMaintenance 1429004341
    places. History.expiration.transient_current_max_pages 78789
    plugin.disable_full_page_plugin_for_types application/pdf
    true plugin.importedState
    plugin. State.Flash 0
    plugin. State.Java 0
    plugin. State.np32dsw 0
    plugin. State.npatgpc 0
    plugin. State.npctrl 0
    plugin. State.npdeployjava 0
    plugin. State.npfoxitreaderplugin 0
    plugin. State.npgeplugin 0
    plugin. State.npgoogleupdate 0
    plugin. State.npitunes 0
    plugin. State.npoff 0
    plugin. State.npqtplugin 0
    plugin. State.nprlsecurepluginlayer 0
    plugin. State.npunity3d 0
    plugin. State.npwatweb 0
    plugin. State.npwlpg 0
    true plugins.update.notifyUser
    Graphics
    Adapter Description NVIDIA Quadro FX 580
    Vendor ID 0x10de
    Device ID 0 x 0659
    RAM 512 MB card
    Adapter drivers nvd3dum nvwgf2um, nvwgf2um
    8.15.11.9038 driver version
    14/07/2009 driver date
    Active Direct2D blocked for your version of the graphics driver. Try to update your driver graphics version 257.21 or newer.
    Fake license DirectWrite (6.2.9200.16571)
    Gamma settings ClearType: 2200 Pixel Structure: R
    WebGL Renderer blocked for your version of the graphics driver. Try to update your driver graphics version 257.21 or newer.
    GPU accelerated Windows 0. Blocked for your version of the graphics driver. Try to update your driver graphics version 257.21 or newer.
    Skiing AzureCanvasBackend
    AzureSkiaAccelerated 0
    AzureFallbackCanvasBackend Cairo
    AzureContentBackend Cairo
    JavaScript
    Incremental GC 1
    Accessibility
    0 Active
    Prevent accessibility 0
    Versions of the library
    Minimum version expected Version in use
    NSPR 4.10.6 4.10.6
    NSS 3.16.2.3 ECC base 3.16.2.3 base ECC
    Util NSS 3.16.2.3 3.16.2.3
    NSS SSL 3.16.2.3 ECC base 3.16.2.3 base ECC
    S/MIME 3.16.2.3 NSS ECC base 3.16.2.3 base ECC

    Noticed in the information provided:
    Graphics adapt Description NVIDIA Quadro FX 580
    Vendor ID 0x10de
    Device ID 0 x 0659
    RAM 512 MB card
    Adapter drivers nvd3dum nvwgf2um, nvwgf2um
    8.15.11.9038 driver version
    14/07/2009 driver date
    Active Direct2D blocked for your version of the graphics driver.
    Try to update your driver graphics version 257.21 or newer.

    You can update your graphics driver and retest.

  • my browser cannot open google and facebook and other https sites that it does not open even the app store does not work, I tried to change my DNS google DNS and disable IPv6 but still no use, help PLZ!

    my browser cannot open google and facebook and other https sites that it does not open even the app store does not work, I tried to change my DNS google DNS and disable IPv6 but still no use, help PLZ!

    You may have installed one or more variants of the malware "VSearch' ad-injection. Please back up all data, and then take the steps below to disable it.

    Do not use any type of product, "anti-virus" or "anti-malware" on a Mac. It is never necessary for her, and relying on it for protection makes you more vulnerable to attacks, not less.

    Malware is constantly evolving to work around defenses against it. This procedure works now, I know. It will not work in the future. Anyone finding this comment a couple of days or more after it was published should look for a more recent discussion, or start a new one.

    Step 1

    VSearch malware tries to hide by varying names of the files it installs. It regenerates itself also if you try to remove it when it is run. To remove it, you must first start in safe mode temporarily disable the malware.

    Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. Ask for other instructions.

    Step 2

    When running in safe mode, load the web page and then triple - click on the line below to select. Copy the text to the Clipboard by pressing Control-C key combination:

    /Library/LaunchDaemons

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

    A folder named "LaunchDaemons" can open. If this is the case, press the combination of keys command-2 to select the display of the list, if it is not already selected.

    There should be a column in the update Finder window. Click this title two times to sort the content by date with the most recent at the top. Please don't skip this step. Files that belong to an instance of VSearch will have the same date of change for a few minutes, then they will be grouped together when you sort the folder this way, which makes them easy to identify.

    Step 3

    In the LaunchDaemons folder, there may be one or more files with the name of this form:

    com Apple.something.plist

    When something is a random string, without the letters, different in each case.

    Note that the name consists of four words separated by dots. Typical examples are:

    com Apple.builins.plist

    com Apple.cereng.plist

    com Apple.nysgar.plist

    There may be one or more items with a name of the form:

    com.something.plist

    Yet once something is a random string, without meaning - not necessarily the same as that which appears in one of the other file names.

    These names consist of three words separated by dots. Typical examples are:

    com.semifasciaUpd.plist

    com.ubuiling.plist

    Sometimes there are items (usually not more than one) with the name of this form:

    com.something .net - preferences.plist

    This name consists of four words (the third hyphen) separated by periods. Typical example:

    com.jangly .net - preferences.plist

    Drag all items in the basket. You may be prompted for administrator login password.

    Restart the computer and empty the trash.

    Examples of legitimate files located in the same folder:

    com.apple.FinalCutServer.fcsvr_ldsd.plist

    com Apple.Installer.osmessagetracing.plist

    com Apple.Qmaster.qmasterd.plist

    com Apple.aelwriter.plist

    com Apple.SERVERD.plist

    com Tether.plist

    The first three are clearly not VSearch files because the names do not match the above models. The last three are not easy to distinguish by the name alone, but the modification date will be earlier than the date at which VSearch has been installed, perhaps several years. None of these files will be present in most installations of Mac OS X.

    Do not delete the folder 'LaunchDaemons' or anything else inside, unless you know you have another type of unwanted software and more VSearch. The file is a normal part of Mac OS X. The "demon" refers to a program that starts automatically. This is not inherently bad, but the mechanism is sometimes exploited by hackers for malicious software.

    If you are not sure whether a file is part of the malware, order the contents of the folder by date modified I wrote in step 2, no name. Malicious files will be grouped together. There could be more than one such group, if you attacked more than once. A file dated far in the past is not part of the malware. A folder in date dated Middle an obviously malicious cluster is almost certainly too malicious.

    If the files come back after you remove the, they are replaced by others with similar names, then either you didn't start in safe mode or you do not have all the. Return to step 1 and try again.

    Step 4

    Reset the home page in each of your browsers, if it has been modified. In Safari, first load the desired home page, then select

    ▹ Safari preferences... ▹ General

    and click on

    Set on the current Page

    If you use Firefox or Chrome web browser, remove the extensions or add-ons that you don't know that you need. When in doubt, remove all of them.

    The malware is now permanently inactivated, as long as you reinstall it never. A few small files will be left behind, but they have no effect, and trying to find all them is more trouble that it's worth.

    Step 5

    The malware lets the web proxy discovery in the network settings. If you know that the setting was already enabled for a reason, skip this step. Otherwise, you should undo the change.

    Open the network pane in system preferences. If there is a padlock icon in the lower left corner of the window, click it and authenticate to unlock the settings. Click the Advanced button, and then select Proxies in the sheet that drops down. Uncheck that Auto Discovery Proxy if it is checked. Click OK, and then apply.

    Step 6

    This step is optional. Open the users and groups in the system preferences and click on the lock icon to unlock the settings. In the list of users, there may be some with random names that have been added by the malware. You can remove these users. If you are not sure whether a user is legitimate, do not delete it.

  • "Cannot install update and the error occurred ' iOS 9.3.2

    Try to upgrade to 9.3.2 but get "cannot install update and the error has occurred" if I am on WIFI or via iTunes. Someone else?

    Go to settings > general > storage & use iCloud > manage storage (the first) > and if there is an update, delete it. Then go to settings > general > Software Update and try again.

  • Used my copy of OSX MAvericks in the past, but now I get an error message that the application cannot be verified and go to the App Store. I did, but there is nothing to install OSX Mavericks download?

    Used my copy of OSX MAvericks in the past, but now I get an error message that the application cannot be verified and go to the App Store. I did, but there is nothing to install OSX Mavericks download?

    Log in to the App Store and look under the purchases tab.

  • I have ipod touch? 3rd and 2nd generation? The serial number is 1 has 932283201

    I looked through all the descriptions of the 2nd and 3rd generations, but I don't know yet. The serial number is 1 has 932283201

    A second.

    (137235)

  • Why can't get a Blackboard web site file to download on my computer, when I try told me that the file cannot be downloaded and gives a box that asks to restart, or cancel

    Download file will not be

    Why can't get a Blackboard web site file to download on my computer, when I try told me that the file cannot be downloaded and gives a box that asks to restart, or cancel

    Hello

    1. what operating system is installed on your computer?

    2. which web browser you are using?

    3. you get any error message?

    4. are you able to download the file using any other computer?

    5. do this happen all sites or with any specific Web site?

    6. don't you make changes to the computer before the show?

    Please follow the steps below.

    Method 1:

    Follow the steps below.

    Step 1:

    a. click the Start button.

    b. in the start search box, type %temp% , and then on enter.

    c. delete all files in the Temp folder.

    Step 2:

    a. press the Windows key + R

    b. in the run, prefetch, type dialog box press ENTER.

    c. remove all files

    Method 2:

    If you are using Internet Explorer, try in no add-on mode.

    a. click the Start button.

    b. click on all programs.

    c. click on Accessories.

    d. click on System Tools.

    e. click on Internet Explorer (No Add-ons).

    Method 3:

    Optimize Internet Explorer from the link below.

    NOTE: The Reset Internet Explorer Settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings

    http://support.Microsoft.com/kb/936213/ro

  • Error: "Windows cannot open help and Support." "To solve the problem, see Help and support.

    Original title: help & support

    When you try to use help and Support on the start menu, a small window opens saying "Windows cannot open help and Support." To troubleshoot the problem, see Help and support. "It's double Dutch to me. Can someone help, please?

    Hi EdwardBahr,
     
    -Remember to make changes to the computer between the calendar when things worked fine and now?
     
    Try the steps listed in the following article and check, if it helps in fixing the issue:
     
  • Problem in BBM blackBerry Smartphones - I do not have a display picture bbm Board and the State. I cannot access it and cannot access my photo or status of the contacts Panel

    I don't have a display picture bbm Board and the State. I cannot access it and cannot access my photo or status of the contacts Panel. Help, please!

    Thank you!

    Then you can try upgrading the BBM to the latest version available for your device?

    Make that first make a local backup of your BBM contacts, after backup, delete or uninstall any existing version of your BlackBerry. On your home screen, go to Options > Advance Options > application > BlackBerry Messenger > delete BlackBerry Messenger of this list (highlight BBM press on the menu key and select delete)

    KB10040 : How to view or delete the application installed on a blackberry smartphone 

    Once it is perform a battery pull reboot by removing the battery while your unit is powered, wait a min, then reinsert back.

    Finally, after the reboot, use your BlackBerry browser and go to www.blackberry.com/bbmdownload and download the latest available for your device.

    _______________________________________________

    Please note :

    If you encounter BBM7 or higher then your BBM Contacts are integrated into your BlackBerry ID after installation when you log in with your BlackBerry ID Contacts is restored back, but if you experience any previous Kathy then first make a backup local, you can save on your press card, see this KB for additional assistance

    KB20554 : How to back up and restore the BlackBerry Messenger contacts list

  • why I use the new cc photoshop cannot open, have and pdf

    why I use the new cc photoshop cannot open have and pdf.

    and more slow then former execution

    According to your records, you bought the CC for photography program under the same ID from Adobe Photoshop.

    It gives you access to use Photoshop & light room.

    Concerning

    Stéphane

  • I downloaded the demo of Photoshop elements 13 and saw some instructions when downloading but now cannot find them and I do not think that have completed the installation as it is not on the computer.

    I downloaded the demo of Photoshop elements 13 and saw some instructions when downloading but now cannot find them and I do not think that have completed the installation as it is not on the computer.  There is a deployment folder that I can click in.  Could this be it?

    Barbara, what version of operating system do you use? / Applications (Mac), you can check and control panel > programs and features (Win) to check if it's installed on your machine.

    Here is the link for products download Photoshop Elements | 10, 11, 12, 13

    I hope this helps.

  • Cannot left click and drag the clip in the timeline... Need advice

    Cannot left click and drag the clip in the timeline or drag autour clips in the timeline.

    Can be inserted into the timeline of the Source window, but cannot drag from the source window.

    Can cut and paste into the timeline.

    Cs5 restarting does not help, but restarting solves the problem for a while.

    Tried several mice, but that did not help.

    Have no idea how I got the name of FORMER PRO, must have been drinking champagne years, because I'm a blundering by excellence!

    Post edited by: old pro

    Problem solved by pressing the ESC key.

    Someone suggested that in order to heal the same problem in MS Word.

    Problem reappears and solves the ESC key.

    And now my life is complete!

Maybe you are looking for

  • outgoing messages

    is it possible to import the outgoing messages to my email?Is it possible to sort incoming and outgoing messages on the subject?

  • Satellite A500 - 17 X frequently disconnect the router wireless - weird

    Had this problem since I bought the laptop about a month ago. It connects very well to our wireless (full signal, speeds), but sporadically disconnects for no apparent reason. When I try to reconnect, the signal passes of five (full) bars up to three

  • Satellite P850 - temperature increase very quickly

    Hi, I recently purchased a Toshiba Satellite P850 12Z.I'm happy with it, is fast and strong as my previous Toshiba laptops.But I suspect that the thermal paste is not well implemented in the CPU.When you perform a stress test, temp fires from 60 ° c

  • Declarations of function call

    If I call a function and pass it a variable, and this function performs a calculation with this variable, the variable in the main function should be changed.  Let me give an example below.  In this example, the Message box displays 1, 2 and 3.  I al

  • HP DV6 3050TX (damaged HDD, not pre-installed OS Backup)

    Hi, 640 GB Hard Disk to my HP DV6 3050TX got corrupted and had to buy a new one. I have no back up earlier. So, where can I get the Genuine Windows 7 Home Premium 64 bit that comes pre-installed with the laptop and where to find all the drivers? Why