Issues with multiple Files with multiple subdbs on a single environment.

I'm having an issue with Berkeley DB 4.2 on 32-bit platforms, regarding multiple physical files with multiple subdatabases in a single database environment. Specifically, when I open a subdatabase for a physical file, Berkeley DB thinks that it is using the same subdatabase in a different physical file.
I'm doing the following:
1. Create and open a db enviornment.
2. Move file1 to the common area.
3. Open, get and close the subdatabases in file1.
4. Move file2 to the common area.
5. Open, get and close the subdatabases in file2.
6. remove file2 from the common area
7. Move file3 to the common area.
8. Open a subdatabase from file3. About 1/2 the time, the fetches
return data from file2, not from file3.
It's possible that at some earlier time (i.e. before step 1 of this
test case), file1, file2 and file3 were the same file. I noticed
that there is something called env->fileid_reset, but that is not
in 4.2.52.
Any ideas?

Looks like I've resolved the issue

Similar Messages

  • Will I have a issues with ITunes running on a single PC?

    Will I have a issues with ITunes running on a single PC?  I have an IPad 1 and will be receiving an IPad Mini next week.  Th iOS is different and apps will use different versions. 

    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
     Cheers, Tom

  • Multiple Workspace configuration in single environment

    Hello Gurus,
    Just a small doubt here.
    Can we have multiple workspace configured within a single environment.? If Yes, how ?
    Thanks and Regards,
    Saurabh

    Hello Gurus,
    Still looking for the answer for the same.
    Thanks
    Saurabh

  • Issue with External Form Repost in Testing Environment

    Please help!
    We are attempting to add an Eloqua repost to our webform on https://www.2checkout.com/signup. We are a payment processor and therefore, our customer admin area, of which this page is a part, must maintain various compliance standards. With this in mind, we are testing the repost in our test environment, which sits on https://va.test.2checkout.com. I've double-checked and our eloqua tracking scripts are picking up these pages.
    When we run the repost, the line of code to get the GUID - 
    elqQ.push(['elqGetCustomerGUID']);
    is erroring. I've attached a screenshot.
    For reference, we're using the code illustrated in Thomas Reyto's Topliner's post: http://topliners.eloqua.com/community/do_it/blog/2012/04/17/how-to-repost-an-externally-hosted-form-to-eloqua.
    Any assistance in determining the issue would be most appreciated! As mentioned, we really want to get this working in the test environment before we push it live, as it could break our sign up process otherwise.
    Thank you Topliners!

    Jennifer Comisford the JavaScript snippet to include elqcfg.min.js on your page?  The waituntilCustomerGuidIsRetrieved function is defined in the elqcfg.min.js tracking script.  From the error it looks like your page has not loaded the file correctly.
    <script type="text/javascript">
        var _elqQ = _elqQ || [];
        _elqQ.push(['elqSetSiteId', '#########']);
        _elqQ.push(['elqTrackPageView']);
        (function () {
            function async_load() {
                var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
                s.src = '//img.en25.com/i/elqCfg.min.js';
                var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
            if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
            else if (window.attachEvent) window.attachEvent('onload', async_load);
    </script>

  • Strange Issue with IIS authentication in Clustered BAM environment

    Here's my configuration:
    Cluster #1 - prbam01
    Node 1 pbm101
    Node 2 pbm102
    This cluster is running ADC, event service, enterprise link, and IIS (IIS up on both nodes)
    Cluster #2 - prbam02
    Node 1 pbm103
    This cluster is running report cache and IIS. End users will hit this IIS for reports, admin, etc.
    Problem:
    The IIS on cluster 1, node 1 (pbm101) will never authenticate when trying to access the BAM web pages with any URL (http://prbam01/oraclebam or http://pbm101/oraclebam). It exhibits this behaviour whether it is the active cluster node or not. Cluster 1, node 2 exhibits correct behaviour in that it works at URL http://pbm102/oraclebam at all times and at http://prbam01/oraclebam when it is the active node.
    I have check IIS security settings and they appear exactly the same on both boxes. ADC and everything else seems to be running ok when node 1 is the active node, just the BAM web pages do not authenticate.

    This seems to be an IIS specific problem on pbm101 alone.
    Did you check the directory security settings for the OracleBAM application on pbmbam101 ? Any of the authenticated access methods should be enabled, or users cannot access certain pages from the local network, since IIS would be using anonymous authenication. That would normally not be a problem, but for IE sending in credentials that will be different from the account on the IIS server used for anonymous access. I suggest copying the directory security settings from the other node in the cluster (for all directories!!).
    Another additional point is that IIS ultimately uses file and directory permissions to resolve access rights. So you can check the permissions on the public folders used by IIS and ASP.Net.

  • Issue viewing multiple embedded videos in single pdf

    Hello,
    I am having trouble viewing pdfs with more that three videos embedded.  For some reason only the first three videos play correctly.  All successive videos play a copy of one of the first 3 videos.
    If I change the order in which I view the videos I can see all of them however after the third I have to reopen the pdf.  This is very annoying for presentations.
    Any help would be greatly appreciated.
    Brett

    You might as well ask this in the Acrobat forums. InDesign has absolutely nothing to do with the play of multimedia in Reader or Acrobat. It only is the agent for embedding the video.
    However, if you set too high a resolution, bit rate, etc. when you created a video that would play a part.
    The Rich Media & 3D Acrobat forum is probably the best place to ask:
    Rich Media & 3D

  • Issue with printing Standard Text in Production Environment.

    Hi Peers,
    In my smartform,
    The Std Text  on back of page in Production System is getting truncated.But in Development system it is fully printed.
    I checked for the printers & language that are used in both the systems it is the same.
    Could you please let me know your views as to what might be the problem.
    Is it a basis issue or is there anything that  we can do on development side.
    Thanks in advance!
    Daniel

    Hi Phani,
    Thanks for your reply. In fact both me and user are doing the same. For user some times this text is not showing and some times it is. This is very strange.
    I can do this by keeping it in text element. But for some texts we need to add some other text in between dynamically.
    for example : for BE10 we need to show like,
    CONCATENATE 'This text is prepared on behalf of  (' <vendor name> ') ' some text' INTO w_title_text.
    In this case: I have tried preparing this text in the program lines node. Here the problem is I can able to mention single quote in prepare the text. In the above example it is bold.
    Basically I don't what's happening when printing report texts. But if there is a way to show single quote while prepare text that should be fine.
    Thank you
    Surya

  • Bing Toolbar patch? - Issue with Bing appearing in my test environment.

    Hi Everyone,
    I just recently had bing toolbar show up in my test environment after introducing patching. I don't think any of my applications introduced it..  Can anyone direct me to a specific KB that this might be introduced so I can exclude it? 
    Also, if there are any other annoying Windows 8.1 patches I should avoid, I'd appreciate it.  Thank you.
    Ryan

    Hi,
    Add this to your customsettings.ini file
    WUMU_ExcludeKB001=2505591
    Check this
    post to learn how to exclude some updates
    / Yannick Plavonil
    blog: Deploiement Windows
    twitter: @yplavonil
    facebook:
    www.facebook.com/deploiementwindows

  • Issue-Mapping Multiple Source Occurence to Single Target Occurence

    Hi Gurus,
    I have a requirement where the source has occurence 0 to 4 where as the target has occurence 1 to 1 .
    Let the source segment be S where the child elements for S are S1 and S2 .
    S1 takes the values 1 , 2 & 3 .
    S2 takes the values X , Y & Z .
    I need to map S2 to target field T1 if and only if S1 has the value "2" .
    How can we achieve this ? I tried using the node functions but couldn't achive as i want the 2nd value of S2 from the given set of values ( X , Y & Z ) .
    Please help me out in this issue.
    Thanks in advance .
    Regards,
    Sarat

    Hi,
    You can use this mapping:
    S1 --> removeContext --> equalsS --> ifWithoutElse --> removeContext (used to remove suppressed values) --> T1
    constant: 2 -
    > / ____________/
    S2 > removeContext--
    > /
    Hope this helps,
    Edited by: Mark Dihiansan on Nov 11, 2009 1:44 PM

  • Weird issues with file share using both SMB and AFP?

    I use my Xserve with 10.4 server primarily as a file server (with a huge RAID array attached via Ultra320 SCSI). I've served files from this server over SMB ("Windows" sharing) to both PCs and Macs for a few years now with no big issues. The files are being shared in a collaborative environment with extensive user accounts and ACLs set up.
    I would like to turn on AFP for these same file shares, so those accessing with a Mac can have the added benefits of AFP over SMB. However, I've heard some rumors of some complicated issues developing from the use of both AFP and SMB together on the same folders, in a mixed environment.
    The rumors I've heard are things that would happen rarely but enough for it to be significant. For example, a file created over SMB and then edited over AFP would have some problems being re-edited over SMB again, due to some complicated feature that the rumor is unable to explain (something with a resource fork or file locking?). Maybe something weird that just involves the Adobe Creative Suite?
    Anyway, I figured I'd throw this out there. Anyone who serves files over both protocols to a varied set of computers and applications having weird issues? Or is everything working for you? Thanks in advance.
    Message was edited by: dtemp

    Thanks for the responses!
    re:crop
    It's coming in as cropped with no way to fix it that I can see.
    Pressing space or opening in preview shows the full image but if it gets anywhere near Photoshop it comes in auto-cropped.
    I'm starting to this it's a bug and will be reporting it to Adobe.

  • I am  having  issues  with java

    OK well I finally got  the java update to full load and it stated that it was corrupt or something like that and now I can not get into my favorite chat room it says I need to get java ..   when I go to the link to  re get a update to java it says I am updated.. so I called apple and they sent me a patch or something and it did not help .. anyone have any ideas what is happening?
    my old chatroom I think I remember someone talking about java issues there and how you had to have a old java  or something like that ..  can somehelp please!

    golam wrote:
    I am having issues with java encoding in Gentoo Linux environment. I am using java 1.6. When I ran the following test application to print french accent with encoding type, all I get is wrong character. Please provide me with some pointers. When I try this in Windows, it works perfectly. Many Thanks in advance
    //test.txt file contains the following string
    àäèéêëîïôùûüÿ
    ///TEST CODE to find which encoding to use
                              System.out.println("encoding:"+encoding[i]+"line===>"+inputLine);
    This is the problem.
    Don't assume the console character set can display these characters,
    use a swing component.
    This is also why it happens to work in on some boxes and not on others.
    ///////////////OUTPUT after running the test app
    java Test encoding:Big5line===>???????
    encoding:Big5-HKSCSline===>???????
    encoding:EUC-JPline===>???????
    encoding:EUC-KRline===>???????
    encoding:GB18030line===>???????
    encoding:GB2312line===>???????
    encoding:GBKline===>???????

  • Having issues with Crawler

    Having two issues with my crawler service. My environment is Netware 6.0 with Java version 1.4.1_05, and Apache 1.03
    1) Eating memory. I have allocated 128 to 256 MB of memory and I still get out of memory issues. I would like to think that this app does need more than 256MB of memory. Specifically I am getting this: 2004-05-31 12:00:56 - Ctx(/soap) : Exception in R( /soap + /servlet/rpcrouter + null) - java.lang.OutOfMemoryError.
    2) Am getting "not logging out cached identity" message. I am assuming that the crawler is leaving open a connection from the portal server. Is this an issue or a feature?:
    2004-06-01 09:51:24 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-admin.xml Module MOD_JK.NLM load status OK 2004-06-01 09:51:24 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-examples.xml 2004-06-01 09:51:24 - AutoWebApp: Loaded from config: DEFAULT:/admin 2004-06-01 09:51:24 - AutoWebApp: Loaded from config: DEFAULT:/examples 2004-06-01 09:51:24 - AutoWebApp: Auto-Adding DEFAULT:/ 2004-06-01 09:51:24 - AutoWebApp: Auto-Adding DEFAULT:/soap 2004-06-01 09:51:24 - ContextManager: Tomcat configured and in stable state 2004-06-01 09:51:24 - ContextManager: Adding DEFAULT:/admin 2004-06-01 09:51:24 - ContextManager: Adding DEFAULT:/examples 2004-06-01 09:51:24 - ContextManager: Adding DEFAULT:/ROOT 2004-06-01 09:51:24 - ContextManager: Adding DEFAULT:/soap EmbededTomcat: Init time 1096 2004-06-01 09:51:24 - Ajp12Interceptor: Starting on 8007 2004-06-01 09:51:24 - Ajp12Interceptor: Starting on 0 2004-06-01 09:51:24 - Ajp13Interceptor: Starting on 8009 2004-06-01 09:51:24 - Ajp13Interceptor: Starting on 0 EmbededTomcat: Startup time 63 2004-06-01 09:51:35 - SessionIdGenerator: Created random class java.security.SecureRandom 0 [Thread-15] WARN com.plumtree.crawlerwebservice.novell.NovellContainerProvider - Not logging out cached identity
    Thanks
    Nigel

    I wasn't sure if you were using the Novell Crawler or writing your own. This board is principly for people writing crawlers. Questions about Plumtree products can be directed to the Deployment center, or Technical Support.

  • Performance issue with the Select query

    Hi,
    I have an issue with the performance with a seclet query.
    In table AFRU - AUFNR is not a key field.
    So i had selected the low and high values into s_reuck and used it in Where condition.
    Still i have an issue with the Performance.
    SELECT SINGLE RUECK
    RMZHL
    IEDD
    AUFNR
    STOKZ
    STZHL
    FROM AFRU INTO table t_AFRU
    FOR ALL ENTRIES IN T_ZSCPRT100
    WHERE RUECK IN S_RUECK AND
    AUFNR = T_ZSCPRT100-AUFNR AND
    STOKZ = SPACE AND
    STZHL = 0.
    I had also cheked by createing an index for AUFNR in the table AFRU...it does not help.
    Is there anyway that we can declare Key field while declaring the Internal table....?
    ANy suggestions to fix the performance issue is apprecaited!
    Regards,
    Kittu

    Hi,
    Thank you for your quick response!
    Rui dantas, i have lill confusion...this is my code below :
    data : t_zscprt type standard table of ty_zscprt,
           wa_zscprt type ty_zscprt.
    types : BEGIN OF ty_zscprt100,
            aufnr type zscprt100-aufnr,
            posnr  type zscprt100-posnr,
            ezclose type zscprt100-ezclose,
            serialnr type zscprt100-serialnr,
            lgort type zscprt100-lgort,
          END OF ty_zscprt100.
    data : t_zscprt100 type standard table of ty_zscprt100,
           wa_zscprt100 type ty_zscprt100.
    Types: begin of ty_afru,
                rueck type CO_RUECK,
                rmzhl type CO_RMZHL,
                iedd  type RU_IEDD,
                aufnr type AUFNR,
                stokz type CO_STOKZ,
                stzhl type CO_STZHL,
             end of ty_afru.
    data : t_afru type STANDARD TABLE OF ty_afru,
            WA_AFRU TYPE TY_AFRU.
    SELECT AUFNR
            POSNR
            EZCLOSE
            SERIALNR
            LGORT
            FROM ZSCPRT100 INTO TABLE T_ZSCPRT100
            FOR ALL ENTRIES IN T_ZSCPRT
            WHERE   AUFNR = T_ZSCPRT-PRTNUM
            AND   SERIALNR IN S_SERIAL
            AND    LGORT   IN S_LGORT.
        IF sy-subrc <> 0.
           MESSAGE ID 'Z2' TYPE 'I' NUMBER '41'. "BDCG87
           stop."BDCG87
        ENDIF.
      ENDIF.
    SELECT    RUECK
                  RMZHL
                  IEDD
                  AUFNR
                  STOKZ
                  STZHL
                  FROM AFRU INTO TABLE T_AFRU
                  FOR ALL ENTRIES IN T_ZSCPRT100
                  WHERE RUECK IN S_RUECK     AND
                        AUFNR = T_ZSCPRT100-AUFNR AND
                        STOKZ = SPACE AND
                        STZHL = 0.
    Using AUFNR, get AUFPL from AFKO
    Using AUFPL, get RUECK from AFVC
    Using RUEKC, read AFRU
    In other words, one select joining AFKO <-> AFVC <-> AFRU should get what you want.
    This is my select query, would you want me to write another select query to meet this criteria..
    From AUFNR> I will get AUFPL from AFKO> BAsed on AUFPL I will get RUECK, based on RUEKC i need to read AFRU..but i need to select few field from AFRu based on AUFNR....
    ANy suggestions wil be appreciated!
    Regards
    Kittu

  • Multiple issues with Creative Cloud File Syncing

    I'm have issues with syncing files on my mac to Adobe Creative Cloud. I don't seem to have issues syncing via drag and drop to my web browser. I keep getting this error while syncing via finder:
    I also have a fairly complex PSD with folders that i'm toggling on and off using Layer Comps. I don't see any difference when switching Layer Comps within Extract in the browser. I do see the changes when turning on and off the folders though.. What's the deal with that?
    Why does it take so long to render the PSD after I turn on a folder or switch layer comps? It takes about 30 seconds to re-render, which is crippling for our workflow.
    This would be an amazing tool for our developers if these 3 issues were resolved.

    Thanks for the information.
    Could you now send me some log files please..
    The log files can be found here:
    Mac: /Users/<yourusername>/Library/Application Support/Adobe/CoreSync/
    Windows: C:\Users\<yourusername>\AppData\Roaming\Adobe\CoreSync\
    The logs have the date in the filename, like "CoreSync-2014-03-25.log". Please compress (zip) all the CoreSync-2014-MM-DD.log files and email them to me directly at [email protected]
    Thanks
    Warner

  • Finder Wants Permission Every time File is moved on Server (issue with multiple users)

    The Situation: I have a team of seven coworkers that uses a file structure on a server to move job folders from the 'active jobs' folder to "coworker x's" folder and then to a "waiting" folder once the job has been completed. Pretty much just moving folders into different folders. Seems pretty simple.
    The Problem: At times, some folders will not move from one folder to another, and a message pops up asking "Finder wants to make changes. Type your password to allow this" and then it shows my computer's name and asks for a password. Now if typing in the password meant that the file would be moved, I would be fine with it, but when I type in my password in and accepts it, it does nothing! Like I said, there are seven of us that are using this system, and everyone has the same issue with the same folders, it is not like one person can move it and another cannot. To make it even harder to define where the issue is coming from: if you go back after a few minutes / hours, the folder will randomly be able to move with no issue. If you take the files out of the folder, you can move them, and when you move the now empty folder, it will gladly move into any folder, but when the files remain in the folder it asks for the password. And in some cases, folders that were just made and are empty have the same issue, which leads me to believe that this issue is not a result of the contents of the folder, but something else.
    It is seemingly impossible to nail down the cause of our dilemma so I have come here in hopes of a great break through. The worst part is is that we are not doing anything that difficult, we are simply moving folders around. This is a windows based server, that might be important. Also, some of us are running Mavericks and others are still on Snow Leopard. Thank you for any information you might have! ( I have already tried the boot in recovery, resetpassword trick with no luck >_< )

    If we're going to fix this, we will have to concentrate on one person to start with. Can that be you?
    Some more information is required, only from you, your Mac and your windows user account on the server:
    On the Windows server, are the 3 folders in question within the one shared folder?
    What is the name of the Volume (share) that appears in Finder?
    Are any of the folders being copied or moved to the local drive of the Mac?
    On the windows server, what are the permissions that you have to:
      The top-level shared folder
      The 3 folders underneath the top-level shared folder
    Do a Get Info of the Volume (share) in Finder and do a screen shot of both the area above Preview and the area below Preview (Preview itself is not required. Make sure all right-pointing arrows are expanded to down-pointing arrows so all info in each section can be seen.
    (Did this discussion get re-assigned to the OS X Server Community? I've never been there, and I thought I found it in the OS X Mavericks community.) Are you actually running OS X Server on the Macs?
    Message was edited by: SilverSkyRat: Additional Question

Maybe you are looking for

  • Can not open multiple Adobe PDF Files at same time

    I am having trouble with opening multiple .PDF files in Adobe.  Once I have one (1) PDF open, when I try to open another file it opens and then instantly force closes that file, but leaves the original PDF file open.  There are no error notifications

  • Premier pro 5.5 not compatable with windows 7 64 bit

    I have recently spent over 3.5 hours on the phone live only to be told they can't fix the problem of Premier pro shutting down in Windows 7 64bit every time I try to open it. I was told to install Pro 4.  I have pro 4 and that is why I bought 5.5  No

  • Multiple Text Boxes into One Text Box

    I need multiple text boxes to populate into one text box.  I've got it to work with.... a=a + "\n " + (this.getField("Other Current Illnesses 1").value) However, if the field is blank, it gives me a blank line.   What is the code if the box is "empty

  • I purchased adobe design standard and it wont download and open. help?

    whenever I go to open the downloaded program it gives me an error message. I think it has something to do with the fact that my computer is a mac and the program is for windows. what do I need to do to fix the problem?

  • Messages could not persist in jms Topic

    Hi, I implement JMS Topic in a SOA project in a cluster (two nodes) environment. The problem is, 1. The jms topic service executes twice (because of 2 nodes in my cluster) and the message is also replicates but shows as a single message. To overcome