Trouble with Replication of Data

Hai,
I've been working with Oracle8. In my project, I've to maintain two copies of the entire database. So, if a table is created in one instance, the same table should be created in the other instance as well. Similarly, whatever happens to the first database, should happen immediately to the other also. What I thought was, if I can catch the evnt that happens on one databse, then probably, I can do the rest. But how can I catch such an event? Whenever an object is created, it's details are stored in some sys objects like obj$. But I cannot write any triggers on sys objects. If I want to use snapshots, I cannot create fast refreshing snapshots on complex views and complete refreshing snapshots will not help me solve my problem.
If any of you can help me solve this problem, I'll be thankful.
Arun.

Advanced replication can replication DDL (like CREATE TABLE) if done through the replication API
or Replication GUI (part of DBA Studio and 9i OEM Console).

Similar Messages

  • I'm having trouble with occasional high data consumption.  In November, I was told by Verizon I'd used 2 times my normal data.  Then again on Friday, Verizon told us we'd used approximatley 3 Giga Bytes on our Hot Spot.  Both of us had been working that d

    We're having problems with occasional mega data usage on our 3G Hot Spot.

    Power down your Jetpack while it is not in use, at least until you get your usage problem under control.  Bring your PC to a different area and see if you can let it sit connected for a while to complete whatever it is struggling with.

  • Trouble with dateTime if data has Timezone information

    I have a problem with inserting a document in a XMLType column. I get the following error message:
    ORA-01830: date format picture ends before converting entire input stringI did some searching and the problem is the element which is a dateTime with Timezone information. If the entry oraxdb:SQLType="TIMESTAMP WITH TIME ZONE" is added everything is correct.
    The problem is that we dont want to edit the XSD because it was standardized. Is there another way to get around this error ( e.g. parameter or column definition, ... ) ?
    Greeting
    Alex
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    XSL is probably a bit overkill, you could do stuff like the following as well
    SQL> declare
      V_FILENAME  VARCHAR2(700) := 'CMFXML.SWIFT.MT544.xsd';
      V_XMLSCHEMA XMLTYPE := xmltype(bfilename('XMLDIR',V_FILENAME),nls_charset_id('AL32UTF8'));
      2    3    4  begin
      5          -- dbms_xmlschema_annotate.addXDBNamespace(V_XMLSCHEMA);
      6          dbms_xmlschema_annotate.setDefaultTable(V_XMLSCHEMA,'CMFXML','CMFXML_MT544_TABLE');
      7          dbms_xmlschema_annotate.DISABLEDEFAULTTABLECREATION(V_XMLSCHEMA);
      8
      9          select insertChildXML
    10           (
    11                   V_XMLSCHEMA,
    12                   '//xsd:element[@type="TIndicator-22F-01"]',
    13                   '@xdb:SQLInline',
    14                   'false',
    15                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    16                 )
    17            into V_XMLSCHEMA
    18            from dual;
    19
    20          select insertChildXML
    21           (
    22                   V_XMLSCHEMA,
    23                   '//xsd:element[@type="TAmount-19A-01"]',
    24                   '@xdb:SQLInline',
    25                   'false',
    26                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    27                 )
    28            into V_XMLSCHEMA
    29            from dual;
    30
    31          select insertChildXML
    32           (
    33                   V_XMLSCHEMA,
    34                   '//xsd:element[@type="TDate-98A-01"]',
    35                   '@xdb:SQLInline',
    36                   'false',
    37                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    38                 )
    39            into V_XMLSCHEMA
    40            from dual;
    41
    42          select insertChildXML
    43           (
    44                   V_XMLSCHEMA,
    45                   '//xsd:element[@type="TRate-92A-01"]',
    46                   '@xdb:SQLInline',
    47                   'false',
    48                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    49                 )
    50            into V_XMLSCHEMA
    51            from dual;
    52
    53          select insertChildXML
    54           (
    55                   V_XMLSCHEMA,
    56                   '//xsd:element[@type="TFlag-17B-01"]',
    57                   '@xdb:SQLInline',
    58                   'false',
    59                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    60                 )
    61            into V_XMLSCHEMA
    62            from dual;
    63
    64          select insertChildXML
    65           (
    66                   V_XMLSCHEMA,
    67                   '//xsd:element[@type="TQuantityOfFinancialInstrument-36B-01"]',
    68                   '@xdb:SQLInline',
    69                   'false',
    70                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    71                 )
    72            into V_XMLSCHEMA
    73            from dual;
    74
    75          select insertChildXML
    76           (
    77                   V_XMLSCHEMA,
    78                   '//xsd:element[@type="TReference-20C-01"]',
    79                   '@xdb:SQLInline',
    80                   'false',
    81                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    82                 )
    83            into V_XMLSCHEMA
    84            from dual;
    85
    86  select insertChildXML
    87           (
    88                   V_XMLSCHEMA,
    89                   '//xsd:element[@type="TParty-95PQR-01"]',
    90                   '@xdb:SQLInline',
    91                   'false',
    92                   'xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
    93                 )
    94            into V_XMLSCHEMA
    95            from dual;
    96
    97
    98          dbms_xmlschema_annotate.setOutOfLine(V_XMLSCHEMA,'element','ReceiveFreeConfirmationType','TwoLegTransactionDetails','MT544_TWO_LEG_TRANS_TABLE');
    99          dbms_xmlschema_annotate.setOutOfLine(V_XMLSCHEMA,'element','ReceiveFreeConfirmationType','TradeDetails','MT544_TRADE_DETAILS_TABLE');
    100          dbms_xmlschema_annotate.setOutOfLine(V_XMLSCHEMA,'element','TTradeDetails','FinancialInstrumentAttributes','MT544_FIN_INST_ATTRS_TABLE');
    101
    102    dbms_xmlschema.registerSchema
    103    (
    104      schemaurl       => V_FILENAME,
    105      schemadoc       => V_XMLSCHEMA.getClobVal(),
    106      local           => TRUE,
    107      genTypes        => TRUE,
    108      genBean         => FALSE,
    109      genTables       => TRUE
    110    );
    111  end;
    112  /

  • Trouble With Query Between Dates:

    Hello Again,
    The query below is giving some trouble in that the line where 'CURRENT_DATE' is between 'START_DATE' and 'END_DATE.
    The query returns records close to those dates but some missing on the END_DATE. I was wondering if there is 'time at play here? How is only the date component used for the search?
    select * from (
    SELECT TO_CHAR (LEAVE.START_DATE, 'DD-MON-YY') AS Start_Date,
    TO_CHAR (LEAVE.END_DATE, 'DD-MON-YY') AS end_date,
    TO_CHAR (CURRENT_DATE, 'DD-MON-YY')AS CURRENT_DATE,
    LEAVE.NAME as NAME,
    LEAVE.ID as ID,
    LEAVE.DAYS as Days,
    LEAVE.SUPERVISOR as Supervisor,
    LEAVE.LEAVE_TYPE,
    FROM "LEAVE"
    WHERE CURRENT_DATE BETWEEN start_date AND end_date
    Kind Regards,
    Steve Welch

    Hi Steve,
    You should be aware that the Oracle datatype DATE also includes a time component.
    select to_char(current_date,'DD-MON-YYYY HH24:MI:SS') date_and_time from dual;
    DATE_AND_TIME       
    18-AUG-2011 13:29:49 Could it be that you are missing some records because they have a time which falls outside your condition?
    Regards
    Andre

  • Trouble with Import Wizard - Date format

    I am trying to import data from an excel file to a table using the Import Wizard. The verification of the import fails on the verification of the date column only, with the message that "Dater columns HOLIDAY_DATE, have invalid or null date formats"
    There are no null / blanks in my xls file, and the date format in the xls file is dd/mm/yyyy. When this is imported through the import wizard, the date column shows the data, but the format shows the data in mm/dd/yyyy ??
    Is there anything obvious I am doing wrong here?
    Thx

    Well, not really a solution, but a work-around.
    I created an extra field in the table, and loaded the date into that string field.
    Then just updated the table using the follwoing code...simple, but much faster than trying to work out what the roblem was with the upload.
    UPDATE EU_HOLIDAYS
    SET HOLIDAY_DATE = TO_DATE(HOLIDAY,'DD/MM/YYYY');

  • Is anyone else having trouble with Siri and date/time on iphone 5?

    I have the iphone 5 on the sprint network and I have been having a lot of problems with the date and time and now Siri isn't responding. I make a request to Siri and it pops up on the screen but after a min or so of "thinking" she says she has incountered a problem. I have tried restarting the phone but nothing changes... Please tell me this is something I can fix...

    I have not had this problem. I am new to Siri (with an iPhone 5 upgrade from an i4) and Siri has made a number of calls from my contacts. She asks, which John Doe (if I have more than one), which number (if I have more than one) and off we go.
    Maybe, you have some setting wrong.

  • Trouble with clock and date settings

    Hi Folks,
    Every time I start my G5 I get a message telling me to set the clock and date settings. I set them as requested and save them and put the little lock on them, but next time I start the computer the same message appears.
    Would anybody be able to assist please?
    Thanks in advance,
    Eddie

    You might need a new battery. Go to http://support.apple.com/manuals/ and find your exact model - the manual should show you where it's located and which type you need to buy. They're not expensive.

  • Trouble with stored procedure date parameters in 10.2.0.2

    Hello,
    i have I couple of procedures which were running perfectly on 10.2.0.1.
    After the upgrade to 10.2.0.2 i get the error: ORA-01843: not a valid month ORA-06512: at "MASTERDBI.CREATE_OR_UPDATE_VER_INFO", line 65 ORA-06512: at line 1
    This error is fired up, on an simple insert-stmt within the procedure. That means, that the date-parameter itself ist ok.
    If I set the nls_date_format w/ "alter session...", then the procedure is running like before and everthing is fine. But this causes a big change on other programs. So I tried to set the nls_date_format w/in an schema.logon-trigger. But w/out success. The only solution is to set the nls_date_format explicit like in this example:
    begin
    execute immediate 'alter session set nls_date_format = "dd.mm.yyyy"';
    create_or_update_ver_info(
    10552,
    'VC BK Zuordnung',
    'TEST',
    sysdate,
    1);
    end;
    It seems, that oracle converts the date-param into a string a back again into a date. But, the date format expected is the american date format. The date format delivered is the german format. And this causes the fault.
    Any comments...
    Kind regards
    Harald Simon
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Proc:
    PROCEDURE CREATE_OR_UPDATE_VER_INFO
    p_vertrag_id number,
    p_ver_infotyp varchar2,
    p_text varchar2,
    p_zeitstempel date,
    p_benutzer_id number
    ) as
    v_ver_infotyp_id ver_infotypen.ver_infotyp_id%type;
    v_curr_text ver_infos.text%type;
    begin
    -- Ver-Infotyp ermitteln
    begin
    select ver_infotyp_id into v_ver_infotyp_id from ver_infotypen
    where bezeichnung = p_ver_infotyp;
    exception
    when no_data_found then
    raise_application_error(-20005, 'Vertragsinfotyp "' || p_ver_infotyp || '" in Tabelle VER_INFOTYPEN nicht gefunden.');
    end;
    -- Aktuelle Vertragsinfo ermitteln
    begin
    select text into v_curr_text
    from ver_infos
    where gueltig_bis = to_date('31.12.9999', 'dd.mm.yyyy')
    and ver_infotyp_id = v_ver_infotyp_id
    and vertrag_id = p_vertrag_id;
    exception
    when no_data_found then
    null;
    end;
    -- Wenn der vorhandene Vertragsinfotyp der gleiche ist, dann
    -- sofort wieder raus
    if nvl(v_curr_text, '') = nvl(p_text, '') then
    return;
    end if;
    -- Aktuelle VerInfo löschen
    if not v_curr_text is null then
    update ver_infos
    set gueltig_bis = p_zeitstempel
    where gueltig_bis = to_date('31.12.9999', 'dd.mm.yyyy')
    and ver_infotyp_id = v_ver_infotyp_id
    and vertrag_id = p_vertrag_id;
    end if;
    if p_text is null then
    return;
    end if;
    -- Neue Vertragsinfo einfügen, falls es etwas zum Einfügen gibt
    if not p_text is null then
    insert into ver_infos
    vertrag_id,
    ver_infotyp_id,
    gueltig_von,
    text,
    erstellt_am,
    erstellt_durch
    ) values (
    p_vertrag_id,
    v_ver_infotyp_id,
    p_zeitstempel,
    p_text,
    p_zeitstempel,
    p_benutzer_id
    end if;
    end;
    Test:
    begin
    create_or_update_ver_info(
    10552,
    'VC BK Zuordnung',
    'TEST',
    sysdate,
    1);
    end;
    Result:
    ORA-01843: not a valid month ORA-06512: at "MASTERDBI.CREATE_OR_UPDATE_VER_INFO", line 65 ORA-06512: at line 2
    Test2:
    begin
    execute immediate 'alter session set nls_date_format = "dd.mm.yyyy"';
    create_or_update_ver_info(
    10552,
    'VC BK Zuordnung',
    'TEST',
    sysdate,
    1);
    end;
    Result:
    Statement processed in 0,00 sec
    It is nice, is`nt it?
    Harald
    Message was edited by:
    HSimon

  • Trouble with date

    I have some trouble with the date system on my laptop.  Everything is correct on the System Preferences thing.  but when I watch info on a document (e.g. cmd/i) files are registered with dates like 15.6.0034 or 18.5.1119 (Norwegian calendar system dd.mm.yyyy).
    I just registered a test person in the Address book, and it showed 18.5.1120, which is  - in fact - many hundred years back in time!  Ihave done what is called PRAM, and I have run disk utility (verify and repair), but test persons and files are still registered in the year 1120. If I'm lucky I'll manage to get a screen picture here to show you.
    When I use Pages and things, dates are shown correctly, but it is quite annoying not to know when files were registered or updated.
    But I'm sure some of you clever guys will be able to help me! 

    jsa1307 wrote:
    What about this: Whenever I boot into Windows using Boot Camp the date & time is screwed up when I boot back into Leopard. I've tried trashing the localtime file and turning on/off the network time server. Nothing works as a permanent fix. Will I have to reset the time manually every time I change operating systems ??
    If you were to check into the BootCamp forum you would find your answer. It's a common question.
    http://discussions.apple.com/forum.jspa?forumID=1244
    Your issue here is unrelated to that of the original poster and should be reposted in the BootCamp forum.
    Thanks.

  • I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to my laptop.

    I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to itune.

    You can't. It still thinks that your iPhone is synced with another iTunes library (the one that you had before you reformatted the hard drive.

  • Trouble with database data retrieving!!!Please someone help me!!

    Hello people!!
    I'm havin g a trouble in getting the data from a bean , someone could give me a hand?
    That's the following: The Database class get a conection, a DetalhesLivro.class arraylist
    is obtained with the method getBooks, and I start my servlets apllication with contextListener
    where i staciate this class, so when i retrieving the value the browser keep too long loading
    and give me no data from the class here is piece of code :
    the context:
    package servlets;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.servlet.*;
    public final class Contexto implements ServletContextListener{
    private ServletContext context = null;
    public Database db;
    public void contextInitialized(ServletContextEvent event) {
    context = event.getServletContext();
    try {
    db = new Database();
    context.setAttribute("dados", db);
    } catch (Exception ex) {
    System.out.println("Imposs�vel a cria��o do bean:" +
    ex.getMessage());
    public void contextDestroyed(ServletContextEvent event) {
    context = event.getServletContext();
    Database lixo = (Database)context.getAttribute("dados");
    if (lixo != null)
    lixo.remove();
    and this is the class to retrieving the data :
    package servlets;
    import java.io.*;
    import java.sql.SQLException;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Resultado extends HttpServlet {
    DetalhesLivros livro;
    Database db;
    ArrayList livros;
    public void init() throws ServletException {
    db = (Database)getServletContext().getAttribute("dados");
    if (db == null){
    throw new UnavailableException("Couldn't get database.");
    public void destroy() {
    db = null;
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    /* HttpSession session = request.getSession();
    procura = (Procura)session.getAttribute("dados"); */
    response.setContentType("text/html");
    response.setBufferSize(8192);
    String valorRadio = request.getParameter("radio");
    String valorInput = request.getParameter("campo");
    try{
    livros = db.getBooks();
    }catch(Exception e){
    e.getMessage();
    PrintWriter out = response.getWriter();
    // then write the data of the response
    out.println("<html><head><title>Livraria Online!!!</title></head><body><div align=\"center\"><p><strong>"+
    "<p><font size=\"+7\">Loja de Livros</font></p>");
    Iterator iterator = livros.iterator();
    try{
    while(iterator.hasNext()){
    if(valorRadio=="titulo"){
    livro = (DetalhesLivros)iterator.next();
    if(livro.getTitulo()==valorInput){         
    out.println("<p> </p><p><strong>Nome do Livro:"+livro.titulo+
    "</strong></p><p><strong>Autor:"+livro.autor+"</strong></p><p><strong>Pre&ccedil;o:"+livro.getPreco()+"</strong>"+
    "</p><p><strong>C&oacute;digo:"+livro.getCod()+"</strong></p>");
    break;
    break;
    }catch(Exception e){
    e.getMessage();
    out.println("<p></p><br><br><br><table width=\"48%\" border=\"0\"><tr><td width=\"60%\"><a href=\"\"><strong>Pesquisar</strong>"+
    "</a></td><td width=\"40%\"><a href=\"\"><strong>Listar</strong></a></td></tr></table><strong>"+
    "</strong></div></body></html>");
    out.close();
    thanks a lot for some help!!!

    sorry!!
    package servlets;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.servlet.*;
    public final class Contexto implements ServletContextListener{
        private ServletContext context = null;
        public Database db;  
        public void contextInitialized(ServletContextEvent event) {
            context = event.getServletContext();             
            try {
                  db = new Database();
                  context.setAttribute("dados", db);
            } catch (Exception ex) {
                System.out.println("Imposs�vel a cria��o do bean:" +
                    ex.getMessage());
        public void contextDestroyed(ServletContextEvent event) {
            context = event.getServletContext();
            Database lixo = (Database)context.getAttribute("dados");
            if (lixo != null)            
                   lixo.remove();                     
    }package servlets;
    import java.io.*;
    import java.sql.SQLException;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Resultado extends HttpServlet {
    DetalhesLivros livro;
    Database db;
    ArrayList livros;
    public void init() throws ServletException {
    db = (Database)getServletContext().getAttribute("dados");
    if (db == null){
    throw new UnavailableException("Couldn't get database.");
    public void destroy() {
    db = null;
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    /* HttpSession session = request.getSession();
    procura = (Procura)session.getAttribute("dados"); */
    response.setContentType("text/html");
    response.setBufferSize(8192);
    String valorRadio = request.getParameter("radio");
    String valorInput = request.getParameter("campo");
    try{
    livros = db.getBooks();
    }catch(Exception e){
    e.getMessage();
    PrintWriter out = response.getWriter();
    // then write the data of the response
    out.println("<html><head><title>Livraria Online!!!</title></head><body><div align=\"center\"><p><strong>"+
    "<p><font size=\"+7\">Loja de Livros</font></p>");
    Iterator iterator = livros.iterator();
    try{
    while(iterator.hasNext()){
    if(valorRadio=="titulo"){
    livro = (DetalhesLivros)iterator.next();
    if(livro.getTitulo()==valorInput){         
    out.println("<p> </p><p><strong>Nome do Livro:"+livro.titulo+
    "</strong></p><p><strong>Autor:"+livro.autor+"</strong></p><p><strong>Pre&ccedil;o:"+livro.getPreco()+"</strong>"+
    "</p><p><strong>C&oacute;digo:"+livro.getCod()+"</strong></p>");
    break;
    break;
    }catch(Exception e){
    e.getMessage();
    out.println("<p></p><br><br><br><table width=\"48%\" border=\"0\"><tr><td width=\"60%\"><a href=\"\"><strong>Pesquisar</strong>"+
    "</a></td><td width=\"40%\"><a href=\"\"><strong>Listar</strong></a></td></tr></table><strong>"+
    "</strong></div></body></html>");
    out.close();
    --------------------------------------------------------------------------------------------

  • TS1591 i just got an ihome system and had trouble with it connecting to my iPhone.  I finally got it to work and now my itunes doesn't recognize my phone.  My software is up to date on both my Mac and my iPhone and I have shut everything down and restarte

    i just got an ihome system and had trouble with it connecting to my iPhone.  I finally got it to work and now my itunes doesn't recognize my phone.  My software is up to date on both my Mac and my iPhone and I have shut everything down and restarted.  Does anyone have any other suggestions?

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Having trouble with the move tool not working....   also I cannot seem to crop.... my cloud says I'm up to date, should I

    I seem to be having all kinds of trouble with Photoshop CC2015 and CC as well.... I cannot use the move tool.
    Also have a heck of a time cropping, will not let me select a crop, are there glitches I'm not aware of???

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Troubles with App Module and Data Model

    Hi All!
    I have trouble with inserting new record in vo.
    My situation is next:
    I have AM with two instances of one VO. One instance I use to perform search and second to insert new records.
    How I can understend if I create instances in AM by giving different aliases to the same VO, they must be independent. Yes or not?
    My problems happens when I deploy app to OAS in local mode. App is stateless.
    When I try to insert new record I always get one from next situation:
    1. PK = 1. This attribute is generated by trigger and sequense on server. Update after insert in EO is on.
    2. **** Updating Attribute: CustSid Value is -******
    Application Error
    Return
    Error Message: JBO-26030: Failed to lock the record, another user holds the lock.
    Seems like update not insert!
    After that I can't edit first record in first VO.
    3. Time by time I get another messages
    When I run this app in JD debugger all is working fine!
    By the way - this page apper in frame.
    When I try it without frame all works fine On OAS too.
    I think it's problem with AM state. Isn't it?
    Any help will be appreciated!
    Mike

    In principle, there are only one way to do my task!? I can add LVAIKolekcijaDati via APasesDati as instance and move APasesDati child elements under that. Am I right? And if my jspx page is created from APasesDati instance and now I want to use my new - LVAIKolekcijaDati via APasesDati then I need to reecreate my jspx page from begining, or I can change something in my jspx page or somewhere else something that way I do not to recreate my jspx page and use LVAIKolekcijaDati via APasesDati in my page?
    Best regards, Debuger!

  • I have been having a lot of trouble with the latest itunes update and my ipod classic 80Gb i.e. being unable to sync songs, but now i have no files at all on my ipod, it is completely blank when i view it from my computer. I need help, please, anybody.

    As it says above, i have been having a lot f trouble with my ipod classic and the latest itunes update, i was unable to sync songs or anything to it and have tried every conceivable 'fix' i could find. i have run an itunes diagnostic and the results are posted below. a major problem is that when i try and view my ipod through my computer it displays nothing at all on the ipod, no files or anything, this may be the problem but i have no idea how it has happened or how i could resolve it.
    This ipod holds huge sentimental value and i am loathe to buy a new one! If anybody can help it is greatly appreciated, than kyou in advanced.
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    ASUSTeK Computer Inc. K50IJ
    iTunes 11.1.5.5
    QuickTime not available
    FairPlay 2.5.16
    Apple Application Support 3.0.1
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.1.1.3
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0038B8600B98D1E0
    Current user is not an administrator.
    The current local date and time is 2014-03-21 16:52:39.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: 2fd81a1f13cf3ff25a8b4f0e8e725116
    **** Device Connectivity Tests ****
    iPodService 11.1.5.5 (x64) is currently running.
    iTunesHelper 11.1.5.5 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH9 Family USB Universal Host Controller - 2934.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2935.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2936.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2937.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2938.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2939.  Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A.  Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

Maybe you are looking for