Bi-directional replication question..

I configured database A & database B for two-way replication.
Basically, I configured from A to B without any problem, before runs "Start_Capture", I export & import the tables with rows=n.
Question is, Now I need to configure from B to A. Do I need to export from B and import to A with rows=n before running "Start_Capture" on B? or just simply runs "Start_Capture" on B?? thanks..

You can do this on B for instantiating table on A
DECLARE iscn NUMBER;
BEGIN
iscn := DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER();
DBMS_APPLY_ADM.SET_TABLE_INSTANTIATION_SCN@A(
source_object_name => 'schema.table',
source_database_name => 'B',
instantiation_scn => iscn);
END;
BEGIN
DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION(table_name => 'schema.table');
END;

Similar Messages

  • Drop the Rules of one table from existing bi directional replication setup

    Hi All,
    I have one small question on bi directional replication setup, Its regarding table add in existing replication setup.
    What happened ,When we add a new table to existing replication setup if any reason table is not replicating between two database even we are not getting
    any error in dba_apply_error ,then we have to remove the rules for that particular table and setup again. Some time what happened we got error "queue has
    errors" i dont know the ORA number. But in that case what happened Apply process ABORETED and when we try to start the process it gives same error
    ("Queue has errors" ) and ABORTED again.
    then on metalink for doc id 203225.1 .we have remove the whole replication Manually and setup again. It's horriable....
    Could you please help that before drop the rules for particular table from exisitng bi directional replication setup then wht should we do ?
    Do we need to unscheduled the propagation process and then drop the rules becuase i read on metalink that reason behind the error ,queue has errors
    "negative rules drops while propagation process using the same rule set" .
    Please Suggest!!!!!!!!!!
    Many Thanks

    How huge those tables?. If those are small tables use Oracle MINUS function to get the defference records.

  • SAP PM Direct Certification Question model.

    Hi Experts,
    Could you please provide me SAP PM Direct Certification Question model.
    Thanks in advance.
    Chandru.

    See [here|http://www.sap.com/services/education/certification/certificationrole.epx?context=%5b%5bROLE_TPLM30_05_CER%5d%5d%7c]

  • Multi-master replication questions for iPlanet 5.0, gurus out there?

    hi:
    I'm using iPlanet Dir Server 5.0 and I note that many gurus out there has
    been able
    to get this to work, that's good, but I have yet to. I have several
    questions, maybe
    someone can spend a few minutes and save me hours...
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.
    Here's one set of questions...
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry? An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such as
    WARNING: 'get_entry' can't find entry 'cn=replication
    manager,cn=config', err 32
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config. Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net? Also,
    given the fact that my o=NetscapeRoot tree is at a different port (say
    4601),
    not 389, could this be an issue?
    Q6: when replication fails, should the Dir Server still come up? Mine does
    not anymore
    which is strange. I keep getting things like this in my log file
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Could not send consumer
    mufasa.chromisys.com:389 the bind request
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Failed to connect to
    replication consumer mufasa.chromisys.com:389
    But why shouldn't the dir server itself come up even if replication
    fails?
    steve

    Hi Steve,
    First, please read the 'Deployment Guide'. I think that is easier to
    understand when you want to setup multi-master replication. The
    'Administrator's Guide' gives you step-by-step instructions, but it may
    not help you to understand how to design your directory services.
    Stephen Tsun wrote:
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.I don't understand something: which backend do you want to replicate?
    The one holding 'o=NetscapeRoot' or the one holding 'dc=calient,dc=net'?
    Do you want to setup replication between these two instances of the
    directory server (i.e. between port 4601 and 389 in your example)?
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?If you have multiple directory servers installed in your environment, it
    is probably worth dedicating (at least) one directory server for the
    o=netscaperoot tree.
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?Well, it is normal, since in iDS 5.x you have 1 suffix per database.
    You can, however, replicate multiple databases.
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?You can't lump the 2 suffixes together, because each backend has 1
    suffix associated with.
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry?Usually, it is organizationalperson or inetorgperson. In most of the
    cases you want an objectclass which can have userPassword attribute.
    An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such asYou must have misconfigured something. Or perhaps, it is not
    cn=replication manager, cn=config, but 'uid=replication manager,cn=config'
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config.The configuration tree is protected by ACIs, so you can not see them
    using anonymous BINDs. Try binding as 'directory manager' and you will
    find your entry.
    Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net?For what purpose? For replication, it is enough to set user DN in the
    replication agreement and this user can update the replicated backend.
    Q6: when replication fails, should the Dir Server still come up?Yes.
    Bertold

  • Are there humans working at Adobe or do they direct all questions to forums? Arrrrgggg!

    I really want to speak to support staff. So they direct all their questions to forums so they don't have to answer them directly? I have been waiting 45 min to get help in chat. How can I contact a HUMAN directly? Do they have phones at ADOBE. I'm so frustrated! Sooooo frustrated. Does anyone have a number to contact a human?

    If you have been waiting that long, have you even considered asking your question in the forum? There are some pretty knowledgeable people here.

  • CAD replication question- IPCC enterprise

    IPCC enterprise, 2 cad servers version 7.2.  One CAD server was down for more than four days causing replication between the primary and secondary CAD's to stop.  Ran postinstall.exe to restore the LDAP replication and same for recording and statistics , both showed successful but only LDAP seems to have taken.  when looking at the SQL database in CAD (using enterprise manager), the publication/subscription shows as deactivated for cra_agent_pub publication.
    question:  Can someone look at there server and let me know if the subscription is supposed to show as deactivated?  (using enterprise manager, it is the listed as the publication on the primary CAD server)  if not, does anyone know if it is as easy as reinitializing the subscription?
    thanks

    Possibly you have two separate issues, but let's address the replication issue first.
    1. Make sure that both RASS databases are well under the 2GB limit imposed by MS SQL Desktop Engine. Hit the 2GB limit and the DB will be deactivated. Go too far and it can even appear as "Unknown".
    2. Login as the local administrator and remove replication using PostInstall
    3. Use Enterprise Manager to ensure that all aspects of replication have been removed. All aspects!
    4. Again, using PostInstall apply replication again
    5. Check with Enterprise Manager that replication has been applied - all those red Xs should be gone - obviously .
    Regards,
    Geoff

  • Hyper-V Replication Question

    Hello,
    I just completed watching some YouTube videos and reading some helpful websites but still had a quick question. I have a .110 network in LocationA and a .60 network in LocationB.
    Both locations use static IP addresses. I can ping both locations from each other. If I want to replicate a VM from the .110 network or LocationA to the .60 network which is LocationB would this be possible since both locations have different networks? If
    I want to replicate from the .110 network, would my .110 network settings on the VM still be configured on the VM in the .60 network? If this is the case then when I turned on the replicated VM it would not be able to join the network without modifying the
    NIC settings. I was hoping someone could explain this process a little better or more in-depth so I have an idea of what I'm doing.
    On a different note as long as your two host servers are Server 2012 R2, can you replicate Server 2003 and Server 2008 systems or is it only for 2012 R2 VMs? Any and
    all information is helpful. Thank you!
    Pat

    Hello Pgrantland,
    I was checking some documents about this wonderful feature and I found this:
    2.3 To enable replication for a virtual machine
    9. A dialog box appears indicating that replication was successfully enabled. In this dialog, click the Settings button
    and provide settings to configure the network that the virtual machine will connect to on the Replica server. The Replica virtual machine does not automatically connect to any network on the Replica server (after a failover) by default,
    so these settings are important. You can configure the network settings so that the virtual machine will connect to a different network after a failover to the Replica server than it used when it was on the primary server.
    Step 2: Enable Replication
    https://technet.microsoft.com/en-us/library/d5d9e9f2-0f21-4d82-aa90-45e194de5ac9#BKMK_2_3
    These steps are configured before you finish the wizard to enable Hyper-V replica on a VM.
    Regarding the other question as far as I know a VM is just a VM from the Hyper-V side, the replica does not look what OS you are running.
    The only thing is that if you a re planing a VM to be replicated check that the hardware elements configured on the settings of you VM are able to be replicated.
    There are scenarios on which hardware configured on a VM makes that the VM is not supported for replica and you cannot replicated as long as those elements are configured on the VM.
    For example "Fibber Channel adapter" (Virtual SAN) and "Virtual hard disk sharing" are not supported to replicate.
    Hope this information help you to reach your goal. :D
    5ALU2!

  • Geo Replication question?

    I have a quick question about geo replication, is it possible to use the same DataCenter or it has to be a different DC when we set up Active Geo Replication for the Azure DB?

    Yes, you can choose the same region as the source database. I verified the scenario on my personal account.

  • Hp compaq nx9000, ati and direct rendering question

    Hi,
    I have Radeon IGP 340M onboard my laptop and I can't figure out the way to enable direct rendering. I use "radeon" driver from xf86-video-ati package. Any suggestions? This is my glxinfo output:
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
    GLX_SGIX_fbconfig
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIS_multisample
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x24 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x25 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x26 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x27 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x28 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x29 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x2a 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2b 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x2c 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x2d 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x2e 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2f 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x30 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x31 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x32 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x4b 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
    And Xorg log.
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (16/16)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 10
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0x1fff1e00 is: 0x1fff1e00
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0x207f2000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20035c5c to 20055c5c
    (II) RADEON(0): Direct rendering enabled
    I do not know what to think, everything seems correct.

    Sorry for the simple question but: Are you in video group?
    Also, it might depends on the order the modules are loaded. That's the case with my Intel card. Try loading agpart first:
    MODULES=(!agpgart !ati_agp agpgart ati_agp ...)

  • My foxfire is in hebrew.. Part is in 'english but when signing out of a site, it will ask in hebrew if I want to close. This is true in any other directions or question concern with anything foxfire does.

    My brower questions is in hebrew. Close? Save? copy? paste? everything like that is in hebrew. This rest is in English. How can I change this? Does anyone know how it happened?

    Which part is in English?
    If the Firefox user interface (menu bar) is in the wrong language or if you want to change the current language then you can get Firefox in the language of your choice here:
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Uninstall the current Firefox version, but make sure that you do not remove your personal data.
    * Install the new Firefox version of the wanted language.
    See also:
    * http://kb.mozillazine.org/Profile_backup
    * [[Backing up your information]]
    Check the value of the pref "general.useragent.locale" on the about:config page and set that value to language code of the version that you have downloaded (e.g. "en-US" or "en-GB") if there is still a wrong locale set.

  • Employee and Org Unit BP Replication Question - how to stop replication

    Hi,
       We are replicating business partners using BUPA_MAIN for IS_U Scenario.  This is working fine from R/3 to CRM, and changes are replicating back properly (CRM to R/3).  We have a filter on BUPA_MAIN  for the business partners in a particular number range that we want replicating back and forth.
       We are also using an ALE scenario from HR to CRM and this seems to be correctly creating our Org Unit BP's and Employee BP's in a specific number range.
        Our problem is that we are seeing failed bdoc's in SMW01 when the system creates new bp's in the Org Unit and Employee Role.  The error is because we have not set up corresponding number range in R/3.  We have not set this number range up in R/3 because we do not want these types of BP's to replicate back to R/3.  Why are these types of BP's trying to replicate back to R/3 when we have a filter on BUPA_MAIN that does not include these number ranges?  Is there something else we need to set somewhere so that these types of BP's will not try to replicate back to R/3?
    Thanks,
    Pam Cirssman

    Hi
    first u need to do the filter settings in object BUPA_MAIN to stop the employee replication to R3.
    When u create the no. ranges in r3 u can remove the filter so that the process will continue.
    Regards
    Manohar

  • Where should i direct this question about dashboard and widgets?

    i have a question about the dashboard and widgets, but i have no clue where to ask?
    thanks.

    Hi,
    I advise you to use http://discussions.apple.com/forum.jspa?forumID=751 which is the area for dashboard
    volker

  • USDA Direct Process question

    I am applying for a USDA Direct loan.  I took the homebuyers class on 6/27/15 then on 7/6/15 I had my individual counseling session and the home buyer guy said I should be approved for 200K by USDA and that I should start looking for houses.  I got a realtor then I sent in my Pre-application sheet on 7/13/15.  On 7/17/15 there was a hard pull on my credit report by CBCinnovis which I assume was USDA since I havent applied for anything else.  I havent sent in any supporting paperwork or heard from USDA.  I've called and emailed the USDA lady and have not heard anything back from her.   Did anyone else get a hard pull after just the pre-application?  What will happens next?   I found a house I love and my realtor said it was ok at this point to submit an offer.  Now the seller wants pre-qual documentation before he accepts which I don't have at this point although I compeltely understand why he would want it.  I'm a nervous wreck!

    revans99 wrote:
    I am in the process of buying a new house through USDA direct. The CBSinnovis is the credit inquiry for the USDA direct. After sending in your pre-qualification it takes seven to ten days to response. If you are preapproved an USDA specialist will call or send you a letter inviting you to apply officially for a mortgage loan. You will then send in the application along with 32 dollar fee for credit report, two years of tax returns, 3 months bank statements, and pay stubs. It takes the specialist 30 days to response to your application. Once the application is approved the specialist will schedule an appointment. At the appointment you will receive your letter of eligibility. LOE will have the loan and the interest rate. You can now go out and put a contract on a house. This is a very long process but it's worth it.It should be noted that one person's timeline may not set the standard. We're on our 96th day under contract & have been experiencing the slower side of the USDA Direct loan program. There's an extensive timeline in the link you see below in my signature. Get your patience ready & do NOT make any offers until you have the Certificate of Eligibility. 

  • Replication question

    Hi All,
    Oracle database version: 8.1.7
    Could you help with the following problem?
    There is a table (table A) that's replicated and which has a cascade delete ('before delete') trigger (which also is replicated). In the trigger code, dbms_reputil.replication_off is called to disable replication in the beginning and replication is enabled at the end.
    This cascade delete trigger deletes a few rows from other tables (which also have cascade delete triggers...and replication is turned off in these triggers as well)...
    The problem is, when a row is deleted from table A, all the rows that were deleted (from other tables) in the trigger code are also becoming a part of the transaction and are sent over to the replicated site...
    When the dbms_reputil.replication_off is being called, why are these delete calls (part of the trigger code) becoming a part of the replication transaction?
    Any help would be appreciated!

    Hi Justin,
    Thanks much for your reply...
    Yes, there is a 'BEFORE DELETE' trigger on the destination system...that's why I was hoping to see only one transaction go across, so that the trigger on the destination system can do the job...
    Now, what's happening is, with all the transactions (that are part of the trigger code in the source system -- which are NOT supposed to be sent over) that are sent over, I am seeing a bunch of 'no data found' errors...
    I don't understand as to how all the deletes that are part of the trigger code are being sent across (since replication is turned off in the trigger code)....
    Any help would be highly appreciated!
    Srini

  • Replication Questions

    I have a few questions on my plate. To start, I was thinking of getting my disc replicated through ProActionMedia.com. Has anyone heard anything about this company? I haven't been able to find any unbiased reviews.
    Second, the person I spoke to through this company said that if I give them a DVD-R master that I wouldn't be able to include CSS encryption or macrovision because they create a DLT from my DVD-R and would have to include it themselves for extra $$$. Does this sound accurate?
    Third, if I choose to create a DLT myself, what would be the best way? I know practically nothing about DLTs. What would be the best drive to buy? How do I learn how to create my master from it? What important things do I need to know when buying one? What are the best tapes?
    Any help will be great. Thanks

    You'll need a SCSI from Atto
    http://www.attotech.com/ultra5D.html
    They're the only cards I would use although others have used cards from Adaptec with good results.
    Also look on Ebay for both the SCSI and DLT. Make sure you get a 40/80 that writes type IV tapes or you'll be sitting for long periods of time waiting for your tape to finish.
    http://search.ebay.com/search/search.dll?sofocus=bs&sbrftog=1&from=R10&_trksid=m 37&satitle=dlt40%2F80external&sacat=-1%26catref%3DC6&sargn=-1%26saslc%3D2&sadis=200&fpos=91106&sabfmt s=1&saobfmts=insif&ftrt=1&ftrv=1&saprclo=&saprchi=&fsop=1%26fsoo%3D1&coaction=co mpare&copagenum=1&coentrypage=search
    Also consider buying AfterEdit if you plan on doing alot of work. I wouldn't dream of using anything else for pre-mastering. DVDSP does a sucky job in this department. It allows you to precisely choose your layer break and can correct several errors on a disc before the writing process. Many people have been burned by DVDSP in the past in the pre-mastering phase (myself included).
    http://www.dvdafteredit.com/
    Message was edited by: Eric Pautsch1

Maybe you are looking for

  • Sender File Adapter Ignore Last Line

    Hi All, Like in Sender File Adapter configuration like we have Document Offset to specify the number of starting lines to be ignored, Like the same way can we ignore the last line of a text file . Regards, Rahul

  • Router WRT54GC

    Ihave a problem with the router WRT54GC the service QOS don´t work on this router?

  • WiFi issue.

    I havn't had any problems with my iphone 3g connecting to my home wifi, but for some reason, it suddenly cannot locate my wifi network. i run my macbook pro on this network as well and its doing fine. but when i go to the wifi options on my phone, it

  • Object to xml inheritance feature in toplink

    i created a project for object to xml mapping but require "inheritance features to be included ".i tried but it gives --"missing class indicator " and other root error any help please

  • COM Surrogate stops working When printing in Internet Explorer 10

    Some info about the setup Virtual Server WIndows server 2008 R2 Standard Terminal server 64 Bit Internet Explorer 10.0.9200.16618 Problem detail from Reliability Monitor i.imgur.com/fN1yFxA The problem only occurs for some users, other users on the t