VO Extention error

Hi,
i am using apps 12.1.3.i want to create a tengient varible by extending the VO.but when i extend the vo at 4 stape(attribute mapping) gives the error.
The error is:*Each row in the Query Result Columns must be mapped to a unique Query Attribute in the mapped Entity columns*
Please help on this.
Regards
Rabindra

Hi
Please follow below link for VO extension
http://oracleanil.blogspot.com/2010/11/eo-based-vo-extension-in-oaf-r12.html
Please note : Above link shows a VO based on EO. In your case if its a VO based on sql statement. Then, when you would be adding the attributes it would be created as transient and there is no need to go for changing XML that is given in above link.
For rest you can follow above link.
Thanks
AJ

Similar Messages

  • ORA:01658 Unable to create initial extent error

    Gurus,
    While importing a .dmp file I am getting following error
    IMP-00003 : Oracle error 1658 encountered
    ORA-01658: Unable to create INTIAL EXTENT for segment in tablespace INDX
    IMP-000017: following statement failed with ORacle error 1658:
    " CREATE INDEX "CSDT_RQS_INDEX" ON CSDT" ( "BASE_MASTER_KEY")PCTFREE 10 INTRANS 2 MAXTRANS 255 STORAGE(INTIAL 7864320 NEXT 131072 MINEXTENTS 1 MAEXTENTS 4096 PCTINCREASE 0 FREELISTS GROUPS1 BUFFER_POOL DEFAULT
    TABLSPACE "INDX" lOGGING.
    Please help to figure out what's wrong?
    Thanks in advance.

    With this SQL Statement you can find out the spaces in tablespaces.
    SQL> select u.tblspc "TBLSPC", a.fbytes "ALLOC", u.ebytes USED, a.fbytes-u.ebytes UNUSED,
    2 (u.ebytes/a.fbytes)*100 USEDPCT
    3 from (select tablespace_name tblspc, sum(bytes) ebytes
    4 from sys.dba_extents
    5 group by tablespace_name) u,
    6 (select tablespace_name tblspc, sum(bytes) fbytes
    7 from sys.dba_data_files
    8 group by tablespace_name) a
    9 where u.tblspc = a.tblspc
    10 ;
    TBLSPC ALLOC USED UNUSED USEDPCT
    CARTEST_DATA 891289600 488701952 402587648 54,8308824
    CARTEST_IDX 83886080 46465024 37421056 55,390625
    CARTMPTEST_DATA 41943040 26935296 15007744 64,21875
    RBS 541065216 104857600 436207616 19,379845
    SYSTEM 471859200 373547008 98312192 79,1649306
    TEMP 209715200 58654720 151060480 27,96875
    6 rows selected.
    SQL>
    Joel Pérez
    http://otn.oracle.com/experts

  • Max # extents Error

    When I execute this query in Oracle 8i Database.
    SQL> create table MTL_MATERIAL_TRANSACTIONS_bak as select * from MTL_MATERIAL_TRANSACTIONS;
    create table MTL_MATERIAL_TRANSACTIONS_bak as select * from MTL_MATERIAL_TRANSACTIONS
    ERROR at line 1:
    ORA-01630: max # extents (505) reached in temp segment in tablespace APPLSYSD
    then Shall I use the following command Without shutting down the database. Is there any other solutions.
    Please reply.
    alter tablespace APPLSYSD default storage (maxextents unlimited);
    OR
    alter tablespace APPLSYSD storage (maxextents unlimited);

    Hi user13098327,
    Please read below thread;
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:956629961318

  • Oracle Weblogic Domain extention error

    iam getting the following error while extending the domain,
    Extracting Domain Extension Contents...
    Saving the Domain Information...
    Domain Extension Application Failed!
    Domain Location: D:\Oracle\Middleware\user_projects\domains\base_domain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 23, in ?
    ImportError: no module named sysman
    i have done the following steps
    1) database installation
    2) RCU
    3) Weblogic server
    4) Webcenter Installation
    5) Oracle ECM installation
    6) webcenter domain creation
    7) ECM domain extension (here only iam getting error)
    Please suggest me the solution?

    Is this resolved ?
    If so, please share the fix.
    Thanks,
    Vijay

  • Extentions  error in CS3

    After installing DreamWeaver cs3 I installed the DreamWeaver
    Toolbox. While installing the Toolbox I kept getting this window
    pop up, a normal window, except the header says Adobe DreamWeaver
    CS3, In the window is a red circle with an X in it, and a OK
    button.
    Thats it....The Toolbox finally installed ok, but…
    Now when ever I open most any of the extensions or try to use
    them, I get this window constantly. I keep closing it or clicking
    the OK button, it goes away, but comes right back when I try to do
    anything with the extension.
    For the most part the extension finally works, but really
    irritating.
    The same thing happens now when trying to use spry or any of
    the Data extensions.

    Do you get an error when opening files from Bridge into Photoshop?
    Does the same happen when you open Raw files with Camera Raw?

  • Plugin Lab Menu extention error message

    I downloaded the Horizontal Flyout Menu Dreamweaver extension
    and installed it using the extension manager into Dreamweaver MX
    2004. I am using OS X 4.2.8. When I go to
    Inset/PluginLab/Horizontal Flyout Menu, I get an error message
    which states:
    While executing onload, the following Javascript error(s)
    occured: At line 20 of file "Main/Applications:Macromedia
    Dreamweaver MX 2004: Configuration: Commands:
    PL_HorizontalMenu.htm" ReferenceError: PLHFO is not defined.[/]
    Can anyone tell me what this means.

    That .dat file does not exist in my configuration folder or
    anywhere else on my machine.
    The PLHFO folder is in:
    User/Library/Aplication Support/Macromedia/Dreamweaver MX
    2004/Configuration/Shared/PluginLab/Presets.
    The PLHFO.dll file is in:
    User/Library/Aplication Support/Macromedia/Dreamweaver MX
    2004/Configuration/JSExtensions,
    and the PL_HorizontalMenu.htm file is in:
    User/Library/Aplication Support/Dreamweaver MX
    2004/Configuration/Commands folder.

  • Android native extention errors

    Hi Everyone,
    I'm currently working on creating an Android ANE for native alert popups. I'm now at the point where I think my both my Java and AS3 code is good to go but I'm getting an error when I try to use it.
    Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)
    My problem is I'm really not sure where this error is coming from. My thinking is that I'm not building the ANE file correctly or something is wrong in my extension.xml file but I'm really not too sure.
    I'm going to try to provide as much information as I can about how this project is set up. Right now I'm trying to use this ANE in a small, testing application.
    First, the folder setup:
    ANEextensions-
         Alert_Java (holding my Java project)
              (Android/Java created assets. Not sure if these are important or now. If so I will list them)
              src
                   com
                        fa
                             ne                        
                                  android
                                       AlertContext.java
                                       AlertExtension.java
                                       ShowAlert.java
         Alert_AS
              bin
                   AlertAndroidAS.swc
              src
                   Alert.as
                   extension.xml
    I'm not going to bother posting my java code as I think it's correct. but if anyone who is willing to invest some time in helping me with this issue wants to take a look please let me know.
    This is my extensions.xml file
    <extension xmlns="http://ns.adobe.com/air/extension/2.5">
    <id>com.fa.alerts</id>
    <versionNumber>1.0</versionNumber>
        <platforms>
            <platform name="Android-ARM">
                <applicationDeployment>
                    <nativeLibrary>AndroidAlert.jar</nativeLibrary>
                    <initializer>com.fa.ne.android.AlertExtension</initializer>
                    <finalizer>com.fa.ne.android.AlertExtension</finalizer>
                </applicationDeployment>
            </platform>
        </platforms>
    </extension>
    And this is my Alert.as file:
    package {
        import flash.events.EventDispatcher;
        import flash.external.ExtensionContext;
        public class Alert extends EventDispatcher{
            public static var extContext:ExtensionContext = null
            public function Alert(){
                super();
                extContext = ExtensionContext.createExtensionContext("com.fa.alerts", null);
            public static function androidAlert(aTitle:String, aMsg:String, aNeg:String = "Cancel", aPos:String = "Ok"):void{
                extContext.call("showAlert", aTitle, aMsg, aNeg, aPos);
    And this is my stub app I'm using to test
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <fx:Script>
            <![CDATA[
                protected function spawnAne(event:MouseEvent):void{
                    var a:Alert = new Alert();
                    Alert.androidAlert("test","testing");
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:Button click="spawnAne(event)" />
    </s:View>
    Now clicking on that button is what causes the error.
    I don't have any kind of swc or link between my testing app and the AS3 Alert_AS project. I'm using Flash Builder 4.6 to import the ANE file using the IDE tools.
    To build my ANE I'm using a lightly modified bash script from this post: http://gotoandlearn.com/play.php?id=149 by Lee Brimelow
        # path to YOUR Android SDK
        export AIR_ANDROID_SDK_HOME="my sdk"
        # path to the ADT tool in Flash Builder sdks
        ADT="my adt"
        # native project folder
        NATIVE_FOLDER=Alert_Java
        # AS lib folder
        LIB_FOLDER=Alert_AS
        # name of ANE file
        ANE_NAME=AndroidAlert.ane
        # JAR filename
        JAR_NAME=AndroidAlert.jar
        # cert path
        CERT_NAME=cert.p12
        # cert password
        CERT_PASS=password
        #===================================================================
        echo "****** preparing ANE package sources *******"
        rm ${ANE_NAME}
        rm -rf ./build/ane
        mkdir -p ./build/ane
        mkdir -p ./build/ane/Android-ARM
        mkdir -p ./build/ane/Android-ARM/res
        # copy resources
        cp -R ./${NATIVE_FOLDER}/res/* ./build/ane/Android-ARM/res
        # create the JAR file
        jar cf ./build/ane/Android-ARM/${JAR_NAME} -C ./${NATIVE_FOLDER}/bin .
        # grab the extension descriptor and SWC library
        cp ./${LIB_FOLDER}/src/extension.xml ./build/ane/
        cp ./${LIB_FOLDER}/bin/*.swc ./build/ane/
        unzip ./build/ane/*.swc -d ./build/ane
        mv ./build/ane/library.swf ./build/ane/Android-ARM
        echo "****** creating ANE package *******"
        "$ADT" -package -storetype PKCS12 -keystore ./cert.p12 -storepass password -tsa none \
            -target ane \
            ${ANE_NAME} \
            ./build/ane/extension.xml \
            -swc ./build/ane/*.swc \
            -platform Android-ARM \
            -C ./build/ane/Android-ARM/ .
        echo "****** ANE package created *******"
    I know this is a bit long but any help would be greatly appreciated! And feel free to let me know if you need some more elaboration

    I know this is an old post but I'm running into a similar situation - my ExtensionContext is NULL.  I've worked through all the examples I can find and I can't get my own ANE functional.

  • NuGet Extention Error

    I've installed Visual Studio for my C++ programming class, but i am encountering an error with the NuGet Extension when opening Visual Studio for the first time. I tried repairing the installation, but I received the same error message. I don't
    necessarily know what NuGet is, but I would like to get my Visual Studio installation as clean as possible. 

    Hello SoloPopo,
    NuGet is part of Visual Studio Setup so I moved your case to VS Setup forum. Since we haven't got any error info here, I recommend you check the following page to see if you have the same error:
    https://support.microsoft.com/en-us/kb/2899270?wa=wsignin1.0
    If you cannot find the same error, please collect full logs for us.
    By the way, you can also do the following:
    Verify your source is good by refer to here
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    Try install the NuGet package Manager from here:https://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Controller extention error

    hi,
    in PFR
    OAApplicationModule am=(OAApplicationModule)pageContext.getRootApplicationModule();
    OAViewObject localHvrRoDcsvo= (OAViewObject)am.findViewObject("HvrRoDcsVO1");
    OAViewObject localVocPrimeDiagCodesBVO= (OAViewObject)am.findViewObject("VocPrimeDiagCodesBVO1");
    OADBTransaction oaDBTxn=am.getOADBTransaction();
    String strRepairLineId = (String)oaDBTxn.getValue("csdRepairLineId");
    HvrRoDcsVORowImpl localHvrRoDcsVORowImpl = null;
    VocPrimeDiagCodesBVORowImpl localVocPrimeDiagCodesBVORowImpl=null;
    if ((pageContext.getParameter("SaveBtn") != null) ||(pageContext.getParameter("ApplyBtn") != null))
    localHvrRoDcsvo.executeQuery();
    RowSetIterator iter=localHvrRoDcsvo.createRowSetIterator("iter");
    iter.reset();
    while(iter.hasNext())
    Row row=iter.next();
    String str1=(String)row.getAttribute("Applicable");
    if("Y".equals(str1))
    localVocPrimeDiagCodesBVO.executeQuery();
    RowSetIterator iter1=localVocPrimeDiagCodesBVO.createRowSetIterator("iter1");
    iter1.reset();
    while(iter1.hasNext())
    Row row1=iter1.next();
    if(row1.getAttribute("RoDiagnosticCodeId").toString().equals(row.getAttribute("RoDcId").toString()))
    MessageToken[] tokens2 = null;
    throw new OAException("CSD","Diagnostic code present in Primary Diagcode...",tokens2,OAException.WARNING,null);
    else
    MessageToken[] tokens = null;
    throw new OAException("CSD","Diagnostic code not selected as Primary Diagcode...",tokens,OAException.WARNING,null);
    iter1.closeRowSetIterator();
    iter.closeRowSetIterator();
    i am getting nullpointer Exception at
    localHvrRoDcsvo.executeQuery();
    help me

    Hi, Annop of the VO
    the query
    SELECT
    dcb.diagnostic_code dc_code,
    dctl.name dc_name,
    dctl.description dc_desc,
    dcb.diagnostic_code_id dc_id,
    ro.ro_diagnostic_code_id ro_dc_id,
    ro.repair_line_id repair_line_id,
    'Y' applicable,
    ro.diagnostic_item_id,
    mtl.concatenated_segments diagnostic_item_name,
    mtl.description diagnostic_item_desc,
    nvl(freq.frequency, 0) frequency
    FROM
    csd_diagnostic_codes_b dcb,
    csd_diagnostic_codes_tl dctl,
    csd_ro_diagnostic_codes ro,
    mtl_system_items_kfv mtl,
    csd_dc_frequency_v freq
    WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb.active_from),trunc(sysdate))
    AND nvl(trunc(dcb.active_to), trunc(sysdate))
    AND dcb.diagnostic_code_id = ro.diagnostic_code_id
    AND dcb.diagnostic_code_id = dctl.diagnostic_code_id
    AND dctl.language = userenv('LANG')
    AND mtl.inventory_item_id = ro.diagnostic_item_id
    AND mtl.organization_id = cs_std.get_item_valdn_orgzn_id
    AND ro.repair_line_id = :1
    AND ro.diagnostic_item_id = freq.diagnostic_item_id(+)
    AND ro.diagnostic_code_id = freq.diagnostic_code_id (+)
    AND freq.ro_inventory_item_id(+) = :2
    UNION
    SELECT distinct
    dcb.diagnostic_code dc_code,
    dctl.name dc_name,
    dctl.description dc_desc,
    dcb.diagnostic_code_id dc_id,
    null ro_dc_id,
    null repair_line_id,
    'N' applicable,
    items.inventory_item_id diagnostic_item_id,
    items.concatenated_segments diagnostic_item_name,
    items.description diagnostic_item_desc,
    nvl(freq.frequency, 0) frequency
    FROM
    csd_diagnostic_codes_b dcb,
    csd_diagnostic_codes_tl dctl,
    mtl_system_items_kfv items,
    csd_dc_frequency_v freq
    WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb.active_from),trunc(sysdate))
    AND nvl(trunc(dcb.active_to), trunc(sysdate))
    AND dcb.diagnostic_code_id = dctl.diagnostic_code_id
    AND dctl.language = userenv('LANG')
    AND items.inventory_item_id = :3
    AND freq.diagnostic_item_id (+) = :4
    AND freq.diagnostic_code_id (+) = dcb.diagnostic_code_id
    AND freq.ro_inventory_item_id (+) = :5
    AND (dcb.diagnostic_code_id not in
    ( SELECT
    ro2.diagnostic_code_id
    FROM
    csd_diagnostic_codes_b dcb2,
    csd_ro_diagnostic_codes ro2
    WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb2.active_from),trunc(sysdate))
    AND nvl(trunc(dcb2.active_to), trunc(sysdate))
    AND dcb2.diagnostic_code_id = ro2.diagnostic_code_id
    AND ro2.diagnostic_item_id = items.inventory_item_id
    AND ro2.repair_line_id = :6
    AND items.organization_id = cs_std.get_item_valdn_orgzn_id
    AND (dcb.diagnostic_code_id in
    ( SELECT DISTINCT
    dom1.diagnostic_code_id
    FROM
    csd_dc_domains_v dom1
    WHERE dom1.category_set_id =
    fnd_profile.value('CSD_DEFAULT_CATEGORY_SET')
    AND dom1.category_id in
    ( SELECT DISTINCT
    cat.category_id
    FROM
    mtl_item_categories_v cat
    WHERE cat.inventory_item_id = items.inventory_item_id
    OR
    dcb.diagnostic_code_id in
    ( SELECT distinct
    dom2.diagnostic_code_id
    FROM
    csd_dc_domains_v dom2
    WHERE dom2.inventory_item_id = items.inventory_item_id
    plzzz help me out anoop

  • SQL*LOADER 시 발생하는 ORA-1653 ERROR

    제품 : SQL*PLUS
    작성날짜 : 2002-04-25
    SQL*LOADER 실행 시 발생하는 ORA-1653
    ====================================
    PURPOSE
    다음은 SQL*LOADER 실행시 ORA-1653 ERROR가 발생시에 조치하는
    방법을 설명한다.
    Explanation
    ORA-1653 error 는 특정 tablespace 에 space 가 부족해서 table의
    extent가 일어나지 못해서 발생하는 error 이다 .
    먼저 error message 에서 tablespace name 이 무엇인지 먼저
    check 한다.
    그리고 다음 command 를 이용해 해당 tablespace 를 늘려주면 된다.
    ALTER TABLESPACE tablespace_name ADD DATAFILE '.....' size 100m;
    그러나 이때의 tablespace 가 SYSTEM 일 경우는 user 의 default
    tablespace 가 잡혀있지 않기 때문이어서 근본적인 해결이 필요하다.
    이 경우는 무작정 tablespsace 를 늘리지 말고 user 의 default
    tablespace 를 create 후 user 에게 할당해주도록 한다.
    CREATE TABLESPACE tablespace_name datafile '...' size 100m;
    ALTER USER user_name IDENTIFIED BY passwd
    DEFAULT TABLESPACE tablespace_name
    TEMPORARY TABLESPACE temp ;
    위와 같이 user의 default tablespace 를 변환한 후, 이 default
    tablespace 안에 create table을 다시 한 후 sql*loader 를 실행한다.
    Reference Documents
    --------------------

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • Import fails (cannot create initial extent)

    I am running an import (using the interactive screen, and importing 1 user only)
    After creating a couple of tables, the import starts failing with "cannot create initial extent" errors.
    When I look at the free space, the tablespace I am importing into, has no free space left.
    What I don't understand, is that - I created this tablespace exactly the same size, as the tablespace I exported from (on a remote system). Source=4Gb, Target=4Gb
    Why is this happening ?

    I was never faced with that issue before so I am just guessing...
    Did you create the tablespace with the same initial/next extent values?
    Also, have you tried setting the tablespace to autoextend? It will not answer the "why", but it will at least allow you to see how much larger that tablespace needs to be and let the import finish.

  • Oracle error message code 1653 op 4, ORA-01653: unable to extend table

    Hi
    Our application use Oracle 9i as database. I modified one of tables and try to convert it from this application, then I got an Oralce 1653 error as followings:
    Creating Table SAMPLE_T
    Copying data from SAMPLE to SAMPLE_T
    Unable to move data from table 'SAMPLE' to table 'SAMPLE_T'
    Oracle error message code 1653 op 4, ORA-01653: unable to extend table SAND.SAMPLE_T by 1024 in tablespace SAMPLE_RESULT
    I suspect the tablespace SAMPLE_RESULT is not big enough and also can not extended automatically, but not sure if it is right or there maybe other reasons behind this error.
    Any idea?
    Thanks
    Li

    Lets try .....
    SQL> select tablespace_name,sum(bytes)/1024 from dba_free_space where tablespace_name='USERS' group by tablespace_name;
    TABLESPACE_NAME                SUM(BYTES)/1024
    USERS                                      384
    SQL> alter database datafile 'C:\ORACLE\ORADATA\MYDB\USERS01.DBF' autoextend off;
    SQL> alter table scott.emp allocate extent;
    Table altered.
    SQL> /
    alter table scott.emp allocate extent
    ERROR at line 1:
    ORA-01653: unable to extend table SCOTT.EMP by 128 in tablespace USERSI believe you must add more space to tablespace SAMPLE_RESULT or set the autoextend on for associated datafiles.
    Hope it help ..
    Bhupinder

  • MAX EXTENTS have reached

    Hi Team,
    We are getting ora-1632, max extents error's.. suggest ---what all can be done..
    and in future how to avoid it...

    Seems your index extent has reached its max limit, try and see if the issue resolves and always post full error instead of just error no.
    ALTER INDEX <object_owner>.<index_name> STORAGE ( MAXEXTENTS UNLIMITED);
    Edited by: Veeresh.S on Oct 22, 2012 6:53 PM

  • Recude the extents for a segment

    Can anybody provide me the steps to reduce the number of extents for a specific segment?
    Iam not supposed to increase the tablespace datafile size but i have to reduce the number of extents .
    I also tried the coalesce option on the tablespace where my segment exactlly lies but it is of no use.
    Caan anyone give me the steps to accomplish that ?
    Thanks A TON
    Aram

    This is your third duplicate post on this issue. You have been warned ! Pl continue the discussion in your original thread.
    reduce extents
    ora-01658 unable to create initital extents error in oracle 8.1.7.0.0

  • ORA-01631: max # extents (4096)

    Hi
    I received below ORA error for one of my prod table, would like to in which scenario we get the below error and how to investigate why it has occured.
    ORA-01631: max # extents (4096) reached in table DWHSE.F_APS_ORDERS
    Regards

    To hit a maximum extents error on a table you pretty much have to be using dictionary tablespace management. The maximum number of extents defaults based on the block size. If your Oracle version is 8.1 and up all your tablespaces should have been rebuilt as locally managed tablespaces using either auto-allocate or uniform extents. In the case where you have a newer version you should consider creating new tablespaces and moving the objects into them so you can take advantage of modern extent management features.
    If you are running an older release then just take some time to review your object allocation layout to see if for space managment purposes you need to do any re-arranging or storage parameter modification. We used our own version of auto-allocate under 7.x where we had 4 different extent sizes for smaller objects where each size was an even multiple of the smaller sizes. For moderate size and large tables we had uniform extent sizes.
    Good luck.
    HTH -- Mark D Powell --

Maybe you are looking for

  • Do I need to make separate projects -Noobie question

    I am working on a project, trying to do something I've never done before. I have about eight hours of footage that I need to edit down to about 45 minutes for a presentation. I have used iMovie to select the clips I want. That part is done and it see

  • Start up problem Nokia 2520

    Hi, My 2 weeks old Nokia Lumia 2520 has a start up problem. When I switch on the phone I only see a blue screen with an unhappy smiley face :-( The battery is fully charged and I tried holding the 'power on'button for 10 seconds, but it doesn't work.

  • Trying to find the sidebar icons

    I'm in the process of replacing the folders in my home (the blue on blue all look too similar to me), but I haven't found icons I like for music and movies that look better than the ones in the sidebar (and when I replace the blue folder image it rep

  • Form hangs when try to open excel

    Hi everybody, When I try to upload some data from excel it work's ok when i'm doing it on xp, but when i'm on windows server 2003 won't upload. Form hangs on code noted below. On both OS are Excel 2003. args := OLE2.create_arglist; OLE2.ADD_ARG(args,

  • X-Fi XtremeGamer Fatality: 5.1 Config Resets to

    Hello. I recently upgraded my Audigy card with an X-Fi XtremeGamer Fatality version. Everything regarding sound quality and performance is A-Ok. My problem is that I'm experiencing an annoying bug, which I haven't been able to squash. Every time I re