Output of REST Orchestrator API

How do you get the output of a workflow using the REST API?

In the example below, I ran the workflow to call an external script to call a powershell script external which connects to a vCenter and gets a list of all hosts. The output is visible in the client Orchestrator, but what format the object must be converted to be seen in the output of the API?

I would like to be able to run a workflow through the API to extract data in JSON and display that in an external web page. Someone at - it all example workflows that would do that?

Output.JPG

You must copy the object to a string.

Check the method. getAsJson() of a PowerShellRemotePSObject.

So wrap the workflow "invoke an external script" in a custom workflow, add a script task after the workflow, when you run this method, and bind the result to an output channel of your custom workflow parameter.

Kind regards

Joerg

Tags: VMware

Similar Questions

  • Add VM to VAPP in orchestrator API script

    Anyone know how to add a virtual machine to VAPP in orchestrator API script? I searched the forums and found topics on the use of cloud Manager, but I do not have what is allocated to me.

    I figured out how to create a VAPP leave a resourcePool, but I don't know how to add a VM, I create after that for the vApp, I did. Any ideas?

    I got it!

    table = new Array();

    Array [0] = VM.

    vApp.moveIntoResourcePool (matrix);

  • HttpClientErrorException with the REST of Java Orchestrator APIs

    Hello

    I'm trying to quickly reach the speed to use this API.  I'm using version 5.1.0 configured with PASS-THROUGH authentication.

    I'm trying to run a workflow, or simply call whatever it is really on the Orchestrator who also interacts with vCenter.

    I went through the code example in the rest-client-examples-test that comes with Orchestrator, and I get an exception. My code is on a closed network, sorry that I can't copy paste.

    but here's the gist of the stack trace:

    org.springframework.web.client.HttpClientErrorException: 400 < big long guid > false - rest - not related caused by: big long guid > false - rest - not related

    at.org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:76)

    .. few other spring classes

    .

    .

    at com.vmware.o11n.sdk.rest.client.SsoAuthenticator.getVcoSolutionPrincipal(SSoAuthenticator.java:174)

    at com.vmware.o11n.sdk.rest.client.SsoAuthenticator.getVcoSolutionPrincipal(SSoAuthenticator.java:155)

    at com.vmware.o11n.sdk.rest.client.DefaultVcoSessionFactory.newSsoSession(DefaultVcoSessionFactory.java:89)

    at com.vmware.o11n.sdk.rest.client.examples.tests.RestTest < init > (RestTest.java:93)

    at com.vmware.o11n.sdk.rest.client.examples.tests.RestTest.main(RestTest.java:118)

    Looks like it will always fail in trying to get the principal amount of the solution?

    I saw the post here: How to move the VM of Workflow using JavaSDK name?

    and tried to not not using the call to newSsoSession() as suggested in the post and create my own SSOAuthenticator and passing the session, but which resulted in the same exception.

    That's essentially what my code looks like:

    public class RestTest

    {

    Public Shared Sub main (string args [])

    {

    try {}

    VcoSession session = DefaultVcoSessionFactory.newSsoSession (new URI ("https://hostname:8281 / api /"), new URI ("https://hostname:7444/ims/STSService"), 1234567, 'user', 'pass');

    WorkflowService wfService = new WorkflowService (session);

    InventoryItemQuerySpec filter = new InventoryItemQuerySpec();

    filter.setMaxResult (10);

    List InventoryItemsList = wfService.getAll (filter);

    System.out.println ("Got list:" + (list is nothing));

    }

    catch (System.Exception e)

    {

    System.out.println (e);

    }

    }

    }

    Note: if I use DefaultVcoSessionFactory.newLdapSession () just for fun and then tried to call UtilService.getSupportedApiVersion () and who does not, but I guess it's because no interaction is required with the vCenter server to call this method.

    I'm stuck! Any ideas or suggestions would be greatly appreciated! THX!

    I understood that... Finally, looks like I didn't specify mydomain user@domain, and I was not authenticated correctly, or maybe to halfway.  Error message returned should be much better, as the only way that I thought that this point has been to the server.log the Orchestrator.

    THX!

  • Issue by the way CHIEF: ChefHost Chief Workflow parameter in vRealize Orchestrator API

    I have an environment with vRealize Orchestrator with CHIEF plugin installed. I want to call the API to initiate a workflow LEADER in vRealize Orchestrator.

    I want to call the workflow MANAGER Add New Role . The input parameters for this workflow are

    <input-parameters> 
         <parameter description="Chef Server" type="CHEF:ChefHost" name="host"/> 
         <parameter description="Name of new role" type="string" name="role"/> 
         <parameter description="(Optional) Description of new role" type="string" name="description"/> 
    </input-parameters>
    

    The format for sending the parameters of the form type="string" is

    In JSON

             

    {
         "value":{"string":{"value": "role name"}},
         "type": "string",
         "name": "role"
    }
    

    In XML

    <execution-context xmlns="http://www.vmware.com/vco">
      <parameters>
           <parameter name="role" type="string">
                <string>Role Name</string>
           </parameter>
      </parameters>
    </execution-context>

             

    The problem, I do face is with the parameter type="CHEF:ChefHost" . I can't get the correct syntax for the shipment of type = "CHIEF: ChefHost '. During the test with the factor, I always get a 400 error with descriptionThe request sent by the client was syntactically incorrect.

    Is there a document that shows how to create a CHEF:ChefHost type?

    PS: I asked this question in http://stackoverflow.com/questions/37405901/issue-in-passing-chefchefhost-parameter-for-chef-workflow-in-vrealize-orches...

    Because I don't have an answer of SO, I ask you here.

    Chief Guest, as any other plugin object are passed as objects sdk-object are identified uniquely by their type and the id attributes. Here's how the body of the request should look like:

    in XML:

    
        
            
                
            
        
    
    

    in JSON:

    {
      "parameters" : [
        {"value":{"sdk-object":{"type":"Chef:Host","id":"b0c408c4-1d85-4a97-9314-727552fd5a39"}},"type":"Chef:Host","name":"host"}
      ]
    }
    

    You need to replace the id attribute in applications above with the current host id. To find the real ID of your host, you can query vRO catalog REST API - /GET https://{vro-host-or-ip}:8281/vco/api/catalog/Chef/Host

    In the returned response, find your host data, get the value of the dunesId attribute (must be a GUID string) and use it as a value for the id attribute in applications above.

  • Facing some problems with windows in Rest Web-API authentication

    I have to apply Web service api-rest with Windows authentication is enabled.  How can I implement this so that I can follow the primary and the Windows identity of the user.  When the Windows mode. Unable to track the identity of the main user and also it seems that the published service only works when anonymous authentication is enabled.

    Hi Paul,.

    According to the description, I suggest you post your query in the MSDN forums in the link provided below to improve the assistance on the issue.

    https://social.msdn.Microsoft.com/forums/en-us/home?filter=AllTypes&sort=lastpostdesc

    Do not hesitate to write to us for any other help with Windows, we will be happy to help you.

  • How to read / follow the Orchestrator API

    Hello

    Purely a newbie question for someone who is not a developer/programmer.

    How to follow the API to get the syntax of a command?

    E.g. var allPools = cluster.resourcePool.resourcePool_ResourcePool

    How to compile this string of syntax using the API?  Is there any type of guide from beginner to using the API?  Trying to find the proper syntax is my main problem.

    Thank you

    B

    I find the web documentation to be useful also (more easy/fast to follow to try to dig through what is available in the interface script).  For example:

    https://www.VMware.com/support/Orchestrator/doc/vco_vsphere55_api/HTML/index-so_types.html

    I read usually by there when I want to see what properties and methods of an object.

  • Output of REST

    I'm pretty new to the REST, and I understood how to run a workflow through the REST.  Works very well, but what I'm trying to understand is how to retrieve the results.  I have a workflow that displays all virtual machines in a cluster in an output called vmArray parameter.  I can run the workflow via REST very well.  I can see the State of enforcement, etc.  How to actually get the contents of the variable however?  I couldn't find any example online.  Any help is appreciated.  Thank you

    Mike

    See my article here: http://bit.ly/restvco

    Look in the section: results expected of the POSITION

    The Location header will provide you with the token of workflow. Perform a GET against this url to see the output of your workflow (this should have information similar to what you see when you view a workflow runtime in the customer to vRO... only in XML or JSON according to how you put your headers)

    Hope that helps

  • vCenter Orchestrator HTTP API: POST request error 400 1032

    I'm trying to start a workflow via a POST request to the vCenter Orchestrator API. When I run the same workflow with a GET request, there is no problem and I get the following result in the localhost_access_log.current_date.txt:

    [src_ip_address] - [13/Oct / 2015:04:46:00 + 0000] "GET vco/api/flux/af83cf34-6a00-45b5-946e-0d44ece508bb/exécutions/HTTP/1.1" 200 272

    However, when I run a POST with the following parameters:

    restMethod: POST

    restEndpoint: https://[dest_ip_address]:8281

    restPath: / vco/api/workflows/af83cf34 - a 6, 00-45 b 5 - 946e - 0d44ece508bb/executions /

    user: [username]

    content: {"parameters": [{'name': 'name1', 'type': 'string', 'value': {'chain': {"value": "Value1"}}, 'field': 'local'}]}

    contentType: application/json

    accept: application/json

    I have the following error in localhost_access_log.current_date.txt:

    [src_ip_address] - [13/Oct / 2015:03:53:39 + 0000] "POST vco/api/flux/af83cf34-6a00-45b5-946e-0d44ece508bb/exécutions/HTTP/1.1" 400 1032

    And the output on the client side:

    {Success = no, ResponseHeader = {null = HTTP/1.1 400 Bad Request, Server = Apache-Coyote/1.1 Content-Length = 1032, Content-Language = EN, connection = closed, Date-Wed, 13 Oct 2015 Message = Bad Request, ReasonPhrase is Bad Request, StatusCode = 400}}

    I'm in vCenter Orchestrator 5.5. There is no output to the server.log file. I didn't have a chance, researching the 400 1032' error number. [dest_ip_address] is HTTPS. Can anyone help clarify this?

    The command line below seems to work for me using the cmd terminal Windows:

    curl u - ikv name h ' Accept: application/json ' h ' Content-Type: application/json "d" {\"parameters\":[{\"value\":{\"string\":{\"value\":\"value1\"}},\"type\":\"string\",\"name\":\"name1\",\"scope\":\"local\" "}]}" x POST https://ip_address:8281/vco/api / stream/af83cf34-6a00-45b5-946e-0d44ece508bb/executions

    Note that the double quotes inside the body of the request are preceded by the backslash character.

  • There the rest APIs to retrieve the metadata for entity for eloqua objects?

    There is a list of all the objects that are accessible by the REST for CRUD in this link: REST API - Documentation for kernel objects in the objects of the core section.

    For each of the objects listed in the objects of the core section are there is a metadata field in the Properties section.

    For example, for the purpose of the e-mail message, The REST API - to access Emails , under the Properties section, there entered corresponding to the fields of the object of the emails under the
    Name, Type, Description and validation topics.

    Is there a REST API to retrieve the same information, i.e. metadata field for an object programmatically eloqua?
    Otherwise, this is a serious obstacle to building systems that are the metadata engine and support for SOAP is removed...

    The closest to what you are looking for would be endpoints of assistance for a description of the fields. Example of /api/bulk/1.0/contact/fields

    {

    "items": [{}

    'name': "E-mail address",

    "internalName": "C_EmailAddress",

    'dataType': 'emailAddress;

    'hasReadOnlyConstraint': false,

    'hasNotNullConstraint': false,

    'hasUniquenessConstraint': true,

    'Déclaration': '{{Contact.Field (C_EmailAddress)}}.

    "uri": "/ contact/field/100001",

    "converted': ' / Date (-2208970800000) /"

    'updatedAt': ' / Date (-2208970800000) / ".

    },

    {

    'name': "First name",

    "internalName": "C_FirstName",

    'dataType': "string",.

    'hasReadOnlyConstraint': false,

    'hasNotNullConstraint': false,

    'hasUniquenessConstraint': false,

    'Déclaration': '{{Contact.Field (C_FirstName)}}.

    "uri": "/ contact/field/100002."

    "converted': ' / Date (-2208970800000) /"

    "updatedBy": "MgrzzzOracleCloudSupportP01E10",

    'updatedAt': ' / Date (1408993722380) / ".

    },.....

    If so, it will also include an element "defaultValue". How many characters you can store in a field (precision) is documented here: Type of data (data and Digital Formats). The same endpoint exist in bulk 2.0, and there are variants for the account fields and Objetpersonnalise. Another exists in the REST through Api/rest/2.0/assets/contact/fields?depth=complete... It does not include the declaration of ML, but there other useful information such as the type of default update and a flag 'isAccountLinkageField '.

    Similarly, if you describe a form via SOAP or REST, it also will give you the fields and their type.

    Kind regards

    Bojan

  • How a VAPP user could get the Info org-network through the REST API?

    Hi all

    I can get the org-network when I use the system administrator use the REST url "/ api/org", but when I use a VAPP user, may not work properly.

    Then I try to config user VAPP role permission and give him the permition operating organization. The answer is STILL no network-org Info too

    What should I do?

    Respect of

    Hello

    VAPP users are not allowed to see the org above their visibility networks. They are allowed to see the networks VAPP.
    Org networks are visible to the user 'administrator of the Organization ". If you want you can see the permissions of the role "Administrator of the Organization" and create role with the org network of related rights, which will be tailored to your needs. You can also change the role of 'paralytic' adding rights for ' Org networks-> view/edit properties "and"organization-> view organization networks. This can be done as easily in the user interface of vCD.
  • What is the function of server Orchestrator?

    What is the relationship between vcenter orchestrator server and the web client?

    and what is the function of server Orchestrator?

    The 'server' is the workflow engine. It holds all the configuration, workflow, resources, etc. It works / runs the necessary real when workflow and initiates communication with the 3 party systems, that it has been configured to Orchestrate. The 3rd party communication is facilitated through plug-ins such as vCenter, vRealize Automation, PowerShell, AD, Infoblox, F5, HTTP-REST, SOAP, etc...

    The 'Client' is your developer interface that allows to build and run the workflow manually. As noted by Christophe, the workflow you've built (or have been provided in the vast library of content that comes with the server) may be performed via the API REST Orchestrator.

    Consider your e-mail:

    Your 'Customer' e-mail address allows you to create/read/send emails to/from a mail SERVER.

    A mail server does the work of send/receive emails for your domain.

  • API C FPGA

    Hello

    I can generate a C API interface for FPGA design in Labview Communications.

    And how does it work?

    Thank you

    Sebastian

    Hi Sebastian,.

    If it is anywhere in the LabVIEW Communications, he'll be in tools Launcher. If it is not there then you can still generate a C API for your FPGA using the FPGA Interface C API generator. I received this the generating a C API for a help Application LabVIEW FPGA Document.

    Generating a C API in the Windows Start Menu


    Follow these steps to generate a C API for a bitfile compiled in the Windows Start menu.

    1. "" "" Select Start "all programs" National Instruments "FPGA Interface C API" FPGA Interface C API generator.

    2. On the Generator of API C FPGA Interface dialog box that appears, navigate to the compiled FPGA bitfile or type an absolute path for her.

    3. Select a directory for output to the C API. If you do not select an output directory, the files in the C API will be created in the directory that contains the bitfile. You can navigate to a directory or type an absolute path for her.

    4. Optionally, you can change the prefix for the generated files and constants in the generated .h file.

    5. If you are using LabWindows/CVI to develop your C application, check next to exclude NiFpga.h/NiFpga.cas FPGA Interface C API installs the header and library files with the support of LabWindows/CVI.

    Make sure you have installed FPGA C Interface API .

    Introduction to the API of C Interface of FPGA

    See you soon

  • How to extract all the accounts through REST field

    I'm fighting with the REST API calls, I want to extract all records with all of the fields available in them through REST. That's what I've tried so far:

    $client = new EloquaRequest ($eloqua_site, $eloqua_user, $eloqua_password, 'https://secure.eloqua.com/API/REST/1.0');

    $accounts = $client-> get ('/ data/accounts? search = * & count = 1000 & page = 1 & depth = complete ');

    now when I print $accounts it gives only this result:

    [1] = > stdClass Object

    (

    [type] = > account

    [id] = > 365

    [converted] = > 1372683444

    [depth] = > full

    [description] = >

    [name] = > Verkeer in Waterstaat

    [updatedAt] = > 1372683444

    [Address1] = >

    [address2] = >

    [address3] = >

    [businessPhone] = >

    [City] = >

    [country] = >

    [fieldValues can only be] = > Array

    (

    )

    [PostalCode] = >

    [province] = >

    )

    There are more number of fields available under 'Accounts' that which is visible here. All custom fields not is also not recovered, unknown reason!

    Your help is very appreciated to resolve this matter as soon as possible.

    Using version 2.0 of the rest what API should return all the field values:

    GET /Api/rest/2.0/data/accounts?depth=complete&count=1000

  • In the Api Soap Echosign, how can I send more than one file for the signature...

    Some examples of code for sending single document...

    $client = new SoapClient(EchoSign\API::getWSDL());)

    $api = new EchoSign\API ($client, "YOUR API KEY");

    $file = EchoSign\Info\FileInfo::createFromFile('demo.pdf');

    $document = new EchoSign\Info\DocumentCreationInfo ("Test sendDocument", $file ");

    $recipients = new EchoSign\Info\RecipientInfo;

    $recipients-> addRecipient ($recipient_email);

    $document-> setRecipients ($recipients);

    $result = $api-> sendDocument ($document);

    Hello

    You will find the documentation of the DocumentCreationInfo object in the EchoSign API SOAP at https://secure.echosign.com/public/docs/EchoSignDocumentService22#DocumentCreationInfo

    You will see that you can provide an array of files in the field of fileInfos DocumentCreationInfo object.

    EchoSign also provides REST style APIs. You can access the REST API documentation at https://secure.echosign.com/public/docs/restapi/v5. You can use POST reassure API https://secure.echosign.com/public/docs/restapi/v5#! /agreements/ to send the contract and this API operation accepts also several files on demand.

    I hope this helps.

    Thank you

    Nikhil

  • Download binary files with the RESTful web service = HTTP 500?

    I want to allow access to the photos (BLOBs) stored in the database via a RESTful APEX service.

    I have an API of PL/SQL existing based on wpg_docload.download_file works well when called directly on the URL (for example granted to APEX_PUBLIC_USER). I would like to re - use this API because it a lot of other things, including security and the cache.

    The code looks like:
    ===
    Photo of procedure (id number, v in varchar2) is
    l_blob blob.
    -- ...
    Start
    -security checks
    -extract the data in l_blob...
    -check if the document has been updated (304)
    -- ...
    owa_util.mime_header (l_mime_type, false);
    HTP.p ("Content-length: ' |") DBMS_LOB.GetLength (l_blob));
    HTP.p ("ETag:" | ") l_etag);
    HTP.p ('Cache-Control: public');
    owa_util.http_header_close;
    wpg_docload.download_file (l_blob);
    end;
    ===

    However, when I call this API with APEX 4.2.1 Restful WebService (the GET - PL/SQL source type resource manager) I get a "500 - internal server error" back to the listener of the APEX (2.0.0.354.17.08 - both running standalone or with Tomcat 7) - console log attached.

    A similar approach - APEX RESTful WebService API in PL/SQL call - works fine for the content of the STRING/CLOB. So it must be something to do with the wpg_docload.download_file

    No idea how to work around this bug/feature or a suggestion for an alternative approach will be appreciated.

    Jan

    -----

    February 28, 2013 21:39:03 oracle.dbtools.rt.web.WebErrorResponse internalError
    SEVERE: ORA-22922: non-existent LOB value

    java.io.IOException: ORA-22922: non-existent LOB value
    at oracle.jdbc.driver.OracleBlobInputStream.needBytes(OracleBlobInputStream.java:204)
    at oracle.jdbc.driver.OracleBufferedStream.readInternal(OracleBufferedStream.java:169)
    at oracle.jdbc.driver.OracleBufferedStream.read(OracleBufferedStream.java:143)
    at java.io.FilterInputStream.read (unknown Source)
    to java.nio.channels.Channels$ ReadableByteChannelImpl.read (unknown Source)
    at oracle.dbtools.common.util.StreamCopy.drain(StreamCopy.java:75)
    at oracle.dbtools.common.util.StreamCopy.drain(StreamCopy.java:52)
    at oracle.dbtools.rt.web.ServletResponses.sendResponse(ServletResponses.java:85)
    at oracle.dbtools.rt.web.ServletResponses.sendResponse(ServletResponses.java:130)
    at oracle.dbtools.rt.web.HttpEndpointBase.restfulServices(HttpEndpointBase.java:343)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:125)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to com.sun.grizzly.http.servlet.ServletAdapter$ FilterChainImpl.doFilter (ServletAdapter.java:1059)
    to com.sun.grizzly.http.servlet.ServletAdapter$ FilterChainImpl.invokeFilterChain (ServletAdapter.java:999)
    at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:434)
    at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServletAdapter.java:65)
    at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:379)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:196)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)
    at java.lang.Thread.run (unknown Source)
    Caused by: java.sql.SQLException: ORA-22922: non-existent LOB value

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    at oracle.jdbc.driver.T4C8TTILob.processError(T4C8TTILob.java:792)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:505)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)
    at oracle.jdbc.driver.T4C8TTILob.read(T4C8TTILob.java:146)
    at oracle.jdbc.driver.T4CConnection.getBytes(T4CConnection.java:2435)
    at oracle.sql.BLOB.getBytes(BLOB.java:348)
    at oracle.jdbc.driver.OracleBlobInputStream.needBytes(OracleBlobInputStream.java:181)
    ... more than 33

    Hi Pat,

    problem with the "media resource" has been resolved for APEX listener 2.0.1

    See Re: error APEX listener 2.0.1 Standalone CLOB

    Jan

Maybe you are looking for

  • How to operate on loop Live titles?

    Hello I spent hours of searching cela but have gotten nowhere. I am using and Iphone 5s and a Mac book pro. All have the latest operating systems and versions of GarageBand. First of all, I'm supposed to see a project Live loops option when I first o

  • FF does not return to the entrance of which I went to a Web site

    When I go on a Web site somewhere down the list, after scrolling down and then come back on this website, FF screen does not show the 'somewhere', but shows all the list displayed by the top. How can I get the FF to come back showing the 'somewhere'

  • Could not load some site

    Hello I'm new to Mac and used the iMac for 4 months. Starting yesterday I noticed that some site are no load, while others are very well. I tried it with Safari and Chrome, and the result is the same. However if I restart in safe mode these Web site

  • question of zip clip on feedback tween noise songs

    is there an obvious cause for a burst of feedback between some songs and not others.  It's the first product of sansa, I had that seems to do that.  The sound is a short cry like a needle crossing a disk, as loud as the volume of the music and perhap

  • cannot start after dell logo

    I have a dell inspiron 1100 laptop that worked very well, but after updated windows update, it prompted my to restart the computer before changes can be made.  I have decreased the reboot a few times and then let it restart. now, after the dell logo