[4.0.1] bug in Data Import: ORA-00957: duplicate column name

I found a serious problem in the import feature in 4.0.1 data as well as in the old version 3.2. It generates an INSERT script with duplicate column names, so that I can't use this feature at all. This is very critical for me. I don't see that I did anything wrong. It does not appear that the DB table columns are optional or required, or if I have NULL data in the file to import the required columns or not important.

Here is a stripped down test cases:

CREATE TABLE IMPORT_DATA

(

ACCOUNT VARCHAR2 (25 BYTES),

NUMBER AMOUNT (30.3).

CUSTOMER VARCHAR2 (25 BYTES)

COST_CENTER VARCHAR2 (25 BYTES),

DESCRIPTION VARCHAR2 (255 BYTES),

THE PERIOD NUMBER (15),

NUMBER OF AWARDS (30.8).

PROJECT VARCHAR2 (25 BYTES)

ID_RESSOURCE VARCHAR2 (25 BYTES),

TOTAL_HRS COMP (30.8).

TRANS_ID COMP (30.3).

VERSION VARCHAR2 (25 BYTES),

NUMBER OF VOLUME_FLAG (15),

WORKORDER VARCHAR2 (25 BYTES)

);

There are examples of input data with a single line (Excel CSV/separator with ";" as separator). It doesn't matter that I have import this as CSV/delimited or as original XLSX file, the error still occurs.

COST_CENTER; PROJECT; ID_RESSOURCE; WORKORDER; VERSION; ACCOUNT; VOLUME_FLAG; TOTAL_HOURS; PRICE; AMOUNT; PERIOD_FROM; PERIOD_TO; DESCRIPTION; TRANS_ID; CUSTOMER

Z4; D425Z4; RC 8901; 0; 0; 0; 0.00; 201004; 201004; TestData; -118; Z4

The import script generated is:

SET DEFINE OFF

-As line 1 non been einfügen

-ORA-00957 double column name:

Line - 1

INSERT INTO IMPORT_DATA (COST_CENTER, PROJECT, id_ressource, WORKORDER, VERSION, ACCOUNT, VOLUME_FLAG, ACCOUNT, PRICE, QUANTITY, ACCOUNT, ACCOUNT, DESCRIPTION, TRANS_ID, CUSTOMER) VALUES ("Z4", "D425Z4", ",", "RC", '8901' 0,0 '0', 0.0, 0.0, '201004', '201004', "Testdata",-118.0, "Z4");

and as you can see, it has the column AMOUNT several times.

Help!

Concerning

Peter

What you have on the step 3 of 5 of the wizard when you set the columns?

It seems you have more values on your input string you have columns of your table.

Tags: Database

Similar Questions

  • Number of error SQL ORA-00904: invalid column name has occurred.

    Hello
    on P8.18 on a Win 2003 server when we launch SWPAUDIT, it failed with:
    Number of error SQL ORA-00904: invalid column name has occurred. Query process failed.
    I searched this error on metalink3. Nothing in connection with.

    Any idea?

    Thank you.

    Please give a clear picture of what you are doing... .and what paintings... There is the possibility of the audit refers to certain tables... with deleted. names of columns just look in the structure of what you audit?

    Please, find the name of column...

    ORA-00904: string: invalid identifier
    Cause: The column name entered is invalid or missing.
    Action: Enter a valid column name. A valid column name must start with a letter, must be less than or equal to 30 characters and include only alphanumeric characters and the special characters $, _, and #. If it contains other characters, then it must be enclosed in quotation marks. It cannot be a reserved word.

  • [SQL * Loader] ORA-01747 on column name 'INDEX '.

    Hello

    I use SQL * Loader to load the test data for the CSV files. I have a column whose name is "INDEX". SQL * Loader works very well under Linux (Red Hat 6 - Client Oracle 11.2.0.1.0) but I encounter ORA-01747 launch my Workstation Windows (Oracle Server 11.2.0.1.0).

    For more information, I target the same instance (Red Hat 6 - Oracle Server 11.2.0.1.0).

    You have an idea how to solve the problem (without renaming the column )?

    Thanks for any help you can provide.

    I finally find the solution surrounding the column name with double quotes ("") within the control file. Thank you to remember the format of "protector".

  • Import error: the double column names

    Hey everybody

    I just started using SQL Developer last week (another product great btw - like - well done). I am wanting to use it to bypass the 32K limit on imports data in the ApEx, and looks like he'll make the case well :)

    I use the standard interface to import data in my dbase and has problems with the script it generates in the background to load my data. It seems to be to replicate the name of a column in my data base when it generates an insert statement. I tried several times now and am absolutely sure that I follow the GUI correctly and liined all columns in the source of my folder with my dbase columns upward.

    I noticed that this happens when there is a missing column in the source file that is present (nullable) in my destination dbase. I then inserted this column in my source file with random data in it and still no dice.

    Is anyone able to advise of a workaround? Theres big points in there for someone lol :)

    Dave

    Yes, Dave, I'm able to reproduce by using the keys on the keyboard. It will address. TX.

  • need help on the name of the column in double materialized view ORA-00957

    I have a query, long enough and several (8ways) joins.

    When I run it as a SQL query, it is fine.

    When I add create materialized, view myViewName it errors with
    ORA-00957: duplicate column name.

    How is there is no problem when executing the SQL statement, and how to fix this?

    Thank you.

    Hello

    Columns in a query do not need a unique name:

    SELECT     dummy
    ,     dummy
    FROM     dual;
    
    D D
    - -
    X X
    

    At least not in SQL * Plus; other front ends might oppose it.
    In previous versions of Oracle, subqueries (such as online views) does not need to have unique names, but you've got an error if you tried to reference a non-unique column (and it is unnecessary to have the column if never reference you).

    Columns in a table or a view need unique names:

    CREATE OR REPLACE VIEW view_x
    AS
    SELECT     dummy
    ,     dummy
    FROM     dual;
    
    ,     dummy
          *
    ERROR at line 4:
    ORA-00957: duplicate column name
    
  • CREATE THE ORA-00957 MATERIALIZED VIEW

    Hello

    I tried to use this query to create a MVIEW and I get an ORA-00957 (duplicate column name)

    select t.month
    ,t.year
    ,t.entity_code
    ,t.itemref_local
    ,t.qty
    ,t.revenue
    ,t.cogs
    ,t.ppv
    ,t.FD
    ,t.var_labor
    ,t.var_ovhd
    ,n.code entity_code
    ,n.name entity_name
    ,n.finance_responsible
    ,c.local_name
    ,c.emea_name
    ,c.segment
    ,c.country
    ,c.origin_entity
    ,c.icp_code
    ,c.type
    ,c.rmm
    ,c.sales_rep
    ,c.sales_leader
    ,c.emea_director
    ,c.nat_accounts
    ,o.code country_code
    ,o.NAME country_name
    ,o.REGION country_region
    ,e.ELIMINATED
    ,i.PART_NUMBER
    ,i.DESCRIPTION part_description
    ,i.PRODUCT_GROUP
    ,i.LINE
    ,i.CATEGORY
    ,i.FAMILY
    ,i.RANGE
    ,i.SUPPLIER
    ,i.PLM

    FROM hsce_transactions T
           , hsce_entity N
           , hsce_customers C
           , hsce_country O
           , hsce_elim E
           , HSCE_ITEMS I
           , HSCE_MAPPING M

    WHERE T.entity_code = N.code
         AND T.customer_code = C.customer_code
         AND C.ICP_CODE = E.ICP_CODE
         AND C.country = O.code
         AND T.ITEMREF_LOCAL = M.ITEM_REF
         and M.PART_NUMBER = I.PART_NUMBER
    Can someone point me to where I have gone wrong?

    Thank you
    Adam

    you have specified entity_code twice 1) as entity_code t.entity_code and n.code 2) second time you use as an alias for the n.code column

  • How to export data to excel that has 2 tables with the same number of columns and the column names?

    Hi everyone, yet once landed upward with a problem.

    After trying many things to myself, finally decided to post here...

    I created a form in form builder 6i in which clicking on a button, the data gets exported to the excel sheet.

    It works very well with a single table. The problem now is that I cannot do the same with 2 tables.

    Because the tables have the same number of columns and the columns names.

    Here are the 2 tables with column names:

    Table-1 (MONTHLY_PART_1) Table-2 (MONTHLY_PART_2)
    SL_NOSL_NO
    MODELMODEL
    END_DATEEND_DATE
    U-1U-1
    U-2U-2
    U-4U-4
    ..................
    ..................
    U-20U-20
    U-25U-25

    Given that the tables have the same column names, I get the following error :

    402 error at line 103, column 4

    required aliases in the SELECT list of the slider to avoid duplicate column names.

    So how to export data to excel that has 2 tables with the same number of columns and the column names?

    Should I paste the code? Should I publish this query in 'SQL and PL/SQL ' Forum?

    Help me with this please.

    Thank you.

    Wait a second... is this a kind of House of partitioning? Shouldn't it is a union of two tables instead a join?

    see you soon

  • IMPDP - loading data import process in the SYSTEM. ERR$ DPnnnnnnnn - is - this?

    Environment:


    Oracle 11.2.0.3 EE on Solaris


    When you run a data pump import in an existing schema, the process is stopped with:


    ORA-39171: job knows a wait can be resumed.

    ORA-01653: unable to extend the SYSTEM table. ERR$ DP010704470001 by 8192 in the SYSTEM tablespace

    I searched this error message in the documentation and the web and MOS, but so far, came the voids.


    I know that the input data have some inside LOB columns, but I loaded previously in other schemas in the database.


    This entry dumpfile is a bit bigger than the previous ones, but I didn't think that would matter.


    The SYSTEM tablespace has currently 4 GB allocated that is obviously much larger than normally necessary.


    I tried to import metadata only, disabling all triggers because I thought they were the cause of the problem, and then loading the data, but the result was the same.


    Any help is greatly appreciated!


    -gary

    Hi Gary,.

    It's just a simple case of the execution of the SYSTEM tablespace out of room by the look of it - you must be

    (1) add more space

    (2) stop task and re - run as another user who does not have the default tablespace of the system

    I'm not 100% sure what the table is that datapump creates (it is not the normal main table which is quite small) but I think it's probably to be created (and full) If you use the skip_constrant_errors parameter that records all lines that could not be loaded because of violations of constraints - if it is a large amount of data, omitting the table would get large enough.

    See you soon,.

    Rich

  • Data Guard - ORA-17627: ORA-01017: username/password invalid name

    Hello

    I have a strange behavior with a Data Guard on Linux and Oracle 11.2.0.2 environment. Since a few days, I have the following error in the database pending alertlog:

    Errors in the /u00/app/oracle/diag/rdbms/SID_site2/SID/trace/SID_pr0f_22728.trc file:

    ORA-17627: ORA-01017: name of user and password invalid. connection refused

    ORA-17629: unable to connect to the remote database server

    First of all, I rebooted apply it on the day before without any modification. So I tried to connect to the primary database to the standby with .net Oracle successfully server. He also works in the other direction.

    I also tried to copy the password from the primary server to the standby server and I restarted the transport and apply it.

    The error occurs on the day before, but the most surprising, is that the Data Guard is always fully synchronized.

    Why I get this error and what is the function of the pr0f process?

    How can I solve this problem?

    Hello

    Check the underside of a Bug in MOS, I found it with the name of the function ""krsd_get_primary_connect_string " "


    Bug 11809377 : AUTO BLOCK MEDIA RECOVERY IS CAUSING of ERRORS of PAST IN Word SLEEP PHYSICS

    It seems that you have corrupted blocks in your database pending.

    Concerning

    Hervé

  • MapPoint 2010 Spatial data import

    Team,

    Can you please help currently using trial of 2013 has the same problem of spatial data import will import created since 2 weeks ESRI Shapefiles, but all newly created files or MapPoint 2010 today at present or if someone else creates will not matter.

    I get an error message:

    Error in Applysahpe properties

    Error number-2147217865

    Error Description The Mocrosoft Jet database engine object could not be found. "" "" NH1121 the file, try to open.

    Make sure that the objects exist.

    I tried to uninstall and reinstall both versions of Mappoint 2010 and Mappoint 2013 trial still open data 2 weeks ago but won't file since the last day little matter that someone creates or I create today. even remove the folder in Program files and cleaning of the folder %Temp%.

    Hello

    Check with the help of MapPoint and in the MapPoint Forums.

    Highway, Streets & Trips, MapPoint - Forum
    http://social.Microsoft.com/forums/is/streetsandtrips/threads

    MapPoint - Support
    http://www.Microsoft.com/MapPoint/en-us/support.aspx

    Support for MapPoint, streets & trips and Highway
    http://support.Microsoft.com/ph/851

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Eloqua in Google Analytics data import

    Google Analytics recently released a cool new data import feature that can allow you to import impressions, clicks, subject lines and cost of campaigns in Eloqua directly in GA someone he knows a way to automate this?   Just a note - this is NOT the same as the auto-tagging links, but something totally different. Here's the documentation:

    Click on download and data on costs - Analytics help

    Measure the Performance of the campaigns of Paid - Google Analytics & mdash; Google developers

    Hi Sean,.

    Please follow these steps to start.

    You should do after to do this automatically.

    1. first create a campaign in Eloqua.

    2. Enter the budget/cost parameters in Eloqua.

    3 configure Google Analytics query parameters in the parameters Eloqua area according to post http://topliners.eloqua.com/community/do_it/blog/2011/07/14/basic-web-analytics-integration-with-eloqua.

    Example of a string: utm_campaign =& utm_medium = email & utm_source = Eloqua

    You can also add additional fields as you want.

    4. establish an export programmed with all campaign data (ID, name, cost, etc.).

    5 the same configuration of automated export of Google API Reporting to download data.

    6. create and modify the data in the CSV file for your campaign according to the specified model.

    7. either manually configure step 6 or your program to do this and feed it through the API of Google relationship management.

    I hope this helps.

    Thank you

    Amit

  • How to add Contacts to a shared list/Contact Group of Data Import

    Hello

    Is it possible to add contacts imported using an Import of data to a specific shared list or the contact group? I see that I can do that when I download contacts from Contacts-> download of Contacts, but I don't see a way to do this with a Data Import.

    Thanks for any help,

    Jeremy DeVoss

    Autosynchs in E10 only supports synchronization from a CRM system, or some other very specific sources such as Omniture Remarketing segments. FTP (or SFTP) autosynchs unfortunately is possible to create. Creation of an Autosynch done now under Setup - integration, Inbound, Data Sources - create a new Data Source with the external call. This wizard, as long as your data source is a CRM system, you will create an autosynch at the end.

    However, for your specific use case, this unfortunately will not work. However, to do this, here's what I recommend:

    (1) put in place as usual, importing data

    (2) on the imported file, create a new field in the field with a specific value, something like Source of lead and make the specific value you can filter that these contacts (thus, for example, lead Source = import SFTP).

    (3) create a shared filter to find contacts with your specific value (in this example, the importation of SFTP)

    (4) your filter shared as a charger for a generator program to program to use.

    (5) in this program, click the add to no program of Contact Group to add them to your shared list.

    Its a bit of a work-around, but the only way I think it would be possible at the moment.

  • Get Erros in CIM: initial data import configurations

    Hello

    I installed ATG 11, Weblogic 12 c in my system and connect to oracle db (12 c) is installed in the other system. I use CIM.bat to configure the connections. I created schema successfully, but impossible to import the data. I get following errors:

    IT'S CONSOLE:

    The combination of the tasks of model... Success

    /CIM/tmp/import/management-import1.XML import (1 of 12):

    /DAS/install/data/dynAdminRepo.XML to/atg/dynamo/security/AdminSqlRepository

    /DPS/InternalUsers/install/data/das-security.XML /ATG./userprofiling.

    InternalProfileRepository

    /DPS/InternalUsers/install/data/DCs-security.XML /ATG./userprofiling.

    InternalProfileRepository

    /DPS/InternalUsers/install/data/security.XML /ATG./userprofiling.

    InternalProfileRepository

    /DPS/InternalUsers/install/data/SearchAdmin-security.XML /ATG./userprofiling.

    InternalProfileRepository

    ... Error

    /Publishing/base/install/EPUB-role-data.XML (2 of 12) import/atg/userprofil

    Import (3 of 12) /Publishing/base/install/epub-file-repository-data.xml to /ATG.

    Loading (4 of 12) DSS/atg/registry/data/scenarios/DSS/*.sdl & DSS/atg /.

    Registry/Data/Scenarios/Recorders / *. SDL... Error

    /CIM/tmp/import/management-import2.XML import (5 of 12):

    /DCs/install/data/initial-segment-lists.XML /ATG./userprofiling.

    PersonalizationRepository

    /DCs/versioned/install/data/internal-users-security.XML /ATG./userprofiling.

    InternalProfileRepository

    /WebUI/install/data/profile.XML to/atg/userprofiling/InternalProfileRepository

    /WebUI/install/data/external_profile.XML /ATG./userprofiling.

    ProfileAdapterRepository

    / CommerceReferenceStore/Store/Knowledgebase/install/Data/viewmapping. XML to /.

    ATG/web/viewmapping/ViewMappingRepository

    /CommerceReferenceStore/store/storefront/data/catalog-versioned.XML to /atg/

    trade/catalogue/ProductCatalog

    ... Error

    Import (6 of 12) / CommerceReferenceStore/store/showcase/data /.

    pricelists. XML to/atg/commerce/pricing/priceLists/PriceLists... Error

    Store.Storefront.NoPublishing/atg/registry/Slots/ loading (7 of 12)

    * .properties... Error

    Store.Storefront.NoPublishing/atg/registry/ loading (8 of 12)

    RepositoryTargeters/ProductCatalog/*.properties... Error

    Store.Storefront.NoPublishing/atg/registry/ load (9 of 12)

    RepositoryGroups/*.properties... Error

    Store.Storefront.NoPublishing/atg/registry/ loading (10 of 12)

    RepositoryGroups/UserProfiles/*.properties... Error

    Store.Storefront.NoPublishing/atg/registry/data/scenarios/ loading (11 of 12)

    Store/abandonedorders / *. SDL & Store.Storefront.NoPublishing/atg/registry/data/

    Scenarios/Store/global / *. SDL & Store.Storefront.NoPublishing/atg/registry/data/

    Scenarios/Store/homepage / *. SDL & Store.Storefront.NoPublishing/atg/registry/

    Data/Scenarios/Store/Category / *. SDL & Store.Storefront.NoPublishing/atg/

    Registry/Data/Scenarios/Store/Orders / *. SDL & Store.Storefront.NoPublishing/atg/

    Registry/Data/Scenarios/Store/Returns / *. SDL & Store.Storefront.NoPublishing/

    atg/registry/data/scenarios/DCS/*.sdl... Error

    Import (12 of 12) /CIM/tmp/import/management-import3.xml:

    /CommerceReferenceStore/store/storefront/data/sites.XML /ATG./multisite.

    SiteRepository

    /CommerceReferenceStore/store/storefront/data/stores.XML /ATG./commerce.

    places/LocationRepository

    /CommerceReferenceStore/store/storefront/data/promos.XML /ATG./commerce.

    Catalog/ProductCatalog

    /CommerceReferenceStore/store/storefront/data/claimable.XML /ATG./commerce.

    STEPS/ClaimableRepository

    /CommerceReferenceStore/store/storefront/data/storecontent.XML /ATG./magasin.

    stores/StoreContentRepository

    /CommerceReferenceStore/store/storefront/data/seotags.XML /ATG./seo.

    SEORepository

    /BIZUI/install/data/portal.XML to/atg/portal/framework/PortalRepository

    /BIZUI/install/data/profile.XML to/atg/userprofiling/InternalProfileRepository

    /BIZUI/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    / BCC/install/Data/viewmapping. XML to/atg/web/viewmapping/ViewMappingRepository

    /DPS-UI/AccessControl/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /DPS-UI/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /AssetUI/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /AssetUI/install/data/assetManagerViews.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /SiteAdmin/versioned/install/data/siteadmin-role-data.XML to /atg/

    userprofiling/InternalProfileRepository

    /SiteAdmin/versioned/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /SiteAdmin/versioned/install/data/templates.XML /ATG./multisite.

    SiteRepository

    /DPS-UI/versioned/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /DPS-UI/versioned/install/data/examples.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /DCs-UI/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /DCs-UI/install/data/viewmapping_preview.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    / CommerceReferenceStore/store/shop/Versioned/install/data /.

    sites - templates.xml to/atg/multisite/SiteRepository

    /CommerceReferenceStore/store/Knowledgebase/install/data/basic-URLs.XML to /.

    ATG/multisite/SiteRepository

    / CommerceReferenceStore/Store/eStore/Versioned/install/Data/viewmapping. XML to

    / ATG/Web/viewmapping/ViewMappingRepository

    / CommerceReferenceStore/store/shop/Versioned/install/data /.

    site-model - viewmapping.xml to/atg/web/viewmapping/ViewMappingRepository

    / CommerceReferenceStore/store/shop/Versioned/install/data /.

    internal-users - security.xml to/atg/userprofiling/InternalProfileRepository

    /DCs-UI/versioned/install/data/users.XML /ATG./userprofiling.

    InternalProfileRepository

    /DCs-UI/versioned/install/data/viewmapping.XML/ATG/Web/viewmapping /.

    ViewMappingRepository

    /DCs-UI/siteadmin/versioned/install/data/viewmapping.XML /ATG./web.

    viewmapping/ViewMappingRepository

    ... Error

    Update password (1 of 1). The administrator password has not been

    updated in the database. The update was bypassed. Please see the cim.log for

    Details

    -------DATA IMPORT FAILED-------------------------------------------------------

    Enter [h] support, [m] main Menu, [q] Quit to exit

    Make sure that you have configured the connection details and have created the diagram.

    12 12 data import errors. Please visit C:\ATG\ATG11.0\CIM\log/cim.log

    For more details.

    * [D] done - import of brand as done

    [C] continue

    I solved it. It was because of the incompatible ojdbc.jar pass... Use the compatible ojdbc container for your oracle database.

  • Data Import Wizard

    I am trying to import clients for my Dev machine using the DIW Infra v8

    I get the following error:

    Error loading the data file.
    Item has already been added. Key in dictionary: "" key is added: "".

    Never seen this?

    All funny always happens to my systems!

    OH well

    Merlin

    It resembles a comma or the end. He has already added an empty column name and now wants to add another. After the csv file. It will highlight issue better than the error.

  • DRM data import

    Hello

    I wonder, how to import a new hierarchy in an already existing version?

    I know that we can import a hierarchy a nodes in a new version.
    What happens if the version already exists, simply add the new hierarchy in the version using import.

    At the moment, we have the data import process that runs quickly (less than 5 minutes).
    However, the mixture is very slow (11 hours).

    Thank you.

    Hello
    I found the following are useful for improving the performance of the import.
    -Do not use the sorting when importing. Previously, sort the data instead.
    -Do not use [Node] section. Just use article [report]
    unless you want to create nodes of orpaned.
    And to the mixture, the following performance:
    -Limit the number of property to use for comparison
    for the mixture. In addition, use 'Force' only when necessary.

Maybe you are looking for

  • update to iTunes blocking software updates

    Execution of mid-2013 MBA with OSX 10.11.6 iTunes updated a couple of weeks 12.4.3. What is happening now is that the same version is "Installation - calculation...". "except that nothing happens. In addition, Security Update 2016 - 001 10.11.6 won´t

  • After BIOS update of my Satellite A100 himself lock

    I have a big problem with my Toshiba Satellite A100 laptop.I work with windows Vista Updates my system ha been doneAnd I think that it upgraded the BIOS.Now I can't open my Tower because I don't know the pass. Please help me solve this problem

  • SimCity societies on Vista 64 bit? ___

    Will/how can I socities simcity to work on my computer?  For the moment I click on the desktop icon and it starts to run... wonder approval then... NOTHING... HELP downloading seems to go correctly, and I was able to download and play a demo version

  • How can I reset my camera canon SL1?

    I'm wasting my seting on my canon SL1 can I recover again?

  • runas works with the same credentials current login

    I have a client with a very strange problem I need help to solve. They have Windows XP computers on a network that is very locked. When they try to run my application normally, they get an error message (trying to access resources of the computer loc