Auditing not being recorded

Hi all,
I have a system on SAP BI BO 4 SP6. I've created an oracle schema for auditing and done the appropriate configuration in CMC. However, in CMC, I'm getting the below warning and nothing is being recorded in the audit tables:
WARNING: Auditing data may remain in server buffers
sapbop01.AdaptiveProcessingServer
I've split the main APS and have a separate APS for auditing. It consists of the client auditing proxy services.
Pls advise to resolve this issue.
regards.

Hi all,
One observation is that the warning 'Auditing data may remain in the buffers has gone'
In the monitoring area, I can see the following:
If I click, the 'Danger Alert' of one the above I see:
Is there anything specific I need to consider?
I've rebooted the machine several times. The issue is still the same. Are there some logs regarding the Auditing APS that I can read to get an idea of what may be wrong?
regards.

Similar Messages

  • Calls not being recorded with AQM 8.5

    We have installed AQM 8.5 with UCCX 8.5 and CCM 8.6 but the agent calls (voice & screenshots) are not being recorded on their desktops, AQM is sync with UCCX and have verified with manual sync and found no issue. Clint applications ( calabrio plug ins & desktop agent recording service) has been installed on the agent machine. The agent machine is daisy chained with a 7945 phone. On AQM server configurations done as per administration guide. Is there any service or application which needs to be started along with CAD for recording.

    Actaully it was Java 7 where the page was greyed out, i downgraded it to version 6 update 20 but now when i click on validate pc i have error on page. This was happening with windows 7.
    I installed jre ver 6 update 20 on windows XP, i was able to validate the pc settings successfully and login but now i have recording playing error, the screen shot is given for reference

  • SQL Server Agent - Job History not being recorded (SQL Server 2005)

    I have been trying to get to the bottom of an issue with SQL Server Agent not recording any job history. I am using SQL Server 2005 on a single Windows Server 2008 machine (i.e. no other domain controllers/active directory servers).
    The SQL Server Agent service is configured to 'Log On As' NT user account 'sqlagent'. The jobs themselves are executed successfully (all 'Transact-SQL' type steps actually use the 'sa' account) however the there is no actual job history to be found for any
    of the jobs -- in the SQL Activity monitor, the 'Last Run Outcome' is always 'Unknown' and the 'Last Run' date is always 'Never' for all jobs; in the SQL Job History Viewer there are no entries for any instances of a job being executed.
    The 'sqlagent' NT user account ia a member of the 'Administrators' NT group; the 'Administrators' group appears under Security > Logins on the database server. I have another server that also uses the same setup with a 'sqlagent' NT user account, on that
    database server the 'sqlagent' user account appears under Security > Logins and the SQL job history works correctly. I have attempted to add the 'sqlagent' to the Logins on the affected server using the SQL Server Surface Area configuration but this operation
    returns an error, detailed below.
    Additionally, I have attempted to use the built-in NT system account 'NETWORKSEVICES' to run the SQL Agent Service but this also results in exceptions in the error log and no job history being recorded. The entries in the error logs are very similar to those
    from the 'sqlagent' NT user account but instead the user is referred to as 'NT AUTHORITY\ANONYMOUS LOGON' in the error logs, again these are detailed below.
    Many thanks in advance for anyone's time and help with this issue!
    Arthur
    The following errors are raised in SQL Server Agent > Error Logs each time a job is executed:
    Date 11/11/2012 18:30:01
    Log SQL Agent (Current - 11/11/2012 18:30:00)
    Message
    [298] SQLServer Error: 18452, Login failed for user ''. The user is not associated with a trusted SQL Server connection. [SQLSTATE 28000]
    Date 11/11/2012 18:30:01
    Log SQL Agent (Current - 11/11/2012 18:30:00)
    Message
    [382] Logon to server 'XXXXXXXX' failed (ConnAttemptCachableOp)
    If the SQLAgent service is configured to use the NT system account 'NETWORKSERVICE' then the following errors are returned instead:
    Date 29/10/2012 18:30:15
    Log SQL Agent (Archive #1 - 29/10/2012 18:38:00)
    Message
    [298] SQLServer Error: 18456, Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. [SQLSTATE 28000]
    Date 29/10/2012 18:30:15
    Log SQL Agent (Archive #1 - 29/10/2012 18:38:00)
    Message
    [382] Logon to server 'XXXXXXXX' failed (ConnAttemptCachableOp)
    I have tried granting the 'sqlagent' NT user account with SysAdmin Server Role privaledges using the SQL Server User Provisioning tool in SQL Server Surface Area Configuration, but this always throws the following, similar error:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. (Error: 18452)
    ===================================
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18452&LinkId=20476
    Server Name: 127.0.0.1,1344
    Error Number: 18452
    Severity: 14
    State: 1
    Line Number: 65536
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at sqlprov.SysAdminServerRole.ProvisionInstance(Instance instance, String userName)
       at sqlprov.ProvisionTask.Provision(Instance instance, String userName)
       at sqlprov.MainForm.ProvisionTasks()

    Hi Rama,
    Thanks for your reply. I have run the query you specified and can see only one entry with "NTLM" in the auth_scheme column, all of the rest have "SQL". It figures that the entry with "NTLM" is relating to the one NT user account that can successfully log
    in to the service (as mentioned in my reply to Nag above, this is the NT user account that installed the service on the machine). I have also executed the same query on the other machine that I mentioned in my original post and this contains two "NTLM" entries,
    I'd assume that these relate to the NT user that installed the software and the correctly working "sqlagent" NT user account that is correctly logging the job history on that machine.
    I think the problem is very much to do with granting access to new NT user accounts, as per the KB article that you have quoted above. In this case, it is not relating to scenarios 1 or 2 as these relate to SQL Server logins and this issue is about a Windows
    Authentication login. As I mentioned to Nag above, I am unable to grant any NT user accounts with access to the service however the NT accounts are all defined locally on the same machine as the SQL server is installed (i.e. there is no domain controller,
    active directory controller, etc) so I don't understand how the Windows login cannot be verified.
    Any further advice on the issue would be greatly appreciated, please let me know if there is any more information I can provide to help diagnose the problem.
    Many thanks!
    Arthur

  • Browsing history is not being recorded.

    Browsing history stopped being recorded. Yes, I've set it to record history. And yes, I've checked the questions here and I've tried creating a new database and all it did was delete my entire history. Then it recorded history for some time and now it stopped recording again. Any help?

    Which security software (firewall, anti-virus) do you have?
    If you use cleanup software like CCleaner then check the settings for the Firefox application.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I do a radio show, when I pre-record i get a very low end hiss, almost sounds like gain is too high, but its not. If Im live to the station its fine. It only happens when I record. Is there a way to set audition NOT to record that low end sound?

    I use an Allen & Heath broadcast board. When I record to my computer for later broadcast there is a low end hiss/hum barely noticeable when im speaking BUT very prominent when there is a quiet moment.
    Sounds like gain may be tooo high, BUT its not.  When I do a LIVE broadcast using same equipment all is fine!
    Thoughts

    Well, several thoughts here...
    First, what are you using to get from the A&H mixer into your computer and is it in the chain when you broadcast live?  I ask because a lot of built in sound cards are pretty noisy and that could be the source of the problem, fixable with even a very cheap external USB interface
    Second, if the hiss actually starts at the mic/mixer, I know the A&H XB series has a high pass filter on every mic channel.  Have you engaged that?
    That said, it's pretty rare for hiss to be such a low frequency that the high pass filter will kill it.  You may get on better with the Noise Reduction feature in Audition, applied after the recording.
    Anyhow, to repeat how I started, what's your signal chain when recording and how does it differ from when you go live?

  • Drag and Drop not being recorded properly.

    I'm a fairly experienced Captivate user using version 3.0.  I am trying to record some drag and drop activity in an Oracle application and I just can't get it to work.  To be clear, I am NOT trying to create a drag and drop quiz question (so please don't tell me how to create drag and drop quiz questions, I already know how). I am trying to record the dragging of an icon from one area within the app to another (the actual visual drag). Whether I set the video to record full motion or trigger full motion recording with F9 (and stop it with F10), all I get is the initial click of the object and then the object after it has been set down in it's new location.  The actual drag of the object isn't recorded.  I checked my Flash player - it's version 9.  Any suggestions?
    Thanks!!

    Hi there
    First, I'd suggest performing what I call a simple "sanity check". This should reveal to you whether the issue is with Captivate generically or if it's just that Captivate has issues with this one application.
    So try this. Open Captivate and minimize all apps. Then record dragging an icon from one location to another on your desktop. If Captivate doesn't record that properly, you have a Captivate issue. If it does, you know it's an issue with the application and the way it interacts with Captivate. In that case you need to consider other avenues. Perhaps use something like Camtasia Studio or Jing to capture, save as SWF and drop it where you need it in Captivate.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Audio not being recording along with video on Camera.app

    Hey there guys,
    As the title implies I'm having some trouble with my phone picking up audio while recording videos with the stock Camera.app. I've had my phone since release but I only rarely record videos on it so I had never really noticed. It literally won't pick up any sound whatsoever. There's white noise over the video as if it was picking up external noise but not what I'm saying.
    I've tried recording with and without a case and no cigar either way. There's definitely not something wrong with the software because if I plug in a pair of headphones with mic and test it it works fine, so I believe that it's probably hardware.
    Has anyone ever encountered this?
    Thanks!

    Hello, Don Ju4n.
    Thank you for visiting Apple Support Communities.
    Here is an I would recommend taking a look at when experiencing microphone issues.
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Cheers,
    Jason H.

  • Only showing old backup - new ones not being recorded

    Hello
    Apologies if this has been answered already...I couldn't find it in the posts.
    I have been backing up probably about once a week or every 2 weeks since December, yet when I enter TM, all I can see are the several backups from during the day of Dec 5th. When I look at the files in my external hard drive, the dates are only December 5th.
    Yet when I go the the TM preferences it says "Oldest backup: 2 January 2008" and "Latest Backup: 2 March 2008". But as I said when entering TM all I can see are today and 5th Dec.
    I just today, changed the name of my Mac to remove the apostrophe and am currently backing up to see if that worked, however it clearly backed up on Dec 5th when I did have the apostrophe in my computer name.
    If anyone has any suggestions, I would be very grateful!
    Thanks
    Ian

    found out what you need to do from another website, googled my problem and it came up with this answer:
    if your computer see your ipod as a drive,right-click to it,then click format.be sure it is FAT32 and 'quick format' box is checked.
    when the format is finished,go to ipod updater and restore your ipod.
    it works

  • I am making an iMovie trailer on my iPad 3(updated) and I recorded a few clips on my iPad Camera but they are not being detected on the iMovie Videos section. How can I make them show up?

    I am making an iMovie Trailer on my iPad 3 (updated) and I recorded a few clips using my iPad Camera but they are not being detected on the iMovie Videos scetion. How can I make them appear so I can use them in my trailer?

    Hi Stuck-in-NY,
    If you are looking to transfer your purchases to your computer, you may find the following article helpful:
    Apple Support: Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Regards,
    - Brenden

  • After updating to Firefox 5 my Realplayer Recorder is not working due to that add on not being compatible. How do I get this to work again?

    After updating to Firefox 5 my Realplayer Recorder is not working due to that add on not being compatible. How do I get this to work again?

    Blue
    It sounds like you restored from an old back-up.  Did you back-up just before your software update?  It will use your last one and if your last back-up was a ywear old then it will use that one.
    In general, if you are getting these messages on your iPhones select logout (when you get that Apple Id request) and then log back in with your newer ID.
    Sorry for your losses.
    Cheers

  • After doing the recording for transaction fpcj, the values are not being se

    after doing the recording for transaction fpcj, the values are not being sent to the g/l.

    HI,
      When you are recording.. you might be creating the values... ensure that they are updated into the GL before u write program. I doubt you might have missed the save ..
    Thanks
    Mahesh

  • Monitoring the track being recorded

    Hello all!
    Audition 3 -  Is there a setting that will allow me to hear the track being recorded while I am recording it?  I am using headphones and using a line in jack to input the guitar signal but when I hit play or record the program mutes the recording track. 
    I understand why its doing that, to prevent feedback.  But I am using headphones and all sound is contained in the system.  So I would like to hear the guitar through the head phones what I am recording. 
    Thanks for your help.
    Jeff

    Go to the Options menu and choose Monitoring/Audition Mix. You can then choose between Smart Input which switches to Input when you drop into record or Always Input. However I should mention that depending on the speed of your PC and the type of soundcard and driver that you are using you may suffer from latency that will cause a delay between you sounding the note and you hearing it in the headphones. If you are lucky this may not be enough to stop you recording. otherwise you really need an audio interface that uses direct monitoring to get round this problem.

  • Global vriable is not being reflected in the portal

    Hi,
    I have to hide the element depening upon the value of the variable, the variable is global defined in the interface. My problem is that all the variables values are being reflected back in the form exept the global variable value.
    I have assigned the value of the global variable using
    Container.DolbyForm.FormData.Details_Subform.txtamount.rawValue = xfa.resolveNode("xfa.record.STATUS").value
    Value is being printed when Ima executing the form in the R3 but when the same form is being executed int he portal, the value is not being reflected back.
    What can be the possible cause of this behaviour.
    Pooja

    Hello,
    this is a "one was" data copy. You have to bind the layout field with the data element, to have data connection between them.
    Only if this connection exists the data you enter into the field will be reflected on the backend.
    Best regards,
    Dezso

  • Dynamic image is not being displayed in Adobe Reader 8.1

    Hi,
    In interactive form, we have followed below required steps to show a dynamic image.
    For the left image, drag and drop an Image Field element from the standard Library tab to the Body Pages pane. Select this image field and edit the following properties:
    • Click on the Layout tab and choose None for the Caption position.
    • Click on the Object, then the Binding tab and choose None for Default Binding.
    • Click on the Field tab, enter $record.SapOnlineShopUrl for the URL entry, and select Use Image Size for the Sizing field.
    • Click on the script editor and enter the following FormCalc script statement, which enables the dynamic integration of the image. Show: initialize Script: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Language: FormCalc Run At: Client
    Image is displayed properly in Adobe reader 7.1 but it's not being displayed in Adobe reader 8.1.
    I was going through some forums and understand that Adobe 8.1 blocks href URL. If this is indeed true, what's the alternative way to show a dynamic image?
    Regards
    Chandra
    Edited by: Chandrashekhar Singh on Apr 24, 2008 7:28 AM

    Soory, I thought its static image....
    Regards,
    Vaibhav Tiwari.
    Edited by: Vaibhav Tiwari on Apr 24, 2008 11:45 AM

  • Purchase Requisition Is Being Getting Created In APO But not being publishe

    On doing, SNP Location Heuristics on  one of our item, purchase requisition is being getting created in APO (We are able to see the same in RRP3) but the same is not being getting published in ECC. On doing CCR of the said location - product combination, it is showing Error u201C182u201D. We have checked the following parameters :-
    Item is an APO Item i.e. X0.
    It is having a proper Purchasing Group.
    As This be a purchase item. So, it is having a valid single Purchase Info Record.
    Item Has Not Been Blocked At Any Level.
    Vendor From Whom This Item is being getting procured is also open (Not Blocked).
    Please suggest what else to be checked  and what else can be the reason for non-flowing of purchase requisition from APO to ECC.
    Thanks & Best Regards,
    Sanjeev Chugh

    Hi Sanjeev,
    Please check change pointers if any and send them to ECC. Check the order in the planning book whether it has picked the same source for which there is a Purchase info record. If these all are fine then You send them to ECC from the CCR then check the log in ECC through CFG1 tcode.
    Regards,
    Kishore k Reddy

Maybe you are looking for

  • Error while trying to deploy the application (invalid AccountType).

    Hello. Error while trying to deploy the planning application (EPMA). invalid AccountType Rejecting Member PL_Brt_L.2. invalid AccountType Rejecting Member PL_Brt_L.3.2. And not updated outline. PL_Brt_L.2 - Account Type = Revenue PL_Brt_L.3.2 - Accou

  • Java Concurrent Program Errors out

    Hi All, Request you to help me in this issue as this is on high priority. we have registered a Java Concurrent Program Named Genus Merge Two P45 Pdf's which gives the output in pdf format. The concurrent program errors out showing the log as follows

  • IPhone / iPad syncing issues.

    What I'm using: iPhone 4S 32GB - iOS 6 iPad 3rd Gen 16GB - iOS 6 MacBook Pro 2011 i7 (OS 10.8.2)  --- iTunes 10.7 When i plug either the iPhone or the iPad in to my computer to sync them both, the iPad/iPhone will vibrate off and on, thinking its plu

  • I need the steps to publish my game to the Mac App Store.

    Hi I am working on a project using Unity3d game engine, it started as a free game but i thought that i could create something that sell so i need all the steps to be mac developer to be able to distribute my finished game at the Mac App Store! Please

  • Email SQL query results from powershell

    I currently have a script that I run every half hour which runs an sql query, and takes the results, and emails them to a group of users.  The script states how many faxes are in a faxmaker queue.  Now, the powers that be would like to add additional