NativeProcess API does not animate not in CC

I tried to use the NativeProcess API to open an executable file of the AIR. My code works completely with Flash Builder 4.7. In CC animate, it returns false to NativeProcess.isSupported. I am creating a windows Installer package and set of profile's Office extended desktop. Checked with extendedDesktop too, still does not. I use Windows 7 64 bit and AIRSDK 20.0

Here is my code (from the Adobe helpx page) which is very good when it is running in flash builder, only package and class added for Flash Builder:

import flash.desktop.NativeProcess;

import flash.desktop.NativeProcessStartupInfo;

import flash.display.Sprite;

import flash.events.IOErrorEvent;

import flash.events.NativeProcessExitEvent;

to import flash.events.ProgressEvent;

import flash.filesystem.File;

the var process: NativeProcess;

InstaUtility();

function InstaUtility()

{

If (NativeProcess.IsSupported)

{

setupAndLaunch();

}

on the other

{

trace ("nativeprocess instance not supported.");

}

}

function setupAndLaunch (): void

{

var nativeProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();

var file:File = File.applicationDirectory.resolvePath ("test.py");

var file_py:File = File.applicationDirectory.resolvePath("C:\\Python27\\python.exe");

nativeProcessStartupInfo.executable = file_py;

var processArgs:Vector. < String > = new Vector. < String > ();

processArgs [0] = "foo";

processArgs [0] = file.nativePath;

nativeProcessStartupInfo.arguments = processArgs;

process = new NativeProcess();

Process.Start (nativeProcessStartupInfo);

process.addEventListener (ProgressEvent.STANDARD_OUTPUT_DATA, onOutputData);

process.addEventListener (ProgressEvent.STANDARD_ERROR_DATA, onErrorData);

process.addEventListener (NativeProcessExitEvent.EXIT, onExit);

process.addEventListener (IOErrorEvent.STANDARD_OUTPUT_IO_ERROR, onIOError);

process.addEventListener (IOErrorEvent.STANDARD_ERROR_IO_ERROR, onIOError);

}

function onOutputData(event:ProgressEvent):void

{

trace ("Got:", process.standardOutput.readUTFBytes (process.standardOutput.bytesAvailable));

}

function onErrorData(event:ProgressEvent):void

{

trace ("ERROR-", process.standardError.readUTFBytes (process.standardError.bytesAvailable));

}

function onExit(event:NativeProcessExitEvent):void

{

trace ("process is finished with", event.exitCode);

}

function onIOError(event:IOErrorEvent):void

{

trace (Event.ToString ());

}

Hello.

I operate with the following parameters:

and code:

import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.display.Sprite;
import flash.events.IOErrorEvent;
import flash.events.NativeProcessExitEvent;
import flash.events.ProgressEvent;
import flash.filesystem.File;

var process: NativeProcess = new NativeProcess();
InstaUtility();
function InstaUtility() {
     trace(NativeProcess.isSupported);
     if (NativeProcess.isSupported) {
          //setupAndLaunch();
     } else {
          trace("NativeProcess not supported.");
     }
}

function setupAndLaunch(): void {
     var nativeProcessStartupInfo: NativeProcessStartupInfo = new NativeProcessStartupInfo();
     var file: File = File.applicationDirectory.resolvePath("test.py");
     var file_py: File = File.applicationDirectory.resolvePath("C:\\Python27\\python.exe");
     nativeProcessStartupInfo.executable = file_py;

     var processArgs: Vector. = new Vector.();
     //processArgs[0] = "foo";
     processArgs[0] = file.nativePath;
     nativeProcessStartupInfo.arguments = processArgs;

     process = new NativeProcess();
     process.start(nativeProcessStartupInfo);
     process.addEventListener(ProgressEvent.STANDARD_OUTPUT_DATA, onOutputData);
     process.addEventListener(ProgressEvent.STANDARD_ERROR_DATA, onErrorData);
     process.addEventListener(NativeProcessExitEvent.EXIT, onExit);
     process.addEventListener(IOErrorEvent.STANDARD_OUTPUT_IO_ERROR, onIOError);
     process.addEventListener(IOErrorEvent.STANDARD_ERROR_IO_ERROR, onIOError);
}

function onOutputData(event: ProgressEvent): void {

     trace("Got: ", process.standardOutput.readUTFBytes(process.standardOutput.bytesAvailable));
}

function onErrorData(event: ProgressEvent): void {
     trace("ERROR -", process.standardError.readUTFBytes(process.standardError.bytesAvailable));
}

function onExit(event: NativeProcessExitEvent): void {
     trace("Process exited with ", event.exitCode);
}

function onIOError(event: IOErrorEvent): void {
     trace(event.toString());
}

Tags: Adobe Animate

Similar Questions

  • Multisim Automation API does not

    Hello

    I use Multisim 13 (Application Version: 13.0.0 (13.0.632), database version: 13.0.a) and 13 of Labview. When I try the simplest sample program (getting started with the API), I get the error: this version of Multisim does not supports automation. I don't understand what the problem is.

    Multisim13 should be able to do this Automation, right?

    I have already installed the Toolbox, I have all the icons in Labview, who manage this connection between the two software.

    I appreciate all the help,

    Ussr123.

    Sorry, I don't have the appropriate license, that's why it does not work...

    If someone is able to do (maybe a moderator): Please remove the post. I can't.

    Ussr123.

  • Cordova/Phonegap for WebSQL Storage API does not not on BB10

    I use the API of storage for WebSQL to Phonegap with BB10 but his does not work.

    And not able to see the logs in the web Inspector. I have test code on system Z10 bb OS 10.2.

    And cordova 3.1.

    Is there a sdcard is required in the device? Currently, there is no SD card in my camera.

    Or is there any other requirements. Please help me as soon as POSSIBLE.

    Please find my code below:

    index.html

    Sample contact

    Example of

    Database

    You use the document originally of a variable

    window.addEventListener('load', function () {
        document.addEventListener('deviceready', onDeviceReady, false);
    }, false);
    
  • Eclipse 1.1 and 5.0 api - does not work

    So many hours, so little progress.

    I have an application which is almost ready for the customer on 6.0 and 4.7.

    Works very well.

    It won't come up in Eclipse on the Simulator 5.0 with 5.0 API.

    I get an App Error 523. The console says that the operating system message queue is overflowing.

    Otherwise I do not understand the console output, it's all numbers.

    Run configurations are identical, except for the versions of the library.

    Any ideas?

    I got the Simulator on 5.0 working with this app on occasion, but he

    seems really fragile and basically crap. Or maybe it's my code.

    Also it takes so long to fail it's a great time sink.

    Thank you

    lucidbee

    The Simulator 5.0, which was installed in the directory of Eclipse plugins in the context of the

    Install Eclipse 1.1 does work well for me.

    I have not had these problems once I started downloading the simulators, execution,

    loading my application in them and then their debugged in eclipse with the option "debug as running Simulator".

  • The SOAP API does not speak for me

    Hello

    I'm trying to implement billsafe, a provider of payment services in my store-system...

    I almost tried everything since nearly two days but I can't operate that billsafe-SOAP-API correctly responds to my requests. Whatever I do, I always return (as the result/answer) the full XML API. (The same as if I call the URL in a browser)

    What I do is I post a request cfhttp to the API, including SOAP content. But whatever I post, I get the contents of the API... (See http://vr-wohnideen.de/test.cfm)

    This is the API - URL: https://sandbox-soap.billsafe.de/wsdl/V211

    It's the way I try to connect to the URL:

    " < cfhttp method = 'post' url = ' https://sandbox-SOAP.billsafe.de/WSDL/v211 "result ="httpResponse"> "

    < cfhttpparam type = "header" name = "content-type" value = "text/xml" / >

    < cfhttpparam type = "header" name = "charset" value = "utf-8" / >

    < cfhttpparam type = "header" name = "SOAPAction" value = "prepareOrderRequest" / >

    < cfhttpparam type = "xml" name = "message" value = "#trim (soapBody)" # "/ >"

    < / cfhttp >

    I want to run the function prepareOrder/prepareOrderRequest, but all that contains my SOAP-file, I don't get a good answer, so I think that the problem is inside my cfhttp call.

    I tried several different arguments, I have modified SOAPAction and tried different combinations for the soapBody (type body = | name = filecontent...) but its always the same result.

    Any ideas?

    Here's my soapbody:

    < cfsavecontent variable = "soapbody" >

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < SOAP - ENV:Envelope xmlns:SOAP - ENV =" http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:ns1 =" urn: BillSAFE "> "

    < SOAP - ENV:Body >

    < ns1:prepareOrderRequest >

    Merchant <>

    < id > 000 / < ID >

    < license > 000 < / license >

    < / merchants >

    < application >

    < signature > 000 < / signature >

    < version > 1.0.0 < / version >

    < / application >

    < order >

    < number > 7 < / number >

    < amount > 11.90 < / amount >

    < > 1.90 taxamount < / taxamount >

    < currencyCode > EUR < / currencyCode >

    < / order >

    < customer >

    < id > 7 / < ID >

    company of <>< / company >

    < sex > M < / Type >

    < firstname > Paul < / name >

    < name > Positiv < / lastname >

    < Street > Marchenstrsse < / street >

    < number > 15A < / house number >

    < code postal > 49084 < / code >

    < City > Osnabrück < / City >

    < Email > [email protected] < / email >

    < country > OF < / country >

    < dateOfBirth > 1987 - 12 - 20 < / dateOfBirth >

    < / customer >

    < articleList >

    < number > 1 < / number >

    < name > Testname_1 < / name >

    < description > test_description < / description >

    goods of < type > < / type >

    < quantity > 1 < / quantity >

    < > 10.00 netPrice < / netPrice >

    < > 19.00 tax < / tax >

    < / articleList >

    invoice of < product > < / product >

    validation of < userAction > < / userAction >

    < url >

    < return > http://www.ABC.com < / return >

    < cancel > http://www.ABC.com < / cancel >

    < / url >

    < / ns1:prepareOrderRequest >

    < / SOAP - ENV:Body >

    < / SOAP - ENV:Envelope >

    < / cfsavecontent >

    Thanks in advance!

    Sebastian

    I don't know anything about the service you are trying to use, but my guess would be that you are using the wrong URL for your cfhttp call.  One that you listed seems to be to the WSDL, that works and is found as a response.  When you call a web service via cfhttp you need not the URL of the WSDL.  Try to use this instead: https://sandbox-soap.billsafe.de/V211/prepareOrderRequest/.  I guess only it is the correct position to use.  Their documentation should tell you with certainty.

  • Site intertwined for Acrobat 9 Standard API does not work with Acrobat Pro XI

    Y at - it a new version of the API work intertwined for integration with Acrobat Pro XI

    After speaking with the support of the autonomy, I discovered that they do not yet support Acrobat XI.  The new API will be available in 1-2 months for integration between Acrobat XI and Interwoven innocuous.

  • Try to build a showcase on the v1 API. API does not seem to inject.

    Little help?

    init var = function() {}

    adobe.dps.store.getFolioData (callback);

    }

    var callback = {function (data)}

    Alert (JSON.stringify (Data));

    }

    Window.onadobedpscontextloaded = init;

    Does nothing. Adobe is not defined if try to call from the console.

    You must contact Support Gold support. Connect to http://digitalpublishing.acrobat.com/ and look in the Middle at the bottom of the screen for details.

    Neil

  • Org API does not seem to work

    Hello

    I have a requirement where I need to check if the name of the organization that is being passed to the adapter already exists some IOM. But my tcOrganizationOperationsIntf doesn't seem to work. To check what is the case, I've even hard-coded the value as follows:

    HashMap < String, String > orgMap = new HashMap < String, String > ();
    orgMap.put ("The Organizations.Organization name", "Xellerate Users");
    orgMap.put ("Organizations.Type", "Organization");
    tcResultSet orgSet = orgOper.findOrganizations (orgMap);
    System.out.println ("Number of rows" + orgSet.getRowCount ());

    But I get the number of lines equal to zero. Someone at - he met such a situation where the API doesn't seem to work. What should I do?

    Thank you
    PETREA

    I was talking about STANDARD types.

    Now, it is not strange. The user you are using to call the API doesn't have permissions on the organization. Do 1 thing, affect of ALL_USERS under the administrative groups in the Organization and see the magic.

  • IOM "Modify resource of stocked" via api does not change the resource

    Hello!

    I'm having a problem to make requests to "Change the provisioned resources" via api.

    Demand is well created in IOM and contains all data for the modification of the resource.

    Approval of the application is done well, the status of the request is "Request completed" but then there is no change in the form of the resource.

    Does anyone have an idea why this happens?

    TKS

    Solved!

    entity.setEntityKey (OIU_KEY);

    TKS

  • Adobe TV Episode 1: Edge and the Twitter API does not?

    I went through this about 12 times and cannot operate. There is something different with the Twitter API?

    I saw the forum meet change edge handle Twitter, but that no longer works. All I see is the background, no tweets.

    Help?

    HD

    http://www.edgedocks.com/market/Twitter-template-edge-animate-updated

    It is a model updated from edgedocks

  • Examples of messages does not appear BBM messages

    Question:

    What is expected.  The API does not capture (any other API for this to be) BBM messages.

  • FDMEE VB API introduces not and gives "error of data access.

    Hello FDM gurus.

    While working with the FDMEE data integration tool, I had to test the capabilities of script VB to FDMEE and I tried the sample script of the ERPI Administrator's guide to copy a file from 1 place to another. Unfortunately the VB API does not work and generates an error "clsAppServerDM.fInitializeMainAPI: data access error." I don't know what am I missing here.

    Thank you in advance,

    VChakravarthy

    If you format this SQL query and you attempt to run in the SQL tool like SQL Developer, you can see how there is a SQL syntax error. There is a missing expression in the "BOLD"

    PV. LEVEL_VALUE =

      ),

    He expects something like pv. LEVEL_VALUE = 1005 so the SQL query should return the file application root.

    What I would do:

    -Update FDMEE to 11.1.2.3.510

    -Raise a SR with Oracle's Support.

    SELECT MERGE)

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1010

    AND the pv. LEVEL_ID<=>

    AND the pv. LEVEL_VALUE = 1005

    ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1005

    AND the pv. LEVEL_ID<=>

    AND pv. LEVEL_VALUE =

      ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1000

    AND the pv. LEVEL_ID<=>

    ) PROFILE_OPTION_VALUE

    OF AIF_PROFILE_OPTIONS p

    WHERE p.PROFILE_OPTION_NAME = N 'PROFILE_APP_ROOT_DIRECTORY '.

  • How to fix the ORA-33262: analytic workspace MY_AW does not exist?

    Here's my version: http://download.oracle.com/docs/cd/E11882_01/olap.112/e10795/select.htm#CBBGEGFA

    I don't understand why I get this ORA-33262, this just doesn't make sense...
    The API should be AW ATTACH MYSCHEMA. MY_AW RO
    Solution 1: The DBA in my team think there is no way so she can create a synonym (or something like that) for the MYSCHEMA. MY_AW so I (the API) can I use only MY_AW, someone knows a way to do?
    Maybe the second call to _displayResult() needs to JOIN the AW is not the case of the first...
    Solution 2: How can I specify the API to use MYSCHEMA. MY_AW instead of MY_AW?

    Thanks in advance!
    JP

    ------

    DataProvider dp = new DataProvider();
    OracleConnection connection = (OracleConnection) connectionFactory.getConnection (); CONNECTED USING PROXY WITH USER AUTHENTICATION (CAN BE ANY USER) AUTHENTICATED TO THE WEB APP AND ACTUALLY ASK THIS TEST
    Session UserSession = dp.createSession (connection);

    MdmRootSchema mdmRootSchema = (MdmRootSchema) dp.getMdmMetadataProvider () .getRootSchema ();
    MdmDatabaseSchema mdmGlobalSchema = mdmRootSchema.getDatabaseSchema("*MYSCHEMA*");

    MdmPrimaryDimension mdmDim = (MdmPrimaryDimension) mdmGlobalSchema.getTopLevelObject (dimension.getName ());

    test.testExample (mdmDim);

    {} public void testExample (MdmPrimaryDimension mdmProdDim)

    Get the Source of the short label of the dimension attribute.
    MdmAttribute labelAttribute = mdmProdDim.getShortValueDescriptionAttribute ();
    prodShortLabel, which is the Source of the attribute description short value Dim PRODUCT_AWJ
    Source prodShortLabel = labelAttribute.getSource ();

    prodHier, which is the Source of the primary product hierarchy.
    MdmLevelHierarchy mdmProdHier = mdmProdDim.getDefaultHierarchy ((MdmLevelHierarchy));
    StringSource prodHier = mdmProdHier.getSource () (StringSource);

    levelSrc, which is the Source for the family of the primary product PRODUCT_AWJ dimension hierarchy level.
    MdmHierarchyLevel mdmHierarchyLevel = mdmProdHier.getHierarchyLevels () .iterator () .next ();
    Source levelSrc = mdmHierarchyLevel.getSource ();

    MdmAttribute mdmAncestorAttribute = mdmProdHier.getAncestorsAttribute ();
    prodHierAncsAttr, which is the Source of the attribute of ancestors in the hierarchy.
    Source prodHierAncsAttr = mdmAncestorAttribute.getSource ();

    MdmAttribute mdmParentAttribute = mdmProdHier.getParentAttribute ();
    prodHierParentAttr, which is the Source of the attribute parent hierarchy.
    Source prodHierParentAttr = mdmParentAttribute.getSource ();

    int pos = 1;
    Get the item at the specified position in the Source level.
    Source levelElement = levelSrc.at (pos);

    Select the element in the hierarchy with the specified value.
    Source scale = prodHier.join (prodHier.value (), levelElement);

    Download the ancestors of the element level.
    Source levelElementAncs = prodHierAncsAttr.join (prodHier, levelElement);
    Get the parent of the level item.
    Source levelElementParent = prodHierParentAttr.join (prodHier, levelElement);
    Download the children of a parent.
    Source prodHierChildren = prodHier.join (prodHierParentAttr, prodHier.value ());

    Select the level element children.
    Source levelElementChildren = prodHierChildren.join (prodHier, levelElement);


    Download short descriptions of value for elements of the level.
    Source levelSrcWithShortDescr = prodShortLabel.join (levelSrc);

    Download short descriptions of value for children.
    Source = levelElementChildrenWithShortDescr
    prodShortLabel.join (levelElementChildren);

    Download short descriptions of value for parents.
    Source = levelElementParentWithShortDescr
    prodShortLabel.join (prodHier, levelElementParent, true);

    Download short descriptions of value for the ancestors.
    Source = levelElementAncsWithShortDescr
    prodShortLabel.join (prodHier, levelElementAncs, true);

    Commit the current Transaction.
    Commit();

    Create Cursor objects and display their values.
    System.out.println ("values of the elements of level :");
    _displayResult (levelSrcWithShortDescr, false); WORKS WITH NO PROB, I SEE THE NORMAL OUTPUT as IN the EXAMPLE
    System.out.println ("\nLevel the element at position" + pos + ":");)
    _displayResult (levelElement, false); I READ of ORA-33262, SEE below
    System.out.println ("\nParent of the level :"); item
    _displayResult (levelElementParent, false);
    System.out.println ("\nChildren of the level :"); item
    _displayResult (levelElementChildrenWithShortDescr, false);
    System.out.println ("\nAncestors of the level :"); item
    _displayResult (levelElementAncs, false);

    }

    ' Private Sub _displayResult (Source source, boolean displayLocVal)
    {
    CursorManager cursorManager =
    dp.createCursorManager (source); ORA-33262 exception is thrown here
    Cursor cursor = cursorManager.createCursor ();

    cpw.printCursor (cursor, displayLocVal);

    Close the CursorManager.
    cursorManager.close ();
    }

    ------

    Class of error: failure of the Express
    Server error descriptions:
    DPR: failed to create the server-side, generic cursor at TxsOqDefinitionManager::crtCurMgrs4
    SALT: Impossible to generate an execution plan of the query, the credits to the TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    INI: XOQ-00703: error running command OLAP DML "(AW ATTACH MY_AW RO: ORA-33262: espace de travail analytique Ceccaldi AW n'existe pas.)"
    ') ', Generic TxsOqAWManager::executeCommand

    Published by: J - P on June 29, 2010 09:58

    I entered two bugs

    Bug 9864665 - OLAP API DOES NOT RESPECT the ALTER SESSION SET CURRENT_SCHEMA
    Bug 9864697 - AW POSITION OPTIMIZATION IS NOT ELIGIBLE schema

  • Twitter API and edge animate does not

    Hello

    I watched the great video on the use of the Twitter API in edge animate on Adobe TV and I thought I'd give it a go.

    I followed the steps and unfortunately it does not work for me... Not even an error during a test in a browser, nothing...

    Here is my code for compositionReady:

    try {}

    Read the tweets, the number of tweets to display the value

    var 0 = {username: "adobeedge", count: 4};

    var twitterUrl = " " http://API.Twitter.com/1/statuses/user_timeline.JSON?screen_name= '+ o.username +' & count = "+ o.count; "

    AJAX function to connect to the Twitter API

    $.ajax ({url: twitterUrl, dataType: 'jsonp'})

    {.success (function (data))}

    $(données, fonction (index, item) {} .each)

    itemRenderer = sym.createChildSymbol ("itemRenderer", "tweetContainer") var;

    itemRenderer.$("tweet").html (item.text);

    itemRenderer.$("image").css ("background-image", "url("+item.user.profile_image_url+")");

    });

    });

    }

    {catch (Error)}

    Alert ("Error:" + error.toString ());

    }

    Any suggestions?

    Thus,.

    Replace: var o = {username: "adobeanimate", count: 4};

    by: var o = {username: "edgeanimate", count: 4};

  • is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog)

    Can someone tell me why im getting the following error

    is not abstract and does not substitute the abstract method callLogRemoved (net.rim.blackberry.api.phone.phonelogs.CallLog)

    callLogRemoved is set, I tried to remove it and it also gives me the same error

    Here is my code

    Thanks in advance for answer

    Net.rim.blackberry.api.phone import. *;
    Net.rim.blackberry.api.phone.phonelogs import. *;
    //*******************************************************************************//
    public class mylistener extends Thread implements {PhoneLogListener}

    {} public void callLogRemoved (int arg0)
    System.out.println("/***/"); "
    System.out.println ("CallLog removed');
    System.out.println("/***/"); "
    }
    {} public void callLogAdded (int arg0)
    System.out.println("/***/"); "
    System.out.println ("CallLog added");
    System.out.println("/***/"); "
    }
    ' public void callLogUpdated (int arg0, int arg1) {}
    System.out.println("/***/"); "
    System.out.println ("CallLog update");
    System.out.println("/***/"); "
    }
    {} public void reset()
    System.out.println("/***/"); "
    System.out.println ("CallLog Reset");
    System.out.println("/***/"); "
    }

    }

    Javadoc documentation:

    public void callLogRemoved (CallLog cl)

    but you have coded:

    public void callLogRemoved (int arg0)

    An int is not a CallLog, so these signatures do not match.

Maybe you are looking for

  • the required index.xml file is missing

    My work invoice template said that, I need to know how to solve this problem, or I'm not paid. iMac OS X Yosemite 10.10.5 Pages 09 Version 4.1 Post edited by: CMakuh

  • Is your phone 'supercharged' a bad idea?

    http://www.techinsider.IO/charge-iPhone-faster-2016-2?utm_content=buffere90eb & m_medium = ut social & utm_source = facebook.com &... This article on TechInsider seems to indicate that you can use the iPad 2. 1 a charger to charge your iPhone 6 or ne

  • Equium A110-233 browser does not load after reappattage

    After having reinstalled just the Window XP with the restore CD that came with the laptop. A perfect internet connection, but the browser does not load, it works as it is not connected to the internet. I previously have it reinstalled several times w

  • Update hard disc on Satellite Pro M40X

    For several seasons, I want to replace the hard drive of 80 GB (Toshiba MK8026GAX) on my Satellite Pro M40X PSM4YE model. I encountered the problem that the new a * WD Scorpio WD1200BEVE drive * (120 GB enhanced IDE) is not recognized in the BIOS. No

  • the user profile service service has no logon. profle user cannot be loaded.

    original title: logging on to windows When I try and log on to my page from windows, I get a message that says the user profile service service... has no logon. profle user cannot be loaded.