Encrypted local store corrupted

When using the ADL to run my HTML based application I can store data in the encrypted local store fine. When the app is packaged and installed, I can set and retrieve data from the local store the first time the application is run. If I then close down the application and start it up again, accessing the ELS throws an error.
I've found information on various sites about how some AIR developers get their user base to overcome such issues but surely this isn't the way forward. Is their a fundamental bug with the ELS in Adobe Air or can anyone help point me in the right direction so I can rectify this problem.

Joe,
Thanks very much for responding. I have now added the stronglyBoung argument when setting data in the ELS although this was not causing the problem. I did however, fail to copy my pre-populated database from the application directory to the application storage directory which meant that I was indeed changing the database file in the application directory at runtime....doh!
When developing, my database was stored in the application directory which of course did not produce any unexpected results.
var database = {};
database.dbFileName = 'lizard.db';
database.dbFile =  air.File.applicationDirectory.resolvePath(database.dbFileName);
So, now I have changed the database file to the application storage directory and then copy a pre-populated template database over if this file does not exist:
var database = {};
database.dbFileName = 'lizard.db';
database.dbFile = air.File.applicationStorageDirectory.resolvePath(database.dbFileName);
if (!database.dbFile.exists) {
    var dbTemplate =  air.File.applicationDirectory.resolvePath(database.dbFileName);
     dbTemplate.copyTo(database.dbFile, true); 
Thanks very much for your help and pointing out where I could be going wrong - much appreciated.

Similar Messages

  • Encrypted Local Store MAC OSX 10.8

    Were can i find the ecrypted local store on OSX 10.8?

    Try checking:
    ~/Library/Application Support/Adobe/ELS/[app ID]

  • Encrypt local store data not cleared after unstalling a program

    After an AIR programmed is uninstalled, the EncryptLocalStore
    data it saves are not removed. Is this a bug, a feature?
    My application stores a user's username/password into
    EncryptLocalStore for "auto login next time". After the program is
    uninstalled, and then re-installed, the newly installed program
    will automatically log the last user in, which is not a desired
    feature in this context.

    It is not a bug.
    -ted

  • Why Encrypted Local Store (ELS) data created is not available after upgrading to AIR 3.4?

    This is a known issue. Please see the official communication from Adobe.

    Check out this thread:  https://discussions.apple.com/thread/6466590?start=0&tstart=0.
    For many users, the Folder Action Dispatcher is the culprit that eats almost all available memory if it is enabled on ~/Library/LaunchAgents.

  • I have a corrupt files in my adobe muse com.adobe.AdobeMuse\local store\tk2 on my hard drive

    my adobe muse files on my hard drive as a corrupt file in the com.adobe.AdobeMuseCC.2014\Local Store\tk2 who do I fix it

    What exactly you mean by corrupt file ? It does not opens ? any page not working etc ?
    Is it causing Muse to hang ? Please provide more information.
    Thanks,
    Sanjit

  • Errors when accessing Encrypted Local Storage

    Hi there,
    I develop an AIR application and some of the users of the application are running into an issue when accessing Encryped Local Storage. Sometimes, when the application tries to put or retrieve an item from Encrypted Local Storage, these errors are reported:
    Error: general internal error
    EncryptedLocalStore database access error
    I've searched around a little and it appears that these errors occur for a variety of reasons. Sounds like corruption to the user's keychain can result in this error being thrown (repairing the keychain was mentioned as a possible solution in one blog post). This same error happens to some Linux users (http://kb2.adobe.com/cps/492/cpsid_49267.html) when switching between Gnome and KDE desktops too. http://blogs.adobe.com/koestler/2009/07/unreadable_encrypted_local_sto.html seems to suggest that changing of usernames on the machine can have an impact on how the ELS is accessed.
    In terms of a solution to this issue, I've seen multiple posts online asking the user to delete the ELS directory on their computer. While this 'solution' works for some users of the application I develop, it doesn't work for other users. http://forums.adobe.com/thread/239605 seems to suggest that a full factory reset of a user's OS gets everything back to square one and the ELS is now usable again - that's not really something that I can suggest to a user of an application. It seems a bit drastic and most users will (understandably) baulk at the idea of a full factory reset.
    So, I'm in a position with AIR development where I have to provide a fallback to ELS. Thankfully, I don't use ELS in the application too much, but I imagine anyone that has to make meaningful use of it would be pretty handicapped by the issues above. I guess I have a few questions:
    1. Has anyone been able to reproduce the errors listed above? Are you able to get your system into a state where 'Error: general internal error' appears consistently when you try to access ELS? I've tried the suggestions listed in the articles I outlined above, but have so far failed in reproducing these errors.
    2. If you have managed to get your machine into this state, what is the most advisable remedial action? As I mentioned above, deleting the ELS directory to start anew seems to work for some users but not for others.
    3. Is there anything that someone has tried where they've found a programmatic solution to avoid this issue altogether?
    4. Can someone in AIR engineering comment on concrete efforts to avoid these sort of scenarios in future versions of the runtime? Is there any debug information that I can provide from users of this application that could help diagnose this issue further and possibly feed back to the AIR development team?
    FWIW, my application descriptor file is pointing at the 1.5.3 version of the runtime. We've seen this happen to users that are running this application with both the 1.5.3 version of AIR and the 2.0.3 version of AIR. We've seen this happen on both Mac and Windows. I've seen this happen with initial installs of the application and with upgrades to new versions too.
    Sean

    Hi Sean,
    Thanks for reporting the issue. As you pointed out (via the blogs and weblinks), we are aware of this issue. And the following blog post talks about the problem in detail:
         http://kb2.adobe.com/cps/492/cpsid_49267.html
    As mentioned there, this issues arises because of corruption of keyring database, which in turn could happen becuase of user migration, switching desktops, ELS data migration to a different machine etc In such a scenario, even native applications are not able to access the ELS store (gnome-keyring or kde-kwallet). So there is little that we could do here. We have never experienced a scenario where an AIR application resulted into the corruption of database.
    Having said that, if you can provide us a constantly reproducible case (a list of steps which can always get us hit the issue), then we can definitely try to do the best possible in this regard.
    Thanks,
    -romil
    (AIR Engineering)

  • Local backup was made without "Encrypt Local Backup" checked before upgrading to iOS 7 but I can't restore because a password is requested to restore it. What do I do?

    I hadn't yet upgraded to iOS7 from iOS6 on my iPad so I clicked "Manual Backup" [To this computer] and "Encrypt Local Backup" was not checked.
    The backup seemed to complete without error or incident.
    I then went through the iOS 7 upgrade and when it was completed the options are "Set up as new device" or "Restore from Backup"
    Since I didn't want to wipe all the data on my iPad, I chose restore, and it said connect to iTunes, which I did.
    When I click on Restore Backup, it asks for me to choose which backup I want. I choose the last one that I had just done as indicated above (which is the default).
    It then gives me a dialog of "Enter the password to unlock your iPad backup. I even tried every password I've used in the last two years. Nothing works. What I don't understand is why it's asking for a password at all?
    Is there a way around this? I don't want to loose the data I just backup up.

    Sorry there is no way around this.
    If you don't know the password you will need to restore as new.
    Then you can sync apps/music back via itunes.

  • I need to file a complaint against local store and sales people. How?

    I am a long time AT&T Customer.   I had heard many good things about Verizon so I went to the local store and signed up as a new customer.  I went in wanting a smartphone with 6 gb, unlimited text and minutes.  The salesman told me he had a better option for me, I signed up on a 2 year contract with a Samsung 5 phone and he told me a  separate device (hotspot) would serve me better.  I repeatedly asked the cost and he told me $2.40 a month.  I spent over 2+ hours in the store for this transaction.
    When I got home and started going through what was sold to me I saw charges that  I was not aware of. I had been told I would receive a form for a $50. rebate for the Samsung 5 which I wasn't given.  I then received a bill for $251.00.  I tried logging into my Verizon account and was told I was not the main account holder so I could not view my account.  I was very frustrated at this point.  I went back into the store to resolve all of these issues.  Another 2 hours and I found out that my phone only had 1gb on it and  the little box (hotspot) I had been sold had 5gb on it and I needed to carry it with me to be able to have access to data. I then found out that my account had been registered under the phone number for the hotspot - the salesman(the same one that sold me these items) worked on the store computer and said he fixed it,  I then asked about the large bill that I received. He looked it up and told me that I had been charged for 6gb on my phone and 6 gb on the hotspot. I wanted to return the hotspot box and he told me I would be charged a $35.00 restocking fee.  I am so frustrated with this salesman and this store.  I went home and returned today to talk to the manager. She also told me the same thing. 
    I went into the Verizon store to sign up for new service, buy a new phone with 6 GB on it with unlimited text and minutes.  That’s all. I do not want to carry a separate device around with me.
    Now I have a device I have no use for, a bill for $251.00 4 days after  I went into the store and  I cannot access my account because I’m not the main person.

    BrendanFella wrote:
    rcschnoor, excuse my confusion...
    What is the $2.40 a month charge and how is my contract of $50 cheaper? I certainly don't know what the $2.40/month charge is as I was not there when Linjin made the purchase and I made no mention that your contract was $50 cheaper.
    This brings up an interesting question. If Linjin was signing a 2 year contract on a Samsung 5 that has a hotspot why would the salesperson sell Linjin a seperate device? That would certainly depend on how Linjin explained how the device would be needed/used. I can certainly see where a separate device would be beneficial depending on the circumstances. For example, running the hotspot shortens the life of your phone's battery before it needs a recharge. If this is going to be a problem, a separate device would be beneficial. The battery life of a Samsung Galaxy S5 is not the most stellar and THAT could have been a consideration. I don't know, I wasn't there. Additionally the hotspot would be useless if you were on a call and not within a 4G signal. While voice/data can be used simultaneously on the Samsung Galaxy S5, I believe that is only when receiving a 4G signal. Again, I wasn't there and did not hear the requirements of the OP or how it was explained the device would be used.
    I do not see where Linjin states it was a pre-paid device I never stated that Linjin had a prepaid device. I simply stated with how YOU wanted to use a jetpack, YOU described it as being able to suspend and not pay for service whenever you didn't need service. THAT is the description of a PRE-PAID JETPACK. My post made NO reference to Linjin at all, I was simply commenting that the way YOU were wanting to use a jetpack that a pre-paid jetpack was what YOU should have gotten.
    If you reread the original post it basically taljks about what the customer was told by a Verizon Rep., How they were treated and was what they were told correct. I agree with that. Unfortunately, I was commenting on YOUR situation, not on the OP.

  • Slow System and cost to take to local store

    Hey All,
    My system has been running slow recently and I'm not sure why.  I was thinking of taking it to my local store but do they charge a huge fee to help?

    FaithPlatform wrote:
    I would recommend you use a Anti virus software to scan for any virus, is there is no luck with that, personally (I am saying this because it's what I would do) I would backup any/all important documents and run a fresh install of OS X Yosemite.
    Please, nobody follow this horribly bad advice!
    Malware is almost never the cause of performance issues on a Mac, while anti-virus software often is the cause. Further, if this one thing didn't help (which it wouldn't), it makes no sense whatsoever to jump straight to reinstalling the system! There are many other things that should be tried first, such as removing certain kinds of third-party software (anti-virus being one of the top candidates), checking for low RAM problems, checking for problems due to insufficient hard drive space, etc.
    Buckeyes1205, Apple's techs should be able to help you. If you're not able to get in to the Apple Store right away, though, you could download EtreCheck, run it and then post the report it generates here. That will give us more information about what's going on with your system, and we can give you some real suggestions for how to fix it.
    http://www.etresoft.com/etrecheck

  • I just want to share my experience or rather terrible experience with apple service.....I am soooo disappointed with the apple customer service at the local store in Tampa......every time they give u an appointment and make people wait for hours......ther

    I am soooo disappointed with the apple customer service at the local store in Tampa......every time they give u an appointment and make people wait for hours......there was some cosmetic problems with the screen of my Mac book pro....they replaced it but the computer would not turn on....and btw when I went to pick up my computer the representative handover my computer to another guy without checking his id who was there to pick up his phone.......then I had to take it back second time this time they messed up my iWork...I took it back but they couldn't retrieve my history of purchase of iWork...and then when I installed the iWork at home...none of the applications is working.... .I will have to take is back fourth time.....I loved apple products but may be not anymore.......

    Other than what Shotist007's remarks (which solves nothing) your experience is not common. First I would speak to the store manager to get things rectified for you. If that doesn't work out then I would contact AppleCare and speak to a customer service representative and complain via that venue.

  • ORACLE VIRTUAL DIRECTORY - Create Local Store Adapter

    Hi,
    I have some problem with the LSA creation.
    I follow this steps:
    *5.2 Creating a Local Store Adapter*
    Create Local Store Adapter dc=oracle,dc=com, as follows:
    *1.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *2.*
    Click the Adapter tab. On the Adapter page:
    *1.*
    Click the Create Adapter icon and choose Local Store Adapter.
    *2.*
    Enter the Adapter name LSA.
    *3.*
    Leave Template set to Default.
    *4.*
    Click Next.
    *3.*
    On the Settings page:
    *1.*
    Enter the Adapter Suffix/Namespace dc=oracle,dc=com.
    *2.*
    Enter data/localDB for Database File.
    *3.*
    Use the default values for the rest of the fields on the Settings page.
    *4.*
    Click Next.
    *4.*
    Review the summary page and click Finish if everything looks correct.
    Note:
    If, for some reason, you decide to delete the adapter and create a new one, use a different Adapter name and a different Database File name.
    *5.3 Adding Entries*
    Create an entry in the local store as follows:
    *1.*
    Using a text editor, create an LDIF file that looks like this:
    version: 1
    dn: dc=oracle,dc=com
    objectclass: top
    objectclass: domain
    dc: oracle
    *2.*
    Access Oracle Directory Services Manager, as described in "Accessing Oracle Directory Services Manager".
    *3.*
    Click the Data Browser tab.
    *4.*
    Highlight dc=oracle,dc=com under Client View.
    *5.*
    Click the Import LDIF icon.
    *6.*
    Browse to the LDIF file you created and click Open.
    When I try to import the ldif I have this error:
    __ldap_add: Object class violation (65)__
    - vde.log
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:09,732 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:09,747 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:10,982 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:10,982 INFO - VDELogger.java - Attempted ADD has NO target adapters: dc=oracle,dc=com
    2009-09-22 13:25:17,372 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:17,825 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,216 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,232 DEBUG - VDELogger.java - Schema version #     30
    2009-09-22 13:25:19,232 WARN - VDELogger.java - Server configuration version (303) does not match configuration schema version(30).
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Edit version #     18
    2009-09-22 13:25:19,419 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,482 INFO - VDELogger.java - Provisioned adapters: [dc=oracle,dc=com
    2009-09-22 13:25:19,482 INFO - VDELogger.java - 'cn=Admin' Provisioned adapters: [dc=oracle,dc=com]
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Reading schema for adapters
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Edit version #     19
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Schema version #     303
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing INCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing EXCLUSION filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - !Routing levels for: !dc=oracle,dc=com = -1
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing PLUG-IN filter for #dc=oracle,dc=com filter=
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing Priority filter for #dc=oracle,dc=com value=50
    2009-09-22 13:25:19,935 DEBUG - VDELogger.java - Routing criticality for #dc=oracle,dc=com value=true
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Presence index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Exact index: []
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Ordering index: [sn, cn, description, seeAlso, objectclass, ou, uid, mail]
    2009-09-22 13:25:19,951 DEBUG - VDELogger.java - [#dc=oracle,dc=com] Substring index: [sn, cn]
    2009-09-22 13:25:19,951 WARN - VDELogger.java - Allowing searches for unindexed attributes
    2009-09-22 13:25:19,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Processing Outstanding Transactions
    2009-09-22 13:25:19,966 INFO - VDELogger.java - Truncating Transaction Log
    2009-09-22 13:25:20,966 INFO - VDELogger.java - [#dc=oracle,dc=com] Initializing Memory Indices
    2009-09-22 13:25:20,966 INFO - VDELogger.java - 'cn=Admin' Loaded Adapters : [dc=oracle,dc=com]
    2009-09-22 13:25:21,107 DEBUG - VDELogger.java - 'cn=Admin' Performed getServerInfo
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Periodic tracking cycle running.
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.68.3.154, 1/0).
    2009-09-22 13:25:25,279 DEBUG - VDELogger.java - Current operations per connection (cn=Admin/10.31.16.23, 1/0).
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,294 DEBUG - VDELogger.java - REQUEST dn= suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=dc=oracle,dc=com
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - SELECT dn= suffix=
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Selected backend for:(Adapter#_OCTETSTRING_ROOT)
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - REQUEST dn= suffix=cn=Schema
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#_OCTETSTRING_ROOT
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - setting backend com.octetstring.vde.backend.BackendRoot@676437
    2009-09-22 13:25:26,310 DEBUG - VDELogger.java - runGet has all attribs : false
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Selected Default View for IP/DN: 127.0.0.1/cn=Admin
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=Users,OU=pippo,DC=pluto,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=BaseOU,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=CN=Users,DC=sysfil,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=OU=ExternalUsers,OU=fiam,DC=paperino,DC=pippo,DC=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Routing selected by filter for: Adapter#dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - COMPARE: dn=dc=oracle,dc=com suffix=cn=Schema
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: top
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Checking Class: domain
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 DEBUG - VDELogger.java - Failure On : objectclass: top
    objectclass: domain
    dc: oracle
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : dc=oracle,dc=com
    2009-09-22 13:25:30,779 ERROR - VDELogger.java - Failure On : duplicate value
    Can you help me?
    best regardes
    Alessandro

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • Must I purchase AppleCare from a local store?

    I have purchased an iMac and two iPhone 6 for more nearly two week. My sister own a MacBook Pro purchased some months ago. We are intended to expan the warranty by applying AppleCare to those products. The problem is that our local stores stated that they have no AppleCare available for iPhone. MacBook Pro and iMac can purchase AppleCare but it is not always available. I live in Vietnam.
    Could I buy AppleCare and apply it online by myself without a need to visit any local store? The estimated tax is calculated based on particular ZIP code. I am not sure that there is available ZIP code for any city in Vietnam. Could I enter ZIP code of LA or somrwhere else instead?
    Am I able to expand the warranty coverage of my iPhone in Vietnam? Any help is appreciated!

    You can purchase AppleCare anytime during the 1 year warranty period and may purchase it from any authorized reseller. You can normally get discounts by using trusted vendors such as Amazon, B&H Photo, LA Computer etc.. Sometimes it does pay to shop for the lowest price however it is not wise to purchase from places such as Ebay because sometimes you simply do not know if the AppleCare purchased there is genuine or not.

  • I'm a brand new Mac user. I want to send photos from Iphoto to my local store for printing, like I can do in Picasa. I can't find that option in Iphoto.

    I'm a brand new Mac user. I want to send photos from Iphoto to my local store for printing, like I can do in Picasa. I can't find that option in Iphoto. I do not want to order them through Itunes.

    I have not idea how you do it with Picasa but with iPhoto you either export the photos to a desktop folder and upload from there or burns that folder to CD - or from the upload window use the media browser in the lower left hand corner of the upload windows - media ==> photos ==> iPhoto
    For pictures see -  https://discussions.apple.com/thread/3547767?tstart=0
    LN

  • Does Apple have some sort of Trade-In program at any of their local stores?

    I bought a Mid-2010 27 in. iMac from a producer friend of mine, it has the newest OS X, a 2TB hard drive and 16 GB of RAM. I'm wondering if I could go to one of their local stores and put my current iMac towards a newer model.
    If anybody has the answer please let me know.
    Thanks everybody!

    No, Apple do not do part exchange. You can sell your iMac on eBay and put the money towards a newer one.

  • Why I can purchase music only from a local store?

    It's like crazy, you want to support your favourite artists, no pirate stuff, but Apple says NO. In our european local store the offer is SO TRIMMED. (Can't be comparted, seriously.) WHY?
    Is my money not as good as US citizen's ones? Am I a second category person?
    SMH.

    Calm down.
    This is the way the itunes store works. 
    You can buy from other sellers.  Itunes is not the only music store on earth.
    If you want to nbuy from itunes, then you have to abide by their terms of service.  You may buy from whomever you like.
    "Is my money not as good as US citizen's ones? Am I a second category person?" 
    U.S citizens cannot buy from another country's store either.  No different than any other country.

Maybe you are looking for

  • To video editors: What's the best software video encoder?

    I'm relatively new to the encoding world, outside of .m2v for DVD.  I have a Mac Pro Dual Quad-Core 2.4 Ghz Intel Xeon system with 14 GB of RAM and running OS X 10.7.2.  I have the latest version of Final Cut Studio, which includes Final Cut Pro 7 an

  • OIM 11g unusual behaviour

    hi, i am using oracle identity manager 11g (11.1.1.3) + weblogic 10.3.3 + soa suite 11.1.1.3 + sun jdk 160_18. I have installed the DBAT connector, and i would like to know if the following is a normal behaviour. 1) search wizards in popups close the

  • SC 3.1 08/05 on Solaris 10 06/06 - cacao svc fails to load

    After patching up Solaris 10 06/06 to current (as of Sep 7th 2006), I have a number of issues to resolve, but I'm starting with this one. I get the following error on bootup. Sep 7 15:34:27 node1 cacao: No suitable Java runtime found. Java 1.4.2_03 o

  • Newbie wants to code

    Dear Gurus, What is the difference between writing a function module as compared to writing a routine like start routine or update rule routines? When is it typical that function module has to be used? Many thanks, Shankell

  • Export workflow with Compressor or QT?

    I finally make the move to Studio Pro5 and FCP5, love the FCP and now have a confusing problem with a movie that I want to export with Chapters to DVDSP5. Choices: 1. Export to QT, save as (not conversion), self contained from FCP with chapters, only