5.5.1 returns nothing for VC:HostSystem.availableField

After the upgrade to vCO 5.5.1 my routine that retrieves custom field values is breaking.  It seems that VC:HostSystem.availableField does not return anything although I have 5 custom fields defined at this level.  Worked great for two years, but seem to have broken on the 5.5.1 upgrade.  Can someone check?

Hello Paul,

The use of the service of the inventory has been deprecated after the release of the VCO 5.5.1 and we maintain is no longer the code that handles the communication to him. The reason is that we have had many reports of false data, returned by the service of inventory. The biggest bottleneck when retrieving data through collector of property (as opposed to the service of inventory) is registration of the property filters. To remedy, after disabling the service (by default) inventory, we refactored the plugin to register these filters property asynchronously (after first recover the data directly) thus avoiding the overhead of locking and pending registration of filter. These changes are present in the plugin version that we sent to SR 14445410402. Since your installation used the inventory service, I guess that you do not use this version. Could you upgrade to it and see if you are experiencing significant slowdowns?

Kind regards

Victor

Tags: VMware

Similar Questions

  • Recently updated to auto to v17.0.1 under W7 - 64; but password search registered function always returns nothing - they are there, because the AutoComplete works

    I always used to be able to search and retrieve password - but the user interface has changed recently and what I am looking for nothing is returned; but for many sites it always automatically fills my name and password so that they are there. I have tried searching for anyone else having this problem but couldn't find anything - can not believe I am alone but...

    I just do in low grade - or is there anything else I can do to recover the features?

    You are welcome

  • Services Web site deployment error "server returned nothing (no header, no data)" and much more

    I develop a VI on a large scale with a VI of web service combined in 2010 SP1. The "auxiliary" VI is responsible for storage of data capture and analysis as well as data and communications. It's big enough and communicates with the web method VI through shared network variables [and I use the DSC module to allow the management of shared variables of events].

    I can build and deploy the web method VI very well and it runs great. However, I need to communicate between the auxiliary and web method VI, and it seems that I can't do without including the auxiliaries vi when generating RESTful web services [also, is there a way to make this web service generates?]. When I added the auxiliary vi for the construction, he built very well, but then I got during deployment:

    "Server returned nothing (no header, no data).

    The next time I tried to deploy, I got a fake NI Auth dialog by this knowledge base article. By following the instructions for case 1 ["failure of Web application server since last started"], I ran Services.msc and found that NEITHER Application Web Service was not running. I tried to restart the service, but got this error:

    "The NI Application Web Server service on Local computer started and then stopped. Some services stop automatically if they have no work to do, for example, the service logs and alerts. »

    Knowledge base article suggests to restart at this point and I did, but I still see the same behavior. So really, I have a few questions:

    1. is it possible to deploy a variable library shared on the network through a local web service deployed and VI?

    2. What are the causes "server returned nothing (no header, no data)" in the deployment? A google search gave very little.

    3. what this means: "NI Application Web Server service on Local computer started and then stopped... '. "and what do I do to get my Web Application Server up?

    [to pile on the pile... I tried to re - activate the localhost:3580 Web application server and got an error. Localhost:3580 then offline also.]

    Thank you!

    Update.

    I noticed that the Web application server attempted to deploy the web service broken and choke her. There seemed to be no way to clear the .lvws created at the origin of the construction. I was able to remove the deployment folder to \UserServices\deployed\ $(WebServicesRoot)- , but it has been recreated from the .lvws whenever I tried to restart the service.

    So I called NOR and they told me this directory [XP]:

    C:\Documents and Settings\LocalService\My Documents\LabVIEW Data\WebServices\Standalone

    The .lvws has been in this folder. I deleted it and now I can run the ApplicationWebService. Apparently this file hidden undocumented is a "not-quite-bug" that is recognized as needing a fix in future releases.

  • How to filter data according to internal application and in case if returns nothing outside the query must return all the lines

    create table ab (a number, b varchar2 (20));

    Insert into ab

    Select rownum, rownum. "" sample "

    of the double

    connect by level < = 10

    create table bc (a number, b varchar2 (20));

    Insert into BC.

    Select rownum + 1, rownum + 1 | "" sample "

    of the double

    connect by level < = 10

    Select * AB

    where b in (select b BC where b = "2sample")

    This query will return me 1 row, but there are cases where the value of the parameter b is null

    and that it should return all rows in the table

    as

    Select * AB

    where b in (select b BC where b = "2sample")

    which return specific values, but I want to change in a way when the inner query returns nothing then outer query should return all the lines and works as

    Select * AB;

    Is it possible to put in a single query

    Hello

    You seem to ask for different things.  You want all the lines AB when

    1. The parameter ("2sample' in the example) is NULL, or when
    2. There is no corresponding row in the 2 tables (which could happen even if the parameter is not NULL)

    ?

    Assuming you want the option 2, here's one way:

    WITH got_rnk AS

    (

    SELECT ab.*

    DENSE_RANK () (ORDER IN CASE

    WHEN b (IN)

    SELECT b

    BC.

    WHERE b = "2sample" - parameter

    )

    THEN "A".

    OF ANOTHER 'B '.

    END

    ) AS rnk

    AB

    )

    SELECT a, b

    OF got_rnk

    WHERE rnk = 1

    ;

    This does not assume b is unique in each table.

    Thanks for posting the CREATE TABLE and INSERT statements; It is very useful.

  • PowerCLI Get-AdvancedSetting returns nothing

    Hello.

    I have a problem with the Get-AdvancedSetting command.

    The return is always nothing, unless an error occurs, which in this case indicates the error.

    In the example below, it should return a list of required parameter for all virtual machines that have this setting:

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > Get - vm | Get-AdvancedSetting - name disk. EnableUUID

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI >

    Also the same in this variant:

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > Get-AdvancedSetting - entity (Get - VM - name SRVNAME) - disk name. EnableUUID

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI >

    As you can see, it only skips line and returns nothing. I am able to enumerate all the virtual machines if I just launched Get - vm and I get an error if I try the above without the entity.

    I tried with arguments of different setting different disk . EnableUUID, but got the same result.

    What could be wrong?

    Thank you.

    Ouch, that's a pretty old version.

    No particular reason, you can not upgrade?

  • Get-VMHostSnmp returns nothing

    Hi all

    I need to get out a bunch of SNMP parameters for some 5.5 ESXi hosts.

    This bit is easy. I say that because when I run the command set-vmhostsnmp to add the targets and community names, no error is returned.

    It's when I try to check the settings, or search the SNMP settings on different hosts that I run into trouble.

    I want to add that I tried the following on PowerShell (v3), Powershell ISE, with VMware PowerCLI (5.5 Release 1).

    Always with the same results.

    to connect-viserver MyESXiHost-credential (get-credential)

    Get-VMHostSNMP #returns nothing

    Get-VMHostSNMP-returns # server MyESXiHost the below error

    Get-VMHostSnmp: 26/Jun/2015 12:14:18Get-VMHostSnmpThe method or operation is not implemented.

    On line: 1 char: 1

    + Get-VMHostSnmp-Server MyESXiHost

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: NotSpecified: (:)) [Get-VMHostSnmp], VimException)
    + FullyQualifiedErrorId: Core_BaseCmdlet_UnknownError, VMware.VimAutomation.ViCore.Cmdlets.Commands.Host.GetVMHostSnmp

    I checked the snmpd Service and it is running

    Get-VMHostService - VMHost MyESXiHost | where {$_.} Key - eq "snmpd"}

    Required Label key running policy

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

    snmpd snmpd on True False

    I even restarted the snmpd service after adding the SNMP parameters using

    Get-VMHostService - VMHost MyESXiHost | where {$_.} Key - eq "snmpd"} | Restart-VMHostService-confirm: $false

    That is to say;LabelPolicyRunning required
    ---------------------  --------
    snmpdsnmpdonTrueFake

    I even tried to Get-EsxCli

    $esxcli = get-EsxCli - VMHost siprb3esx01.corp.emc.com

    $esxcli.system.snmp.get)

    several errors returned

    Community string has not been specified in the trap target

    When I put something inside the brackets, I get the following

    The 'get' method is called with parameters '1', but the number of parameters expected is '0'

    Any help that can be offered would be appreciated.

    Thank you all

    Problem solved.

    I've updated since PowerCLI 5.5 Release 1 to PowerCLI version 5.8 Release 1 and the get-vmhostsnmp command now works.

    Better yet Get-VMHostSnmp | Select VMHost, works of TrapTargets

  • Extract XML Value returns nothing

    Hi, I have a table where I put an XMLTYPE column called XML_RESPONSE and a CLOB called XML_RESPONSE_CLOB with the same XML content each.

    One of the values of records in the two columns look like this:

    <? xml version = "1.0" encoding = "UTF - 8"? >< s : Envelope xmlns:S = » http://schemas.xmlsoap.org/soap/envelope/ « >< Body >< ns2:StampCFDBytesResponse xmlns:ns2 = » http://impl.Controllers.massive.Fe.STO.com/ "xmlns:ns3 = » http://exception.Fe.STO.com/ "><stampedDocument>PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGNmZGk6Q29tcHJvYmFudGUgdmVyc2lvbj0iMy4yIiBmb2xpbz0Cinb2IubXgvVGltYnJlRmlzY2FsRGlnaXRhbCBodHRwOi8vd3d3LnNhdC5nb2IubXgvVGltYnJlRmlzY2FsRGlnaXRhbC9UaW1icmVGaXNjYWxEaWdpdGFsLnhzZCIgeG1sbnM6dGZkPSJodHRwOi8vd3d3LnNhdC5nb2IubXgvVGltYnJlRmlzY2FsRGlnaXRhbCIvPgogICAgPC9jZmRpOkNvbXBsZW1lbnRvPgo8L2NmZGk6Q29tcHJvYmFudGU+</stampedDocument></ns2:StampCFDBytesResponse></S:Body></S:Envelope>

    I am trying to extract the base64 code, that is inside the < stampedDocument > element.

    If I use this code, the procedure runs, but returns nothing:

    Select apex_web_service.parse_xml (XML_RESPONSE, "/ / envelope/body/stampedDocument")

    in v_stamped from f_cfdi_timbrados where id_cfdi_timbrado = 1002;

    If I use the following the procedure returns an error:

    Select apex_web_service.parse_xml (XML_RESPONSE, '//Envelope/Body/stampedDocument/stampedDocument ()')

    Select apex_web_service.parse_xml (XML_RESPONSE, '//S:Envelope/S:Body/stampedDocument/stampedDocument ()')

    Select apex_web_service.parse_xml (XML_RESPONSE, ' / / s: Envelope / Body / stampedDocument')

    in v_stamped from f_cfdi_timbrados where id_cfdi_timbrado = 1002;

    06503 00000 - "PL/SQL: function returned no value."

    * Cause: A call to the PL/SQL function completed, but no RETURN statement has been

    executed.

    * Action: Function to rewrite PL/SQL, ensuring that it always returns

    a value of the appropriate type.

    I also tried with the ExtractValue function and retunrs null or an error.

    SELECT id_cfdi_timbrado,

    EXTRACTVALUE (e.xml_response, ' / envelope/body/stampedDocument ')

    'CFDI_BASE_64 '.

    OF e f_cfdi_timbrados

    WHERE id_cfdi_timbrado = 1002;

    Please notify. It's my first experience of XML parsing and it seems that I am lost.

    Francisco

    The error message provides the clue that you need.  If you were to search on this error message, you will see he's trying to tell you that you are missing a RETURN statement at the end of your function.  Something like

    RETURN v_stamped;

    That would resolve the issue causing the error ORA.

    Regarding the second question, that you will encounter, your clips are not correctly name space which is part of the XML.  For extractValue, there is a third parm

    EXTRACTVALUE

    If your query would look like

    EXTRACTVALUE (e.xml_response, ' / s: Envelope/Body / ns2:stampedDocument ',' xmlns:S = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2 = "http://impl.controllers.massive.fe.sto.com/"')

    I leave you to you of apex_web_service.parse_xml of research

    That said, depending on your version of Oracle, extractValue might be obsolete and you will have to go in a different direction.

    Here are a few tips to post on the forums

    Re: 2. How can I ask a question in the forums?

  • QueryUnresolvedVMFSVolumes() returns nothing

    Hi @all,

    I build a PowerShell script to mount the snapshot LUN in a case of DR. But my QueryUnresolvedVMFSVolumes returns nothing in my script. If I use all the lines manually I get the expected return. There is nothing in the script. Can anyone help?

    function Getunresolved()
    {
    $hostdetail = get-VMHost $vmhosts [0]
    $hostview = get - see $hostdetail. ID
    $hostss = get - see $hostview. ConfigManager.StorageSystem
    $hostds = get - see $hostview. ConfigManager.DatastoreSystem
    $hostss. RefreshStorageSystem()
    $hostuvmfs = $hostds. QueryUnresolvedVMFSVolumes()
    Write-Host $hostuvmfs.count
    }

    Thanks Klaus

    Maybe try to wait between the RefreshStorageSystem and the QueryUnresolvedVMFSVolumes of the calls.

    For example put a 10 ' sleep ' cmdlet between 2 calls. "

    You probably play with the duration

  • What is a good way to check if the selection ADB sql cursor returns nothing

    Hi all

    I am trying to find a good way to identify that a select SQL basic cursor return nothing.
    I know that or we use exception when no data found or count (*) to check how many rows are returned.


    I have a cursor based on a long statement select.
    As
    CREATE OR REPLACE PROCEDURE aaa (v_input IN NUMBER, v_output OUT VARCHAR2)
         CURSOR long_cursor IS
              --long select statement(with input variable) ;
    
    BEGIN
         Select count(*) 
         Into v_count
      From
      -- a long select statment with input again ;
      IF v_count > 0 then
        For record in long_cursor loop
         --Get information from cursor
            --other processing for output
        End loop;
      END IF;
    
    END;
    Is there a way other than the above?
    I would like to reduce the amount of typing. I know that repetition in code is not good.

    Thanks in advance,
    Ann

    Published by: Ann586341 on February 28, 2013 14:29

    Hello Ann,.

    Apart from the possibility has already been mentioned that other users can change the data during execution of your process, you can check if something needs to be done without the COUNTY. Set a flag in the cursor for loop. When there is no data, then the flag will not change one you can perform the necessary procedure.

    CREATE OR REPLACE PROCEDURE aaa (v_input IN NUMBER, v_output OUT VARCHAR2)
    
        v_data_found    BOOLEAN := FALSE;
        CURSOR long_cursor IS
            --long select statement(with input variable) ;
    
    BEGIN
        For record in long_cursor loop
            v_data_found := TRUE;
            --Get information from cursor
            --other processing for output
        End loop;
        IF NOT v_data_found THEN
            -- set processed flag
        END IF;
    END;
    

    Concerning
    Marcus

  • Custom view get-inventory returns nothing

    Here is an excerpt of what I'm trying to accomplish (I filter certain fields/results)

    Get-Inventory | %{
         $type = $_.Id
         if($_.Id.Contains("-")) {
              $type =  $type.Substring(0, $type.IndexOf("-"))
         }
    
         switch ($type) {
              "ClusterComputeResource" {
                   select  @{name="[MACHINE_NAME]"; expression={$server}},
                             @{name="[PATH]Id"; expression={$_.Id}},
                             @{name="[PATH]Name"; expression={$_.Name}},
                             @{name="Name"; expression={$_.Name}},
                             @{name="HA Enabled"; expression={$_.HAEnabled}},
                             @{name="HA Admission Control Enabled"; expression={$_.HAAdmissionControlEnabled}},
                             @{name="HA Failover Level"; expression={$_.HAFailoverLevel}},
                             @{name="HA Restart Priority"; expression={$_.HARestartPriority}},
                             @{name="HA Isolation Response"; expression={$_.HAIsolationResponse}},
                             @{name="DRS Enabled"; expression={$_.DrsEnabled}},
                             @{name="DRS Automation Level"; expression={$_.DrsAutomationLevel}},
                             @{name="VM Swapfile Policy"; expression={$_.VMSwapfilePolicy}},
                             @{name="Custom Fields"; expression={$_.CustomFields}},
                             @{name="Type"; expression={$type}}
              }
              "HostSystem" {
                   select  @{name="[MACHINE_NAME]"; expression={$server}},
                             @{name="[PATH]Id"; expression={$_.Id}},
                             @{name="[PATH]Name"; expression={$_.Name}},
                             @{name="Name"; expression={$_.Name}},
                             @{name="State"; expression={$_.State}},
                             @{name="VM Swapfile Datastore Id"; expression={$_.VMSwapfileDatastoreId}},
                             @{name="VM Swapfile Policy"; expression={$_.VMSwapfilePolicy}},
                             @{name="Custom Fields"; expression={$_.CustomFields}},
                             @{name="Type"; expression={$type}}
              }
              ...
    

    It returns nothing every time.  If I just run Get-inventory I collect a lot of data.  My guess is that I do something wrong in a perspective of PowerShell, not a point of view CLI.

    Any ideas?

    It's because you're not 'feed' anything in the select cmdlet.

    And the Switch statement modifies the contents of the variable $_

    And to get the type that you can use the GetType method that exists on any object.

    Get-Inventory | % {
         $type = ($_ | Get-View).gettype().Name
         $obj = $_
         switch ($type) {
              "ClusterComputeResource" {
                   $obj | select @{name="[MACHINE_NAME]"; expression={$server}},
                   @{name="[PATH]Id"; expression={$obj.Id}},
                   @{name="[PATH]Name"; expression={$obj.Name}},
                   @{name="Name"; expression={$obj.Name}},
                   @{name="HA Enabled"; expression={$obj.HAEnabled}},
                   @{name="HA Admission Control Enabled"; expression={$obj.HAAdmissionControlEnabled}},
                   @{name="HA Failover Level"; expression={$obj.HAFailoverLevel}},
                   @{name="HA Restart Priority"; expression={$obj.HARestartPriority}},
                   @{name="HA Isolation Response"; expression={$obj.HAIsolationResponse}},
                   @{name="DRS Enabled"; expression={$obj.DrsEnabled}},
                   @{name="DRS Automation Level"; expression={$obj.DrsAutomationLevel}},
                   @{name="VM Swapfile Policy"; expression={$obj.VMSwapfilePolicy}},
                   @{name="Custom Fields"; expression={$obj.CustomFields}},
                   @{name="Type"; expression={$type}}
              }
              "HostSystem" {
                   $obj | select @{name="[MACHINE_NAME]"; expression={$server}},
                   @{name="[PATH]Id"; expression={$obj.Id}},
                   @{name="[PATH]Name"; expression={$obj.Name}},
                   @{name="Name"; expression={$obj.Name}},
                   @{name="State"; expression={$obj.State}},
                   @{name="VM Swapfile Datastore Id"; expression={$obj.VMSwapfileDatastoreId}},
                   @{name="VM Swapfile Policy"; expression={$obj.VMSwapfilePolicy}},
                   @{name="Custom Fields"; expression={$obj.CustomFields}},
                   @{name="Type"; expression={$type}}
              }
         }
    }
    
  • I bought Photoshop Elements by accident, I can return it for Premiere Elements?

    I bought Photoshop Elements by accident, I can return it for Premiere Elements? I placed my order a few minutes ago. I realized that I had bought Photoshop Elements by accident during my test of Premiere Elements would not accept my series. I really hope I can return this license, please help.

    CSO

    It's not Adobe, instead of a user to.

    Adobe is the only one to solve your problems of orders.

    Instructions are available

    https://helpx.Adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html

    I suggest generally online Adobe Chat in order to solve the problem.

    Contact the customer service

    First Elements

    Payment of membership, account,

    Payments, invoices, orders

    Panel discussion

    If the link does not take his game, then you will need navigate Panel cat using securities above as a guide.

    Two paths to the orders ends probably in the same place.

    Please let us know the result as your time permits.

    Thank you.

    RTA

  • too many return values for a single node

    I have a table with two columns

    the table structure
    ----------------------
    string school_name type
    xmltype obj_xml

    Row1
    ----------
    abc_school,
    < student >
    < student >
    < id > 101 / < ID >
    < teacher > CBA < / teacher >
    < / student >
    < student >
    < id > 102 / < ID >
    XYZ < teacher > < / teacher >
    ONP < teacher > < / teacher >
    RSM < teacher > < / teacher >
    < / student >
    < / students >

    row2
    -----------
    def_school,
    < student >
    < student >
    < id > 301 / < ID >
    pqr < teacher > < / teacher >
    < / student >
    < student >
    < id > 302 / < ID >
    XYZ < teacher > < / teacher >
    < / student >
    < / students >


    is it possible to display data in the format using a query oracle below.
    ---------------------------------------------------------------------------------------------------
    teacher id school_name
    --------------------- ------- ------------
    abc_school 101 abc
    abc_school 102 xyz
    abc_school 102 onp
    RSM abc_school 102


    I used the slot request, throwing an error - too many return values for a single node

    SELECT school_name, teacher
    ExtractValue (value (x), ' / / key ') like student_id
    extractValue (value (x), ' / / value ') AS teacher
    SCHOOL t,.
    TABLE)
    XMLSequence (extract (obj_xml, ' / students/pupils '))
    ) x

    Please post How can I modify this query, the teacher tags may vary for each student

    Published by: user7955917 on May 8, 2012 04:00

    As mentioned in your other thread today, it would be helpful if you could post your exact version of db.
    Samples of work would be appreciated too, the XML data, you gave are not correct.

    I would do it with two XMLTables, like this:

    SQL> SELECT school_name
      2       , x1.id
      3       , x2.teacher
      4  FROM school t
      5     , XMLTable('/students/student'
      6         passing t.obj_xml
      7         columns id       number   path 'id'
      8               , teachers xmltype  path 'teacher'
      9       ) x1
     10     , XMLTable('/teacher'
     11         passing x1.teachers
     12         columns teacher  varchar2(30) path '.'
     13       ) x2
     14  ;
    
    SCHOOL_NAME                            ID TEACHER
    ------------------------------ ---------- ------------------------------
    abc_school                            101 abc
    abc_school                            102 xyz
    abc_school                            102 onp
    abc_school                            102 rsm
    def_school                            301 pqr
    def_school                            302 xyz
    
    6 rows selected
     
    
  • Profile of user - purchase - returns nothing

    I created a user profile in the Oracle Applications Sub - application developer

    Application: purchase
    Profile name: PO: CHANGE of SBM
    Type of hierarchy: security
    Validation of SQL:
    SQL = "select decode (meaning,".
    "Yes',"Full. "
    'No', 'None') \"Access Level\ «,»
    lookup_code
    in: visible_option_value,: profile_option_value
    of fnd_lookups
    where lookup_type = 'YES_NO '.

    Now, I am trying to run this query that returns nothing. Is it because I have the application level * purchase *.

    {code}
    Select apps.fnd_profile.value ('PO: SBM CHANGE ') twice;
    {code}

    Thank you

    Hello

    First you need to get the values of this profile option (resp. system administrator > profile > system).
    In addition, when you use fnd_profile.value, you must specify the option of internal profile name and not the name of user profile option (maybe they are the same in your case?).
    And also, in general, you need to specify your context before calling fnd_profile. You can use fnd_global.apps_initialize to do this.

    It will be useful.

  • Why my cfoutput returns nothing?

    I apologize for the double posting but I have a deadline, I try to answer, and I won't go home until I understood that.

    I'm trying to return data based on two queries, I created, using a cfif. Currently, I'm * nada *, no error, either. And I know that there is a lot of information to return.
    Is someone can you please tell me what is wrong with my code (attached)? I would be very grateful.
    ETA: the part that amounts to nothing:
    < cfif #getTeacherInfo.emp_SchoolID # eq #getSalutation.rc_SchoolID # >
    < table >
    < b >
    #getTeacherInfo.TeacherName # < cfoutput > < / cfoutput >
    < /tr >
    < /table >
    < / cfif >



    OK... I had understood it - should be at work 12 hours, today! : Heh D.
    This generates a list of teachers with their certification due dates. I will then link to individual pages. :)

  • Return policy for the laptop. 2 questions please.

    Hello world!

    I bought some computers laptops and desktops from HP over the years but never had back none of them until my recent order.  I recently placed an order on the laptop but I found a better computer hp laptop at bestbuy, so I called and cancelled the order (only after 15 hours of the order) but HP CS rep would not let me Cancel.  She told me to just leave it delivered and return it once I received the laptop.  HP will pay for return shipping charges and give me a FULL REFUND; which means that they don't give me the refund less shipping fees.  I asked to confirm what she has told me that I will receive my full refund for my order and HP will send me a return shipping label at their cost.  If this is true what she told me, then HP has the best customer service out there.

    My question to anyone who has purchased and returned HP stuff is it is true about what the CS rep tells me?  Moreover, I get free shipping on my order if it makes a difference.  I pray for your opinion on this please.

    Thank you all for your time and happy thanksgiving to all!

    Micca1234

    See the following page HP Shopping "Returns and exchanges" on their return policy / exchange:

    Return exchange

    Exchange & return policy

    Return period

    We encourage you to try your products immediately so that if there is a problem, you can return them before the return deadline. We accept returns and exchanges up to 21 days after childbirth, except on open software box, printers Designjet Z2100 series, HP Color LaserJet CP6015dn printer, and gift cards (except where required by law). After the period of 21 days, you can get support for questions of HP customer service product.

    Credits

    Credit for Returns or exchanges is given when confirm us the receipt of the goods. Please be aware that your financial institution may take 5 to 7 business days to process your credit and let the account in your account.

    Refunds

    Tax (if any) is refunded with returns.

    Original shipping and handling are not refundable.

    When you return the items in a group of items purchased, the remaining amount spent maybe is more eligible for a discount, you may have received (for example, for gifts with purchase, free gift, purchase in quantity). If this is the case, the discount is subtracted the price paid for the returned item. To receive a full refund, all items in the original purchase must be returned.

Maybe you are looking for

  • Force synchronization to iCloud drive

    Hello I use iCloud Drive on my iPhone and pc Windows (work). When I put files in iCloud drive on my Windows PC, they will (all) synchronize automatically. How can I force a sync? I tried to disconnect and connect on my phone and on my Windows pc. Tha

  • SP6100-drive HARD HDD failure - who should I buy?

    My drive laptop HARD failed, but I couldn't find the one that is matched with my laptop. His technique is as follows:Satellite Pro 6100 2.0 GHz P4 - M / XP Pro / 15.0 "TFT / 60 GB / 256 MB/CD-RW-DVD-ROM / LAN / WiFi / BT Could you help me what HARD d

  • Driver problem satellite M40X device

    Hi guys,. I recently purchaced one laptop PM750 M40X-PSM4XA-00N008 I cleaned the pre-installed OS (win xp home ed) When I put all the device drivers, and the return on. An unknown device. that I can't find the drivers. Bus PCI 6, device 4, function 4

  • HP Notebook PC 15: create the system for Win10 64-bit recovery

    Message from HP Support Assistant: create system recovery I have 3 recovery disk labled HP I made at the time of purchase. I upgraded to windows 10 8.1 and also performed a factory reset 3 discs were created when I was using 8.1 My computer is now ru

  • Xbox 1

    Xbox we'll be available to play online in all States on the release date?