Auditing db not updating

running Clustered XIr2 environment on windows
Server A and B have been writing to sql auditing db for 2 years now. now Server A has stopped writing. I have ensured odbc is avaialbe and active. I can ping the server.
The DBAs say they can see traffic but the dump they recvd gave errors about duplicate records
any ideas on how to get this back on track?
Should a bounce of the servers correct this issue?
Thanks
Bryan

I've had this same issue that occurred every couple months.   Bouncing the system always fixed it until recently.   I've asked support if there was a method to force the audit process to run or some error logs indicating why records did not get loaded into database but they did not know.    Additionally, when I've encountered this error, some of the .txt log files never get loaded even after restarting the system.   If anyone can shed some light on how to prevent this or the inner workings of the audit process, please let me know.
Thank you

Similar Messages

  • Audit columns not updated when update statement is invoked

    I am trying to perform DML operation using "Process Row" process.
    I have provided the default values for audit columns in the default section of the page item attributes.
    When I insert, the record is inserted with proper default values.
    The problem arises when I try to update the record. For e.g. the last_update_date is not update with the current timestamp. I tried using "After Submit -Computation". But the column is not updated with the current timestamp value.
    I do not want to use database triggers.

    I am trying to perform DML operation using "Process Row" process.I have provided the default values for audit columns in the default section of the page item attributes.
    When I insert, the record is inserted with proper default values.
    The problem arises when I try to update the record. For e.g. the last_update_date is not update with the current timestamp. I tried using "After Submit -Computation". But the column is not updated with the current timestamp value.>
    What is the datatype of Last_update_date, DATE or TIMESTAMP or some variant of TIMESTAMP ?
    Post your code and describe your computation point and conditions on it.
    >
    I do not want to use database triggers.>
    I really wonder why you do not want to use the better approach. Don't elaborate, I don't want to hear it.
    Cheers,

  • Essbase Audit Files not Updating

    Hi All,
    My Essbase Audit files are not updating....both .ALG and .ATX files.
    They used to update up to the last month but those are not updating.
    I checked the .cfg file and is okay with SAUDITR.
    Please suggest.

    Some of the terminology Dreamweaver uses can make what you're saying a bit confusing, so I'm going to try to clarify so we can better understand the situation.
    You and your coworker are each on your work computers using Dreamweaver. You have both created site definitions in Dreamweaver, pointing to a folder on your company's internal server.
    The "Local Site Folder" setting of your site definition should be pointing to a location on your own computer. The same setting on your coworker's site definition in Dreamweaver should be pointing to a location on their computer.
    This means that when you select "Local view" in the Files panel, it will only show files on your computer. Likewise, when your coworker does the same, it will only show files on their computer.
    It is the "Server Folder" setting in the server settings on each of your computers that should be pointing to that folder on your company's internal server.
    This means that when you select "Remote Server" (or "Testing Server" if you checked that box instead for the server in your site definition) in the Files panel, you will be viewing the files on your company's server.
    In order to essentially share files between your copy of Dreamweaver and your coworker's, you need to "upload" (i.e. copy) files from your Local View to your Remote Server. Your coworker would then see these files by looking at Remote Server on their computer. And the reverse is true; they upload from Local View to Remote Server, and you would see the files by looking at the Remote Server view on your computer.
    Hope this helps.

  • Audit Files Not Updating in Essbase

    Hi Experts,
    Audit files are not updating.( alg and .atx).
    The two audit files were updating previously but for the last two months they are not updating.
    Please suggest me.

    Some of the terminology Dreamweaver uses can make what you're saying a bit confusing, so I'm going to try to clarify so we can better understand the situation.
    You and your coworker are each on your work computers using Dreamweaver. You have both created site definitions in Dreamweaver, pointing to a folder on your company's internal server.
    The "Local Site Folder" setting of your site definition should be pointing to a location on your own computer. The same setting on your coworker's site definition in Dreamweaver should be pointing to a location on their computer.
    This means that when you select "Local view" in the Files panel, it will only show files on your computer. Likewise, when your coworker does the same, it will only show files on their computer.
    It is the "Server Folder" setting in the server settings on each of your computers that should be pointing to that folder on your company's internal server.
    This means that when you select "Remote Server" (or "Testing Server" if you checked that box instead for the server in your site definition) in the Files panel, you will be viewing the files on your company's server.
    In order to essentially share files between your copy of Dreamweaver and your coworker's, you need to "upload" (i.e. copy) files from your Local View to your Remote Server. Your coworker would then see these files by looking at Remote Server on their computer. And the reverse is true; they upload from Local View to Remote Server, and you would see the files by looking at the Remote Server view on your computer.
    Hope this helps.

  • Audit Database is not updating

    Hi
    our Audit data base is not updating the data in the tables. I found the Audit files created every hour greater than 0kb in the following folder.
    Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\Auditing
    But this data is not updating to our tables. We are on BOXI 3.1 SP1 and SQL 2008
    Please suggest

    Hi,
    Try checking your CMS log under <Your installationPath>\BusinessObjects Enterprise 12.0\Logging
    While working with a SQL 2008 Audit database, I found the following :
    "(.\AuditDatabaseSubsystem_impl.cpp:92). (false : DBConnectionHolder - (AuditDB) - Retryable error treated as lost connection error. Code 0, Msg: [Microsoft][SQL Server Native Client 10.0]String data, length mismatch)."
    I created a new ODBC datasource using sqlncli (version 9.0, i.e. 2005) instead of version 10.0 and  modified the datasource on the configuration tab of the SIA in the CCM
    Worked for me, hope this helps.
    N.

  • Data is not updating in DB Table

    Hi...All
    we have done the RFC-JDBC Synchronous scenario, we are getting the success messages into SXMB_MONI ,in the CCM also it was showing success. but data is not updating in to the Database Table. client want to see the response data in the Database Table only.
    pls help me this is very urgent.
    Regards,
    Pasi.

    Hi,
    If everything is working fine in XI there is some problem in database end only while query gets executed. Try debuging the sql query which you have by giving log statement and see what the query generated is.
    Got to your receiver jdbc communication chalnnel , Advance mode > Additional parameters,
    Enter logSQLStatement in the name column and true in the value column
    To view the SQL log Click on the message ID of the communication channel monitoring.
    or, alternatively, in Runtime workbench, click your message> details> audit log tab.
    Run the interface once more. Check the communication channel now. It will show the actual insert statement which is trying to insert into the DB and then you can figure out what is the query being fired to database and see if it is fine.
    Copy the same query and run in databse. you will be able to find the exact problem.
    thanks
    amit
    reward point if answer is useful

  • Audit log + manual update + specify download location

    Hi all,
    I'm evaluating whether we can use Java Web Start for our new product, for geographically distributed software deployment.
    I've the following questions that I could not find answers in the official documentation:
    - Can it support manual update? i.e. is there any way I can put a button on the application UI so that instead of checking latest version on every program start, the end-user can manually initiate software update.
    - Can I extend it to support audit log? i.e. we need to keep track of which client upgrade to which version in a centralized database (as audit trail), and when such update occurred. Can we do this?
    - Some of our end-user has no access to local filesystem, they only have access to dedicated shared network drive, can we customize Web Start so that it download and save the new version to a specific location, instead of C:\temp?
    - We have a few jar files for the application. How can we ensure that all jar files are either updated, or not updated at all? i.e. kind of transaction concept.
    - One of the jar files contains some configuration files, which need to be expanded in exploded format (to allow runtime change of configuration options). How can we do that?
    Thanks a million.

    Hi all,
    I'm evaluating whether we can use Java Web Start for
    our new product, for geographically distributed
    software deployment.
    I've the following questions that I could not find
    answers in the official documentation:
    - Can it support manual update? i.e. is there any
    way I can put a button on the application UI so that
    instead of checking latest version on every program
    start, the end-user can manually initiate software
    update.currently, no - this is a requested feature being considered for 6.0
    >
    - Can I extend it to support audit log? i.e. we need
    to keep track of which client upgrade to which
    version in a centralized database (as audit trail),
    and when such update occurred. Can we do this?only by controling a servlet or jsp page that generates the jnlp file and keeps track of what requests are made for the jnlp file and the resources of the app. Java Web Start itself runs on the client machine.
    >
    - Some of our end-user has no access to local
    filesystem, they only have access to dedicated shared
    network drive, can we customize Web Start so that it
    download and save the new version to a specific
    location, instead of C:\temp?webstart itself only downloads into its own cache (by default on windows XP at c:\Doccuments and settings\<user name>\Application Data\Sun\java\deployment\cache\javaws
    this cache location can be configured.
    in version 6.0 we will have capability to disable caching, but curent version must have a cache.
    >
    - We have a few jar files for the application. How
    can we ensure that all jar files are either updated,
    or not updated at all? i.e. kind of transaction
    concept.
    Java web Start currently checks timestamps of all downloaded jars before launching application, and will only update all or none.
    - One of the jar files contains some configuration
    files, which need to be expanded in exploded format
    (to allow runtime change of configuration options).
    How can we do that?If you must access these resources as files, you will have to extract them using ClassLoader.getresourceAsStream(), and then write them to disk yourself.
    >
    Thanks a million./Andy

  • Adapter engine nodes(In RWB)  for CCMS tree are not updated

    Hi Experts,
    We are implementing CCMS monitoring on XI-700 SP12.But when we are trying to check monitoring node for runtime work bench (alert categories and Rules) its not updated in ccms tree and not collecting updated data.Can you please help us on this.
    Thanks and Regards
    Suveer

    Have you checked the Audit log in Runtime Workbench? Using it, you could come to know which module of the receiver channel went in error. Are you doing some user mapping or is it a standard one? The problem could be related to the undeployed mapping or mismatch in the format.
    Regards,
    Prateek

  • Do Not Update Display when running Batch Processes

    This has been the case since the beginning of time so it would be great if this could be sorted.
    I'm sure batch processes would be immeasurably faster if Audition didn't update the waveform display with every single process. When I'm batching hundreds of WAV files this makes things sllllooooowwwwww.
    An option before running the batch to 'do not update waveform display' would be a godsend.

    Bump

  • Adobe audition will not let me install the free trial

    adobe audition will not let me install the free trial; it keeps saying there is a problem but won't specify what the problem is.

    Hi Caits1988,
    If you are having issues updating iTunes on your Windows machine, you may find the following articles helpful:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/ts1277
    Apple Support: Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Regards,
    - Brenden

  • Audit "SELECT FOR UPDATE" statement

    Hi all
    My database is 10.2.0.3 and I enabled audit_trail to DB value already.
    My purpose I want to audit "SELECT FOR UPDATE" statement on the table and I tried to enable audit "SELECT" on the table that have many records in dba_audit_trail because "SELECT" statement that include in this audit and then I tried to enable audit "LOCK TABLE" on the table that doesn't have any records n dba_audit_trail.
    So my question is How to enable audit for collecting only "SELECT FOR UPDATE" statement? or anyone have any idea for this.
    Regards,
    Hiko

    taohiko wrote:
    Hi all
    My database is 10.2.0.3 and I enabled audit_trail to DB value already.
    My purpose I want to audit "SELECT FOR UPDATE" statement on the table and I tried to enable audit "SELECT" on the table that have many records in dba_audit_trail because "SELECT" statement that include in this audit and then I tried to enable audit "LOCK TABLE" on the table that doesn't have any records n dba_audit_trail.
    So my question is How to enable audit for collecting only "SELECT FOR UPDATE" statement? or anyone have any idea for this.
    A consideration on top of the comments made by Justin:
    You have an unfortunate version of the database for auditing: when you enable audit on 10.2.0.3 (or.2 or .1) the redo pattern changes - normally you will see a redo change vector for each row updated, but in these versions you will see two records, a "lock row" followed up "update row piece"; which means your volume of redo may increase significantly.
    I wrote a note about it some time ago: http://jonathanlewis.wordpress.com/2011/05/27/audit-ouch/ and one of the comments includes the bug number ( 5166745 ), reporting fixed in 10.2.0.4 and 11.1.0.6
    Regards
    Jonathan Lewis
    This is bug

  • File to rfc...database tables not updated ??

    Hi XI Friends..
    in my File to BAPI..
    it is successfully executed..and it is showing chequered glag in sxmb_moni..and also in runtime workbench it is showing success..but the database tables are not updating..
    i gone thru the link.. reciver rfc adapter..
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/frameset.htm
    now i am working on SP 17.
    so how can i set the values in ...
    <i>Commit Control for Individual BAPI Calls</i>and
    <i>BAPI Advanced Mode.
    In the Successful RETURN-TYPE Values table, what values i have to enter that should lead to a successful execution</i>
    its Asyncronous call..
    in standard BAPI ther is no commit.
    please tell me ..what values in need to give to update database tables..instead of RFC wrapper..
    regards
    ram

    Hi Friends..
    i created ZRFC and in that rfc i given standard bapi and commit work..
    i tested in sap ..the table is updating..
    thru XI..the table is not updating...
    it showing likw this..in receiver rfc adpater monitering...
    <i>Receiver channel 'CC_IN_SAP_WorkOrderCompletion' for party '', service 'SAP_ERP_DEV' (internal name 'RfcClient[CC_IN_SAP_WorkOrderCompletion]')
    Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=aar, jco.client.sysnr=10, jco.client.ashost=53.249.196.86}
    Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=aar, jco.client.sysnr=10, jco.client.ashost=53.249.196.86}
    Current pool size: 1, maximum pool size : 1
    Channel History
    - OK: 2006-12-19 11:12:58 CET: Message processed for interface ZBAPI_ALM_CONF_CREATE</i>
    and in messagemonitering audit log..
    <i>2006-12-19 11:12:58 Success Message successfully received by messaging system. Profile: XI URL: http://dcexi0602.alcan.com:50000/MessagingSystem/receive/AFW/XI Credential (User): XIISUSERDGX
    2006-12-19 11:12:58 Success Using connection AFW. Trying to put the message into the receive queue.
    2006-12-19 11:12:58 Success Message successfully put into the queue.
    2006-12-19 11:12:58 Success The message was successfully retrieved from the receive queue.
    2006-12-19 11:12:58 Success The message status set to DLNG.
    2006-12-19 11:12:58 Success Delivering to channel: CC_IN_SAP_WorkOrderCompletion
    2006-12-19 11:12:58 Success RFC adapter received an asynchronous message. Attempting to send tRFC for ZBAPI_ALM_CONF_CREATE with TID XIVqvZy8z94TkgWVR9u01m0m
    2006-12-19 11:12:58 Success The message was successfully delivered to the application using connection AFW.
    2006-12-19 11:12:58 Success The message status set to DLVD.
    </i>
    but the table is not updating...
    please guide me..
    regards
    ram

  • Last Evaluated Price not updating

    Hi,
    I have a very wierd issue which I have never seen before as explained below. The system is 8.82 PL 6.
    Problem: The Last Evaluated price (LEP) is not updating on Item Master Data (IMD) under certain conditions.
    Explanations:
    1. All items have a valuation method of FIFO
    2. For a particular item let us call it 101381, if I open the IMD, select LEP, the price shows up as 516.80
    3. There are definitely Goods Receipts for this item with a lower price than 516.80
    4. I run the 'Inventory Valuation Simulation Report' with blank From-Item and To-Item, i.e. for all items, calc. method as moving average, Posting date blank and WHs checked off
    5. There are thousands of items in our IMD but obviously, the report that comes up just shows the first item on our IMD 100000, and if we want to see 101381, we need to click the green right arrow 1381 times. So instead of scrolling over, I simply click OK to close this report, assuming that the LEP for 101381 has been updated
    6. I once again open the IMD for 101381 and choose LEP. Strangely, the LEP price still shows as 516.80!
    7. Then I run the report for a block of Items say from 101380 to 101390, keeping all other criteria the same as before
    8. This time, I click the green arrow 10 times to scroll from 101380 to 101390 and then clck OK to close the report.
    9. Now if I open the Item 101381 and check the LEP, it has been updated to 510.78!!!
    10. The same thing happens, i.e. the LEP gets updated if I simply select just 1 item i.e. FROM 101381 TO 101381.
    Why does the LEP not get updated automatically when all Items are taken at once? There is no way the users are going to click the green right arrow 20000 times just to refresh the LEP on all 20000 items. I am not sure if this is a bug in this PL?
    I have tested this extensively and any positive suggestions will be greatly appreciated.
    Thanks,
    Ajay Audich

    Hi,
    Please refer SAP note:
    1952446 - Inventory audit report updates item's last evaluated
    price
    Thanks & Regards,
    Nagarajan

  • File to rfc...database tables not updating

    Hi friends..
    in file to bapi ..
    created ZRFC and in that rfc i given standard bapi and commit work..
    i tested in sap ..the table is updating..
    thru XI..the table is not updating...
    it showing likw this..in receiver rfc adpater monitering...
    <i>Receiver channel 'CC_IN_SAP_WorkOrderCompletion' for party '', service 'SAP_ERP_DEV' (internal name 'RfcClient[CC_IN_SAP_WorkOrderCompletion]')
    Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=aar, jco.client.sysnr=10, jco.client.ashost=53.249.196.86}
    Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=aar, jco.client.sysnr=10, jco.client.ashost=53.249.196.86}
    Current pool size: 1, maximum pool size : 1
    Channel History
    - OK: 2006-12-19 11:12:58 CET: Message processed for interface ZBAPI_ALM_CONF_CREATE</i>
    and in messagemonitering audit log..
    2006-12-19 11:12:58 Success Message successfully received by messaging system. Profile: XI URL: http://dcexi0602.aaaa.com:50000/MessagingSystem/receive/AFW/XI Credential (User): XIISUSERDGX
    2006-12-19 11:12:58 Success Using connection AFW. Trying to put the message into the receive queue.
    2006-12-19 11:12:58 Success Message successfully put into the queue.
    2006-12-19 11:12:58 Success The message was successfully retrieved from the receive queue.
    2006-12-19 11:12:58 Success The message status set to DLNG.
    2006-12-19 11:12:58 Success Delivering to channel: CC_IN_SAP_WorkOrderCompletion
    2006-12-19 11:12:58 Success RFC adapter received an asynchronous message. Attempting to send tRFC for ZBAPI_ALM_CONF_CREATE with TID XIVqvZy8z94TkgWVR9u01m0m
    2006-12-19 11:12:58 Success The message was successfully delivered to the application using connection AFW.
    2006-12-19 11:12:58 Success The message status set to DLVD.
    please help me..
    regards
    ram

    Hi Sravya..
    yes i given commit work after bapi in ZRFC..
    in SAP..i tested ..its updating...but thru XI..
    it is showing success..
    but its not updating tables...
    thanks for your response
    regards
    ram

  • IPod 4,1 will not update to iOS 7. I updated my iMac to 10.9.1 (maverick). Latest Numbers version on iMac is not compatible with Numbers on iPod. Ideas? Can I go back a version with Numbers?

    iPod 4,1 will not update to iOS 7. I updated my iMac to 10.9.1 (maverick). Latest Numbers version on iMac is not compatible with Numbers on iPod. Ideas? Can I go back a version with Numbers? I downloaded old version of Numbers 2.0.1 from DVD but with both versions the 2.0.1 will not open.  So both versions are present but only the new version functions. I tried to drag the new version to the trash but the old version still runs error message and will not open. I did not try to restart with the new version in the trash.

    Maybe. See:
    Reverting to previous version of Numbers

Maybe you are looking for