Problems with synchronizing an element in an array

I have a class that extends ArrayList. I have another class called "Elem" that works as elements for the ArrayList. Multiple threads will work on this list.
When I get an element from the ArrayList I would like to lock only this element so another thread can delete other elements in the list.
I have made this method for getting and locking an element:
     public String get(int id)
          String res ="No such file, try command list";
          int size = this.size();
          for (int i = 0; i<size;i++)
               Elem ifo = (Elem)this.get(i);
               if(ifo.getId() == id)
                    synchronized(ifo)
                         try {
                              Thread.sleep(4000);
                         } catch (InterruptedException e) {
                              e.printStackTrace();
                         res = ifo.getData() + " Received";
                    break;
          return res;
     }I have made the operation last for 4 seconds because I test if the object is locked with the follwing delete method:
     public synchronized String del(int id)
          String res =" no file";
          int size = this.size();
          for (int i = 0; i<size;i++)
               Elem ifo = (Elem)this.get(i);
               if(ifo.getId() == id)
                    super.remove(ifo);
                    res = ifo.getId() + " deleted!";
                    break;
          return res;
     }But when I run the program and start reading an element that I try to delete at the same time it gets deleted! Why does the "del" method not block until the element has been read?

Ok here is what I am trying to do.
1) Thread 1 get an element from list A. At the SAME
time thread 2 deletes a different element from list
A.Everything I've said still applies. What do you mean "at the SAME time"? And why does it have to be "at the SAME time"? What if whatever triggers cause the two actions happen "at the SAME time," but the actual actions happen a millisecond apart?
currently only serial execution works, since all the
methods on the list are synchronized.Again, anytime you're accessing shared data from multiple threads, you must synchronize. That syncing may be very, very brief--say just to atomically update a counter or "available" bitmap or something, but if there's shared data--such as a bitmap that keeps track of which slots are used--read/updates, like "find an available one, mark it used, and give me its index"--must be atomic, so there must be some synchronization.
Or else different threads get different sections of the array assigned to them.

Similar Messages

  • Problem with Adobe Premiere Elements 10 : error DW046

    Dear community members,
    I have bought Adobe Premiere Elements  10 and installed it from the DVDs on my MAC OSX10.5.8 on december 27, 2013
    When creating a new project , I get the following message :
    following a serious error, Premiere Elements 10 must stop
    Then I click OK and I get a new message :
    The Premiere 10 application has closed suddenly after having been rebooted
    Then I end up to the error report window. I have sent the error report  to Apple  ( I can send it to you if you want)
    I have also got the following error message :
    DW046 : following conflicting process were running, block : dynamiclinkmanager
    Notice : it seems this problem is occuring since I underwent a power failure while working on a project. When I want to open an existing project I get the following message :
    it seems that Premiere Elements has closed in an unexpected way during the last session. Do you want to open the previous project?
    When I say YES, I save it and it comes back to the welcome menu and I cannot see this project.
    I have tried to deinstall and reinstall Premiere 10 : this is impossible since I am required to deactivate dynamiclinkmanager that I cannot find.
    Notice that Adobe AIR is unable to find a solution whilst it recognizes there is a problem.
    Thanks you for your help

    AT Romano,
    The various links you have provided were very helpful. I could kill the dynamiclinkmanager.
    It seems that it is now working.
    Thank you, your reply was very quick and your advices very good
    Kitaguchi38
    Date: Wed, 1 Jan 2014 19:39:00 -0800
    From: [email protected]
    To: [email protected]
    Subject: problem with Adobe Premiere Elements 10 : error DW046
        Re: problem with Adobe Premiere Elements 10 : error DW046
        created by A.T. Romano in Premiere Elements - View the full discussion
    kitaguchi38
    When you get the message
    it seems that Premiere Elements has closed in an unexpected way during the last session. Do you want to open the previous project?
    Do you go to the last AutoSave to open that or do you go to the save location of the project file (project.prel) to open that file?
    Are you getting message to close the dynamiclinkmanager so that you can move forward?
    If so, please check out dynamiclinkmanager location in the following link
    http://helpx.adobe.com/photoshop-elements/kb/preference-file-locations -photoshop-elements.html
    Have you seen this Photoshop Elements Forum thread with the same DW046?
    http://support.muse.adobe.com/message/4771879
    More later.
    ATR
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5972397#5972397
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5972397#5972397
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5972397#5972397. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Premiere Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Problem with Adobe Premiere Elements 12 using Scary Halloween template

    I'm having a problem with Adobe Premiere Elements 12 using Scary Halloween template under Menu Theme.  My problem is the red line is default to Scenes.  I would like it to default to Play.  How can I do that? Is it a bug?
    Side Note:  Other template default to Play Movie
    Thanks

    jeffrey caban
    No bug. Just the way the .psd for the Scary Halloween template was put together.
    You are going to have to get into the .psd for the Scary Halloween template and rearrange the
    Layer Sets. Do you know how to do that? If not, I will give you very specific instructions on how to
    do that.
    You want the order of the Layer Sets to look like
    That is what worked for me just now to get the disc menu Preview to open to the main
    menu with the red highlight under Play.
    We will be watching for your reply.
    ATR

  • Problem with installing Photoshop elements 9 and adobe support advisor

    Hi, I've received a graphic tablet with 2 programs: the first has been downloaded and works perfectly while the second, PSE9, has been giving me problems for at least a week!
    I downloaded it and now I have a winzip file full of strange things (one of this is set up exe which tells me that I have to install adobe support advisor) and two files which said 3DF.tmp and PSEP9(1).zip.download and if I try to click them they tell me that I have to find on the Net the program to open them because I can't. And I don't know which program is required.
    I tried a lot of times to download the adobe support advisor, I have enough space on my disc and my farewall is deactivated, but when the program begins I saw this annoyant message
    cpsid_82829s5 Missing installation file bootstrapper error occured
    with this code for a support from adobe 00-67325-032018052012
    I unistalled it and retried, but nothing.
    Please, I just want to use my tablet with the programs which are comprised in the package, why it's so difficult to download this damn photoshop elements 9????????????
    Thank you

    In the error message it doesn't tell me
    "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again,"
    neither "Installer failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."
    and I have enough space and I have Windows xp then I should be able to install it. I tried to unistall and install again the support advisor but nothing. I'm desperate.
    Messaggio originale----
    Da: [email protected]
    Data: 18/05/2012 22.20
    A: "Questionlady"<[email protected]>
    Ogg: Problem with installing Photoshop elements 9 and adobe support advisor
    Re: Problem with installing Photoshop elements 9 and adobe support advisor created by Jeff A Wright in Trial Download &amp; Install FAQ - View the full discussion
    Did you try the steps listed in http://helpx.adobe.com/creative-suite/kb/troubleshoot-error-messages-b ootstrapper-cs5.html which was identified by the Adobe Support Advisor?  If so can you please list each step and the result of those steps.  This will allow us to best advise you on your next steps.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4420419#4420419
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4420419#4420419. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Trial Download &amp; Install FAQ by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Im having a problem with my ps elements 8,download manager active x has encountered a problem

    im having a problem with my ps elements 8,download manager active x has encountered a problem
    adobe reader and acro manager has encountered a problem and needs to closed
    -+++reg.exe has encounter a problem
    -invidia graphics driver has stopped working properly.

    Check out this link if any of the information in there can help you move forward:
    http://kb2.adobe.com/cps/400/kb400530.html
    Regards,
    Ankush

  • Hello. I have a problem with my Photoshop Elements 12 programm. I had restart my computer and I wanted to instal my Photoshop Elements 12 again but the sytem didn't accept my serial number. I get no answer per Mail and I didn't reach someone on my phone.

    Hello. I have a problem with my Photoshop Elements 12 programm. I had restart my computer and I wanted to instal my Photoshop Elements 12 again but the sytem didn't accept my serial number. I get no answer per Mail and I didn't reach someone on my phone. Can you help me please? Thanks a lot Nana

    1) Apps are not part of the backup, only data stored by 3rd party apps. But you can redownload the apps for free again if you use the same account you did when you bought them the first time. http://support.apple.com/kb/HT2519
    2) See this article http://support.apple.com/kb/HT1766 and find out what's in your backup.
    3) Backup your itunes+ library (http://support.apple.com/kb/HT1382 and http://support.apple.com/kb/HT1751), which will copy your Mobile Applications folder, and save your iphone backup folder as well
    In other words, maintaining a backup of your computer is essential.
    When you resync your apps from your computer to the phone, make sure your computer is authorized again. http://support.apple.com/kb/HT1420

  • Problem with registering Photoshop elements 13

    Hello,
    it would be great if somebody could help with the following.
    I have problems with regstering Photoshop elements 13.
    The problem is described in Anmeldungs-, Aktivierungs- oder Verbindungsfehler | CC, CS6, CS5.5
    I tried with all 4 offered troubleshootinh steps and found no issues -> I can access http://www.adobe.com, https://www.adobe.com and https://lm.licenses.adobe.com, firewall is switched off, time is correctly set and global sign root CA is installed in my trusted root store ...I still I cannot access adobe's registration server and complete registration.
    Interestingly the following web page is offline: www.adobe.com/go/getactivated_de
    Any ideas what could be the problem?
    Is the registration service offline for German customers?
    Am i missing something?
    Thanks!
    Kind Regards,
    Stephan

    After unzipping Photoshop Elements 13, I received a error message saying
    that PSE had detected an impending shutdown of my computer, and that I
    should shutdown and restart the computer.  I had two button choices:
    ignore or quit.  Given those choices, I quit, then shutdown the computer
    and restarted.  I again unzipped PSE and attempted an install.  This time I
    got a error message saying an installer was already running and I should
    shut it down.  Having no clue as to how to shut down an installer, I
    attempted (FOR 6 HOURS) to obtain assistance from Adobe technical support
    and either waited for a return call, waited on hold, attempted to
    communicate with someone who I could not understand from India, or was told
    technical support was not available on the phone for PSE.  I finally gave
    up and went to Chat.  There, attempting to explain what the problem was,
    (see above), I guess I took too long to respond, the chatter closed the
    chat, and I was not able to reconnect to chat.  After 5 attempts were
    denied, I contacted a friend who has computer operations experience.  After
    an hour of attempting various things, he told me to hit "ignore".  PSE
    installed correctly and I'm now using it.  This was an extremely shoddy
    performance by Adobe -- first a glitch in the install process, and then no
    help from tech support.
    On Thu, Nov 6, 2014 at 4:00 PM, Jeff A Wright <[email protected]>

  • Big problems with installion Premiere Elements und Photoshop Elements 12

    Big problems with installion Premiere Elements und Photoshop Elements 12 auf Windows 7, shared technologies not found. Tried all  tips and  notes from the community (6 hours work), nothing helped./
    Habe Riesenprobleme mit Installation Premiere elements und PS elements 12, gemeinsam genutzte Technologien werden nicht installier, habe alle Hinweise aus den Foren bereits probiert (6 Stunden Arbeit). Wer weiß wirklichRat?

    Select a topic, then click I STILL NEED HELP to start Premiere Elements Online chat
    -http://helpx.adobe.com/contact.html?product=premiere-elements

  • Problems with synchronizing iCal with iCloud accounts on my Mac Pro

    I have problems with synchronizing iCal with iCloud calender accounts on my Mac Pro runnning OS 10.6.8
    (error message "HTTP/1.1 403 Forbidden" på handlingen CalDAVAccountRefreshQueueableOperation.)
    It works fine on iOS devices.

    Due to lacking hardware driver compatibility i our graphic production environment we can't upgrade to Lion.
    Does that mean that it after the closing of MobileMe is impossible to synchronize calenders to Mac's running OS 10.6.8 ??

  • Problems with synchronizing

    Hello,
    I am fairly new to using Dreamweaver CS5, but suddenly am having problems with synchronizing my projects. It was working fine until a few days ago, but I'll just list the steps of what happens now to try to make it clear.
    I refresh and click the sync button.
    I choose 'selected local files only' and 'put newer files to remote,' then 'preview.
    Then, Dreamweaver says it's connecting to my server, retreiving folder information, then complete.
    After that, it says that it's putting file temp2342.htm on my server.
    Then it says no synchronization is necessary...even though I do have newer files which haven't been put on my server.
    I've tried 'putting' individual files on the server, but it says 'file activity incomplete. 1 or more files not completed.'
    Up until a few days ago, the synchronization would work just fine and put the newer files on my server. I'm not sure what kind of setting I might have changed between now and then, but any ideas on how to fix this problem would be much appreciated!

    Call our customer care, they'll sort this out. You can find the details from "contact us" link on top of this page.

  • Performance problem with synchronized singleton

    I'm using the singleton pattern to cache incoming JMS Message data from a 3rd party. I'm seeing terrible performance though, and I think it's because I've misunderstood something.
    My singleton class stores incoming JMS messages in a HashMap, so that successive messages can be checked to see if they are a new piece of data, or an update to an earlier one.
    I followed the traditional examples of a private constructor and a public getInstance method, and applied the double-checked locking to the latter. However, a colleague then suggested that all my other methods in the same class should also be synchronized - is this the case or am I creating an unnecessary performance bottleneck? Or have I unwittingly created that bottleneck elsewhere?
    package com.mycode;
    import java.util.HashMap;
    import java.util.Iterator;
    public class DataCache {
        private volatile static DataCache uniqueInstance;
        private HashMap<String, DataCacheElement> dataCache;
        private DataCache() {
            if (dataCache == null) {
                dataCache = new HashMap<String, DataCacheElement>();
        public static DataCache getInstance() {
             if (uniqueInstance == null) {
                synchronized  (DataCache.class) {
                    if (uniqueInstance == null) {
                        uniqueInstance = new DataCache();
            return uniqueInstance;
        public synchronized void put(String uniqueID, DataCacheElement dataCacheElement) {
            dataCache.put(uniqueID, dataCacheElement);
        public synchronized DataCacheElement get(String uniqueID) {
            DataCacheElement dataCacheElement = (DataCacheElement) dataCache.get(uniqueID);
            return dataCacheElement;
        public synchronized void remove(String uniqueID) {
            dataCache.remove(uniqueID);
        public synchronized int getCacheSize() {
         return dataCache.keySet().size();
         * Flushes all objects from the cache that are older than the
         * expiry time.
         * @param expiryTime (long milliseconds)
        public synchronized void flush(long expiryTime) {
            String uniqueID;
            long currentDate = System.currentTimeMillis();
            long compareDate = currentDate - (expiryTime);
            Iterator<String> iterator = dataCache.keySet().iterator();
            while( iterator.hasNext() ){
                // Get element by unique key
                uniqueID = (String) iterator.next();
                DataCacheElement dataCacheElement = (DataCacheElement) get(uniqueID);
                // get time from element
                long lastUpdatedDate = dataCacheElement.getUpdatedDate();
                // if time is greater than 1 day, remove element from cache
                if (lastUpdatedDate <  compareDate) {
                    remove(uniqueID);
        public synchronized void empty() {
            dataCache.clear();
    }

    m0thr4 wrote:
    SunFred wrote:
    m0thr4 wrote:
    I [...] applied the double-checked locking
    Which is broken. http://www.ibm.com/developerworks/java/library/j-dcl.html
    from the link:
    The theory behind double-checked locking is perfect. Unfortunately, reality is entirely different. The problem with double-checked locking is that there is no guarantee it will work on single or multi-processor machines.
    The issue of the failure of double-checked locking is not due to implementation bugs in JVMs but to the current Java platform memory model. The memory model allows what is known as "out-of-order writes" and is a prime reason why this idiom fails[b].
    I had a read of that article and have a couple of questions about it:
    1. The article was written way back in May 2002 - is the issue they describe relevant to Java 6's memory model? DCL will work starting with 1.4 or 1.5, if you make the variable you're testing volatile. However, there's no reason to do it.
    Lazy instantiation is almost never appropriate, and for those rare times when it is, use a nested class to hold your instance reference. (There are examples if you search for them.) I'd be willing to be lazy instantiation is no appropriate in your case, so you don't need to muck with syncing or DCL or any of that nonsense.

  • Problem with Adobe Premiere Elements 11

    Hello
    Need your advice .
    Problem Description:
    Adobe Premiere Elements 11 (BOX)
    After adding any the timeline material ( pictures or music or video) , 2-3 seconds hanging.
    Then closes without any notification.
    This program gave me a friend, not for need. He used it to me.
    By not knowing at first I installed a Pr, and then my friend temporarily deactivate the license .
    In the "Help" menu is available only " Deactivate" ...
    It is a problem with the activation or something else?
    Hardware:
    Operating system Windows XP 32bit sp3
    3GB RAM
    Processor Intel Q8300 ( 4 cores )
    motherboard Asus P5P41TD
    video card nVidia GT220 - Latest drivers
    Direct X 9.0c
    Software:
    last QuickTime
    microsoft visual c + + 2008 redistributable
    microsoft visual c + + 2010 redistributable
    net framework 4
    net framework 3.5
    net framework 3.5 language pack
    k-lite codec pack full
    Help please .

    -What model of camcordder is your video coming from and what format and resolution is it?
    I tried to add a video with the two devices.
    Samsung HMX-H300
    Video settings added to the project:
    Video: MPEG4 Video (H264) 1280x720 50fps 12009kbps [V:
    HMX-H300 [eng] (h264 main L4.1, yuv420p, 1280x720, 12009 kb / s)]
    Audio: AAC 48000Hz stereo 127kbps [A:
    HMX-H300 [eng] (aac, 48000 Hz, stereo, 127 kb / s)]
    Used settings:
    PAL-AVCHD-AVCHD LITE 720p50
    The same thing happens and another video.
    Sony DSC-H5
    Video settings:
    Video: MPEG1 Video 640x480 30fps 104857kbps [V: mpeg1video, yuv420p, 640x480, 104857 kb / s]
    Audio: MPEG Audio 32000Hz mono 64kbps [A: mp2, 32000 Hz, mono, 64 kb / s]
    Used settings:
    DSLR-480p-DSLR 640x480p50
    the same result.
    -How did you get the video from this camcorder to your computer?
    Files are copied to the flash card to the HDD.
    -Have you ensured that a video clip from this camcorder is the first clip on your timeline so that the program can match its project settings to your video specs? 
    Yes. Video clip from this camcorder is the first clip in the timeline.
    Parameters of the project and the video above.
    -When your project settings match your video specs, you will NOT see a yellow orange line along the top of the timeline, above your video clips, in Expert mode. Is this the case with your project?
    No. I suspect that the problem occurs in the video is displayed on the timeline.
    Because the assets of the project and put the video thumbnail is displayed on this video.
    at the time of the drop on the timeline displays only rectangular frame that meets the duration of the video itself. let go of the mouse button. Displays only the blue rectangle.
    Thumbnails of the first and last frames do not appear. takes 2-3 seconds and Pr closed.
    I believe that until you see the yellow line is not reached.
    -Have you ensured that any photos you use are sized to no larger than 2000x1500 pixels in size? 
    Yes, size is not more than 2000x1500
    - You're using a somewhat antiquated 32-bit operating system that can make limited use of your RAM load (which may explain why you only have 3 gigs of RAM), so you'll need to optimize your workflow by matching project settings to your video as closely as possible in order for the program to work effectively and stably.
    yes, you're right. need to upgrade to 64bit. so I put 4GB of RAM, but I can not install 64bit Vindovs. no time. and available only 3.25 GB.
    I would add, I hope it will help isolate the problem.
    I've been tracking work in process monitor Pr. the very moment when it closes when you move the video on the timeline.
    begins after the closing lines
    Registry
    RegOpenKey
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ContentAnalysisData.dll
    Before doing so, refer to
    File System
    C:\Documents and Settings\All Users\Application Data\Adobe\Premiere Elements\11.0\Online\DVD Templates\All_Lang\General\(A) Fun\it_IT_FUN_PAL_S_SM_OUTPUT_s_prv_sm.png
    and the like ...
    I turned drvatson. now the error appears as a window.
    System disk, and on which stands Pr error checking. there are no errors.drive on which stands Pr error checking. There are no errors.

  • Installation problem with Adobe Photoshop Element 10

    Good day
    I purchased the Photoshop and Premiere Element 10 suite and I had no problem the first time I installed it to my computer.  However because the first time I installed it in french and want to change for english to I uninstalled both.
    When reinstalling I had no problem with Premiere however Photoshop Element refuse to reinstall giving me the error message ''Failed to install Share technologie''
    I turned off both antivirus and firewall and it does not work
    I need help

    Uninstall each and every bit of Adobe software on the system, including Adobe Reader etc., then try again. You may also need to delete the caps.db in C:\Program Files (x86)\Common Files\Adobe\caps.
    Mylenium

  • Problems with Adobe Premiere Elements 4.0. HELP?

    Hello!
    I've been trying to edit a short film for weeks now but I have quite a few problems with Premiere Elements 4.0. To start with I have a Windows 7 Toshiba Satellite L750-16L with Intel Pentium.
    The first and main problem is that I can't import AVCHD (.mts) and Quick Time (.MOV) footage. I have a K-Lite Codec Pack to let me import and export certain types of footage but it seems to not like the footage I want to import.
    Another problem I have is that I can't export the project without the program crashing, and sometimes it just crashes or freezes randomly.
    I've tried emptying The Cache and using diffrent project settings but with no success.
    If anyone has any suggestions they would be greatly appreciated as I'm stumped about where to go from here.
    Thanks,
    Jack.

    Truemanz
    True. AVCHD was not supported until Premiere Elements 7. Those with Premiere Elements 4 on Windows typically converted the AVCHD to another format so that they could use Premiere Elements 4 as the video editor, providing they had enough computer resources for the task. Yet, there were some who could use AVCHD with Premiere Elements 4.0, but they were the ones working from a Sony Vaio that offered a special plug-in for the AVCHD support and the same computer resources considerations.
    Putting aside the AVCHD.mts.
    What has not been mentioned yet is your report of not being able to work with what you describe a QuickTime (mov) footage. What are the properties of this footage...video and audio compressions, frame size, frame rate, progressive or interlaced, etc? Do you have the latest version of QuickTime installed on your computer with Premiere Elements 4? And, is your Premiere Elements 4 set Run As Administrator and/or from a User Account with Administrative Privileges?
    Versions of Premiere Elements earlier than 10 are 32 bit applications which run into limitations of the 32 bit operating system. Computer resources and the demands on it from a large sized project may enter into the mix. But, let us clear up the QuickTime (mov) footage situation.
    Thanks.
    ATR

  • Problems with Adobe Photoshop Elements 11

    I recently purchased the above and I am having problems with colour. When trying to work with a photo the colours are not true to the original. I have checked the inks and have checked the printer. When copying somthing staight from the printer the colours are perfect. I have only had this problem since I installed the above. What can I do to rectify this problem. Cheers. J Briggs.

    Welcome to the forum.
    Unfortunately, you have posted to the Premiere Elements (video-editing program) forum.
    I will Move this to the Photoshop Elements Forum for you.
    All of your links and e-mail subscriptions will follow.
    Good luck,
    Hunt

Maybe you are looking for

  • IPhone 5 voice memo app question

    I recorded a music lesson as a voice memo and need to share it with the other students who were at the lesson.  when I tried to email it, I got a message that the file was too large to send.  How can I transfer it to my computer so that I can save it

  • How can I Setup a template for Envelope 6.5 x 3.5 inches in Pages 5.2.2

    I am vexed by a problem printing a smaller envelope from pages. If I take the Pages # 10 envelope template, it prints properly. If I go to page setup for the # 10 template and change the  dimensions to W 6.5 and H 3.5 inches it prints across the enve

  • Using Oracle Text with CLOB field containing multiple languages

    I'm using Oracle 10g (NLS_CHARACTERSET is set to. AL32UTF8) and have a table with a CLOB field which is storing text written in either English and/or Simplified Chinese. The following index has been created on this field: CREATE INDEX text_index ON t

  • Delay SCOM Validation on SQL Failed Job

    Hi Everyone, Let me explain the scenario, so anyone can give an idea whether this is possible or not. We use SCOM to monitor SQL Server and it means we use it for monitoring all aspects for SQL Server such as: SQL Agent Jobs. We have a case where a S

  • BADI's in ECC6

    I need the documentation for developing a BADI for any example in ECC 6