enumeration of application package

Hello.  I'm new to AppPackages. I want to set a group of constants that can be used by my Application Engine peoplecode.  The only way to define constants in a class (AFAIK) is in the private sector, which means that my AE pcode cannot use it after I imported the AppPackage.  I just have to paste the constant list in my AE pcode, or is there another way to include the AppPackage?

Thank you.

Jeff

There is an interesting blog on the subject...

https://leegreffin.WordPress.com/2013/07/04/defining-and-using-constants-with-PS-application-package/

Tags: Oracle Applications

Similar Questions

  • Application package load error: permission denied

    Hello

    I develop on the alpha 10 blackberry dev and yesterday during the deployment of app I started getting this message from QNX Momentics IDE:

    "Synchronization and application startup" has encountered a problem.

    Application package load error: permission denied

    After I started getting this error, I noticed that I couldn't run any application, I already installed on the device, even the example apps provided no longer works (by clicking on the icon was moving the desk on the right for a moment as he normally does, but then the application does not run)

    I tried to set the mode of development, change the debugging token, restart the device and my pc, but it did not help. So I decided to wipe the device and today I reinstalled the operating system. I was able to run the application a couple of times tonight, but the problem started to appear again.

    The error is exaclty the same as before and he does not say much. What can I do to fix this?

    I had the same problem tonight, so I investigated further. I went to settings-> Security-> development mode and I noticed the debugging token has been installed, but it was not valid. the expiry date line said "edition invalid date or in the future." I noticed the time on my phone was incorrectly, I put it properly and now it works again.

  • Questions CHAPTER: classname does not exist in the current application package

    CHAP, I integrated it into my application.  When you put a file in my media with the specific file extension (.xyz) map and by clicking on it, my application successfully is started and managed as expected.  That's the good news.

    However, I tried to create a separate application to test the app-to-app content handling (so that other applications can call my request).  In the application, I create my file (extension .xyz) on the handset and then try to claim it.  However, when I try and call it, I get an IllegalArgumentException saying: classname does nto exist in the package of the current application.  I checked that my main application has seen that full classname with package (com.test.ui.MainApp) and that my separate application tries to make the invocation with this same classname.  He worked successfully on the BlackBerry Simulator (4.6 Simulator "BOLD"), but it throws the error above on my actual handset ("BOLD", 4.6.0.167)

    Anyone have an idea what could cause this problem?

    Please refer to the following.

    Support - Classname does not exist in the current application package
    Article number: DB-00751

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800429/support...

  • Difference between prefer application-packages in weblogic.xml and weblogic application. XML?

    Hello!

    When you deploy a WAR for WebLogic 10.3.5, what is the difference between the prefer-application-package element in the weblogic.xml and weblogic application files. XML?

    In my WARs WEB-INF/lib / I have a JAR that contains classes that are already provided by the container (but older versions).

    If I do not prefer-application-packages use my application gets then the classes provided by the container.

    If I use prefer-application-packages in weblogic.xml can I get classes in WAR/WEB-INF/lib, which is expected.

    But if I use prefer application-packages in weblogic - application.xml, then I get the versions of container. Why?

    Is there a difference between these two options?

    The exact data that I use are:

    (foo.bar. * is the name of the conflicting package;) Add or remove the linex tagged XXXX)

    WEB-INF/weblogic.xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app
        xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd">
        <wls:container-descriptor>
            <wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled>
            <wls:prefer-application-packages> <!-- XXXX -->
                <wls:package-name>foo.bar.*</wls:package-name> <!-- XXXX -->
            </wls:prefer-application-packages> <!-- XXXX -->
            <wls:prefer-application-resources>
                <wls:resource-name>META-INF/services/some....</wls:resource-name>
                <wls:resource-name>META-INF/services/unrelated...</wls:resource-name>
                <wls:resource-name>META-INF/services/stuff...</wls:resource-name>
            </wls:prefer-application-resources>
        </wls:container-descriptor>
        <wls:jsp-descriptor>
            <wls:page-check-seconds>-1</wls:page-check-seconds>
            <wls:precompile>true</wls:precompile>
            <wls:precompile-continue>true</wls:precompile-continue>
            <wls:keepgenerated>true</wls:keepgenerated>
        </wls:jsp-descriptor>
        <wls:session-descriptor>
            <wls:persistent-store-type>replicated_if_clustered</wls:persistent-store-type>
        </wls:session-descriptor>
    </wls:weblogic-web-app>
    

    META-INF/weblogic - application.xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-application
        xmlns="http://xmlns.oracle.com/weblogic/weblogic-application"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.2/weblogic-application.xsd">
        <application-param>
            <param-name>webapp.encoding.default</param-name>
            <param-value>UTF-8</param-value>
        </application-param>
    
        <xml>
            <parser-factory>
                <saxparser-factory>
                    org.apache.xerces.jaxp.SAXParserFactoryImpl
                </saxparser-factory>
                <document-builder-factory>
                    org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
                </document-builder-factory>
                <transformer-factory>
                    org.apache.xalan.processor.TransformerFactoryImpl
                </transformer-factory>
            </parser-factory>
        </xml>
    
        <prefer-application-packages>
            <package-name>foo.bar.*</package-name> <!-- XXXX -->
            <package-name>javax.jws.*</package-name>
            <package-name>javax.xml.ws.*</package-name>
            <package-name>org.apache.cxf.*</package-name>
            <package-name>antlr.*</package-name>
            <package-name>org.xmlsoap.schemas.wsdl.*</package-name>
        </prefer-application-packages>
    </weblogic-application>
    

    WebLogic - application.xml has no meaning in wars, it is only used in the ears.

  • Message says: do not launch the application from the Application package

    When I pulled any items in my folder of applications today, the screen came up with three options, organizer, Publisher of Photo and Video Editor.  I just wanted to edit a file, but whenever I tried to click on items, I got an error message saying "Please do not run this application from this application package. In contrast, please launch Adobe Photoshop elements 13 & Adobe Premiere elements 13 in your Applications folder. "That's exactly how I started the program, so it doesn't make much sense.  What I'm missing here?

    Thanks in advance,

    David Brown

    You use the version of the App Store? There has been recent technical problems with Apple, with the only version of the editor. Go to this link:

    Fix the App Store

  • Some time ago I bought Photoshop Elements in the apple App Store. I worked well. Now, if I try to start the application I get the message "Please do not run this application within this application package. On the other hand, it please launch Adobe Photos

    Some time ago I bought Photoshop Elements in the apple App Store. I worked well. Now, if I try to start the application I get the message "Please do not run this application within this application package. "Instead, please run Adobe Photoshop elements 13 of your Application folder. I tried this but it does not work. What to do to run the program?

    Follow these steps, Editor does not start | Mac App Store version

  • Photoshop and first 13 items: when you try to start either startup, a message, please do not run this application from this application package,

    Message: Please do not run this application from this application package. On the contrary, please put in... from your applications folder.  Trying to find applications said, they do not seem to exist.

    Program worked well... me if because of the update on the App store?

    There has been recent technical problems with Apple, with the only version of the editor. Go to this link:

    Fix the App Store

  • Debug peoplecode in the application package

    Dear Sir

    Does anyone have an idea on how to debug the peoplecode that is triggered by the online page in the application package?


    Thank you
    Dennis

    This how you enable PSDBGSRV...

    For PeopleSoft - PeopleCode 3-tier of debugging, use PSADMIN to make sure that the following settings are set.

    (1) the appropriate PSDBGSRV listening Port is specified in the section PeopleCode PSADMIN debugger.

    For example: values for config section - PeopleCode debugger
    PSDBGSRV = 9500 listening port

    (2) at least two processes PSAPPSRV configured for a start in the field with the parameter of timeout set to 0 (zero) Service.

    The minimum requirements for debugging PeopleCode are:
    -Two (2) PSAPPSRV server processes configured for a start in the field.
    -The value of period of Service in the PSAPPSRV configuration section must be set to zero (0).

    The following example shows a correctly configured for debugging PeopleCode PSAPPSRV sample section:
    Values for config section - PSAPPSRV
    Instances of min = 2
    Instances of max = 2
    Service timeout = 0
    Recycle the Count = 0
    Licensing failures Consec Service = 0
    The size of the extraction of max = 5000

    (3) enter y for Yes at the prompt "Activate Server PSDBGSRV process" at the end of the PSADMIN interface.

    After you have specified your settings using PSADMIN prompted a series of options, such as the implementation of e-mail to jolt server process and so on. When you are prompted to activate the PSDBGSRV, enter Y. The default development model is Y.

    After you have enabled it, you can come to the application designer, open your code, and then try to debug...

  • Flash Builder 4.6 Mobile Application packaging and export

    Hi all

    I'm new to Flash builder, using Flash Builder 4.6 to develop an android application.

    She runs in office, no error occurs. But when I export it or try to run my

    Phone SAMSUNG GALAXY Y S5360 it does not work. This is the version Android is 2.3.6

    I plugged the USB with pc and tried to run the application on my phone.

    First ask that you want to install ADOBE AIR for device I select the option 'YES' then he go for 57% and show me an error

    Error occurred during the installation of the application: pkg:/data/local/tmp/Runtime.apk failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] s 3261 KB/s (8653085 bytes in 2.333)

    And when I export and Release Build for .apk file. I select the Runtime in captivity.

    Then, it displays a message

    The package was created successfully, but the application could not be installed on one or more devices: device ID 0123456789ABCDEF(Google Android): problem occurred during the installation of ADOBE AIR.

    Please guide me...

    Thank you

    After a search on the internet and have hands on this problem, I finally found the solution.

    SAMSUNG Galaxy Y S5360 has 830 MHz ARMv6 CPU and minimum required the minimum system requirements for AIR 3.3 beta on Android:
    CPU: Processor ARMv7 with Vector FPU, Minimum 550 MHz, OpenGL ES2.0 H.264 & AAC H/W decoders OS: Android 2.2, 2.3, 3.0, 3.1, 3.2 & 4.0 RAM: 256 MB RAM

    Later, I used a Motorola mobile device with higher version my .apk file worked fine.

    Click here for Samsung Galaxy Y S5360 phone specification

    Thank you all for your efforts.

  • error from side to side configeration, after an application of visual c ++ 2008 mfc application packaging

    My request is to give an error message saying "the application failed to start because its side-by-side configuration is incorrect. Please see the event log or use the command-line sxstrace.exe for more details.

    I ran the sxstrace. tool exe at my opening of my request. I was able to get the following,

    /****************************************************************************8/

    INFO: Manifest definition identity is (null).
    INFO: Reference: Microsoft.VC90.DebugCRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8"
    INFO: Reference: Microsoft.VC90.DebugMFC, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8"
    INFO: Resolving reference Microsoft.VC90.DebugCRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for the neutral culture.
    INFO: Application binding policy.
    INFO: No found publisher policy.
    INFO: No redirect political connection is found.
    INFO: Start the detection of assembly.
    INFO: Can't find the assembly in WinSxS.
    NEWS: Try to detect manifest to C:\Windows\assembly\GAC_32\Microsoft.VC90.DebugCRT\9.0.21022.8__1fc8b3b9a1e18e3b\Microsoft.VC90.DebugCRT.DLL.
    INFO: Found no manifesto for the neutral culture.
    INFO: End detection of assembly.
    INFO: Resolving reference for ProcessorArchitecture x 86.
    INFO: Resolving reference for the neutral culture.
    INFO: Application binding policy.
    INFO: No found publisher policy.
    INFO: No redirect political connection is found.
    INFO: Start the detection of assembly.
    INFO: Can't find the assembly in WinSxS.
    NEWS: Try to detect manifest to C:\Windows\assembly\GAC_32\Microsoft.VC90.DebugCRT\9.0.21022.8__1fc8b3b9a1e18e3b\Microsoft.VC90.DebugCRT.DLL.
    NEWS: Try to detect manifests to C:\Program Files (x86)\LiveVision_RollerMaini\Microsoft.VC90.DebugCRT.DLL.
    NEWS: Try to detect manifests to C:\Program Files (x86)\LiveVision_RollerMaini\Microsoft.VC90.DebugCRT.MANIFEST.
    NEWS: Try to detect manifests to C:\Program Files (x86)\LiveVision_RollerMaini\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.DLL.
    NEWS: Try to detect manifests to C:\Program Files (x86)\LiveVision_RollerMaini\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.MANIFEST.
    INFO: Found no manifesto for the neutral culture.
    INFO: End detection of assembly.
    ERROR: Cannot resolve the reference of Microsoft.VC90.DebugCRT, processorArchitecture = "x 86", publicKeyToken = "1fc8b3b9a1e18e3b", type is "win32", version = "9.0.21022.8".
    ERROR: Activation context generation failed.
    End activation context generation.

    /*****************************************************************************/

    Can someone please suggest a solution for this problem.

    IAM using Visual c ++ 2008 MFC based application dialog box

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How do I test my application packaged on my real device

    I have a sample application that has been packed by ripple. Then, I plugged my phone into my PC and navigated to the .bar file created. my device fails to load. I'm doing something wrong

    You ask the Webworks or PhoneGap solution?
    Coz for Webworks Smartphone it will generate .cod file not the. bar.
    And it is necessary to have the key to the signature built .cod file.
    Check once...

  • Application packages and Maintenace Packs manually without change Assistant

    With the help of FSCM 9.1 | Tools 8.53.04

    Our AC not working and we have a time-sensitive project to apply for a DEV db (1099 patch) and then move on to the Prod. I applied manually before the projects on previous projects and it causes import project, validate the project, create and build regional economic communities, change REB, build views, etc.

    However this must be done in order and changes can be made with deletions and without deletions and then DM scripts must be in the correct order

    Where can I get this information? It does not give the assistant to change model, and the manual_instructions doc contains only PIA manual configuration steps

    Packages, delivered by Oracle Maintenance packs await use change Wizard

    Two things here.

    (1) I agree with the STRONG recommendation to make this work.  This should be your top priority, as is the method of support.

    (2) keep 1) in mind, what is CA?  This is all just a method of execution through a number of related measures in the order.  A model of CA is a list of instructions (for example to migrate project, build scripts, run this script, run this app engine).  Because of this, you end up with a series of 100% reproducible steps to migrate the changes.  If you understand CA, you can turn this into a set of instructions for migration to run manually.  THIS RUN THE RISK of INTRODUCTION the ERROR HUMAN, but when something is time sensitive, it is technically possible (but not encouraged) to manually apply.

    Move forward but I would like to see all the developers to provide a CA model rather than a word like migration instructions document.  How many times have we seen migration does not altogether because of the slightly different migration settings? It can help us solve this problem.

  • Validate or build find application packages

    Whenever I have add a package of the device to my profile of generation, the validation test fails to find packages or packages directories.

    I enter the following location:

    http://[VADK.localIP\]/ISV/appliancePackages

    -


    My content profile looks like:

    & lt; vadk:ApplicationPackages & gt; & lt; vadk:url & gt; http://[VADK.localIP\]/ISV/appliancePackages < / vadk:URL & gt; & lt; / vadk:ApplicationPackages & gt;

    -


    My test validation always fails with the following text:

    Validating the URL ApplicationPackages...

    WARNING: Bad url: http://10.4.xx.xx/ISV/appliancePackages; please make sure first that you can access from web browser

    Failed: Has encountered an error fatal test!

    -


    There is no problem accessing the directory from a web browser, as you can see below:

    Index of/ISV/appliancePackages


    -

    August 14, 2009 04:25

    88

    I don't know why the Studio is not find packages. Perhaps a proxy connection out problem to address 10.4.xx.xx rather than just watching locally?

    Please disable the proxy and try again, validation. This should tell us if the proxy not forward http requests to the Virtual Studio machine.

    Thank you

    -Matt

  • Problems with xml coding application package

    Hi, I'm trying with UploadTest package contents - 1_2.jar with a query xml with acutes in the metadata (a, e, i, o, u). Without the acutes, it is works very well but with the acutes shows this error in the xml response:

    " < error xmlns =" http://ns.Adobe.com/adept "data =" E_PACK_DATABASE Http://mydomain.com:8080/packaging/parcel Incorrect string value: '\xE1\xE9\xED\xF1' for column 'title' at line 1 "/ > "

    I've tried UTF-8 or ISO-8859-1 encoding and it fails too.

    I can give you additional information?

    Thank you very much!

    "with the UTF-8 encoding default character."

    Are you sure? What is the content of your my.cnf file?  You want him to have at least the following two lines:

    by default-storage-engine = innodb
    default-character-set = utf8

    (When I delete the default character set and line restart mysql, I get the same exact error message you see.)  When I put again, the error disappears).

  • VC Jdeveloper application packaging

    Hello

    I have what I think, it's a bug of Jdeveloper when I'm trying to run a display criteria, the dressing of the sub queries are wrong, please see the following explanation to understand.

    The VC:

    VC.png

    The Victoria Cross when it is executed, I got it in the journal of Jdeveloper:

    SELECT *
    FROM
      (SELECT h.order_no,
        h.order_suffix,
        h.order_no
        || '-'
        || h.order_suffix DISP_ORDER,
        h.cust_po CUST_PO,
        h.order_date ORDER_DATE,
        h.estship_dt,
        h.ship_dt,
        DECODE(d.plant_code,'06','ATLV','08','DROP','03','ATLD','50','CSM','ATL') SHIP_LOC,
        DECODE(h.hold_cd,'C','ON HOLD','O','ON HOLD','','') ON_HOLD,
        ROUND(SUM(d.qty_order*NVL(d.gross_wt,0))) GROSS_ORDER_WEIGHT,
        h.order_status,
        h.invno,
        (TRUNC(sysdate) - h.ship_dt) DAYS,
        h.cust_no,
        h.order_type
      FROM oehead h
      JOIN oedetl d
      ON h.order_no      = d.order_no
      AND h.order_suffix = d.order_suffix
      GROUP BY h.order_no,
        h.order_suffix,
        h.order_status,
        h.cust_no,
        h.cust_po,
        h.invno,
        h.order_date,
        h.request_dt,
        h.estship_dt,
        h.hold_cd,
        h.ship_dt,
        d.plant_code,
        h.order_type
      ORDER BY h.order_status ASC
      ) QRSLT
    WHERE ( ( ( (UPPER(ORDER_STATUS) = UPPER(:vc_temp_1) )
    AND (DAYS                        = :BindDays )
    AND (UPPER(CUST_NO)              = UPPER(:BindCustNo) )
    AND (UPPER(ORDER_TYPE)           = UPPER(:vc_temp_2) )
    AND (EXISTS
      (SELECT *
      FROM
        (SELECT d.order_no DETL_ORDER_NO,
          d.order_suffix DETL_ORDER_SUFFIX,
          d.line_no DETL_LINE_NO,
          d.item_no DETL_ITEM_NO,
          d.cust_item_no DETL_CUST_ITEM,
          d.item_desc DETL_ITEM_DESC,
          i.desc_line_1 DETL_ITEM_DESC2,
          d.qty_order DETL_QTY_ORDER,
          (d.unit_price                            +DECODE(d.unit_price,0,0,NVL(d.surcharge_amt,0)+DECODE(d.qty_shipped,0,0,(NVL(d.custom_charge,0)/d.qty_shipped))))*DECODE(c.alt_currency_cd,'USD',h.atl_exch_rate_usd,1) DETL_UNIT_PRICE,
          (d.ext_price                             +NVL(d.custom_charge,0))*DECODE(c.alt_currency_cd,'USD',h.atl_exch_rate_usd,1) DETL_EXT_PRICE,
          DECODE(h.order_status, 'V', d.qty_shipped*d.gross_wt, d.qty_order*d.gross_wt) DETL_WEIGHT,
          d.cust_po_line DETL_PO_LINE,
          d.sales_um DETL_UM,
          d.qty_shipped DETL_QTY_SHIPPED,
          d.qty_bo DETL_QTY_BO,
          d.due_dt DETL_DUE_DT,
          c.alt_currency_cd
          || ' $' DETL_CURRENCY,
          h.org_unit_id DETL_ORG_UNIT_ID
        FROM OEDETL d,
          OEHEAD h,
          item_desc i,
          custmast c
        WHERE d.order_no   = h.order_no
        AND d.order_suffix = h.order_suffix
        AND d.item_no      = i.item_no
        AND d.item_no     <> 'DESTCHARGE'
        AND h.cust_no      = c.cust_no
        ORDER BY d.line_no
        ) QRSLTSQ2
      WHERE ( (UPPER(DETL_ITEM_NO) = UPPER(:BindDetItemNo) ) )
      AND (QRSLTSQ1.ORDER_NO       = QRSLTSQ2.DETL_ORDER_NO
      AND QRSLTSQ1.ORDER_SUFFIX    = QRSLTSQ2.DETL_ORDER_SUFFIX)
      )) ) ) )
    
    

    The error I got is:

    error.png

    Explanation:

    The error that is quite normal occurs because the first sub question Jdevloper encapsulated inside the QRSLT and the second query sub encapsulated inside the QRSLTSQ2 and at the end, Jdeveloper, I do not know for what reason he uses in the clause WHERE QRSLTSQ1 instead of QRSLT. There is no QRSLTSQ1 in the query.

    I use Jdeveloper 12.1.3.0.0

    Thank you guys for your help and your time.

    I solved the problem with a strange way

    before running the query that I called the toString method to print the query after you set the bind variables in the VariableValueManager of the ViewCriteria in the ViewObjectImpl and it looks that it recreates the alias correctly for me it doesn't make sense.

    See the code below.

            ViewCriteriaManager vcm = this.getViewCriteriaManager();
            ViewCriteria vc = vcm.getViewCriteria("ShippedOrdersVOCriteria");
            VariableValueManager vvm = vc.ensureVariableManager();
            vvm.setVariableValue("BindCustNo", custNo);
            vvm.setVariableValue("BindCustPo", poNo);
            vvm.setVariableValue("BindDays", days);
            vvm.setVariableValue("BindDetItemNo", detItemNo);
            vvm.setVariableValue("BindInvoiceNo", invoiceNo);
            vvm.setVariableValue("BindOrderNo", orderNo);
            this.applyViewCriteria(vc);
            this.getQuery().toString();
            this.executeQuery();
    

    Kind regards

Maybe you are looking for

  • Satellite L670-143 how to get the language selection during recovery?

    Hello I just started my L670 for the first time today, I'm Dutch speaking so I chose "Dutch" (Nederlands) as the language of the interface for my Win7 installation. Shortly after installation, I noticed that the usual folders that I have on my main P

  • Need charger for M40x-103

    my charger is broken on my PC toshiba m40x-103. for the charger part number is pa3432u-1ac3, but toshiba do not list it in the section of the electric accessories. Someone at - it ideas where I can get one where is there an alternative?

  • BIOS reset to the Satellite M30X

    Hello I own a Satellite M30X and its start not more after soldering a new D/C. It turns on and the fan starts to operate. But the screen remains black and after 2 seconds, the fan stops and everything is frozen (can not turn off by pressing the power

  • Need help to create a new Xbox account

    I deleted my Xbox Live account, a long time ago and I want to create a new. My old Xbox Live account is associated to my the Microsoft Account. But when I want to create an Xbox Live account, it says I have one using my that already have Microsoft Ac

  • Microsoft XP license

    Someone can help me. Is it still possible to purchase a license from Microsoft XP?