Chatty replication protocol (2.6 messages per transaction): bad settings?

Hi,
I'm trying to determine why for a two-site replication setup (Linux, BDB 4.6.21 with the latest patch) it seems like a single transaction can take up to 100 ms to be replicated under heavy load when the non-replicated transaction takes 5 ms.
The transaction in question is a fully-synchronized update (ie: a commit at site R1 should not return until R2 has also committed and flushed the transaction to disk), and there are only two sites in the replication group, the master and the replica.
Here are the statistics I gathered from my application, at the replica after it was promoted to the master (the master having been killed):
Replication: txnsApplied=3584, repMsgsProcessed=9390, repMsgsSent=17, repMsgsSendFailures=4, nextLSN=1/1162804, nextPages=0, pagesRecords=6, pagesRequested=0, status=3, waitingLSN=0/0, waitingPages=0
Replication Manager: connectionAttemptsFailed=0, connectionsDropped=1, repMessagesDropped=0, repMessagesQueued=0, permFailed=4
It seems like the replication protocol is quite chatty (2.6 messages per transaction), which may explain some of the latency.
I use 2048-byte pages, and the typical transaction size is no more than 1024 bytes; I experimented with relaxing the transactional guarantees (setTxnNoSync et al) but had a similar experience.
Does anyone have any suggestions for this environment configuration to increase the throughput of this kind of replication setup? Your help would be kindly appreciated.

Replication: txnsApplied=3584, repMsgsProcessed=9390,
repMsgsSent=17, repMsgsSendFailures=4,
nextLSN=1/1162804, nextPages=0, pagesRecords=6,
pagesRequested=0, status=3, waitingLSN=0/0,
waitingPages=0
Replication Manager: connectionAttemptsFailed=0,
connectionsDropped=1, repMessagesDropped=0,
repMessagesQueued=0, permFailed=4
It seems like the replication protocol is quite
chatty (2.6 messages per transaction), which may
explain some of the latency.The replication protocol is that each log record written to the
log is also transmitted to the client. Therefore, if your transaction
has a lot of operations, or if even a single update results in several
log records written (splitting a page, for example), each of those
log records will be transmitted to the client.
Does anyone have any suggestions for this environment
configuration to increase the throughput of this kind
of replication setup? Your help would be kindly
appreciated.You can try the bulk message configuration option. Look at
the dbenv->rep_set_config method with the DB_REP_CONF_BULK
flag. That option collects the log records locally in memory and
then sends them all either on a txn_commit operation or if the
buffer fills up. That should result in fewer messages.
However, it is also interesting that there were 4 message send failures
as well as 4 permFailed counts in your statistics. It is likely whatever
caused those resulted in some messages to rerequest the missing
records.
Sue LoVerso
Oracle

Similar Messages

  • Messages per day in XI

    HI,
    Is there any transaction code where I can get the Statistics of Messages exchanged in XI on daily basis, for a month or more.
             We have more than 50,000 messages being exchanged daily. Its hard to find the statistics in SXMB_MONI...So looking for a transaction...
    Regards,
    Vasu

    Hi,
    of course you can do it:
    open runtime workbench and go to
    <b>performance monitor</b>
    from there you can see everything:
    messages per day, week etc
    one interface per day, week etc
    aggegated messages etc
    Regards,
    michal

  • Statspack Rollback per transaction % vs Log Miner rollback = 1

    Hi,
    I'm investigating high Rollback per transaction % = 30% in our 9.2.0.8 EE databse .
    First think was checking all archive logs from period equal to statspack snapshot range
    but looks like there is huge discrepancy between that two tools .
    What I've found from v$logmnr_contents where rollback = 1 was that
    only 0,5% transactions was rollbacked .
    I'm wondering what could cause such difference is that true
    unique constraint violation (or other exceptions) is not recorded in redologs as rollbacked transaction ?
    Any ideas ?
    Major problem is still what is causing high rollback % .
    Regards
    G

    I'm investigating increase in undo usage and Rollback per transaction % = 30 .
    Strange issue because v$transacion is not showing demanding transacions , rather small quick (oltp system).
    Here is sp report:
    DB Name     DB Id  Instance   Inst Num Release   Cluster Host
    XXXX     1497360911 XXXXX        1 9.2.0.8.0  NO   XXXXX
           Snap Id   Snap Time   Sessions Curs/Sess Comment
    Begin Snap:   89346 23-Sep-09 08:00:02   638   13.0
    End Snap:   89365 23-Sep-09 20:00:05   710   19.1
      Elapsed:       720.05 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
            Buffer Cache:   3,072M   Std Block Size:     8K
          Shared Pool Size:   2,048M     Log Buffer:   2,000K
    Load Profile
    ~~~~~~~~~~~~              Per Second    Per Transaction
             Redo size:      344,858.21       6,796.87
           Logical reads:      131,932.52       2,600.28
           Block changes:       2,211.70         43.59
           Physical reads:       7,457.34        146.98
          Physical writes:        236.52         4.66
             User calls:       6,197.31        122.14
               Parses:       2,236.26         44.07
            Hard parses:         20.63         0.41
               Sorts:        330.72         6.52
               Logons:         0.34         0.01
              Executes:       3,097.97         61.06
            Transactions:         50.74
    % Blocks changed per Read:  1.68  Recursive Call %:   35.95
    Rollback per transaction %:  30.58    Rows per Sort:   31.38
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Buffer Nowait %:  99.97    Redo NoWait %:  100.00
          Buffer Hit  %:  94.37  In-memory Sort %:  100.00
          Library Hit  %:  99.63    Soft Parse %:   99.08
         Execute to Parse %:  27.82     Latch Hit %:   99.83
    Parse CPU to Parse Elapsd %:  30.18   % Non-Parse CPU:   95.65
    Shared Pool Statistics    Begin  End
           Memory Usage %: 100.00 100.00
      % SQL with executions>1:  38.24  35.74
    % Memory for SQL w/exec>1:  76.94  86.29
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                           % Total
    Event                        Waits  Time (s) Ela Time
    CPU time                           109,020  32.54
    db file sequential read            40,144,341   96,883  28.91
    db file scattered read             26,524,497   66,948  19.98
    sbtwrite2                    4,141,351   23,994   7.16
    SQL*Net message from dblink          33,497,630   17,097   5.10
         -------------------------------------------------------------

  • Warning message in Transaction VF31

    Hi,
    I want a warning message in transaction VF31 and my system is ECC 5.0.
    I couldnt locate any billing exit.
    Is it possible to throw a warning message in this case?

    Hi Ronaldo
    I do agree that it is a standard  program and that is why Copying of  standard  program to Z program and assignment of that Z program will be correctly done my the Technical consultants . So its better to take help of the technical consultants So that we wont face any problem when we run VF31 again after changing the program
    Regards
    Srinath

  • Unable to identify the exchange protocol of the message (sync AS2 MDN)

    Hi,
    We got the following error:
    Description: Unable to identify the exchange protocol of the message
    StackTrace:
    Error -: AIP-50080: Exchange protocol identification error
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1367)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2370)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1813)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:968)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1152)
         at oracle.tip.adapter.b2b.xmlgwIntg.XMLGWIntegration.raiseOutboundMessage(XMLGWIntegration.java:168)
         at oracle.tip.adapter.b2b.xmlgwIntg.Outbound.onMessage(Outbound.java:297)
         at oracle.jms.AQjmsListenerWorker.dispatchOneMsg(AQjmsListenerWorker.java:316)
         at oracle.jms.AQjmsListenerWorker.run(AQjmsListenerWorker.java:129)
         at java.lang.Thread.run(Thread.java:534)
    Here is the Wire message (sync MDN)
    =======================
    Message-ID=<23033756.391232032071968.JavaMail.SYSTEM@INUBITTEST>
    Subject=Your ORDERS AS2
    [email protected]
    Content-Length=1347
    MIME-Version=1.0
    Server=Apache
    Date=Thu, 15 Jan 2009 15:07:52 GMT
    Content-Type=multipart/mixed;      boundary="----=_Part_53998_23619909.1232032071968"
    [email protected]
    ------=_Part_53998_23619909.1232032071968
    Content-Type: text/plain; charset=UTF-8; name=test.txt
    Content-Transfer-Encoding: 7bit
    Content-Disposition: attachment; filename=test.txt
    Message-ID: <17080722.371232032071906.JavaMail.SYSTEM@INUBITTEST>
    MIME-Version: 1.0
    Content-Type: multipart/report; report-type=disposition-notification;
         boundary="----=_Part_53997_14786767.1232032071906"
    AS2-Version: 1.1
    AS2-From: test_AS2
    AS2-To: as2me
    ------=_Part_53997_14786767.1232032071906
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    MDN for Message ID: <33156:4:0:137@as2me>
    From: as2me
    To: test_AS2
    Received on: Thu, 15 Jan 2009 16:07:51 +0100
    Status: processed
    Comment: This is not a guarantee that the message has
    been completely processed or unterstood.
    ------=_Part_53997_14786767.1232032071906
    Content-Type: message/disposition-notification
    Content-Transfer-Encoding: 7bit
    Reporting-UA: inubit Integration Server
    Original-Recipient: rfc822; test_AS2
    Final-Recipient: rfc822; test_AS2
    Original-Message-ID: <33156:4:0:137@as2me>
    Disposition: automatic-action/MDN-sent-automatically; processed
    Received-Content-MIC: 5kFOLMXOUurpm6DUTA8IMRj5gcs=, sha1
    ------=_Part_53997_14786767.1232032071906--
    ------=_Part_53998_23619909.1232032071968--
    ============================
    The communication with our TP is going well, we are able to send, receive messages over AS2 and send back MDN, but we are not able
    to receive their MDN.
    Edit:
    It seems that after the latest MLR patch, the error changed to [IPT_HttpSendError] HTTP encounters send error :. Premature EOF encounter but the roots seem to lead to the problem with MDN as B2B is sending the message a couple of times now and gives the mentioned EOF error.
    Please advise,
    Thank you
    Edited by: Kamil Zadora on Jan 30, 2009 3:44 AM

    Hi Ramesh,
    Yes, agreement uses AS2 IDentifiers. Incoming messages are recognized correctly, and we send back sync MDN that is correctly received by our TP. They also recieve our messages correctly although Oracle B2B does not recognize the MDN from them. I think that this causes that, now after applying the latest MLR patch, B2B tries to send it around 6 times and gives the Unexpected EOF error.
    Thank you for your help in advance,
    Kind regards,

  • Can I use multiple Apple store gift cards per transaction or is it has to be one gift card per transaction?

    Can I use multiple Apple store gift cards (£25 each) per transaction or is it has to be only one gift card per transaction?? Does anyone know thanks

    Hola, Eddy
    notice that you have posted to an old thread (Oct-Nov2013) that actually took quite some time to get attention back then**
    I recommend that you contact the Store Group regarding your purchase question - don't let the "iTune-ish" URL and page title throw you off... it's the right place
    Store Group - Contact Us - Apple Support
    ** next time you have a question, I advise to check the dates carefully and if older than a month or so, AND it has no answer to your specific issue, start a NEW Question. You did a fine job of stating your exact issue - many folks, not so much.
    buenos dias
    CCC

  • ORA-20001: Maximum number of email messages per workspace exceeded

    Greetings. We are running APEX 4.1.1. I have an application where we have to send out email messages to a list of emails. Currently there are 2469 email addresses. Originally we put the email addresses in the BCC but we received an error that we had exceeded the size limit of the BCC. So we modified our procedure to send one email at a time, in a loop.
    Now we are receiving the following error message:
    "ORA-20001: You have exceeded the maximum number of email messages per workspace"
    Has anyone else run into this issue? What is maximum number or email messages per workspace? Is it a limit per day, per session?
    We have not added emails to this table since last year, so the maximum number of email messages allowed may have changed recently?
    I did find this Forum post that addressed the issue but no one responded:
    How many mails i can send at a time per day using APEX mail system?
    Thanks,
    John

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • Sender File adapter - Message per recordset

    Hi All,
    I have a scenario in where I have to split a large file (txt) into smaller files and then process them in PI.
    Normally I use FCC and message per recordset... It splits all messages and everything is ok.
    BUT, now I have to split the messages at specific key points. I cannot split it by a static number. It may vary. It is totally dynamic.
    So I want to use the adapter module to write my own code to split the message when I need to. but how?
    When using the FCC the messages get split before they even arrive at my adapter module. So is it possible to split them manually using adapter module???
    Thanks.

    Hi Chris,
    These are my thoughts on this issue. 40 MB (larger file) need to be split into small files (according to your requirement, at dynamic key points).
    You can split large file using OS script, but it cannot be monitored using SAP PI infrastructure. I think you are considering writing an adapter module. So, I assume your PI system can handle that large file (40 MB) in memory. My opinion is, do not go with adapter module, as it is difficult to code, maintain and memory intensive. Try to create another new scenario, which picks up this large file, splits it into small pieces and place these small files in folder, from where current scenario picks up files. In new scenario, use Java Mapping (as input in not XML, we cannot use Graphical, XSLT) to split the payload at dynamic key points using OutputAttachments http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/aii/mapping/api/OutputAttachments.html .
    Hi All,
    I have seen messages with multiple attachments which were processed in SAP PI (I have seen multiple attachments in SXI_MONITOR). I have not tried using OutputAttachments http://help.sap.com/javadocs/pi/SP3/xpi/index.html . Please let me know, whether we can generate multiple files from multiple attachments and place them in target directory using receiver file channel?
    Regards,
    Raghu_Vamsee

  • Unable to create the protocol specific B2B message

    Hi,
    I recently created fresh new configurations on 10g Oracle B2B on a windows server. When i try to post an outbound ebxml 2.0 message, it fails with the below error:
    Description: Unable to create the protocol specific B2B message
    StackTrace:
    Error -:  AIP-51503:  General Create Message Error: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:3018)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1698)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:1008)
        at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1204)
        at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
        at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:913)
        at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:326)
    Caused by: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        ... 7 more
    Caused by: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1662)
        at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:173)
        at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:90)
        at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getX509Certificate(EBMSOSDTSecurity.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getCertificateForSigning(EBMSOSDTSecurity.java:328)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.signAttachment(EBMSOSDTSecurity.java:247)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2813)
        ... 6 more

    Hi,
    I recently created fresh new configurations on 10g Oracle B2B on a windows server. When i try to post an outbound ebxml 2.0 message, it fails with the below error:
    Description: Unable to create the protocol specific B2B message
    StackTrace:
    Error -:  AIP-51503:  General Create Message Error: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:3018)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1698)
        at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:1008)
        at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1204)
        at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:141)
        at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:913)
        at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:326)
    Caused by: java.lang.Exception: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        ... 7 more
    Caused by: java.security.cert.CertificateParsingException: signed overrun, bytes = 67
        at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1662)
        at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:173)
        at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:90)
        at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getX509Certificate(EBMSOSDTSecurity.java:389)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.getCertificateForSigning(EBMSOSDTSecurity.java:328)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSOSDTSecurity.signAttachment(EBMSOSDTSecurity.java:247)
        at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2813)
        ... 6 more

  • Linked Server :: OLE DB provider "OraOLEDB.Oracle" for linked server "ABC" returned message "New transaction cannot enlist in the specified transaction coordinator. ".

    Hello All,
    As mentioned in title, i am stuck up with that articular error from last three days,
    i have following scenario, my SQL server 2008, my oracle 10g are on both same machine with OS Windows Server 2008.
    the following error generated on my management studio when i execute my procedure written in my SQL server. Following is original source code snippet after error massage.
    OLE DB provider "OraOLEDB.Oracle" for linked server "ORCL" returned message "New transaction cannot enlist in the specified transaction coordinator. ".
    Msg 50000, Level 16, State 2, Procedure PROC_MIGRATE_MST_FRM_ORA_SQLSERVER, Line 43
    The operation could not be performed because OLE DB provider "OraOLEDB.Oracle" for linked server "ORCL" was unable to begin a distributed transaction.
    BEGIN TRY
    -- MIGRATION OF PR_COMPANY_MH START
    BEGIN TRANSACTION T1
    PRINT 'mILAN NNNNNNNNN 11'
    INSERT INTO PROD.PR_COMPANY_MH
    SELECT * FROM OPENQUERY(ORCL, 'SELECT * FROM PR_COMPANY_MH WHERE SQL_FLG = ''N'' ')
    PRINT 'mILAN NNNNNNNNN 12'
    UPDATE OPENQUERY(ORCL, 'SELECT SQL_FLG FROM PR_COMPANY_MH WHERE SQL_FLG = ''N''')
    SET SQL_FLG = 'Y'
    --EXECUTE ('UPDATE PROD.PR_COMPANY_MH SET SQL_FLG = ''Y'' ') AT [ORCL]
    PRINT 'mILAN NNNNNNNNN 13'
    COMMIT TRANSACTION T1
    -- MIGRATION OF PR_COMPANY_MH END
    END TRY
    BEGIN CATCH
    PRINT 'mILAN NNNNNNNNN 14'
    ROLLBACK TRANSACTION T1
    PRINT 'mILAN NNNNNNNNN 15'
    SELECT
    @ErrorNumber = ERROR_NUMBER(),
    @ErrorSeverity = ERROR_SEVERITY(),
    @ErrorState = ERROR_STATE(),
    @ErrorLine = ERROR_LINE(),
    @ErrorProcedure = ISNULL(ERROR_PROCEDURE(), '-');
    PRINT 'mILAN NNNNNNNNN 16'
    SELECT @ErrorMessage = ERROR_MESSAGE();
    RAISERROR (@ErrorMessage, @ErrorSeverity, @ErrorState, @ErrorNumber, @ErrorProcedure)
    PRINT 'mILAN NNNNNNNNN 17'
    END CATCH
    this perticular part is raising that error, and i had tried every configuartion on my local machine related to MS DTC.
    When i remove my transaction code, its work just fine no exception raise, but when i use then i.e. BEGIN TRAN, COMMITE TRAN, AND ROLLBACK TRAN. its giving me error, other wise its fine.
    Please Help or disscus or suggest why my transaction base code is not woking????
    thanks in advance.
    Regards,
    Milan

    Sorry again, I am new on any kind of forum, so i am learning now, following is the error massage generated by SQL Server. and its not
    an architecture problem, i had just included my complete architecture to be more informative while asking for the solution or suggestion. My real problem is T-SQL, i think and its related to Distributed queries raise in SQL Server in Oracle Link Server.
    OLE DB provider "OraOLEDB.Oracle"
    for linked server "ORCL" returned message "New transaction cannot enlist in the specified transaction coordinator. ".
    Msg 50000, Level 16, State 2, Procedure PROC_MIGRATE_MST_FRM_ORA_SQLSERVER,
    Line 43
    The operation could not be performed because OLE
    DB provider "OraOLEDB.Oracle" for linked server "ORCL" was unable to begin a distributed transaction.

  • Only one round trip to database from BizTalk per message irrespective of number of records in message per table.

    I am creating biztalk application to store the data into sql server.
    and my client says this line what i am not understood .
    "Only one round trip to database from BizTalk per message irrespective of number of records in message per table."
    Any one can help me to understand this line.!
    Thanks,

    One more option is -
    Create a stored procedure to perform batch insert, you can insert into any number of tables you want.
    --sample SP code...just added the steps you need to know to extract XML and perform insert
    CREATE PROCEDURE <SPName>
    @YourXML XML
    AS
    BEGIN
    EXEC sp_xml_preparedocument @idoc OUTPUT, @youXML
    SET @j = 1
                WHILE @j <= @recordCount
                BEGIN
                     SET @xpath = '//ns1:RootNode/Record[' + CAST(@j AS VARCHAR(11)) + ']'
                     ;WITH XMLNAMESPACES('record namespace' as ns0, 'rootnode namespace' as ns1)
         INSERT INTO YourTable
                      (field1, field2....field20)             
                      SELECT                                 
                            field1, field2....field20
                      FROM OPENXML(@idoc, @xpath, 2)
                            WITH(field1 varchar(2), field2 varchar(20)........field20 varchar(100))                        
                      SET @j = @j + 1
                END    
    END
    On BizTalk side its quite simple...generate schema for your stored procedure...and in your map transform your XML to StoredProcedure schema using CDATA.
    Hope it helps!!

  • Document types per transaction

    Hi Experts,
    How to know which document types are determined per transaction?
    Ex: what document type can be defaulted for the transactions like FB60 / FB65 etc.
    Please indicate the config area.
    warm regards
    marias

    Check the SPRO node under below path:
    Financial Accounting (New)>Accounts Receivable and Accounts Payable>Business Transactions>Incoming Invoices/Credit Memos>Incoming Invoices/Credit Memos - Enjoy>Define Document Types for Enjoy Transaction
    Regards
    Sreenivas

  • Exceeding 500 log messages per second......!

    I get the following message thousands of times in my system log, and it's really slowing my machine down -
    Sep 2 11:16:50 kelvin-wards-imac-139 sandboxd[1812]: mDNSResponder(20) deny file-read-data /private/var/db/com.apple.parentalcontrols.keychain.Ynx3Br
    Sep 2 11:16:50 kelvin-wards-imac-139 sandboxd[1812]: * process 1812 exceeded 500 log message per second limit - remaining messages this second discarded *
    Any idea how to get rid of it? I've done permissions repair and disc repair and keychain repair and am not using parental controls. It's a bit faster since I deleted Intego VirusBarrier x6 which was causing MAJOR problems on my Mac and identifying the above message as a fault.
    Kelvin
    Message was edited by: KJ W

    Hello kj:
    Did you completely remove the A/V software (uninstall)? That junk buries things all over the system.
    I would probably reinstall OS X from the software install DVD and then run software update. As you have noted, A/V software on a Mac is a waste of resources and they frequently cause significant problems.
    Barry

  • Sort Mail by Number of Messages per Sender

    Is it possible to sort mail by the number of messages per sender, in descending order with the the greatest number on top, etc. and if so, how?
    Thank you!

    At the moment you can do this using the "setmsgperconnect" command, however the setting is global so it will apply to all destinations, not just Yahoo. From what we've seen at other customers the impact of dropping this to 5 for all destinations is generally not noticeable.
    We're considering adding this into destination config, although at this stage there's no ETA on it.

  • Unity Connection on BE6K. 10 messages per user????

    I must be misreading this surely! The BE6K Data Sheet quotes
    "Voicemail Capacity: 10 voicemail messages per user."
    http://www.cisco.com/en/US/partner/prod/collateral/voicesw/ps6788/vcallcon/ps11370/data_sheet_c78-718398_ps11369_Products_Partner_Resources.html
    Someone please tell me this is a misprint!
    Rich

    Its an estimate.   Meaning if you have 1000 users with voicemail boxes, and you limit them to x minutes, its roughly 10 voicemails.
    Voicemail usuage is based on minutes, not so much the number of messages.  IE, (1) message that is 10 minutes long, (2) messages that are 5 minutes long, etc.

Maybe you are looking for

  • How can I use Automator or AppleScript to get text from a web page and paste it in execl?

    I don't know how to make scripts or complexed automator workflows... that's why I'm asking. I'm trying to make a simple app or script to ask me what text to extract from a web page, like name, address and phone number of a web page and paste each one

  • Display Error Message in I Expense Page as Hyperlink

    Hi All, I want to show oracle apps custom message in oaf i expense page.In fact I am able to do that with built in Ap_Web_Utilities_Pkg.AddExpErrorNotEncoded. Ex: Ap_Web_Utilities_Pkg.AddExpErrorNotEncoded(p_message_array,l_clerr,Ap_Web_Utilities_Pkg

  • IPhone 4s not showing up in iTunes?

    I have a windows 8 Asus laptop. Ever since I downloaded iTunes 11 my iPhone and laptop has not been connecting right. At first my laptop wouldn't even charge my phone. Then I fixed that problem with the device manager. Now my iPhone won't connect to

  • "Open pdf in Preview" opens extra dialog box

    From any app, when I select PRINT: Open pdf in Preview, the Preview app opens and correctly displays the desired page or file but... it also opens the "Open" dialog box allowing me to select a file to open. I simple click on CANCEL but this is an ann

  • SQL PLUS with GUI

    I am trying to find out where i can download the older verision of SQL PLUS with GUI interface. My current SQL PLUS that came with oracle 11g release one is just a console. thanks