When to use real-time applies to logical expectations... !!

Hi all

I tried several ways to speed up archiving on primary and improve sql apply pending logical, but still we get 45-50 minutes late between the primary and the logic of sleep.

We wanted to have our transactions applied logic waiting in couple minutes. I suppose that the habit is possible in asynchronous mode.

That is why I intend to implement real-time applies between primary and logical intelligence.

Now since our two databases are too far from each other (main is in the United States and makes sense in India) it is recommended to implement real-time applies in such situation? And if implemented it would affect primary DB Performance?

As if there could be some coupling of network or primary packet loss will try again and keep logical DB in sync with primary?

For any help or suggestions would be great.

Thank you.

Yes, apply in real time is recommended in your case.

However, because of the geographical distance between the primary and standby; I would say to keep your watch in current - max performance mode; ASYNC-himself. It would not affect the performace of the primary.

As long as you set the parameters of the FAL and configure tnsnames properly and ensure that the policy appropriate for cleaning archivelog primary (so), you should not find any problem with primary & ensures synchronization.

Good luck.

See you soon.

Tags: Database

Similar Questions

  • Real - Time apply a few times using archived log file

    Hi all

    I have a doubt about the real time apply in Oracle 10g 10.2.0.4 version where the arch process has been configured on the primary and standby has been configured for maximum performance with real time mode applies.

    But in the alert log file shall I use to find the message below rarely
    Media Recovery Log /oraclearch/oraarch/ctdr/5548.dbf
    Media Recovery Log /oraclearch/oraarch/ctdr/5549.dbf
    So my question is why the archived files are applied pending have been configured for real-time if applies where it should apply only from logs in mode standby online.

    Also I can't find any information on the eve of the database in the view v$ standby_log that these pending online log files have been archived in the column archived, then how to find how much data was written by process Srl rfs...

    -Yasser

    Hello

    The server process (RFS) remote file writes data to redo in files newspapers awaiting restoration by increase the standby database, application services log can recover again waiting for redo log files, as they are filled.

    Please visit http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/log_apply.htm

    Thank you
    Baskar.l

  • Behavior of v$ standby_log; during the real time applies...

    Hello

    I would like to understand this point of view, during the REPEAT APPLY behavior or real-time applies by using configuration of log roll forward pending. as in my db, when there apply to progress, I see the status column having a CURRENT value and the column DBID value of Eve DBID where the application is underway then status column goes to UNASSIGNED value and DBID column has no value inside of it... i mean Virgin... Why is it so? Ask you please help me understand this... Here is the log

    SQL > select * from v$ standby_log;

    GROUP # DBID THREAD # SEQUENCE # BYTE BLOCKSIZE USED ARC STATUS FIRST_CHANGE # FIRST_TIM NEXT_CHANGE # NEXT_TIME LAST_CHANGE # LAST_TIME
    ---------- ---------------------------------------- ---------- ---------- ---------- ---------- ---------- --- ---------- ------------- --------- ------------ --------- ------------ ---------
    7. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    8 3903727333 1 58534 104857600 512 338944 YES ACTIVE 2.3217E + 10 5 JANUARY 12 2.3217E + 10 5 JANUARY 12 2.3217E + 10 JANUARY 5, 12
    9. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    10 3903727333 2 38929 104857600 512 235008 YES ACTIVE 2.3217E + 10 5 JANUARY 12 2.3217E + 10 5 JANUARY 12 2.3217E + 10 JANUARY 5, 12
    2. UNASSIGNED 11 0 104857600 512 0 NOT ASSIGNED NO.
    2. UNASSIGNED 12 0 104857600 512 0 NOT ASSIGNED NO.

    6 selected lines.

    SQL > /.

    GROUP # DBID THREAD # SEQUENCE # BYTE BLOCKSIZE USED ARC STATUS FIRST_CHANGE # FIRST_TIM NEXT_CHANGE # NEXT_TIME LAST_CHANGE # LAST_TIME
    ---------- ---------------------------------------- ---------- ---------- ---------- ---------- ---------- --- ---------- ------------- --------- ------------ --------- ------------ ---------
    7. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    8. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    9. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    2. UNASSIGNED 10 0 104857600 512 0 NOT ASSIGNED NO.
    2. UNASSIGNED 11 0 104857600 512 0 NOT ASSIGNED NO.
    12 3903727333 2 38931 104857600 512 5120 YES ACTIVE 2.3217E + 10 5 JANUARY 12 2.3217E + 10 5 JANUARY 12 2.3217E + 10 JANUARY 5, 12

    GROUP # DBID THREAD # SEQUENCE # BYTE BLOCKSIZE USED ARC STATUS FIRST_CHANGE # FIRST_TIM NEXT_CHANGE #.
    ----------
    7. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    8. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    9. UNASSIGNED 1 0 104857600 512 0 NOT ASSIGNED NO.
    2. UNASSIGNED 10 0 104857600 512 0 NOT ASSIGNED NO.
    2. UNASSIGNED 11 0 104857600 512 0 NOT ASSIGNED NO.
    12 3903727333 2 38931 104857600 512 5120 YES ACTIVE 2.3217E + 10 5 JANUARY 12 2.3217E + 10 5 JANUARY 12 2.3217E + 10 JANUARY 5, 12

    DBID would be here.
    These groups of waiting for redo log files can contain either the thread 1 or thread2, several threads are used in RAC environment.

    In general architecture, once if any log switch (or) redo log is full then they will be sent in files archive, then it will be assigned to new files redo log. here in the primary redo log file, you can see the current, active, inactive state so now.

    During the real time applies, every time that data written to the primary log files, the log of the time same writer will be active and which will be assigned to the redo log file... not redo log file, you have to say standby redo log waiting for database.

    average not assigned here, this standby redo log file, can be used for the next time, perhaps earlier status as 'active '. Each time standby redo log file is active DBID so only you can see.
    If its in unassigned it will be inactive, once again if any new allocation then it will become active. similar chain / loop. This is perfectly normal behavior.

    UNASSIGNED - online redo log has never been written for. It comes to the State of a newspaper of restoration by progression that has been added, or just after a RESETLOGS when it is not the log during recovery.
    ACTIVE - Log is active but is not the current journal. It is necessary for the recovery of the failure. It can be used to block recovery. It may or may not be archived.

    HTH.

  • ORACLE 11G 'real-time applies' does not work?

    We have an original database on ORACLE 10.2.0.4 and update us for 11.1.0.7.
    After that, we create backup of database and tried to use the "real time applies.

    Principal database can transfer standby database log files and ensures database can also apply to newspapers. The problem is that we can NOT work on 'apply in real time '.

    Ideal ant that bad?

    = procedures = (standby database)

    SQL > bootable media.
    ORACLE instance started.

    Total System Global Area 2087780352 bytes
    Bytes of size 2161272 fixed
    1795163528 variable size bytes
    251658240 of database buffers bytes
    Redo buffers 38797312 bytes
    Mounted database.

    SQL > alter database open read-only.

    Database altered.

    SQL > alter recover managed standby database disconnect log file using current;

    Database altered.

    SQL > select PROTECTION_MODE, PROTECTION_LEVEL, DATABASE_ROLE, SWITCHOVER_STATUS, OPEN_MODE, GUARD_STATUS from v$ database;

    PROTECTION_MODE PROTECTION_LEVEL DATABASE_ROLE SWITCHOVER_STATUS
    -------------------- -------------------- ---------------- --------------------
    OPEN_MODE GUARD_S
    ---------- -------
    MAXIMUM PERFORMANCE STANDBY UNAUTHORIZED PHYSICAL PERFORMANCE
    NO CLIMB

    SQL > select process, status from v$ managed_standby;

    STATE OF THE PROCESS
    --------- ------------
    CONNECTED ARCH
    CONNECTED ARCH
    CONNECTED ARCH
    CONNECTED ARCH
    INACTIVE RFS
    MRP0 APPLYING_LOG

    6 selected lines.


    = Configuration of primary database init.ora file =.

    # for DG Employment
    db_unique_name = DBPMY
    log_archive_config = 'dg_config = (DBPMY, DBSBY)'
    Log_archive_dest_1 = ' LOCATION = / Archive/DBPMY/arc/Vault MANDATORY.
    LOG_ARCHIVE_DEST_2 = "service = DBSBY valid_for =(online_logfiles,primary_role) db_unique_name = DBSBY LGWR ASYNC = 20480 REOPEN option = 15 NET_TIMEOUT = 30'
    *.log_archive_format='DBPMY_%r_%t_%s.arc'
    log_archive_dest_state_1 = enable
    LOG_ARCHIVE_DEST_STATE_2 = enable

    Is your compatible parameter to at least 11.1?

    Best regards
    Robert
    http://robertvsoracle.blogspot.com

  • control real time apply log on the database after synchronization

    Hi all

    I want to check the timestamp of applied newspapers archived on stanby database. How should I check that?

    My dataguard link was broken for some time, and during this time, many transactions happened on the primary database. Now, when the link came synchronization has happened in a few hours and ultimatly transport and app gal has become 0. But now I want to check real time taken for tranporting newspapers and apply them on the standby database. Is there a way I could do it easily...

    Thank you

    This script written by Yousef Rifai, I found here http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=34772&DestinationA=RSS could be just what you need (executed on the standby database):

    worm off Set

    ALTER session set nls_date_format = 'dd-MON-yy hh24:mi:ss.

    /

    Select app_thread, seq_app, tm_applied,

    NVL (seq_rcvd, seq_app) seq_rcvd, nvl (tm_rcvd, tm_applied) tm_rcvd

    Of

    (select the sequence # seq_app, FIRST_TIME tm_applied, thread # app_thread)

    v $ archived_log in case of application = 'YES '.

    and (first_time, thread #) in)

    SELECT max (FIRST_TIME), thread #.

    v $ archived_log in case of application = 'YES '.

    Thread group #)

    ),

    (select the sequence # seq_rcvd, FIRST_TIME tm_rcvd, thread # rcvd_thread)

    v $ archived_log in case of application = 'NO '.

    and (first_time, thread #) in)

    SELECT max (FIRST_TIME), thread #.

    v $ archived_log in case of application = 'NO '.

    Thread group #)

    )

    where rcvd_thread (+) = app_thread

    /

    Best regards
    Robert
    http://robertvsoracle.blogspot.com

  • Motion/opacity (yet) does not when you use the time remapping effect

    OK: Here's my meat. This bug has been around for CS3 and CS4. I was hoping this would be fixed with the arrival of CS5, but apparently it still has not been resolved.

    If you use the time remapping effect in the body, you can not use the other features of keyframing, such as movement or opacity. If you do, the video simply disappears. Rendering will not help either. The only way to get the opacity of the function is to overlay a video black bar on the top of the element (or any other cache of color if you like fantasy) and have the opacity on this clip in reverse work. How to get movement in these clips remapped time to work is still somewhat a mystery to me...

    Has anyone found this tedious, boring/irritating?

    So, when can dear Adobe, we expect a fix for this? If all goes well before CS6.

    Thank you very much.

    Richard

    Yes, it's a real annoying bug.
    Simple around - after work you time-remapping your clips, nest (control-click on the clip and select 'nest'), then you can change the opacity normally.

  • RunTimeException when you use the timer and TimerTask.

    In the switchNext() method, it changes an image and some text in a Vertical management. When I run the application, I get a RunTimeException. However, when I have not used the timer and tested the method switchNext() with just a button method worked perfectly. How can I make it work with timer or another class that he will call every 30 seconds?

     time = new Timer();
    TimerTask task = new TimerTask()
    {
    
    public void run()
    {
    
        switchNext();
    }
    };
    time.schedule(task, 10000);
    

    It would be useful to know what Exception you actually get.

    However, I think that it is indeed related to the fact IllegalStateException the TimerTask is running in the "bottom", and you try to update your User Interface.

    If you change the code as follows, it will work the method on the event Thread and so he has access to update the user interface.

    public void run()
    {
    UiApplication.getUiApplicat () .invokeLater (new Runnable()

    public void run() {}
    switchNext();

    }});
    }

    You can find more information on the event thread here:

    http://supportforums.BlackBerry.com/T5/Java-development/what-is-the-event-thread/Ta-p/446865

  • How can I stop CC Dreamweaver to create new CSS files when you use a time?

    Hello

    USNG Webfonts in CC is supposed to be easier, but instead, it's just a hindrance. I find myself deleting lines and includes lines of CSS and closure of many "stylesheet.css" file everytime I want to use a custom. It drives me crazy.

    Is it possible to turn it off?

    Thank you.

    Hi joshkrz,

    Unfortunately, there is no option to disable linking stylesheet.css to your code.

    The stylesheet.css is created in the InDesign directory whenever you import once in your site and the police of the links to your pages.

    I suggest you please connect an enhancement request at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

    Also good me if I'm wrong, you may want to than all the fonts that are connected by a single style sheet and doesn't have a style sheet for each time, right?

  • How to set up a database of Eve 'apply in real time '.

    Hi all

    11 GR 2,

    Rhel6

    How to set up real-time apply such as the transactions are updated in near real-time to the wait, even without switching to log files?

    For example, we have 1 GB size redo logs and assuming that it will take 1 day to fill these newspapers. This means that our expectation will be entitled to 1 day delay of data?

    This means we lost 1 day of a disaster at the primary data value? because the redo log was not able to move the log files?

    Thank you very much

    JC

    Hello

    Hope this helps

    Real time apply ---> all committed changes should have been applied in standby mode

    How to:

    standby mode

    SQL > alter database recover managed standby undo;

    SQL > change managed database recovery ensures assistance to disconnect log current;        --> You should have SRL and this command works up to 11g, 12 c apply by default start with real time

    At the primary level: check the recovery mode:

    SELECT DEST_ID, RECOVERY_MODE FROM V$ ARCHIVE_DEST_STATUS WHERE DEST_ID = 2;

    Read only apply with--> is called as--> ACTIVE DATA GUARD redo apply when the database is open read-only


    standby mode

    SQL > alter database recover managed standby undo;

    SQL > alter database open read-only.

    SQL > change managed database recovery ensures assistance to disconnect log current;        --> You should have SRL and this command works up to 11g, 12 c apply by default start with real time

    SQL > select name, open_mode, controlfile_type, db_unique_name from v$ database;

    Thank you

  • Apply real-time: delay is ignored

    Hello

    I am trying to set up a standby database can be found in paragraph 12.1, but apply in time is always activate.

    Of the primary database, I always see in the alert.log:

    WARNING: Managed Standby recovery started by APPLYING in TIME REAL

    DELAY of 60 minutes ignored elementary

    Same database alert.log emergency exit:

    Managed Standby recovery started by APPLYING in TIME REAL

    Specified previously ignorant DELAY 60 minutes for the sequence of thread 1 169

    Archived newspapers is copied on standby but applied immediately. Delay of log_archive_dest_2 is ignored. Why?

    Primary DB:

    Select the id dest_id, database_mode db_mode, recovery_mode,.

    protection_mode, standby_logfile_count 'litigants. "

    ACTIVE standby_logfile_active,

    archived_seq #.

    v $ archive_dest_status;

    ID DB_MODE RECOVERY_MODE PROTECTION_MODE ACTIVE ARCHIVED_SEQ LAR #.

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

    1 OPEN 0 0 169 IDLE MAXIMUM PERFORMANCE

    2 RISE-STANDBY MANAGED IN TIME REAL IS APPLIES TO MAXIMUM PERFORMANCE 4 0 169

    Specific parameters are:

    log_archive_config DG_CONFIG = (JFDG, JFDG_SB)

    LOG_ARCHIVE_DEST_2 SERVICE = JFDG_SB ARCH ASYNC DELAY = 60 VALID_FOR = (ALL_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = JFDG_SB

    LOG_ARCHIVE_DEST_STATE_2 ENABLE

    standby_file_management AUTO

    I restarted standby db with

    ALTER DATABASE RECOVER MANAGED STANDBY BASE DISCONNECT FROM THE SESSION.

    or

    recover the parallel managed standby database disconnect 2;

    = > same result

    How can I use a delay of application of archived log?

    The version of the database is:

    Patch 20831110: applied on Thu Sep 24 09:55:04 CEST 2015

    Patch ID: 18977826

    Patch description: "Set update database: 12.1.0.2.4 (20831110).

    Operating system: Redhat 64 x 6.6 (2.6.32 - 504.el6.x86_64)

    Hello

    1. oracle docs: https://docs.oracle.com/database/121/SBYDB/release_changes.htm#SBYDB5408

    Apply specific features to redo

    • The USING CURRENT LOGFILE article is is no longer required to start real-time applies.
    • To physical databases ensure, issue the ALTER DATABASE RECOVER MANAGED STANDBY DATABASE statement. (From the Oracle 12 c Release 1 database (12.1), the USING CURRENT LOGFILE article is obsolete and is no longer necessary to start real-time applies.) (doc: https://docs.oracle.com/database/121/SBYDB/log_apply.htm#SBYDB0050)

    2. entry delay (real-time applies to will does not provide the option, his conflict with your apply requirement)

    Doc: https://docs.oracle.com/database/121/SBYDB/log_apply.htm#SBYDB4762

    Note:

    If you set a deadline for a destination which in real time is activated, delay is ignored. If you set a delay as described in the following paragraph, then you must start the application using the NEWSPAPER ARCHIVE in the HELP file

    clause contained in Section 8.3.1

    .

    3 doc:https://docs.oracle.com/database/121/SQLRF/statements_1006.htm#SQLRF00802

    https://docs.Oracle.com/database/121/SQLRF/statements_1006.htm#BGECJDHB

    Note:

    Beginning with the Oracle 12 c database

    real-time applies

    is enabled by default in the course from the redo apply. Real-time apply redo retrieves waiting for redo log files as soon as they are written, without having to check in all first to the physical database ensures. You can disable real-time apply, with the USING ARCHIVED LOGFILE clause. Refer to:

    It may be useful

    Every bit of information is covered in Oracle docs, spare some time for learning.

    -Pavan Kumar N

  • cRIO - creation and deployment of real-time independent startup application troubleshooting

    I use cRIO-9024 with a chassis 9112 for a control system. I use LV2011 SP1. When you run the system in development mode (by pressing the run button), everything seems to work properly. When the autonomous real-time construction and running in startup application, something stops working.

    In order to know if the application is running or not, I toggle the user LED on the cRIO using this code:

    When I turn off all the code in the main VI except this loop, the application deploys and runs at startup without problem (the LED flashes). I then add progressively more loops that I want to run (by disabling the code less and less), and the problem seems to be in the open FPGA VI reference block. If I disable this block, the slopes of autonomous real-time application (I guess the error 63195, handful of peripheral communication not valid, will spread along the line, but I know that the app works because the LED flashes).

    I tried several configurations for this block open FPGA VI and mixed results. For example, if I set it up this way:

    The application in real-time to start runs with the reference block opened VI FPGA active but work stoppages as soon as I turn on a code that makes use of this reference in the subVIs .

    Someone at - it an idea of what could go wrong? I have explored the messages thrown by cRIO at startup but can not see the error messages (in fact, the console output is the same when I managed to deploy an application that is running (by disabling the code). I also tried to explore the error logs (via right click on target Utilities > view error log) but cannot decrypt any useful info on their part.

    Any ideas will be greatly appreciated.

    Hi kkguner,

    My problem is that the code runs (apparently) ok in development mode, but it seems that, when it is deployed as a stand-alone application in real time, it does not at all. As I was not able to get messages through to watch the console output when restarting my cRIO or explore the Project Explorer error logs or error, I can only imagine what is happening.

    I feel that QFang suggestions go in the right direction, but I've yet to be able to determine the exact cause and the solution of the problem.

    The solution I set it with has been to deploy my application as a source with a start VI distribution instead of as a stand-alone application in real time. You can try this option.

    What I could try when I have some time is to clean my system from LV (whether in mass compilation or by reinstalling completely). I tried a massive compilation of vi.lib and I got a good amount of (UN) insanities, the wrong screws and several other unfortunate messages.

    kkguner, let us know what you discover in your inquiry, or if none of the suggestions solves your problem.

    Thank you QFang and xseadog for your help. Best regards!

    --

    Raúl

  • Read a signal scope works in execution to highlight, but not in real time

    I want to get the maximum value of a waveform to a former stretch of Agilent 54622 via GPIB.

    The problem is that I regularly receive a Visa Read error-1073807339 ("timeout expired before the operation is completed") when running in real time, but NEVER in execution to highlight mode.

    The posts here suggests that the calendar can cause the read to run before writing was able to finish. So, I used one - manually controlled while loop, sequence and blocks waiting for try and ultra Structure separated blocks of reading and writing of overlap between them. But it still does not work!

    Suggestions, please? (Thanks!)

    If you happen to open the VI I attached, you will see that I use a serial port. This is because I use a USB of Prologix-GPIB adapter to interface with the scope (I don't have an adapter USB of NOR-GPIB). I used successfully this Prologix adapter for over 2 years to connect perfectly with an amplifier to locking SR830 and several other devices, so I don't think that's the problem...

    What you need is the magic behind fairy!

  • Real-time synchronization works in versions of oracle 8i?

    Thanks in advance...

    Hello again;

    Apply in real time is a new feature introduced in the Oracle 10 g database.

    Without real-time log apply services for the complete log waiting archived recovery happen before applying to the database pending.

    If a redo log waiting is used in real-time applies can be activated by charging Data Guard to retrieve the data to make the journal roll forward pending courses as it is currently filled by the RFS process.

    Best regards

    mseberg

  • Dysfunction of real time on Satellite Pro C650

    Hello everyone.

    This is my first time on the site.
    I have a Satellite Pro C650. I have had it for 3 years now & everything is going well except the real time.
    Real time shows dozens of yellow folders that contain content zero. As I remove them one by one, they disappear, but the program stops during the removal. Then they reappear next startup.
    I am running version 1.6.06.32.

    Any help would be great.
    Cheers, Glen.

    To be honest I don t use real-time, but have you tried to reinstall?
    Download of real time .

  • Real Time Messaging Protocol

    Hello

    I have currently a game online Adobe Flash based and have questions about safety. The game uses Real Time Messaging Protocol to manage messaging chat between players who are gathered in the same room on the game. It was brought to my attention by another player who has been using Wireshark to see what his computer sent back, and it seems that the game sends the IP address of each in clear to all players in a room whenever they said something. The game and its players, were attacked by pirates before so I was wondering concerned how should we be actors? Is there another way the game could handle messaging between players who does not expose our IP addresses? Is there a setting to turn on encryption for this Protocol? I hope I explained it well enough for someone to give me a little help.

    Thanks in advance

    I think maybe they use rtmfp not rtmp.

    It is technically possible to set up a game that allows participants to interact anonymously.  This usually requires a server to which all clients connect and who coordinates traffic between clients.  It is usually expensive.  It is also a design decision that must be made and implemented by the developer of the game.

    You can use a proxy service anonymous to hide your real IP, but that will increase the latency of your gameplay.  There are a lot of services at reasonable prices that will do it for you.

    Everything simply encrypt the traffic won't help to hide your IP address.  Think of it as a letter of transmittal.  I * could * put the address on the letter that I sent you, but write a bunch of garbage on an envelope won't get it to your home.  It's the same with network traffic.  At some point, things should know where to go.

    It might be worth your time, or lower your blood pressure in order to better understand the different vectors by which machines get compromised in the first place.  Hide your IP address probably isn't the most useful technique.  Keep your operating system/browser/Plug-Ins patched is probably a better place to start, and using a set of quality anti-virus/anti-malware tools can be also worth your time.

Maybe you are looking for

  • Satellite Pro L300: How to change the display settings

    Hi I have a toshiba satellite pro l300 run a pentium dual core and intel 965 display chip any games I play on my laptop, they open in a small box and not full screen I've had a quick glance at the settings to try to resolve this with no luck. Can som

  • can I restore photos that I deleted in my garbage can on my iphone

    can I restore the pictures I deleted my basket on my iphone

  • using OpenCV FileStorage in LabVIEW

    I would use the LabVIEW function of the OpenCV FileStorage. Mainly because I want to transfer a c++ project to a LabVIEW project. But in this case, I can't load the xml file. I tested it in a project consolo, it seems to work. Here is the code: #incl

  • How to reset rearm in windows 8

    Hello!!! People that you can give me the solution to rearm. When I type slmgr - rearm in command prompt, it says: "error: the maximum allowed number of rearm was exceeded by 0xc004D307.» You should reinstall the OS before trying to rearm again." Plea

  • CS6 no longer support new cameras?

    Hello!I may not be the only one here has a problem with the software offered only by monthly payment. As a professional photographer, I used ADOBE Photoshop and Lightroom products for many years and was happy with it.As I bought two new cameras (Niko