Missing Cast member names in the partition

Hello

I'm having a problem with the Score when I open the Director.

The names of the members of each sprite are not displayed (see image), now I can work around this problem, but I'm editing document of someone else to locate every Member of the cast on the score turns into a confusing and tedious problem.

I am the Director MX 2004, and I'm fairly new Director so I didn't find anything in the help files or the forumscore.jpg

I have Director not on this machine, but as I recall (and watching your jpg) 'NAME' button in the menu to the left of the partition names turns on and turns off.

Tags: Director

Similar Questions

  • Query to find the name of the partition

    Hi all

    I'm a little surprised to see that it is not a column I can use to query the name of the partition for a table, in the case of partition of Internval per day...

    I'm looking for a simple query find the name of the partition for the word partition of today ' today... Am I missing something?

    Ask something like...

    Select nom_partition from dba_Tab_partitions where table_name = 'XYZ' and TO_DATE(HIGH_VALUE,'DD-MON-YYYY') = April 2, 2014"

    High value being a long column, lets you convert CHAR or DATE?

    Thanks in advance

    Then, you create a copy of dba_tab_partitions, since you can only convert the LONG data during an insertion type or create the table.

    From Dan article: «just...» If you have a LONG, and you want to appear more than it, you must use TO_LOB to convert it during either an INSERT INTO

    or a CREATE TABLE As . Everything else is just wasting time. "

  • How to retrieve the name of the partition of a deployment process

    Hello

    In a 11g BPEL process I need the partition name (for example - default etc.) in which the process has been deployed. As we buld available function to retrieve the instance id (ora:getCompositeInstanceId ()), we have no function to retrieve the name of the partition?

    Hello

    Try this to affect the business.

          
            
            
          
    

    Kind regards
    Neeraj Sehgal

  • Partitioning interval. How to choose the name of the partition

    Hi all

    Is there a wat to choose the name of the partition when new partitions are created?
    Instead of "SYS_P101", I mean something like CUSTOMRES_P_256, where 256 is the new value that caused the creation of the partition.

    The reason is that, before you launch a long process I need to collect statistics on the partition based on this number

    Thanks in advance,

    You can rename a partition with your preferred naming convention:

    alter table CUSTOMER rename partition SYS_P101 to CUSTOMRES_P_256;
    

    But you first need to know the name of the partition. One thing I have used in cases when a partition interval has not created yet is to insert a record with the new partition key value so that the partition interval is created, then get the name of the partition and then push the insert. In this way, you know the name of partition before any data is loaded.

    Of course, you can query dba_tab_partitions and examine the high_value column to select the correct partition. However, I prefer the method of obtaining the name of the next partition. It gives you the name of the partition for a row in a table. This is also useful for existing data (not only new partitions) If you need to find the partition where a certain rank.

    select subobject_name
    into v_partition
    from ALL_OBJECTS
    where OWNER = 'SCHEMA_OWNER'
    AND data_object_id in (select dbms_rowid.rowid_object(rowid)
                                     from FACT_TABLE
                                     where PARTITION_KEY_COL = MY_VALUE
                                     and rownum = 1);
    

    You can then use the name of the partition to load your facts, statistics or rename the partition.

  • Get the name of the Partition to aid 'NLS_CALENDAR = GREGORIAN' shows wrong year

    I'm trying to get the name of the partition that is the most recent. But using this sql I get something inappropriate. It shows the year 2020, any help is appreciated.

    SQL > alter session set nls_date_format = 'YYYY-MM-DD ";

    Modified session.

    SQL > SELECT TO_CHAR (TO_DATE (MAX (SUBSTR (nom_partition,-6)), 'RRMMDD'), 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR = GREGORIAN')
    FROM DBA_TAB_PARTITIONS
    WHERE table_name = 'T_TEST '.
    and table_owner = 'TEST '.

    Output:

    TO_CHAR (TO_DATE (MAX (SUBSTR (BY)))
    ---------------------------------------------------------------------------
    * 2020 *-09-06 00:00:00




    Table structure:

    CREATE TABLE TEST. T_TEST
    (
    MESSAGE_ID VARCHAR2 (60 BYTE) NOT NULL,
    MESSAGE_TYPE, VARCHAR2 (50 BYTE),
    LAST_CHANGE_DT TIMESTAMP (6).
    MESSAGE_TEXT CLOB,
    ACCOUNT_ID VARCHAR2 (18 BYTE),
    EVENT_ID VARCHAR2 (18 BYTE)
    )
    TABLESPACE TOOLS
    PCTUSED 0
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    PARTITION BY RANGE (LAST_CHANGE_DT)
    (
    P_TEST_200904 PARTITION VALUES LESS THAN (TIMESTAMP'2009-04-15 00:00:00 ')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    AS CRAFT (MESSAGE_TEXT) STORE
    (TABLESPACE TOOLS
    ALLOW ONLINE STORAGE
    8192 CHUNK
    PCTVERSION 10
    NOCACHE
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    DEFAULT USER_TABLES
    )
    )
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    ),
    P_TEST_200905 PARTITION VALUES LESS THAN (TIMESTAMP'2009-05-15 00:00:00 ')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    AS CRAFT (MESSAGE_TEXT) STORE
    (TABLESPACE TOOLS
    ALLOW ONLINE STORAGE
    8192 CHUNK
    PCTVERSION 10
    NOCACHE
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    DEFAULT USER_TABLES
    )
    )
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    ),
    P_TEST_200906 PARTITION VALUES LESS THAN (TIMESTAMP'2009-06-01 00:00:00 ')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    AS CRAFT (MESSAGE_TEXT) STORE
    (TABLESPACE TOOLS
    ALLOW ONLINE STORAGE
    8192 CHUNK
    PCTVERSION 10
    NOCACHE
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    DEFAULT USER_TABLES
    )
    )
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    )
    )
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;

    Hello

    Why do you use "RRMMDD" in your query, when the name of your partition is as P_TEST_. This seems to be the issue.

    Concerning
    Anurag Tibrewal.

  • Call data of Variable in a stored procedure for the name of the Partition

    Hello

    Here is an excerpt of a Proc Srored I wrote.
    The objective here is to copy data from a partition of a table.
    I have first query the name of the partition of the table ALL_TAB_PARTITIONS and even store in a VARCHAR2 variable named partition_name_low.
    I then try to select the data in that partition of the table using the name of the variable.

    PROCEDURE purge AS

    partition_name_low VARCHAR2 (25);

    BEGIN
    --+
    -Request for the highest value of the timestamp in the 1st partition in the current table.
    --+
    SELECT NOM_PARTITION
    IN partition_name_low
    OF ALL_TAB_PARTITIONS
    WHERE TABLE_NAME = 'TABLE1' AND PARTITION_POSITION IN
    +(+
    SELECT MIN (PARTITION_POSITION)
    OF ALL_TAB_PARTITIONS
    WHERE TABLE_NAME = 'TABLE1 '.
    +);+
    COMMIT;


    COMMIT;
    DBMS_OUTPUT. Put_line (partition_name_low: ' * ' |) TO_char (sysdate, ' ' the HH24: MI: SS DD/MM/YYYY) | ("From scrub data *');

    --+
    -Copy data from a partition 1 to Table Archive
    --+

    INSERT / * ADD * / IN TABLE1_ARCHIVE +.
    SELECT * FROM TABLE1 PARTITION (partition_name_low).


    However, I am facing a problem here because now I get an error that "ORA-02149: specified Partition does not exist.
    As I understand it, is that the Oracle query contains the literal string "partition_name_low", instead of the data in it.
    I tried with
    & partition_name_low
    AND
    : partition_name_low

    with no luck.
    In the 2nd case, I get the obvious exception 'bad bind' variable

    Please can anyone suggest how I can handle this situation where I can use a variable see the partition name in a select query?

    Thanks in advance!
    Abhishek.

    Hello, try:

    EXECUTE IMMEDIATE 'INSERT /*+ APPEND */ INTO TABLE1_ARCHIVE SELECT * FROM TABLE1 PARTITION(' || partition_name_low ||')';
    
  • Display the member name and the alias in Smart view

    Hi gurus,

    I have a request from ASO (version 11.1.2.1) where the dimensions of the customer and the provider have names and alias names. Member name field contains the customer number (vendor number) and alias contains the full name. Now, I created a query using the query designer where I selected the "Member name and description" option in the Option Member Smart View menu in Excel. But, while I fetch data from the query, the system only returns the alias name and alias name + not a member name.

    Can you please how can I get both? The Smart View User guide says that "Member name and description" displays the full qualified names and descriptions (alias).

    Thank you.

    If you want to view the Member and the alias, then this is a new feature in 11.1.2.1.102

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • message 'the unknown member name' - but the member exists

    Hello

    A planning cube, I'm working on that returns the validation formula errors & I am struggling to understand why. A test, I created a member with this simple formula:

    IF (@ISLEV("Employees",0))
    * 1 ; *

    ON THE OTHER
    * 0 ; *

    ENDIF

    When I validate the formula in planning, I * "compilation error formula for [] (line 1): unknown member ["employees"] into [@ISLEV] function name." However, the "employees" are the name of a dimension in my cube.

    When I post the same formula in the Regional service console, it validates successfully.

    If I change 'Employees' to 'Entities', whose name from another dimension, the valid formula successfully in planning.

    Despite the error message, the formula does not produce the results you want - but it's annoying to have the validation error reported whenever I update planning to Essbase.

    Can anyone suggest why planning does not accept the "employees" as a member name valid?

    I use version 9.3.1.1.9 of the planning.

    Sounds to me like your formula is attached to a member who is in several types of plan and plan of one of these types does not contain the dimension of 'employees '.

  • What Oracle Table contains the name of the Partition key field?

    What Oracle table/view retains the name of partition key field?

    All_Tab_Partitions does not seem to keep this information.

    When I use the toad-> pattern-> Tables-> Partitions, it lists the name of the key field of partition, that partition is based.

    Thank you

    all_part_key_columns
    or
    USER_part_key_columns

    Published by: OrionNet on December 5, 2008 15:56

  • Move the partition of the table and get ORA-14006: invalid partition name

    I'm using oracle 11.2.0.4 and I am trying to move a partitioned table to one tablespace to another.  I checked may times and I have the correct table name and the name of the partition.  However, I get the error ora-14006.

    Can see everything what could be the problem?

    SQL > ALTER TABLE GWPROD. QRY_TES_ROLLINGCUREDITS MOVE PARTITION 201112 TABLESPACE GW_PROD_T2 PARALLEL (DEGREE 4) NOLOGGING;

    ALTER TABLE GWPROD. QRY_TES_ROLLINGCUREDITS MOVE PARTITION TABLESPACE GW_PROD_T2 PARALLEL (DEGREE 4) NOLOGGING 201112

    *

    ERROR on line 1:

    ORA-14006: invalid partition name

    Thanks in advance.

    Names that begin with numbers are not legal partition names. A fool created by placing them between double quotes. You will need to do the same.

  • Cast member Scripts

    Hello
    I am fairly new to Lingo and try to put a script on a cast member that causes the cast to spend member to another. I know how to do this with a script of sprite, but I'm hoping to do it with a script of cast members in place.

    I create a game in which the user displays balloons by clicking on it. I want to attach the script for the Member of the cast instead of the sprite because the cast member will behave the same way every time, and I think it will be a more efficient use of lingo. Unfortunately I'm not doing things and I don't know if it's possible. This is the sprite script that worked:

    on mouseDown
    the value of the memberNum of the sprite 1-2
    end

    Member 1 distribution is an image of a ball
    2 cast member is an image of a number from 1 (the increment of the score the user wins by popping the bubble)

    the idea is that the image of the partition remains on the screen for a short period (one second or less) and then the user is returned to the reading of the game click on another ball.

    So... All that for a simple question: is there a way to attach this script to the Member of the cast instead of the script?

    Thank you
    Serenity of SHADOWHAWK

    As says, no, it's not more effective. You aren't one
    area of your design, but here are some of the reasons why write
    code modular and endearing to sprites is a better world and ultimately,
    simpler method.

    If you write code directly to a member of the distribution, then the code will only
    work for this member. So, if you are a member of red, for ball
    instance and you want to write code that controls this member
    Sprite, you will have the unique code for this member. If you want a second
    red ball, then you will have to repeat the whole process: make a second
    Member and write the single code for him. You will need to repeat this step
    process for every ball in the film.

    Now you must place the instances of each of these members on the
    Stadium. If you get one of them in the wrong sprite channel, the code
    will not work correctly.

    With this method, you will need to do 10 unique to have cast members
    10 sprites on the stage. Most of the file size of a Director of the film is based
    the size of the bitmap members. Thus, most members, large file.

    If you use standard steering creation methods, you can create a
    Member of ball, place as many instances on the stage that you need and
    fix unique to each sprite instance behavior. Each sprite will be
    know its own channel number, so that should not be assigned. You can
    the color of each of the sprites with Lingo, so you only need an original
    members.

    --
    Rob
    _______
    Rob Dillon
    Adobe Community Expert
    http://www.DDG-designs.com
    412-243-9119.

    http://www.Macromedia.com/software/trial/

  • How to use the PARTITION of EXCHANGE IKM

    Hi all

    I use IKM EXCHANGE PARTITION to load lots of data from a table that is not partitioned for a partitioned table.

    Is there any step that I have to follow?

    I put the source table in the source area and the target in the area.

    I select the IKM and run the task.

    Cattura.JPG

    ODI-1228: Prova_exch (Integrazione) of the task fails when the target SASSYS ORACLE connection.
    Caused by: java.sql.SQLException: ORA-14006: invalid partition name
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:712)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3470)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1877)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:3056)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2623)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:745)

    This is the code:

    Start

    run immediately ' ALTER TABLE SASKPI. TEST_MILA SWAP WITH SASKPI TABLE PARTITION. I HAVE _TEST_MILA $ WITH VALIDATION';

    end;

    It's like ODI is unable to get the name of the Partition

    The following article describes how to properly use the KM

    http://www.Ateam-Oracle.com/using-Oracle-partition-Exchange-with-Oracle-data-integrator-ODI/

  • SmartView-setting 'Member Name and Description' with HFM

    Hi all

    We have EMP 11.1.2.3.500 environment with planning, Essbase, HFM installed products. We use the latest Smart View version 11.1.2.5.215/216.

    When you try to retrieve data for HFM using this version of SmartView I don't get member name and aliases in the report even if I check the option name of Member and Description in settings Smart View Member, we were using an older version of SmartView 11.1.1.3 that could retrieve the names of the members with HFM 11.1.1.3 description inside.

    When I try the same thing for Essbase and planning 11.1.2.3 I get the alias in another column (which is not similar to v11.1.1.3) so it's working for Essbase and planning.

    HFM does support the SmartView parameter Member Name and Description /Description?


    Is there no workaround solution to achieve this because we have more than a hundred of the SmartView already integrated in the previous version and it won't work for us to only have member names in the reports.


    Thank you

    Rachid

    The problem is solved by setting the preferred language in the workspace for the consolidation...

  • How do I know the partition that is moved within the storage space?

    I'm currently moving the partitions of a table to reclaim space and I do not transfer to another tablespace, in other words, I just move into the storage space.

    The tablespace contains one table.

    The most difficult part of putting them in the same tablespace is now, that I could not easily identify which partition to date is moved. When I created the script to move partitions, I've sorted them all first.

    I asked the DBA_SEGMENTS and learned the segment_type is TEMPORARY and that the size continues to change right away.

    The nom_segment is "37.75756073" and does not say clearly what partition is moved.

    I know that the '37' part. It's a the file_id. But what is this "75756073"? I checked the object_id and data_object_id from DBA_OBJECTS, but he did not show everything.

    I questioned the block_id from DBA_EXTENTS, but neither did - it show the nom_partition.

    Any other ideas?

    SQL > select nom_segment, segment_type, nom_partition, dba_segments bytes/1024/1024/1024 GB

    where nom_tablespace = 'P_SGSN_1_WEEK. '

    order by nom_partition;

    NOM_SEGMENT NOM_PARTITION SEGMENT_TYPE GB

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

    PARTITION TABLE PS_SGSN_1_WEEK P_20131202 314.199219

    PARTITION TABLE PS_SGSN_1_WEEK P_20131209 324.589844

    PARTITION TABLE PS_SGSN_1_WEEK P_20131216 333.359375

    PARTITION TABLE PS_SGSN_1_WEEK P_20131223 320.097656

    PARTITION TABLE PS_SGSN_1_WEEK P_20131230 303.691406

    PARTITION TABLE PS_SGSN_1_WEEK P_20140106 297.34375

    PARTITION TABLE PS_SGSN_1_WEEK P_20140113 313.320313

    PARTITION TABLE PS_SGSN_1_WEEK P_20140120 321.875

    PARTITION TABLE PS_SGSN_1_WEEK P_20140127 334.453125

    PARTITION TABLE PS_SGSN_1_WEEK P_20140203 324.6875

    PARTITION TABLE PS_SGSN_1_WEEK P_20140210 300.15625

    NOM_SEGMENT NOM_PARTITION SEGMENT_TYPE GB

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

    PARTITION TABLE PS_SGSN_1_WEEK P_20140217 295.332031

    PARTITION TABLE PS_SGSN_1_WEEK P_20140224 294.609375

    PARTITION TABLE PS_SGSN_1_WEEK P_20140303 311.933594

    PARTITION TABLE PS_SGSN_1_WEEK P_20140310 318.066406

    PARTITION TABLE PS_SGSN_1_WEEK P_20140317 314.335938

    37.75756073 TEMPORARY 265.996094

    17 selected lines.

    Our version of Oracle RDBMS is 11 GR 2

    Watch LAST_DDL_TIME to the USER_OBJECTS partition (the name of the table would be OBJECT_NAME and the name of the partition would be SUBOBJECT_NAME "PARTITION TABLE" would be the OBJECT_TYPE) to identify the last partition that has been moved.  Given that your script is the partition names ordered, you would know the next parttiion after it - such next partition would be one that is currently "moved".

    Hemant K Collette

  • Bootcamp deleted missing partition, but can not recover the partition space

    Tried to install 10 Windows via Bootcamp on my Mac. First, I formatted the bootcamp partition. Then I got the following message: could not create a new partition or locate an existing one. For more information, see the Setup logs files.

    I tried five times with Bootcamp installed Windows 10. Then I advice to delete the partition and create a new. So I did. Still did not work. When I rebooted my mac, 50 GB missing as you can see here:

    I tried to restore the partition, but there is no possibility to do so, as you can see here:

    I read so many posts that I don't know what to do anymore. I don't mind factory reset my macbook, but it will restore my lost partition as I probably only erase the 450 GB instead of the 500 GB SSD?

    I read in several messages (this one in general: Bootcamp Partition missing during startup) that this information might be required, so I added from the outset:

    diskutil list:

    Cs diskutil list:

    sudo TPG - vv - r see the/dev/disk0:

    sudo fdisk/dev/disk0:


    I hope someone can help me restore my 50 GB, I lost. Even once, I do not fear factory reset my macbook if that's the best way to solve this problem!

    Can you use doesn't have windows via bootcamp 8.1 installation as reference to reclaim your disk space?

Maybe you are looking for

  • iMac does not start!

    I have an iMac 2006 model number of 20 inch A1174 (EMS 2105). for some reason, it won't start. He had the apple with the loading circle logo and it would remain only to it. every day ive been looking for ways to find a solution. crazy part is that I

  • Why do I get popups to advertisers when I try to lick c on my email?

    When I enter my email and try to read something a popup comes out for scorpion mediums or things like that. What is Scorpio is a kind of announcement on. I'm frustrated.Also, when I try to pull up some sites they do not upward. Like some horoscopes,

  • Windows Live Mail sends several emails to the recipient and gets stuck in the Outbox

    My windows live mail sends multiple messages for one of my email accounts (and only one). It seems stuck in the Outbox and not appear in my sent items folder, but the buyer complains to receive up to 25 times. I uninstalled norton antivirus completel

  • Advanced local network service

    Hello I just recently received my Dell laptop about a week ago and I followed all the installation instructions and now whenever I start my laptop, I get a pop window that says:"Advanced Networking Service has stopped working and was closed: a proble

  • Access to files

    I recently installed the game Ghost Recon Advanced Warfighter 2 on my laptop, but when I try to launch it, it says: the application has crashed and was unable to create a log file. Please check your file access permissions. what it means and how to s