CONFIGURATION PROPERTIES VIEW ON OWB

Hi people, we want to know if there is some view or table on OWB Repository where we can see the values of the Configuration Properties dialog for each mapping.
Otherwise we have to open OWB client, expand the mappings tree and open the Dialog for each mapping.
Our OWB version is 10g R1 10.1.0.1.
Thanks in advance for your help.
JESUS B.H.
Lima, Perú

I'm not sure about a view or table but there are a useful set of experts for working with configuration values. Look in the Utilities, Tips & Tricks Exchange link on the OWB OTN page and search for Expert. It is listed for 10GR2 so I'm not sure if it works on your version. It uses OMB scripting though, so you could look at that to get the configuration properties.
Dave

Similar Messages

  • File System Location properties: view path (OWB 11..2.0.1 Windows)

    Newbee question:
    From the tutorial "Handling Flat File and COBOL Copybook Sources in Mappings", I imported the metadata for ETL_OWNER. It contains file locations such as SRC_FLAT_FILES_LOCATION but I cannot find any way to view its path in the file system. I created my own file locations where I can specify a path in the Create File System Location wizard, but afterwards, I can neither inspect nor change the path.
    Thanks for help
    Sebastian

    Thank's for help, I am simply not used to the user interface. The Connections Explorer seems to have disappeared in 11gR2 but the Locations node still exists, listing all file locations. However, the property inspector does not display the file's path, somewhat counterintuitively. Double-klicking the file location opens the Edit window containing the path.

  • Design suggestion for application-wide configuration properties

    Hello all
    I am seeking opinions on how to design an application in which multiple classes have access to a common set of configuration properties that may change at runtime.
    Until now, I would create an abstract class dedicated to initializing the properties set and enabling access to them from anywhere in the application through appropriate get/set static methods (most probably using an internal java.util.Properties object). Lately, my confidence in that approach seems to diminish.
    So, I thought I should ask... do you see any issues with the above approach? Would you suggest any alternatives?
    What I am essentially looking for here is a best practice to stick with from now on.
    Thanks in advance
    G

    909773 wrote:
    For example a 24x7 service that is supposed to handle requests on port X is very unlikely to need to change to port Y while running.
    Or what happens if you have a plugin architecture and someone changes the root plugin directory to another directory.On the other hand, the maximum draw distance in a virtual world, an application's "skin", or a filesharing client's bandwidth limit are, in my view, properties that may very well need to change at runtime.
    Seems reasonable to me. That is the easy part. The hard part is
    1. How/when do you reload
    2. How do you code your app so it gets the new values and uses themAs for 1, apologies if I haven't explained correctly: I am talking about properties that may change programmatically at runtime, e.g., by a user through a configuration dialog. Ok.
    I can think of at least one way to deal with 2 (classes interested in all or a few of the properties implement some property listener interface and accordingly re-get values when notified about changes).That is how you detect it. It has nothing to do with whether the current running process is in a state that allows changes to be made.
    all over the code reflects a wise design decision vs using a singleton property manager, references to a single property manager object (maybe even a java.util.Properties object) passed around through constructors, approaches involving dependency injection (not relying on any framework though), or else.Depends on the application. For example with a distributed system propogating the changes correctly so systems are not out of sync can be problematic.
    Depends on the context in which your user makes changes. If it is an admin then it has the same context has if you were using a file. In that case I would use a singleton.
    If it is a user changing part of the system, then you can't use a singleton. In that case you would need a context object from which other code derives the configuration values it uses. That is a one layer hierarchy and of course more levels require more complexity via a context object for each level.

  • Application Module Configuration Properties file?

    Hi,
    Any body knows where could i find the Application Module Configuration Properties file on the disk.
    (This properties on wizard are appeared when we right click on application module and select configuration...)

    Curt,
    Thanks for your direction. That link is vary useful to be familiar with the AM configuration setting.
    Frankly, during last few months I was extremely busy to develop JSP pages. And didnt study much about AM But now that we are close to move the application to production I faced unacceptable problems. Recently I started to read your/and other folks treads to get more familiar with AM.
    Here is some of the problem i faced, which i think are AM related:
    1-The application speed goes down as soon as more than 2-3 browser(user) work with the same application(most probably I have memory leak).
    2-Some times I received following error when tried to load a JSP page in the application:
    Error Message: oracle.jbo.PCollException: JBO-28020: Passivation error on collection TXN, node id -1 void
    3-I faced following error when I tried to work with two applications in one or even two browsers:
    Error Message: JBO 30004: An application module that was not checked out was checked in...
    So, please let me know your idea on those and/or any point that I have to check.
    By the way, I am still on JDev9i-Beta and I accepted all default setting at the time I created AM . but the state of each page explicitly defined at the page level(mostly stateful, but on some of the pages i didn't mentioned the state which by default is stateless).
    Thanks.

  • Updating configuration properties

              Hi
              I have a quick question regarding updating the config properties in a resource
              adapter.
              When I deploy a resource adapter, I see that a setXXXX method in the ManagedConnectionFactory
              implementation is invoked for each config-property defined in the ra.xml (where
              XXXX is the name of the property).
              However, when I change the value of a config property in a deployed resource adapter
              using the administration console - these setXXXX methods are not being invoked,
              even if I click on the persist changes button.
              Is this possible some other way, or do I have to undeploy and or re-deploy a resource
              adapter to change its configuration properties ?
              (For what its worth, I'm using WebLogic Server 6.1, SP2 - Windows 2000 & JDK 1.3)
              Br
              Erik
              Ericsson Radio Systems AB, Stockholm Sweden
              

    I think you have to restart the server (or redeploy the adapter) for changes
              to take effect, which is been fixed in 7.0 version.
              Please confirm this though.
              Thanks
              Amit Chauhan
              Erik Eide <[email protected]> wrote in message
              news:[email protected]...
              >
              > The Server is run in Production Mode....
              >
              > /Erik
              >
              > "Raja Mukherjee" <[email protected]> wrote:
              > >Is your server is in development mode or production mode?
              > >
              > >..raja
              > >
              > >"Erik Eide" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Hi
              > >>
              > >> I have a quick question regarding updating the config properties in
              > >a
              > >resource
              > >> adapter.
              > >>
              > >> When I deploy a resource adapter, I see that a setXXXX method in the
              > >ManagedConnectionFactory
              > >> implementation is invoked for each config-property defined in the
              ra.xml
              > >(where
              > >> XXXX is the name of the property).
              > >>
              > >> However, when I change the value of a config property in a deployed
              > >resource adapter
              > >> using the administration console - these setXXXX methods are not being
              > >invoked,
              > >> even if I click on the persist changes button.
              > >>
              > >> Is this possible some other way, or do I have to undeploy and or
              re-deploy
              > >a resource
              > >> adapter to change its configuration properties ?
              > >>
              > >> (For what its worth, I'm using WebLogic Server 6.1, SP2 - Windows 2000
              > >&
              > >JDK 1.3)
              > >>
              > >> Br
              > >> Erik
              > >>
              > >> ----
              > >> Ericsson Radio Systems AB, Stockholm Sweden
              > >
              > >
              >
              

  • Pre-configured properties are overwritten

    Hello,
    Sorry, posted this is wrong forum before
    I am using SunOne 6.0 SP4 and have noticed a strange problem when configuring the rules.properties and servlet.properties files.
    Here's what I do.
    1) Create a web server
    2) Copy pre-configured properties files to the config directory
    3) Apply changes
    However, the properties files are overwritten with default
    ones. It appears to be tied to the date the files are modified because if I modify the files before copying them over, they are not over-written.
    Is this a bug/feature?

    I'm a little confused by your steps. Can you be more explicit in your description?
    Based on what you've said I'd recommend you do this:
    1) Create your instance
    2) Configure what you need to through the GUI, then Apply
    3) Copy your hand-tuned files in place
    4) Re-enter the Admin Server interface from the beginning
    5) Follow the warning screens that indicatemanual changes have occurred.

  • IFS-20010 : Unable to get service configuration properties

    Hi all,
    I am trying to connect to IFS using JDeveloper. I have coded a JSP which makes a call to my java class to connect.
    I know that I can connect from my machine because I can run a simple application from the command line to create
    a file in IFS.
    Anyway, I set up my classpath under Project Settings as follows (same as my classpath on command line):
    C:\oracle\JDeveloper\9ifs\settings;.;C:\DOCUMENT\jars\adk.jar;C:\DOCUMENT\jars\email.jar;
    C:\DOCUMENT\jars\repos.jar;C:\DOCUMENT\jars\utils.jar;C:\DOCUMENT\jars\xmlparserv2.jar;
    C:\oracle\ora90\jdbc\lib\classes12.zip
    When I run the jsp under JDeveloper I get the following output on my developer console.
    Should the classpath value be what I have entered for my classpath under Project Settings?
    Any help is appreciated,
    Paul
    C:\jdev9i_902\jdk\bin\javaw.exe -ojvm -classpath C:\jdev9i_902\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\jdev9i_902\jdev\system\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=9011, RMI=23916, JMS=9252.]
    [waiting for the server to complete its initialization...]
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    Target URL -- http://127.0.0.1:9011/maps-ifs-context-root/docScreens/test.jsp
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
    oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.connect(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.<init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void docscreens.testForm._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()

    Did anyone find a solution to the problem described in this thread?
    I have made a simple stateless session bean in JDeveloper from which I try to connect to iFS. If I use the
    embedded oc4j container in JDeveloper, I get the following exception:
    Standard output of the EJB:
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)Print stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
         oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
         oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSession(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0.startSession(java.lang.String, java.lang.String)
         java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
         void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    The test client gets these messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    If I use oc4j in the application server, then I get the following exception:
    Standard output of the EJB:
    Localized message: IFS-20102: Message unavailableMessage: IFS-20102: Message una
    vailableTo string :oracle.ifs.common.IfsException: IFS-20102: Message unavailabl
    e
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NOPrint stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Message unavailable
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NO
    void java.util.ResourceBundle.throwMissingResourceException(java.lang.St
    ring, java.util.Locale)
    java.util.ResourceBundle java.util.ResourceBundle.getBundleImpl(java.lan
    g.String, java.util.Locale, java.lang.ClassLoader)
    java.util.ResourceBundle java.util.ResourceBundle.getBundle(java.lang.St
    ring, java.util.Locale)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale, oracle.ifs.bea
    ns.LibrarySession)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale)
    void oracle.ifs.common.Localizer.<init>()
    void oracle.ifs.server.S_LibraryService.<init>(java.lang.String, java.la
    ng.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.server.S_LibraryService oracle.ifs.server.S_LibraryService.st
    artService(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSess
    ion(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0
    .startSession(java.lang.String, java.lang.String)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    The test client gets theese messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-12000: Unable to construct localizer
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    The classpath of the actual project in JDeveloper is:
    C:\oracle\ora92ias\9ifs\settings;C:\oracle\ora92ias\9ifs\lib\adk.jar;C:\oracle\ora92ias\9ifs\lib\email.jar;C:\oracle\ora92ias\9ifs\lib\repos.jar;C:\oracle\ora92ias\9ifs\lib\utils.jar;C:\oracle\ora92\jdbc\lib\classes12.jar;C:\oracle\ora92ias\lib\xmlparserv2.jar;C:\oracle\ora92ias\j2ee\home\oc4j.jar;C:\oracle\ora92ias\j2ee\home\ejb.jar;C:\oracle\ora92ias\j2ee\home\jaas.jar;C:\oracle\ora92ias\j2ee\home\jaxp.jar;C:\oracle\ora92ias\j2ee\home\jdbc.jar;C:\oracle\ora92ias\9ifs\lib\http.jar;C:\oracle\ora92ias\9ifs\lib\provider.jar;C:\oracle\ora92ias\9ifs\lib\webui.jar;C:\oracle\ora92ias\jlib\javax-ssl-1_2.jar;C:\oracle\ora92ias\jlib\jssl-1_2.jar
    Other information:
    I have oracle 9i, application server and iFS installed on one machine with the windows advanced server 2000 os.
    Does anyone know what I can do in order to solve this problem?
    Thanks,
    Anne Sommerhein

  • Problems with properties view

    Hi guys.
    I have one problem that I cant fix. First of all I am going to describe my project.
    I using EMF for my models, and I have my own navigator and couple editors for models. Some of editors have table with list of models as input and some add/remove buttons. My navigator and editors implementing ITabbedPropertySheetPageContributor to return contributor id, and override getAdapter() like this:
    @SuppressWarnings("rawtypes")
    @Override
    public Object getAdapter(Class adapter) {
    if (adapter == IPropertySheetPage.class) {
    return new TabbedPropertySheetPage(this);
    return super.getAdapter(adapter);
    So properties are showing for all models (even same) in navigator and editor. Also I have undo action on my project, this action it is handler that calls UIUndoLastOperationController.
    If I try to delete model from Editors table, content provider notifies listener (SelectionChangedListener) in TabbedPropertySheetPage, and selectionChanged(SelectionChangedEvent event) method is called, that hide properties view. But if I try to create new model in my table, go to navigator and call Undo action (created model disappear from table) and go back to Editor - properties view are no hide, and listener in TabbedPropertySheetPage is not notified.
    Could anybody help my with this problem, maybe someone already had this problem.
    Thanks in advance for any tips.
    Best regards, Ruslan.

    Hi guys.
    I have one problem that I cant fix. First of all I am going to describe my project.
    I using EMF for my models, and I have my own navigator and couple editors for models. Some of editors have table with list of models as input and some add/remove buttons. My navigator and editors implementing ITabbedPropertySheetPageContributor to return contributor id, and override getAdapter() like this:
    @SuppressWarnings("rawtypes")
    @Override
    public Object getAdapter(Class adapter) {
    if (adapter == IPropertySheetPage.class) {
    return new TabbedPropertySheetPage(this);
    return super.getAdapter(adapter);
    So properties are showing for all models (even same) in navigator and editor. Also I have undo action on my project, this action it is handler that calls UIUndoLastOperationController.
    If I try to delete model from Editors table, content provider notifies listener (SelectionChangedListener) in TabbedPropertySheetPage, and selectionChanged(SelectionChangedEvent event) method is called, that hide properties view. But if I try to create new model in my table, go to navigator and call Undo action (created model disappear from table) and go back to Editor - properties view are no hide, and listener in TabbedPropertySheetPage is not notified.
    Could anybody help my with this problem, maybe someone already had this problem.
    Thanks in advance for any tips.
    Best regards, Ruslan.

  • Properties view usability

    Hello,
    From my experience with Sirius I think that it would be nice for usability purposes to be able to open in a pop-up/wizard only the semantic tab of the Properties view (without the rulers or appearance) by double-clicking (using Double Click Descriptors I suppose) on an representation element (digram, table, tree...).
    I read some documentation about opening eef wizard on double-click herehttps://www.eclipse.org/sirius/doc/viewpoint-eef.html#OpeningEEFwizardonadoubleclick, but I found it difficult to integrate with EEF. Can't one just make the semantic tab show up as is?
    Regards

    Hello,
    A solution could be to create a Double-Click tool that will next
    delegate the job to your own Service or Java Action (instead of the EEF
    Java Action) that will open the properties view. Unfortunately, there is
    no default Java Action provides by Sirius to open a properties view wizard.
    Regards,
    Florian
    On 07/23/2015 11:38 AM, Tiago Jorge wrote:
    > Hello,
    >
    > From my experience with Sirius I think that it would be nice for
    > usability purposes to be able to open in a pop-up/wizard only the
    > semantic tab of the Properties view (without the rulers or appearance)
    > by double-clicking (using Double Click Descriptors I suppose) on an
    > representation element (digram, table, tree...).
    >
    > I read some documentation about opening eef wizard on double-click
    > herehttps://www.eclipse.org/sirius/doc/viewpoint-eef.html#OpeningEEFwizardonadoubleclick,
    > but I found it difficult to integrate with EEF. Can't one just make the
    > semantic tab show up as is?
    >
    > Regards
    Florian - Obeo
    Need professional services for Sirius?
    http://www.obeodesigner.com/sirius

  • NWDS - Persistence Outline/Persistence Properties View

    Hi,
    When i develop a new EJB 3.0 project, add persistence to it and generate entities i find that Persistence Properties View and Persistence Outline view are populated and i can work as has been described in the documentation.
    However when i open the imported the EDM EJB application and open any entity for e.g. Employee or Project these two views dont get populated.
    Am i doing something in a different way or is this is default behaviour.
    Regards
    Sidharth

    Hi Sidharth!
    In order to work with Persistence Properties view and Persistence Outline view (Dali plugin) you have to mark your current project as being an Java Persistence project. The EDM EJB application was developed without using the Dali plugin and thus they are not activated for use with Dali.
    If you wish to use Dali with this project you have to open the context menu of the project, choose "Java Persistence" and then "add Java Persistence". After that you will be guided through a wizard that connects your EJB project at design-time with the underlying data source. If you are asked for the database connection, use the preconfigured JP1 connection with the schema SAPDEMO. Furthermore you should uncheck the checkbox for creating a new persistence.xml because there is already one that you probably don't want to override. After finishing the wizard you are ready to use the Dali plugin with your project.
    Best Regards,
    Robin

  • How to prevent editing a SharePoint site column value from document properties view of a downloaded document?

    Hi,
    We have created a SharePoint site column with below settings
    1. ShowInEditForm - False
    2. ShowInNewForm - False
    3. ShowInDisplayForm - True
    With the above definition, the site column showing only in view properties form not in New and Edit forms.  This column is added to a document library and updating this column value will be managed by event receiver code when a document is uploaded.
    Till this point, everything is working OK.
    But the issue is when we download and open a document from the above document library, under document properties the above column (with value) is visible along with other document default properties and  this column value is editable. With this issue,
    user is able to set a new value and overwrite the existing value by re-uploading the document.
    Could you please let me know how to handle this issue so that user should not be allowed to edit except viewing the value/property (read only)?
    Thanks in advance.
    Regards
    Ramesh

    You can set "ShowInFileDlg" property of field to "FALSE". Using this you will not see that field in document properties list

  • How to define configurable Properties in WAS - CE 7.1 ??

    Hi,
    You can visit NetWeaver Administrator Web Page of your server:
    [http://<server>:<port>/nwa|http://<server>:<port>/nwa]
    You must have Admin rights to do so. And you can see/edit properties from various tabs and not under single tab.
    Reason: All the properties are not assembled and may not have single portal role. They are scattered and might be you have to search into right tab (role) to modify any property after logon to portal.
    -kunal kotak

    Hi,
    Where in under NWA ????
    From where can i view all deployed application in NWA ???
    I have all administrator roles.
    Regards,
    Satya.

  • How do I re-configure my viewing area?

    My images are off the right side of my viewing area. How do I move them back over to the left?
    My thumbnails are in the correct spot, but the image I am editing is way off center, where I can only see the left edge of the image.
    Any ideas?
    Thanks!

    Pete,
    You should be able to trash the old copy, but no hurry. Aperture makes a new copy when it launches, when none is present.
    There are many plist files, as you will note, associated with each application you have. Those in the Home/Library/Preference folder are User Account specific, and would not impact other User Accounts that might be on the same Mac.
    I would expect this one to have preferences settings perhaps, and also how you expect the interface to be configured when you first open the program. If you have built any presets to use in the Inspector Sidebar, they might need to be rebuilt.
    Other plist files, such as com.apple.mail.com have all the setup info for your individual email accounts.
    Btw, they do not get removed when the application is uninstalled, typically, and thus continue any issues with a new install, for that one User Account.
    Another BTW -- the presets and other important items are NOT in this plist, but rather are found in Home/Applications Support/Aperture, so not much lost by trashing, upon further reflection.
    Ernie
    Message was edited by: Ernie Stamper

  • Can desktop manager be configured to view email attachment?

    Hi,
    I have posted this question few times before and still have not gotten a definite answer. Can someone confirm if I can configure the desktop manager to view email attachment? If so, how do I achieve it? I am not one BES or BIS.
    I have looked at the below KB and tried using the application launcher to install the attachmen service, however, it was not available in the application loader wizard.
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB04279&sliceId=SAL_Pub...
    configuration
    Blackberry 8300
    Desktop Manager 4.3
    Thanks
    Solved!
    Go to Solution.

    First of all if you are nither BES nor BIS then there is no question of integrating email IDs in your device. Meaning no possibility of viewing email attachment in your device. For using any BlackBerry features you have to have a BlackBerry data plan. Please clarify this point.
    Now regarding attachment viewing through Desktop Manager configuration is not possible. There is no such option in BlackBerry.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • How to implement maps in obiee11g and configure map viewer

    Dear All,
    Greeting for the day,
    I am trying to explore obiee11g, ,how to implement the maps that is one of the finest features incorporated in obiee11g, and what all configurations(if required) are to be done. or any helpful documentation regarding same.
    Please help!!!!
    Thanks in advance
    Regards

    Hi,
    Check the RittmanMead-blog
    http://www.rittmanmead.com/2010/08/oracle-bi-ee-11g-map-views-integration-with-mapviewer/
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

Maybe you are looking for

  • When I preview a song in iTunes, the album art preview shows up blurry

    So anytime I preview a song in iTunes store, whenever I click on the small album art icon (at the top) to bring up the smaller player, the album art shows up blurry. Has been happening for the past three or four iTunes releases. How can I fix it? Whe

  • Photos rotating in aperture

    When I go to pull pictures from Aperture into iMovie, the pictures have rotated 90 degrees.  They were not like that originally and I will fix them in Aperture but then other pictures rotate the next time I access that library.  Any ideas what is cau

  • Avi files not imported

    my older imac only imports photos, not avi files. on another intel imac, both photos and avi files import without any problem. any ideas? all software updates, iphoto, and OS are the same.

  • Batch Scheduler: PDF Generation failed.

    Iam having some issues with the scheduler. If I try to schedule a new batch In workspace I am having the following error message: "; nested exception is:java.lang.NullPointerException". The scheduler won't allow me schedule a new batch. version 11.1.

  • Can't watch videos or listen to radio

    I just bought this macbook and i'm having some trouble whenever i try to play videos on the internet or listen to radio stations/programs. eg: won't let me watch highlights on the fifa world cup website or listen to audio taped interviews. If anyone