Payment service - do not pick up after purchase

Hello

I implemented the Service of payment in accordance with the following documentation...

https://developer.BlackBerry.com/native/documentation/Cascades/device_platform/paymentservice/checki...

Buying works fine and license keys are stored in a QSetting so persists as long as the user has the application installed on the device. Once the user removes the application, I need to recover after purchase, but the above code fails! All previous purchases are not retrieved.

In the literature, he mentions the following:

For these scenarios, it is recommended to provide a manual way for users to recover after shopping (by using a menu or button on the screen) or perform queries periodicals usinggetExistingPurchases (true).

What is the approach to take, any suggestion of implementation to avoid manual retreival?

This is part of my app code:

Page
{
    onCreationCompleted:
    {
        // Connection mode set to production !!!
        rootPaymentManager.setConnectionMode(1);
        rootPaymentManager.requestExistingPurchases(false);
    }
    ....

    attachedObjects: [

        PaymentManager
        {
            id: rootPaymentManager

            onExistingPurchasesFinished:
            {
                if (reply.errorCode == 0)
                {

                    for (var i = 0; i < reply.purchases.length; ++ i)
                    {
                        LicenceManager.licencePurchase(reply.purchases[i].receipt["digitalGoodSku"]);
                    }
                }
                else
                {
                    console.log("Error: " + reply.errorText);
                }
            }
        }
    ]
}

Finally found the issue...  He did take a few hours of digging since this issue was caused by faulty code from the example Freemium app.

https://github.com/BlackBerry/Cascades-community-samples/BLOB/master/FreemiumSampleApp/assets/main.q...

    attachedObjects: [

        PaymentManager
        {
            id: rootPaymentManager

            onExistingPurchasesFinished:
            {
                if (reply.errorCode == 0)
                {

                    for (var i = 0; i < reply.purchases.length; ++ i)
                    {                        // Faulty line of code
                        //LicenceManager.licencePurchase(reply.purchases[i].receipt["digitalGoodSku"]);

                        // Fixed line of code                        LicenceManager.licencePurchase(reply.purchases[i]["digitalGoodSku"])
                    }
                }
                else
                {
                    console.log("Error: " + reply.errorText);
                }
            }
        }
    ]

Tags: BlackBerry Developers

Similar Questions

  • Services do not start even after changing to start automatically.

    AdminTools services

    ControlPanel-> AdminTools-> Services-> server, when it set up Auto or manual, it does not start after reboot. What are the settings I need to change? All my files and printer sharing are turned off (unles I start it manually). Any help, please?

    Hi RichardSkrzat,

    -Did you change on your computer before this problem?

    Follow the steps in the article to solve the problem:

    Troubleshooting File and Printer Sharing in Microsoft Windows XP

  • Windows 7 64-bit: Windows Update Service is not running. After the restoration of 500 GB to 750 GB HD drive.

    I was running Window 7 64-bit Ultimate on a laptop Asus N series with a Western Digital 500 GB HD with no problems. I buy a new Seagate 750 GB hard and sustained up to my computer using Macrium Reflect. When I restore my drive on the new Seagate 750 GB HD everything starts fine, but Windows Update does not work as in the post:

    Windows 7 64-bit: Windows Update Service not working (but it runs in services.msc)

    I went through everything in this announcement and nothing has worked. I have no idea what to try and I am deployed to Iraq with the army so I can very well take in anywhere to have watched or call technical support. Help, please!

    First of all, thank you for your Service !

    See if this hotfix solves the problem - an update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with the Advanced Format drives is available
    Be warned, if the following error occurs during the installation of the hotfix, it is the same mistake that the hotfix is intended to correct.

    Setup has encountered an error: 0xc8000247

    That is the same mistake noted in WindowsUpdate.log when updating fails

    FATAL DtaStor: DS: 0xc8000247: JetInit failed
    DtaStor FATAL: Failed to initialize the data store, error = 0xC8000247
    FATAL DnldMgr: DM:CAgentDownloadManager:CheckAllCallDownloadStates: GetSession failed with 0xc8000247

    If the processor is Intel, you can update the fast Intel storage technology driver to resolve the error.
    Suggest you check the ASUS website to see if they have a newer driver of TSRI.

    Download HP update Intel Rapid Storage Technology driver
    Error messages appear during the update of Windows, when you insert the card or using Live Mail

    In another thread with this question, someone with a Sony laptop used the download above HP to solve the problem but, I can't recommend it.
    Here is the thread-update Windows 7 windows broken after clone disk

    MowGreen
    Expert in Windows IT Pro - consumer safety

    * - 343-* FDNY
    NEVER FORGOTTEN

  • Re: Satellite L755 - Blu - ray player is not picked up after Win 8 upgrade

    I have a Satellite L755-s1ep and I upgraded to Win8 and my blu - ray player does not work and I can't find drivers or a solution.

    What do you mean by not working?
    Is the drive recognized in Device Manager and listed in Windows Explorer?

  • HP G6-2304AU - keyboard does not not two weeks after purchase.

    Hi all
    Looking for a few hep on something that made me absolutely perplexed. I bought a HP Pavillion 2304AU G6, Win8 running, two weeks ago and since I bought the keyboard cut in and out on random intervals, even had some problems with the touchpad - no problem with the touchpad while more.
    The keyboard now completely cut off and has since a few days now - I've done a good amount of troubleshooting but I can't seem to fix. NONE of the keys work, except for the function keys (F1 to F12), but esc, del, etc. which are also on the top of the keyboard do not work.
    I did the following:
    Restart the computer.
    Uninstalled and reinstalled the driver as found on the HP site.
    Did a reset, FULL of Windows 8.
    Tried in safe mode, nothing helps.

    The keys do not work in the BIOS.

    I start University Monday and really hope I can fix this problem before this date :/

    Thanks for all your help in advance,

    Jordan

    If it does not work in the BIOS or Safe Mode, the keyboard is already defective.

    Go back to where you bought it from and exchange it for a new laptop if you can, otherwise contact HP and put in place a claim under warranty.

    In the meantime, you can use the onscreen keyboard.

    With out of control (I'm on W7 machine now)

    Open the window of the aps, right click and a button will appear at the bottom right of the screen _ all the aps.

    Click on that and find Accessories > accessibility > on screen keyboard.

    EDIT: On screen key board is simply in the window of "all points".

  • Service SQL Server 2014 will not start start after the update sp1 (KB3058865, KB3075950, KB3094221)

    Hi, my SQL Server 2014 works very well in my server with WIndows 2012 until I installed the new day & service pack that was required for server hardening.

    I successfully installed SP1 KB 3058865 first, then discovered that the services do not start. After so much research to fix, I came with the 2 cu updates KB3075950, KB3094221 in knowing that it could solve my problem but unfortunately is not.

    I also tried to change the service account that many suggest, but his does not work.

    I tried to replace the master file & maslog but also failed.

    I tried to run etc and unique usermode and restore master db... also failed.

    Here is the log file:

    16/02/01 15:21:21.83 Server Microsoft SQL Server 2014 (SP1 - CU3) (KB3094221) - 12.0.4427.24 (X 64)
    October 10, 2015 17:18:26
    Copyright (c) Microsoft Corporation
    Standard Edition (64-bit) on Windows NT 6.2 (build 9200 :) (hypervisor)

    2016-02-01 15:21:21.84 setting the server UTC: 08:00
    2016-02-01 15:21:21.84 Server (c) Microsoft Corporation.
    2016-02-01 15:21:21.84 server all rights reserved.
    2016-02-01 15:21:21.84 server process ID is 5128.
    2016-02-01 15:21:21.86 Server system manufacturer: "Microsoft Corporation", model of system: 'Virtual Machine '.
    2016-02-01 15:21:21.86 the server's authentication mode is MIXED.
    2016-02-01 15:21:21.86 Server record SQL Server messages in file ' C:\Program Files\Microsoft SQL Server\MSSQL12. MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2016-02-01 15:21:21.86 Server service account is "NT Service\MSSQLSERVER". This is an informational message; no user action is required.
    2016-02-01 15:21:21.86 registry server startup parameters:
    -d C:\Program Files\Microsoft SQL Server\MSSQL12. MSSQLSERVER\MSSQL\DATA\master.mdf
    e C:\Program Files\Microsoft SQL Server\MSSQL12. MSSQLSERVER\MSSQL\Log\ERRORLOG
    l C:\Program Files\Microsoft SQL Server\MSSQL12. MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    2016-02-01 15:21:21.86 Server startup command line parameters:
    s 'MSSQLSERVER '.
    2016-02-01 15:21:22.27 Server SQL Server has detected 1 struggling with 1 cores per socket and 1 logical processors per socket, 1 total logical processors; using 1 logical processors based on SQL Server licenses. This is an informational message; no user action is required.
    2016-02-01 15:21:22.27 Server SQL Server starts at the normal base priority (= 7). It is an informational message only. No user action is required.
    2016-02-01 15:21:22.28 Server has detected 7999 MB of RAM. This is an informational message; no user action is required.
    2016-02-01 15:21:22.28 Server using conventional memory in the memory manager.
    2016-02-01 15:21:22.33 default server collation: SQL_Latin1_General_CP1_CI_AS (us_english 1033)
    2016-02-01 15:21:22.37 Server this instance of SQL Server is a latest report by using a process ID of 1600 at 01/02/2016 15:13:12 (local) 01/02/2016 07:13:12 (UTC). This is an informational message only; no user action is required.
    2016-02-01 15:21:22.38 the maximum number of connections administrator dedicated to this server instance is '1 '.
    2016-02-01 15:21:22.38 configuration of server node: node 0: CPU mask: 0 x 0000000000000001:0 Active CPU mask: 0 x 0000000000000001:0. This message provides a description of the NUMA configuration for this computer. It is an informational message only. No user action is required.
    2016-02-01 15:21:22.40 allocation of dynamic locking using the server.  Initial allocation of blocks of lock of 2500 and 5000 per node lock owner.  It is an informational message only.  No user action is required.
    2016-02-01 15:21:22.43 spid8s start database 'master '.
    2016-02-01 15:21:22.49 Server CLR version loaded v4.0.30319.
    2016-02-01 15:21:22.51 spid8s d - 8 operations in the database 'master' (1:0). It is an informational message only. No user action is required.
    2016-02-01 15:21:22.61 Server common language features (CLR) runtime initialized using CLR version C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ v4.0.30319.
    2016-02-01 15:21:22.62 spid8s 0 operations cancelled in database 'master' (1:0). It is an informational message only. No user action is required.
    2016-02-01 15:21:22.62 spid8s Recovery is writing a checkpoint in database 'master ' (1). It is an informational message only. No user action is required.
    2016-02-01 15:21:22.79 spid8s SQL Server Audit begins audits. This is an informational message. No user action is required.
    2016-02-01 15:21:22.80 spid8s SQL Server Audit has begun audits. This is an informational message. No user action is required.
    2016-02-01 15:21:22.88 spid8s Trace SQL ID 1 was launched by the "sa" login
    2016-02-01 15:21:23.28 spid8s server name is "UATCASADB". It is an informational message only. No user action is required.
    2016-02-01 15:21:23.28 spid13s A self-generated certificate was loaded successfully for encryption.
    2016-02-01 15:21:23.33 spid13s Server listens on ['none' 1433].
    2016-02-01 15:21:23.40 spid13s Server listens on ['none' 1433].
    local connections provider 2016-02-01 15:21:23.44 spid13s server is ready to accept connection on [\\.\pipe\SQLLocal\MSSQLSERVER].
    local connections provider 2016-02-01 15:21:23.44 spid13s server is ready to accept connection on [\\.\pipe\sql\query].
    2016-02-01 15:21:23.48 Server Server listens on [: 1 1434].
    2016-02-01 15:21:23.49 Server Server listening on [127.0.0.1 1434 ].
    2016-02-01 15:21:23.49 connection admin support dedicated server was created for locally listening on port 1434.
    2016-02-01 15:21:23.49 Server SQL Server attempts to save an of Service Principal name (SPN, service principal name) for the SQL Server service. Kerberos authentication is not possible, until a name for the SQL Server service is SPN. This is an informational message. No user action is required.
    2016-02-01 15:21:23.60 spid14s A new instance of the full-text filter daemon host process has been started successfully.
    2016-02-01 15:21:23.71 Server SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [MSSQLSvc/UATCASADB.onenetworkbank.com.ph] for the SQL Server service.
    2016-02-01 15:21:23.72 Server SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [MSSQLSvc/UATCASADB.onenetworkbank.com.ph:1433] for the SQL Server service.
    2016-02-01 15:21:23.97 spid17s start database 'msdb '.
    2016-02-01 15:21:23.98 spid18s database startup "ReportServer".
    2016-02-01 15:21:23.98 spid19s database startup 'ReportServerTempDB '.
    2016-02-01 15:21:24.03 spid9s start database 'mssqlsystemresource '.
    2016-02-01 15:21:24.08 spid9s the base resource database build version is 12.00.4427. It is an informational message only. No user action is required.
    Error logon 2016-02-01 15:21:24.11: 18401, severity: 14, State: 1.
    2016-02-01 15:21:24.11 of logon login failed for user "NT SERVICE\ReportServer". Reason: The server is in script upgrade mode. Only one administrator can connect at this time. [CLIENT: ]
    2016-02-01 15:21:24.18 spid19s 1 transactions rolled forward in the 'ReportServerTempDB' (6:0) database. It is an informational message only. No user action is required.
    2016-02-01 15:21:24.28 spid19s 0 transactions cancelled in the database 'ReportServerTempDB' (6:0). It is an informational message only. No user action is required.
    2016-02-01 15:21:24.44 spid17s 133 transactions rolled forward in the database 'msdb' (4:0). It is an informational message only. No user action is required.
    2016-02-01 15:21:24.73 spid17s 0 transactions cancelled in the database 'msdb' (4:0). It is an informational message only. No user action is required.
    2016-02-01 15:21:24.74 spid17s Recovery is writing a checkpoint in database 'msdb' (4). It is an informational message only. No user action is required.
    2016-02-01 15:21:24.79 spid9s start database 'model '.
    2016-02-01 15:21:25.01 spid9s clearing tempdb database.

    2016-02-01 15:21:25.94 spid9s start database 'tempdb '.
    2016-02-01 15:21:26.12 spid20s The Service Broker endpoint is in a disabled or stopped state.
    2016-02-01 15:21:26.12 spid20s The Database Mirroring endpoint is disabled or stopped state.
    Manager of Service Broker 2016-02-01 15:21:26.15 spid20s began.
    2016-02-01 15:21:27.32 spid8s database 'master' is upgrading script 'msdb110_upgrade.sql' of level 201328592 level 201331019.
    2016-02-01 15:21:27.32 spid8s-
    2016-02-01 15:21:27.32 spid8s start PRE_MSDB execution. SQL
    2016-02-01 15:21:27.32 spid8s-
    2016-02-01 15:21:28.36 spid8s configuration database COMPATIBILITY_LEVEL option for 100 for database 'msdb '.
    2016-02-01 15:21:28.56 spid8s-
    2016-02-01 15:21:28.56 spid8s start PRE_SQLAGENT100 execution. SQL
    2016-02-01 15:21:28.56 spid8s-
    2016-02-01 15:21:28.60 spid8s configuration database option COMPATIBILITY_LEVEL of 120 for the database 'msdb '.
    2016-02-01 15:21:28.77 spid8s Configuration option 'allow updates' goes from 1 to 1. Run the RECONFIGURE statement to install.
    2016-02-01 15:21:28.77 spid8s Configuration option 'allow updates' goes from 1 to 1. Run the RECONFIGURE statement to install.
    Error logon 2016-02-01 15:21:29.18: 18401, severity: 14, State: 1.
    2016-02-01 15:21:29.18 of logon login failed for user "NT SERVICE\ReportServer". Reason: The server is in script upgrade mode. Only one administrator can connect at this time. [CLIENT: ]
    2016-02-01 15:21:31.84 spid8s attempting to load library 'xpstar.dll' in memory. It is an informational message only. No user action is required.
    "2016-02-01 by using spid8s 15:21:31.86"xpstar.dll' version ' 2014.120.4100 ' to run the extended stored procedure 'xp_instance_regread '. This is an informational message only; no user action is required.
    2016-02-01 15:21:31.89 spid8s DBCC TRACEOFF 1717, process server ID (SPID) 8. This is an informational message only; no user action is required.
    2016-02-01 15:21:31.89 spid8s DBCC execution completed. If DBCC printed in error messages, contact your system administrator.
    2016-02-01 15:21:31.90 spid8s
    2016-02-01 15:21:31.90 spid8s create table temp_sysjobschedules
    2016-02-01 15:21:32.20 spid8s
    2016-02-01 15:21:32.20 spid8s Alter table sysdownloadlist...
    2016-02-01 15:21:32.22 spid8s
    2016-02-01 15:21:32.22 spid8s Alter table sysjobhistory...
    2016-02-01 15:21:32.24 spid8s
    2016-02-01 15:21:32.24 spid8s Alter table systargetservers...
    2016-02-01 15:21:32.25 spid8s
    2016-02-01 15:21:32.25 spid8s Alter table sysjobsteps...
    2016-02-01 15:21:32.40 spid8s Configuration option 'allow updates' goes from 1 to 0. Run the RECONFIGURE statement to install.
    2016-02-01 15:21:32.40 spid8s Configuration option 'allow updates' goes from 1 to 0. Run the RECONFIGURE statement to install.
    2016-02-01 15:21:32.42 spid8s
    2016-02-01 15:21:32.42 spid8s-
    2016-02-01 15:21:32.42 spid8s PRE_SQLAGENT100 execution. Full SQL
    2016-02-01 15:21:32.42 spid8s-
    2016-02-01 15:21:32.46 spid8s DMF pre-shaping within walking distance...
    2016-02-01 15:21:32.83 spid8s DC pre-shaping within walking distance...
    2016-02-01 15:21:32.83 spid8s check if Data collector config table exists...
    2016-02-01 15:21:32.84 spid8s State of collector of data before the update: 0
    2016-02-01 15:21:32.84 spid8s pre_dc100::Check if syscollector_collection_sets_internal table exists...
    2016-02-01 15:21:32.84 spid8s pre_dc100::Capturing Collection to define the status of temporary table...
    2016-02-01 15:21:33.05 spid8s Deleting cached generated automatically collect T - SQL packages to msdb data...
    2016-02-01 15:21:33.05 spid8s end of the DC pre-staged to level as follows.
    2016-02-01 15:21:33.05 spid8s DAC pre-shaping within walking distance...
    2016-02-01 15:21:33.06 spid8s from CAD pre-shaping within walking distance...
    2016-02-01 15:21:33.06 spid8s end of the CAD pre-staged to level as follows.
    2016-02-01 15:21:33.06 spid8s-
    2016-02-01 15:21:33.06 spid8s start execution of MSDB. SQL
    2016-02-01 15:21:33.06 spid8s-
    2016-02-01 15:21:33.19 spid8s Configuration option 'allow updates' from 0 to 1. Run the RECONFIGURE statement to install.

    2016-02-01 15:21:33.19 spid8s Configuration option 'allow updates' from 0 to 1. Run the RECONFIGURE statement to install.
    2016-02-01 15:21:33.37 spid8s check the size of the MSDB.
    2016-02-01 15:21:33.63 spid8s error: 8966, severity: 16, State: 2.
    2016-02-01 15:21:33.63 spid8s can not read and lock the page (1:56616) with lock type SH. page no ID invalid. has failed.
    2016-02-01 15:21:33.63 spid8s error: 8946, severity: 16, State: 12.
    2016-02-01 15:21:33.63 spid8s Table error: Allocation page (1:56616) has invalid header values to the PFS_PAGE page. The type is 0. Check the type, unit ID of ID and the ID of the page on the page.
    2016-02-01 15:21:33.63 spid8s error: 912, severity: 21, State: 2.
    2016-02-01 15:21:33.63 spid8s Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' has detected 3601, an error state 5, severity 25. It is a serious condition that could interfere with the normal operation and the database is taken offline. If the error occurred during the upgrade of the 'master' database, it will prevent the entirety of a SQL Server instance to start. Review the previous entries in the error log, take appropriate corrective action and restart the database so that the script upgrade steps run until the end.
    2016-02-01 15:21:33.64 spid8s error: 3417, severity: 21, State: 3.
    2016-02-01 15:21:33.64 spid8s cannot recover the master database. SQL Server cannot run. Master of restoring a full backup, repair or rebuild. For more information on how to rebuild the master database, see the SQL Server online documentation.
    2016-02-01 15:21:33.64 spid8s stop SQL Server launched
    2016-02-01 15:21:33.64 spid8s trace SQL stopped due to server shutdown. Trace ID = "1". This is an informational message only; no user action is required.
    2016-02-01 15:21:34.70 spid8s error: 25725, severity: 16, State: 1.
    2016-02-01 15:21:34.70 spid8s an error occurred trying to empty sessions extended all running events.  Some events may be lost.
    2016-02-01 15:21:34.71 spid13s the SQL Server Network Interface library could not deregister the Service Principal Name (SPN) [MSSQLSvc/servername.urldomain] for the SQL Server service. Error: 0x2af9, State: 61. Administrator should deregister this SPN manually to avoid client authentication errors.
    2016-02-01 15:21:34.71 spid13s the SQL Server Network Interface library could not deregister the Service Principal Name (SPN) [MSSQLSvc / servername.urldomain:1433] for the SQL Server service. Error: 0x2af9, State: 61. Administrator should deregister this SPN manually to avoid client authentication errors.

    -----------------------------------------------------------------------------------------------

    I would be grateful for all the help I can get. Thank you.

    Hello

    Your question is beyond the scope of this community.

    Please repost your question in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    TechNet Server forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Windows cannot add printer print spooler service is not running. Even after the spooler service is started I get code error 0x000006be

    I have XPS from Dell with Windows Vista Home premium 32-bit. I'm trying to connect the office jet J4680 HP wireless printer. The printer was working with this PC, but for the last 2 weeks, something has changed and I can't reconnect to the printer. I get the error Printer Spooler service is not running. After I have start the spooler service and try to add a printer, I get an error 0x000006be code

    Hello

    The main problem is caused by corrupted printer drivers, you will need to check with your printer manufacturer for
    Download the latest drivers (just re - install the old ones will probably lead to this error). Make sure that you
    Download for your version of Windows and 32 bit or 65.

    Error message when you try to connect to a print queue in Windows Vista or in Windows Server 2008: "Windows cannot connect to the printer. Impossible operation completed (error 0x000006be)»
    http://support.Microsoft.com/kb/946394

    ==========================================

    Use this method to clear the spooler and then uninstall and reinstall your printer (check with the manufacturer for)
    the latest version of the driver
    ).

    Problems of print and error - a Mr Fixit of printing
    http://support.Microsoft.com/GP/printing_problems

    Solve printer problems - a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/8c11977e-8244-408f-A036-7978a618d7a21033.mspx
    ------------------------------------------------------

    Logon as administrator

    Start - type in the search box-> COMMAND - control to the top of the list and RIGHT CLICK – RUN AS ADMIN

    You can copy and paste each line except those brackets and press ENTER after each.

    net stop Spooler

    (echo suppression of all print jobs)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    del/q %SystemRoot%\system32\spool\printers\*.*

    net start Spooler

    (sound Done!)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    Another way
    http://4sysops.com/archives/how-to-cancel-a-print-job-that-hangs-under-Windows-Vista-and-XP/

    Check the print - DELETE/STOP queue all jobs - then right click on the printer - REMOVAL
    http://windowshelp.Microsoft.com/Windows/en-us/help/bb6f81d9-4092-4ac8-9716-2bd008f513e11033.mspx

    If you use Control Panel - Classic - printers

    Try after unplugging your printer if necessary.
    ------------------------------------------------------------

    Check this thread - stop and disable the spooler

    http://social.answers.Microsoft.com/forums/en-us/vistaperformance/thread/a15779d6-ac0d-42FD-9Ac2-a1da241ea19f/

    and here
    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/58b54fa9-cf6f-40F7-90b2-8093c6777493

    ------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Try to run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    If no joy:

    Try the Startup Repair tool-

    This tells you how to access the System Recovery Options
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    Try recovery options Startup Repair

    How to do a startup repair
    http://www.Vistax64.com/tutorials/91467-startup-repair.html

    Try runnng Chkdsk of Recovery Options
    (it of a more efficient way to manage to restart the computer and might work)

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • After installing Windows 7 using MDT, Windows displays the message "Windows Update cannot currently check for updates because the service is not running.

    Hi all

    I worked on creating a better system for my business get an OS up-to-date with all the required software, settings, and drivers. I have previously using WDS as autonomous and just syspreping images and pushing them up until he became incoherent and corrupting of the parts of the image. I did a little surfing on the web and discovered that many computing professionals use MDT to produce images of quality with all the customization they need. So that's the problem.

    The image works fine. I'm able to customize the way in which I need to and get most of my successful deployed pilots (problem with trackpad drivers), but the error message I get when I try to run a windows update is "windows that update cannot currently check for updates because the service is not running." After I received this message I check my services and it shows the update of Windows running service and long-term as well running services. Tried to restart as suggested and still no results. Undertook research for a possible fix and still nothing.

    Any help?

    It became quite a headache for me. Thank you guys

    Hello

    Thanks for posting your query in Microsoft Community.

    I understand that you have problems with the installation of Windows Update.

    If you your computer are connected to a domain network?

    If Yes, then post your query in TechNet forums because they have more expertise in this issue to help you better. Please follow the below link to do the same.

    T echNet Forums for Windows 7 
    http://social.technet.Microsoft.com/forums/Windows/en-us/home?Forum=w7itpronetworking

    Hope this information helps.

  • Satellite A200-27U not wakes up after hibernation when you open the lid

    I just bought a new Satellite A200 27U which goes a lot so far.
    However, I have configured in hibernation mode when I close the lid.

    I can't resume automatically hibernate when I open the lid.
    I have to press the power button.
    Is this normal, should resume automatically?

    If yes how to do it do?

    It is the same with my Satellite P200 and I think it's normal. It is the same on my second laptop preinstalled WXP.
    Putting into service is not automatically and after you open the laptop I have to press power button / stop too.
    But it is not so problematic. What do you think?

    You use Windows XP Home or Vista edition?

  • Service does not start with no Local System connection

    I implemented a service (CrashPlanService) to connect like myself, not as a Local System. However, the service does not start automatically, or as automatic (delayed start) and noted "the account name is invalid or does not exist, or the password is invalid for the specified account name" in the event log even if the account name and password are correctly defined. I have to start it manually after every restart (and thus know the account/password combo is correct).
    Windows 7 Enterprise.
    Advice?

    Hello

    Thanks for posting the question on the Microsoft Community Forums.

    According to the description, it looks like CrashPlan Service does not start automatically after you start the computer.

    The question you posted would be better suited in the TechNet Forums; We recommend that you post your question in the TechNet Forums to get help:

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • Audio services does not... additional options for troubleshooting does not

    Recently, I restarted my laptop and after restarting, I couldn't play any music media player, iTunes or xbox music. After hovering over the icon of the sound, he says that the Windows Audio service is not running. After troubleshooting the windows troubleshooting options seemed empty and not answered. It is the same for the control panel when I tried to open it manually. Someone please help this situation is disturbing. I use a Lenovo IdeaPad touch P500 running windows 8.1. If it helps, this is happening after the recent update to annex one or two days ago.

    AVG is installed?

    If AVG has therefore been reported recently, ask questions as in the next thread that has any suggestions to remedy the situation:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows8_1-hardware/Windows-audio-cant-be-started-error-0x800706cc/2f3cffd7-62e3-4b18-a604-7c1438e6a04a?page=1

  • I can not even use my products after purchase.

    Hello

    I can not even use my products after purchase.

    It's boring, that it always displays products expired in my creative cloud Center. I logged several times and no work.

    and I tried the advice from the forums and it does not work.

    There is no all things product and serial number under my product list. What is wrong with him?

    I'm just really URGENT using the product immediately.

    All the things I've found is my order with the invoice history.

    My membership is a student.

    Who CAN HELP me? God...

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Bought creative cloude online. Payment but the service is not activated [was: Hello]


    Bought creative cloude online. Payment but the service is not enabled

    Hello

    I checked the account details and you have subscribed to the plan of photography Adobe CC.

    Please check the help below document:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    Kind regards

    Sheena

  • I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Hi everyone, this is my first post, also help on the post would be appreciated.

    I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Thanks in advance

    Newbie

    The only way to install an ipad app is through the app store.  PC or Mac software does not run on the ipad.  Search in the contacts link at the bottom right of this page.  Give apple a call.

    I guess is the icon for pages in icloud for storing documents pages.  At the same time, apple had a cloud based pages.  Not sure what happened to her.

    R

  • Computer HP laptop is not picking up good wireless signal after downgrading windows 8.1 for windows 7

    So far, I had a hell of a trip to the scene that I have (I managed to get windows 7 booted up and installed etc and then had to download drivers for a bunch of stuff that was absent because of the falling out between W7 and W8) but I need serious help/help - particularly nearby wireless network card drivers , but also in other areas, too.

    In short, the problem I have is that I had to download an ASUS 802.11n network adapter driver just to get my wireless works... and now it is not picking up signal unless the laptop is basically right next to the router.

    The router works fine - it's all new Virgin Media and I pick up the signal 5 houses down on my iphone.

    I guess the question I seek an answer to is if because the Windows 8.1 will no longer work and I had to install a * beep * ty Asus driver temporarily, can someone find me a suitable adapter for the following:

    PCI\VEN_14E4 & DEV_4365 & SUBSYS_2230103C & REV_01
    PCI\VEN_14E4 & DEV_4365 & SUBSYS_2230103C
    PCI\VEN_14E4 & DEV_4365 & CC_028000
    PCI\VEN_14E4 & DEV_4365 & CC_0280

    Oh my laptop is a HP pavilion 17 by the way - and Yes, I used this site to get adapters but none seem compatible.

    After spending some time looking around more closely, I found a driver that solved my problem:

    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_bd9b6997fbc7fc515f4cf4626f5c8d01=wsrp-navigationalState%3DswItem%253Dob_133353_1&javax.portlet.tpst=bd9b6997fbc7fc515f4cf4626f5c8d01&ac.admitted=1411428691952.876444892.199480143

Maybe you are looking for

  • EFax invites you to the photo tray

    After receiving an efax, the printer pushes me that I need to load paper into the photo tray.  Of course, I can't print the fax to a photo 4 x 6.  I don't see how to tell him to use the main tray.  I put the preference of bac to bac main on the print

  • 'put in cartridge' with the warning light.

    mp360 printer shows 'put in cartridge' with warning light. The cartridges are in. Will print once, then stop. Had the head cleaned and it printed fine nozzle boss, tried to print a page of the same alarm.

  • Unable to set the security type.

    Hi guys,. Recently, I reset my router and access 192.168.1.1. I put a different SSID that default "linksys" and then walked to the Wireless Security tab. When I try to choose the type of security so that I can enter a password, really fast page refre

  • How to transfer computer DCR TRV350 window 7-64, using ilink

    Can someone explain in easy to understand how I can transfer my video from my DCR TRV350 Cam Hi8 tapes to my computer using the ilink connection. My PC is family premium Windows 7 64-bit processor - 3770-i7 - 8 GB DDR3 SDRAM... Everything I have on t

  • Essbase with OBIEE

    HelloHyperion/Essbase 11.1.2.1 & BI 11.1.1.7Began to look at what is involved in terms of being able to create reports/dashboards in BI against Essbase outfit/source dbs. We have dedicated it resources occupy BI but it is not always easy to have a pr