One-way replication using queries and mapping DML - error

Environment: Unique Windows physical system and Oracle 11 g R2 DB of EA. Two schemas with the structure of the different tables. This is a home office staff.
The order of the day: runs DML replication of 2 tables to another single table with use of query and chips

Disclaimer: I have read the guide e17791.pdf Admin and checked the forum before asking this question here.

My excerpt:
EXTRACT srcextm
USERID gguser, PASSWORD gguser
--DDL
TRANLOGOPTIONS EXCLUDEUSER gguser
RMTHOST localhost, MGRPORT 7809
RMTTRAIL G:\app\gg32\dirdat\mt
TABLE source.*,
SQLEXEC (ID query2col, QUERY "select a.sno as sno, a.name as name, b.phone as phone from source.test a, source.contact_no b where a.sno=1 and a.sno=b.sno"),
TOKENS (TK_SNO           = @GETVAL(query2col.sno),
        TK_NAME      = @GETVAL(query2col.name),
        TK_PHONE       = @GETVAL(query2col.phone));
Replicat:
REPLICAT srcrepm
SOURCEDEFS G:\app\gg32\dirsql\sourcedefs.sql
--DDLERROR DEFAULT IGNORE
USERID gguser, PASSWORD gguser
MAP source.*, TARGET target.directory,
colmap(USEDEFAULTS,
SNO= @Token("TK_SNO"),
NAME= @Token("TK_NAME"),
PHONE= @Token("TK_PHONE"));
Replicat report:
***********************************************************************
                 Oracle GoldenGate Delivery for Oracle
      Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230
        Windows (optimized), Oracle 11g on Apr 23 2012 06:24:05
 
Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.


                    Starting at 2012-10-15 10:00:34
***********************************************************************

Operating System Version:
Microsoft Windows 7 , on x64
Version 6.1 (Build 7600: )

Process id: 8932

Description: 

***********************************************************************
**            Running with the following parameters                  **
***********************************************************************

2012-10-15 10:00:34  INFO    OGG-03035  Operating system character set identified as windows-1252. Locale: en_US, LC_ALL:.
REPLICAT srcrepm

SOURCEDEFS G:\app\gg32\dirsql\sourcedefs.sql

--DDLERROR DEFAULT IGNORE

USERID gguser, PASSWORD ******

MAP source.*, TARGET target.directory,

colmap(USEDEFAULTS,

SNO= @Token("TK_SNO"),

NAME= @Token("TK_NAME"),

PHONE= @Token("TK_PHONE"));


2012-10-15 10:00:34  INFO    OGG-01815  Virtual Memory Facilities for: COM
    anon alloc: MapViewOfFile  anon free: UnmapViewOfFile
    file alloc: MapViewOfFile  file free: UnmapViewOfFile
    target directories:
    G:\app\gg32\dirtmp.

CACHEMGR virtual memory values (may have been adjusted)
CACHESIZE:                              512M
CACHEPAGEOUTSIZE (normal):                4M
PROCESS VM AVAIL FROM OS (min):           1G
CACHESIZEMAX (strict force to disk):    881M

Database Version:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE     11.2.0.1.0     Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

Database Language and Character Set:
NLS_LANG         = ".WE8MSWIN1252" 
NLS_LANGUAGE     = "AMERICAN" 
NLS_TERRITORY    = "AMERICA" 
NLS_CHARACTERSET = "WE8MSWIN1252" 

***********************************************************************
**                     Run Time Messages                             **
***********************************************************************

Opened trail file G:\app\gg32\dirdat\mt000000 at 2012-10-15 10:00:34

Wildcard MAP resolved (entry source.*):
  MAP "SOURCE"."TEST", TARGET target.directory, colmap(USEDEFAULTS, SNO= @Token("TK_SNO"), NAME= @Token("TK_NAME"), PHONE= @Token("TK_PHONE"));
Using the following default columns with matching names:
  SNO=SNO, NAME=NAME
Using the following key columns for target table TARGET.DIRECTORY: SNO.



2012-10-15 10:00:34  WARNING OGG-01004  Aborted grouped transaction on 'TARGET.DIRECTORY', Database error 1403 (OCI Error ORA-01403: no data found, SQL <UPDATE "TARGET"."DIRECTORY" SET "NAME" = :a1,"PHONE" = :a2 WHERE "SNO" = :b0>).

2012-10-15 10:00:34  WARNING OGG-01003  Repositioning to rba 984 in seqno 0.

2012-10-15 10:00:34  WARNING OGG-01154  SQL error 1403 mapping SOURCE.TEST to TARGET.DIRECTORY OCI Error ORA-01403: no data found, *SQL <UPDATE "TARGET"."DIRECTORY" SET "NAME" = :a1,"PHONE" = :a2 WHERE "SNO" = :b0>*.

2012-10-15 10:00:34  WARNING OGG-01003  Repositioning to rba 984 in seqno 0.

Source Context :
  SourceModule            : [er.errors]
  SourceID                : [er/errors.cpp]
  SourceFunction          : [take_rep_err_action]
  SourceLine              : [623]

2012-10-15 10:00:34  ERROR   *OGG-01296  Error mapping from SOURCE.TEST to TARGET.DIRECTORY.*

***********************************************************************
*                   ** Run Time Statistics **                         *
***********************************************************************

Last record for the last committed transaction is the following: 
___________________________________________________________________
Trail name :  G:\app\gg32\dirdat\mt000000
Hdr-Ind    :     E  (x45)     Partition  :     .  (x04) 
UndoFlag   :     .  (x00)     BeforeAfter:     A  (x41) 
RecLength  :    77 (x004d)    IO Time    : 2012-10-15 09:23:18.000000  
IOType     :    15  (x0f)     OrigNode   :   255  (xff)
TransInd   :     .  (x03)     FormatType :     R  (x52)
SyskeyLen  :     0  (x00)     Incomplete :     .  (x00)
AuditRBA   :          7       AuditPos   : 31137808
Continued  :     N  (x00)     RecCount   :     1  (x01)

2012-10-15 09:23:18.000000 FieldComp          Len    77 RBA 984
Name: SOURCE.TEST
___________________________________________________________________

Reading G:\app\gg32\dirdat\mt000000, current RBA 984, 0 records

Report at 2012-10-15 10:00:34 (activity since 2012-10-15 10:00:34)

From Table SOURCE.TEST to TARGET.DIRECTORY:
       #                   inserts:         0
       #                   updates:         0
       #                   deletes:         0
       #                  discards:         1


Last log location read:
     FILE:      G:\app\gg32\dirdat\mt000000
     SEQNO:     0
     RBA:       984
     TIMESTAMP: 2012-10-15 09:23:18.000000
     EOF:       NO
     READERR:   0


2012-10-15 10:00:34  ERROR   OGG-01668  PROCESS ABENDING.
Note: I left out the statistics.

DB data table:
select * from source.test;
SNO                    NAME            UPDATED                   EMAIL                          
---------------------- --------------- ------------------------- ------------------------------ 
3                      Dickens            15-OCT-12 12.20.50.614000000 AM NA                             
1                      Madhu      14-OCT-12 10.52.05.213000000 PM NA                             
2                      Tom             14-OCT-12 10.52.05.213000000 PM NA                             

3 rows selected
Select * from source.contact_no;
SNO                    PHONE      
---------------------- ---------- 
1                      9888888885 
2                      9888888886 

2 rows selected
Select * from target.directory;
SNO                    NAME            PHONE      
---------------------- --------------- ---------- 

0 rows selected
At startup, the evening only replicate with the error above.

My question is:
Why is an update performed at Target.Directory table with the WHERE clause used in the SELECT query to my SNIPPET, which in turn, was intended for the SOURCE. TEST and SOURCE. CONTACT tables?

Published by: MadhuGopanna on October 14, 2012 23:25: fixed select query. Same recurring error.

"to replicate (exlisitly give source.test as a source)-
Question: If I mention only source.test as a source, would have extracted ignore changes made to source.contact_no?

Stating that -

MAP source.*, TARGET target.directory

sandbox say GG to you that you have what it takes to replicate all tables in the source schema in target.directory. -So, it's nonsense.

"to extract (add section TABLEEXCLUDE to exclude the replication source.contact_no) -"
Question: I want to reproduce the combination of test and contact_no of source data in the target.directory table. In this regard the TABLEEXCLUDE of source.contact_no will provide the desired result?

TABLEEXCLUDE clause do not exclude the possibility of using the table in queries in SQLEXEC or anywhere else. He just exclude the table replication if you use wildcard characters.
For example -.

TABLE user.*;
TABLE user.TEST;

each user of schema table would be replicated except user. TEST.

I think it is the right way to say what you want-

EXTRACT ext1
--connection to database--
USERID ogg, PASSWORD xxxx
--hostname and port for trail--
--rmthost db-dev-2, mgrport 7809
--path and name for trail--
--rmttrail /u01/app/oracle/product/11.1.1.12ogg/dirdat/lt
EXTTRAIL /u01/app/oracle/product/11.1.1.12ogg/dirdat/ss
SEQUENCE test.*
--DDL support
DDL INCLUDE MAPPED OBJNAME test.*
--DML
TABLE source.TEST, SQLEXEC (ID query2col, QUERY "select b.phone as phone from source.test a, source.contact_no b where a.sno=:sno_params and a.sno=b.sno", PARAMS (sno_params = SNO)) TOKENS (TK_PHONE = @GETVAL(query2col.phone));
TABLEEXCLUDE source.CONTACT_NO;
--Replicat group --
REPLICAT REP2
--source and target definitions
--ASSUMETARGETDEFS
SOURCEDEFS /u01/app/oracle/product/11.1.1.1.2ogg411g/dirdef/sourcedef
--target database login --
USERID ogg, PASSWORD xxxx
--file for dicarded transaction --
DISCARDFILE /u01/app/oracle/product/11.1.1.1.2ogg411g/discard/rep1_discard.txt, APPEND, MEGABYTES 10
--ddl support
DDL
--Specify table mapping ---
MAP source.TEST, TARGET target.DIRECTORY, COLMAP (USEDEFAULTS, PHONE = @TOKEN ("TK_PHONE"));
DDLERROR 24344 DISCARD;

Just tested - works fine.

Published by: Artem Khisamiev on 15.10.2012 08:00

Published by: Artem Khisamiev on 18.10.2012 05:58

Tags: Business Intelligence

Similar Questions

  • update my MacMini (2.4 GHz, memory 2 GB, OS x 10.6.8) to one who can use iCloud and newest iTunes?

    How would update my MacMini (2.4 GHz, memory 2 GB, OS x 10.6.8) to one who can use iCloud and newest iTunes?

    Yes, it seems to be a Mini 2010

    How to identify Mac - Support Apple mini models

    Upgrade

    http://www.Apple.com/OSX/how-to-upgrade/?CID=WWA-us-KWG-Mac

    However, with only 2 GB of RAM it will be slow. Your Mac supports 16 GB (2 x 8 GB). I would minutes to replace a strip of 1 GB with a key of 8 GB.

    This place sells compatible memory and provides installation videos. Macs are picky about the memory

    http://eShop.MacSales.com/installvideos/

    You can also replace the HD with a SSD to improve performance.

  • Report Generation Toolkit (Word): how to properly use bookmark and return without "error!" Source not found reference.

    Hello

    I'm trying to generate a report using a template. In my model, I use cross references to refer to a bookmark. For example, in the first page, I created a bookmark for my name, and in the header, I've created a reference refer to my name. The problem is when I start my VI the bookmark update perfectly but the reference to refer to the bookmark cannot refresh with the same value and generates an error: ' error! Reference source not found. "
    Can someone help me please!

    NKI

    Unfortunately, since this is a mistake in the word, there is no we can do about it.  But you found a great workaround solution - good troubleshooting.

  • Is there a way to use QDateTime and QDate with DateTimePicker in QML/Javascript function?

    I use a DateTimePicker control to get the date/day of the week, etc., chosen by the user. Is there a right-postponed way to do this without using C++?

    Sorry, I forgot to attach the code :-)

    var dateSelected = datePicker.value;
    console.log("dateSelected=" + dateSelected);
    var daywwek = dateSelected.getDay();
    console.log("dayWeek=" + daywwek);
    
  • How to put in place the taskbar? must be a solution to this one way, I tried help and support and also to the windows forum, tried a solution, but it worked for me

    Please if you have had an experience with your jumping irrelevant task bar, tell me how do I get it back I lost 2 hours trying without success.

    amethyst84

    Click on an empty spot in the taskbar, hold down the mouse button and drag the taskbar to the desired location.

    If it does not move, right click on a place empty and uncheck lock the taskbar .

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Using DateAdd and Null pointer error

    I use the following code below:

    < cfoutput query = 'getpeople' >
    < cfset time2 = TimeFormat (getpeople.lunch_out_time, "HH: mm") >
    <!-< cfset time3 = DateAdd ("h", 0, 2) - > >
    < cfset years4 = DateAdd ("n", 10, time2) >

    I have commented on adding 0 hours and trying to add 10 minutes of time2 a variable defined by getting a value from a database but when I try this I get a

    The system has attempted to use an undefined value, which usually indicates an error programming, either in your code or system code.
    NULL pointers are another name for undefined values.

    Please help, thanks!

    Not that the problem was that I had someone in the dateabase without listed time so that was the issue. Took care of it and it works fine now :-) Thanks for the thought.

  • DML Error Logging guard MOM

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------------------
    
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Solaris: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Problem: Trying to insert into mytable and implement DML error logging. But the logging of errors never comes into play instead process fails
    with
    ORA-01843: not a valid month
    Why is this happening? I thought that can be direct-path insert is the reason behind it. But Tom Kite itself uses DPI.
    http://tkyte.blogspot.com/2005/07/how-cool-is-this.html

    Any advice?
    INSERT /*+ APPEND */  INTO mytable
    SELECT   A,
             TO_DATE(TRIM(SUBSTR(str,1, INSTR(str, ' to ') - 1)), 'Mon DD YYYY')   csd,
             TO_DATE(TRIM(SUBSTR(str, INSTR(str, ' to ') + 4, INSTR(str, '-') - (INSTR(str, ' to ') + 5))), 'Mon DD YYYY')   ced,
             B,
             C,
             D
             
      FROM   (SELECT   DISTINCT 
                       p1,
                       p2,
                       p3
              
                FROM P
                
             ) pc1 
             INNER JOIN tbl1 ON (...)
             INNER JOIN tbl2 ON (...)
             INNER JOIN tbl3 ON (...)
               
    ORDER BY A, B, C
    
    LOG ERRORS ('my errors') REJECT LIMIT UNLIMITED;

    Logging of DML errors will record errors that occur on the LMD. It is in this case on the insert.

    Your error occurs on the execution of the query (which you try to insert the result).
    The query must be valid... And apparently this isn't: for some lines the to_date seems to fail.

  • 2 running, 1 inside and 1 sql external, dynamic queries using loops and ref Cursor

    Hi all

    I'm under Oracle 10.2.0.2. I'm currently building dynamic sql using external and internal queries ref Cursor. Queries make use of user selected lists of ID, which is stored in a table in memory at run time. My example is as follows. From a list of book_publication_id on a web page, the user selects several books. The same user selects then several maps from a list of map_publication_id on the same web page. A book contains several maps and some of these cards will appear in more than one book (aka many many relationships).

    This should then ask the following output to a new web page:
    Outer loop:  Display book details for book_publication_id 230
      Inner loop:  Display 1st map details for map_publication_id 340
      Inner loop:  Display 2nd map details for map_publication_id 346
      Inner loop:  Display 3rd map details for map_publication_id 350
    Outer loop:  Display book details for book_publication_id 240
      Inner loop:  Display 1st map details for map_publication_id 346
      Inner loop:  Display 2nd map details for map_publication_id 375
    Outer loop:  Display book details for id 255
    and so on.
    In the example above, the outer loop displays the details of the book for book_publication_id 230 and the inner loop displays all the users selected the maps in book_publication_id 230. Then, it moves on the details of the book for book_publication_id 240 and done the same thing again. Similar in some ways to how break would work in SQL * Plus, even if the table is built like an HTML, the book details must be on a separate line for the card details. However I don't know how I would want it to work.

    So far, using loops, I could not show all the details of card for each different book_publication_id, after the details of the book for only 1 book_publication_id are displayed each time. If a loop in a loop. I hope that makes sense. I think this is my internal request that it be built differently. My code for this part of the program, which is currently wrong, is as follows:
    --Global variable section contains:
    var_user_chosen_map_list_ids VARCHAR2(32767);
    var_details VARCHAR2(32767);
    ......
    PROCEDURE PROCMAPSEARCH (par_user_chosen_map_list_ids PKG_ARR_MAPS.ARR_MAP_LIST)
    IS
    BEGIN
    FOR rec_user_chosen_map_list_ids IN 1 .. par_user_chosen_map_list_ids.count
    LOOP
       var_user_chosen_map_list_ids := var_user_chosen_map_list_ids || 
       '''' || 
       par_user_chosen_map_list_ids(rec_user_chosen_map_list_ids) || 
       ''',' ;
    END LOOP;
     var_user_chosen_map_list_ids := substr(var_user_chosen_map_list_ids,
                                            1, 
                                            length(var_user_chosen_map_list_ids)-1);
    var_details := FUNCMAPDATAFIND (var_user_chosen_map_list_ids);
    htp.print(var_details);
    END PROCMAPSEARCH;
    FUNCTION FUNCMAPDETAILS (par_user_chosen_map_list_ids IN VARCHAR2(32767)
    RETURN VARCHAR2
    AS
    TYPE cur_type_map IS REF CURSOR;
    cur_book_search cur_type_map;
    var_book_date NUMBER(4);
    var_book_title VARCHAR2(32767);
    cur_map_search cur_type_map;
    var_map_date NUMBER(4);
    var_map_title VARCHAR2(32767);
    begin:
    OPEN cur_book_search FOR
    'SELECT BI.book_date,
            BT.book_title
     FROM   BOOK_INFO BI,
            BOOK_TITLE BT,
            TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_book_list_ids || ')) BL_1
     WHERE BI.book_title_id = BT.book_title_id
     AND BI.book_publication_id = BL_1.column_value';
    OPEN cur_map_search FOR
    'SELECT MI.map_date,
           MT.map_title
    FROM map_info MI,
         map_title MT,
         TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_book_list_ids || ')) BL_2
         TABLE (sys.dbms_debug_vc2coll(' || par_user_chosen_map_list_ids || ')) ML
    WHERE MI.map_title_id = MT.map_title_id
    AND BI.book_publication_id = BL_2.column_value
    AND BI.book_publication_id = MI.pub_publication_id
    AND MI.map_publication_id = ML.column_value';
    LOOP
    LOOP
    FETCH cur_map_compare INTO
    var_book_date,
    var_book_title;
    var_details
    var_details := var_details || 'Book date: '||
                        var_book_date ||
                        'Book title: ' ||
                        var_book_title;
    FETCH cur_map_compare INTO
    var_map_date,
    var_map_title;
    var_details := var_details || 'Map date: '||
                        var_map_date ||
                        'Map title: ' ||
                        var_map_title
    EXIT WHEN cur_book_compare%NOTFOUND;
    END LOOP;
    EXIT WHEN cur_map_compare%NOTFOUND;
    END LOOP;
    RETURN var_details;
    END FUNCMAPDETAILS;
    If anyone has any ideas or suggestions, I would be grateful. It is an extension of my previous code, I posted a question recently. As I am working and learning a step at a time, I left this idea in my previous question, that I had to make sure I knew that first.

    Kind regards

    Tim

    Using dynamic SQL

    declare
      dd sys_refcursor;
      ee sys_refcursor;
      d dept%rowtype ;
      e emp%rowtype ;
    begin
    open dd for 'select * from dept' ;
    loop
    fetch dd into d ;
    exit when dd%notfound ;
    dbms_output.put_line('Department:'||d.dname);
      open ee for 'select * from emp where deptno='||d.deptno ;
      loop
      fetch ee into e ;
      exit when ee%notfound ;
      dbms_output.put_line('..Employee:'||e.empno||':'||e.ename);
      end loop;
    end loop ;
    end ;
    /
    Department:ACCOUNTING
    ..Employee:7782:CLARK
    ..Employee:7839:KING
    ..Employee:7934:MILLER
    Department:RESEARCH
    ..Employee:7369:SMITH
    ..Employee:7566:JONES
    ..Employee:7788:SCOTT
    ..Employee:7876:ADAMS
    ..Employee:7902:FORD
    Department:SALES
    ..Employee:7499:ALLEN
    ..Employee:7521:WARD
    ..Employee:7654:MARTIN
    ..Employee:7698:BLAKE
    ..Employee:7844:TURNER
    ..Employee:7900:JAMES
    Department:OPERATIONS
    
    PL/SQL procedure successfully completed.
    

    HTH

    SS

  • I couldn't activate it because it says that my trial period has expired. I paid for the license and there is no way to use

    Since 69 days ago, I bought a dreamweaver license, I have charged me twice and I can't use it. I couldn't activate it because it says that my trial period has expired. I paid for the license, and there is no way to use or discuss with you for technical service. Within three days, they will return to load a month without being able to use the program.

    Your subscription to cloud shows correctly on your account page?

    If you have more than one email, you will be sure that you use the right Adobe ID?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    .

    If Yes

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • can quicken 2007 run on El Capitan (i.e., os 10.11)? I have one currently using Yosemite and you want to update without losing the use of Quicken 2007. I don't like the new version of Quicken.

    Can quicken 2007 run on El Capitan (i.e., os 10.11)? I have one currently using Yosemite and you want to update without losing the use of Quicken 2007. I don't like the new version of Quicken.

    Join the club of those of us who don't like Quicken 2015 or 2016 Quicken; even if I bought it for a 40% discount offered by Intuit!  I was just disappointed by Q2016 compared to Quicken 2007!

    If you have upgraded to the 16.2.3, version it will work well in El Capitan!

  • My iMac cursor is stuck in the upper left corner of the login screen and I can't move it and now I can't use my iMac. What can I do? My iMac is a 27-inch 2014 release (one thin without retina display) and uses the keyboard and wireless mouse.

    My iMac cursor is stuck in the upper left corner of the login screen and I can't move it and now I can't use my iMac. What can I do? My iMac is a 27-inch 2014 release (one thin without retina display) and uses the keyboard and wireless mouse. It runs OSX Mountain Lion (not sure which version) and is a model 27 inches.

    have you tried to change the batteries in the mouse?

  • I am traveling to the United States to Australia next spring. I'll be able to use my iPhone AT &amp; T 6 + for calls, texts and maps here?

    I am traveling to the United States to Australia next spring. I'll be able to use my iPhone AT & T 6 + for calls, texts and maps here?

    Yes, but it will be expensive as you will be traveling. Contact ATT to see what offers they offer when traveling.

  • How to switch web browser and which one should I use

    How to switch web browser and which one should I use thanks

    FireFox.
    http://www.Mozilla.org/en-us/Firefox/new/

  • I only have one user on my computer and it is a standard user, how do I use the administrative user if I can't access my files

    I only have one user on my computer and it is a standard user, how do I change my administrative account if I can't access my files or access my account

    Hello

    1. what happened to your administrator account?

    2. you remember to make changes to the computer recently?

    You will not be able to change your name from standard user to administrator.

    You can try to start in safe mode and check if you can create a new administrator account on here.

    Step 1:

    You can see the following link and start in safe mode.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Step 2:

    You can view the following link to create the new user account:

    Create a user account

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    Also check out the link:

    Troubleshoot "access denied" when opening files or folders

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-access-denied-when-opening-files-or-folders

    Hope this information is useful.

  • I want to burn files to a cd, there are two files, one is 8.1 GB and the other is 3.5 GB, what capacity of CD should I buy to take account of these files, or is there any method I can use?

    I want to burn files to a cd, there are two files, one is 8.1 GB and the other is 3.5 GB, what capacity of CD should I buy to take account of these files, or is there any method I can use?

    First of all, you cannot use a CD for each file - they do not provide enough space (and I'm pretty sure same compression help not enough).

    You can burn the 3.5 GB on DVD or DVD-R DVD - RW file, as long as it's a guy with enough space http://en.wikipedia.org/wiki/DVD.

    8.1 GB file CAN be turned into a DVD, but you need a very special type (and maybe special software - I'm not sure about this).  An article on the different types of DVDs and their abilities of here: http://en.wikipedia.org/wiki/DVD.

    There are a few 3rd party software products that allow you to split a large file inot several pieces to fit on a game sequenced CD, but I couldn't find one that was free.  To do this, you can check on www.download.com, www.tucows.com, Bing, and Google.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • Satellite P750-114 - extension of battery?

    Hello I was wondering if there is an extended battery available for Satellite P750-114. I can't find one on the Toshiba site. Are there any other sources I was able to find one?Thank you

  • Satellite L300D148 slow Windows XP

    Hello I bought the Satellite L 300 d and it downgraded to Windows XP Home SP3. I've implemented the SATA driver with nLite (for AHCI) and everything went well. The installation was no problem and I installed all the drivers from the toshiba europe si

  • Screen flipped sideways on Satellite A210-19 t

    Need help please, screen has spilled on the side (ie the portrait) - girl was playing a game and he's funny.Ive got only this fortnight.Panicking here!

  • Window7 updates - I have lost my mind with him?

    I am at my wits end with this problem, all of tolerance and patience to resolve the issue with getting windows7 update function to download and install updates it has reached the end. The short version: Again HD - installed Win7 - installed MSI drive

  • Dragging with the recording of the position of the keyframes

    Is it possible? For example, I want to change the end of the layerBut when I change the end of this layer ([Alt +]), these keyframes at the end of the layer, they are not the same positionI want to record the position of the keyframes by dragging the