Performance for Custom folder in Discoverer

Hi there, thanks for all your helping questions and sharing your thoughts.
I got issue from user regarding Custom folder in Discvoerer while they try to run report, becoz there are item classes i created and its taking so long time to fetch LOVs.
Below is the query, I used to create custom folder and also created 3 LOVs (item classes) in Discverer Administrator, it is working well and good.
According to the requirement ( you can see bottom of this page) this is the query, Can anyone help me on how to improve performance, in TOAD the query takes long time, so for Item classes also it takes long time. Any ideas would be greatly appreciated, thanks in advance.
SELECT fu.user_name
, fu.description
, fu.start_date "User Start Date"
, fu.end_date "User End Date"
, frv.responsibility_name
, frv.start_date "Resp Start Date"
, frv.end_date "Resp End Date"
, furg.start_date "Resp Assignment Start Date"
, furg.end_date "Resp Assignment End Date"
, MAX (flr.start_time) AS "Last Logon"
, 'Y' as "Logon Flag"
FROM apps.fnd_user_resp_groups_direct furg
, apps.fnd_responsibility_vl frv
, applsys.fnd_user fu
, applsys.fnd_logins fl
, applsys.fnd_login_responsibilities flr
WHERE furg.responsibility_id = frv.responsibility_id
AND fu.user_id = furg.user_id
AND fl.user_id = fu.user_id
AND flr.responsibility_id = frv.responsibility_id
AND fl.login_id = flr.login_id
GROUP BY fu.user_name,
fu.description,
fu.start_date,
fu.end_date,
frv.responsibility_name,
frv.start_date,
frv.end_date,
furg.start_date,
furg.end_date
UNION ALL
SELECT fu.user_name
, fu.description
, fu.start_date "User Start Date"
, fu.end_date "User End Date"
, frv.responsibility_name
, frv.start_date "Resp Start Date"
, frv.end_date "Resp End Date"
, furg.start_date "Resp Assignment Start Date"
, furg.end_date "Resp Assignment End Date"
, NULL AS "Last Logon"
, 'N' as "Logon Flag"
FROM apps.fnd_user_resp_groups_direct furg
, apps.fnd_responsibility_vl frv
, applsys.fnd_user fu
WHERE furg.responsibility_id = frv.responsibility_id
AND fu.user_id = furg.user_id
AND (fu.user_id, frv.responsibility_id ) NOT IN (
SELECT fl.user_id, flr.responsibility_id
FROM applsys.fnd_logins fl,
applsys.fnd_login_responsibilities flr
WHERE fl.login_id = flr.login_id)
Requirement================
We have made use of modifications to a Discoverer report called 'Oracle Users and Responsibilities'. We use the report to review Oracle users and their associated responsibilities. We would like to see if it would be possible to make another report with fields from the above SQL query. The intent is to note when users last made use of a responsibility (last logged on with a responsibility). The above query needs some revision in the fact that it currently only returns responsibilities a user has logged in with. Ideally, we would like to also return the responsibilities a user has not logged in with. If a date parameter is supplied for a report, the end-user will be able to return all users, their responsibilities, and the last time the users logged in. The attached query can specify a user or the user's creation date; ideally, one would also be able to only pick responsibilities user(s) had prior to a specified date. Thus, if they wished to run a report to return all the users and the last time they logged in with their responsibilities if they have had the responsibility for at least 90 days, he could readily do so.

Hi,
You could try this query, but whether it will be quicker depends on how you are using the custom folder in your reports.
SELECT ilv.user_name
, ilv.user_id
, ilv.description
, ilv."User Start Date"
, ilv."User End Date"
, ilv.responsibility_name
, ilv.responsibility_id
, ilv."Resp Start Date"
, ilv."Resp End Date"
, ilv."Resp Assignment Start Date"
, ilv."Resp Assignment End Date"
, ilv_login.start_time "Last Logon"
, NVL2(ilv_login.user_id, 'Y','N') "Logon Flag"
FROM (
SELECT fu.user_name
, fu.user_id
, fu.description
, fu.start_date "User Start Date"
, fu.end_date "User End Date"
, frv.responsibility_name
, frv.responsibility_id
, frv.start_date "Resp Start Date"
, frv.end_date "Resp End Date"
, furg.start_date "Resp Assignment Start Date"
, furg.end_date "Resp Assignment End Date"
FROM apps.fnd_user_resp_groups_direct furg
, apps.fnd_responsibility_vl frv
, applsys.fnd_user fu
WHERE furg.responsibility_id = frv.responsibility_id
AND fu.user_id = furg.user_id
) ilv
,(SELECT fl.user_id
   , flr.responsibility_id
   , MAX(flr.start_time) start_time
FROM applsys.fnd_logins fl
, applsys.fnd_login_responsibilities flr
WHERE fl.login_id = flr.login_id
GROUP BY fl.user_id
   , flr.responsibility_id) ilv_login
WHERE ilv.user_id = ilv_login.user_id(+)
AND ilv.responsibility_id = ilv_login.responsibility_id(+)Rod West

Similar Messages

  • Unable to Create a custom folder in Discoverer Administrator

    Hi,
    I have a discoverer report which is based on on standard query(Which cant be modified).The requirement is to add a new column to it which doesn't exist in that folder.I can create a custom folder and add the column to the report,but the problem is whenever i create the folder and hit the Validate SQL button it is throwing the error " *The custom SQL entered is not valid SQL statement - ORA-00942: table or view does not exist* "
    I have all the privileges for the user and when I am trying to validate the existing queries ,it is throwing the same error .
    Discoverer Version - 4 i
    Oracle Application - 11.5.9
    Appreciate your help .
    Thanks ,
    Vijay

    Hi,
    Creating new folders should be done when you are logged on as an application user.
    If your application user does not have admin access to the EUL then log on the Disco Admin as the EUL owner and grant full admin privileges to an applications user or responsibility.
    Then logon to Disco Admin with that user or responsibility. You should then be able to create and import folders.
    Rod West

  • Importing Custom folder in Discoverer Administrator from One Instance to Another Instance

    Hi all,
    I have created a custom folder XXHR_TEST_FOLDER_OLM in Discoverer Administrator 10.1.2.1 in my test instance. I want to move it to another instance say UAT. First i exported the folder from test instance. File-> Export -> Selected Objects in the End User Layer->Selected Custom folder->Provided Save location and finish. The eex file is created in my local machine. Now I tried to import the same to the UAT instance. File-> Import. It throws me an warning stating
    "A folder named 'XXHR_TEST_FOLDER_OLM' was created or modified during the import but is not in a business area". What am i missing here. Kindly let me know.
    Regards,
    Pradeep

    Vinay,
    For deploying pages to Production instance , you need import these pages with help with oracle.jrad.tools.xml.importer.XMLImporter command. Check old thread in this reference .
    Thanks

  • Mail badge for custom folder

    I am running OS X Lion 10.7.2. I have configured my iCloud mail ID with the Mail app. I am also having my Gmail forwarded to my iCloud mail ID, and thanks to a rule I created in the web interface for iCloud mail, all mail being forwarded from Gmail lands in a particular folder in the Mail app. The problem is that the unread mail count badge does not appear for mails arriving in that custom folder. Is there a workaround to it?

    It seems not possible for me. May be using some scripts via GPO to modify this settings. Youcould ask in scripting, but I don't think it would be an easy work.
    Rgds

  • How to improve performance for Custom Extractor in BI..

    HI all,
               I am new to BI and started working on BI for couple of weeks.. I created a Custom Extractor(Data View) in the Source system and when i pull data takes lot of time.. Can any one respond to this, suggesting how to improve the performance of my custom Extractor.. Please do the needfull..
      Thanks and Regards,
    Venugopal..

    Dear Venugopal,
    use transaction ST05 to check if your SQL statements are optimal and that you do not have redundant database calls. You should use as much as possible "bulking", which means to fetch the required data with one request to database and not with multiple requests to database.
    Use transaction SE30 to check if you are wasting time in loops and if yes, optimize the algorithm.
    Best Regards,
    Sylvia

  • Temporary Fix for custom folder icons now working in dock...

    First of all, this is kinda simplistic and you will NOT be able to use stacks with it. When you click these icons, the folder will open in finder immediately. All you have to do is create an alias to the folder you want and then drag the ALIAS to the dock. Works perfectly for me.

    sorry, title should be not working in dock.

  • Custom folder - basic question(s)

    Hi Everyone,
    Hope all is well...
    I am aware that one can create an
    statement and than use that to create a Discoverer custom folder.
    I was wondering when do you have a tendency to go with this approach?
    Do you do this so that you can -
    1) avoid complicated Discoverer queries - for example you want to avoid using too many analytic functions
    so you prepare the data using SQL?
    2) create a NEW Discoverer query off this custom folder
    thus this technique is like doing a query against a query
    I would like to to create a custom folder for the above 2 reasons.
    What are your opinions? tx, sandra

    Hi Sandra,
    let's clarify the terms:
    Normally you have developed your Select statement that returns the data that you need in Discoverer. Now you have two choices:
    1. send this SQL to your Disco Administrator and let him/her create a custom folder in Discoverer, where he/she uses your SQL directly (copy&paste into discoverer admin)
    2. you can use your Select statement and store it in the database and give it a name. you do this via:
    create view your_view_name
    as
    select ... from ....;
    Then you can use this view like any other table for selects:
    select * from your_view_name;
    And it will return the same results like your initial select statement. The advantage is that this view exists as an object in the DB, means everyone else can use it (for example for tests), while you as a developer maintain it.
    When you have a view, then in discoverer administrator instead of creating a custom folder you can create a "normal" folder via "New folder from Database". Then it will list all your tables and views on the database, so you select your view "your_view_name" and it will create a folder for this (each column in the view will get an item in the folder etc.)
    Regarding performance: You can not generally say that this or that performs better, since the select statement in the view and in the custom folder can be the same. However if it's in the DB as a view, then the DBA can monitor and optimize performance better, since he can see it there as an object.
    Next to that there are certain limitations to the select statements that you can use in a custom folder. You do not have these limitations in the DB Views. However those are pretty complex statements that you maybe did not miss so far...
    Regarding benefits for tests:
    The benefit with a DB view is: you create a view for your select statement and then you can ask someone else to check if it returns the correct data. They will have to do a:
    select * from your_view_name where...;
    If something is not correct, you change the view but you don't need to send them the SQL via mail again... sending SQLs via mail is something I avoid, because people always do copy&paste mistakes or the mail program does some stupid things with the code or whatever.. I prefer to keep the "implementation" (source code/select statement) hidden to the person that tests... they can validate based on the results.
    But I don't want to stress too much on this one, since normally your users should test in Discoverer, that's what they will use finally, so they should test there. And here it does not make a difference to the end users whether you have views or custom folders.
    Regarding Source Code control or "Version Control":
    We use CVS or Subversion to store our program code. So all program code is stored in such a version control system, so that you can keep track of the changes over time, see which version was installed when (we place "tags/labels" with the date of deployment on the version that is installed) etc.
    I guess you store your program code somewhere in a folder, and you use different folders for different versions or something. This is pretty nasty, CVS or Subversion or systems like this make your life easier ;)
    Regarding Automatic deployment:
    Once we have developed a certain program (statement, package, whatever) and it's working fine, then we store it as new version in our CVS (version control). Then we do a UAT (user acceptance test). IF everything is fine and approved for production, then it needs to be installed on the production server.
    For this we have a so called build&deployment system. We use ANT for this (comes from the Java community I think).
    What we do when we want to have something installed: we run a script called "build.sh" with some parameters:
    build.sh deploy_production my_project
    this means we want to deploy the program "my_project" to the production system. the rest is handled by the script:
    1. get the latest version of the program code from CVS
    2. prepare & copy all needed files to the production servers
    3. run one or more install scripts on the production servers to install everything (for example it will execute our "create view ... " script via SQLPlus)
    4. verify if installation went fine
    5. place a tag/label in CVS that this specific program version has been installed on the current date onto the production system
    You can add there some more things if you want to... of course not everything is automated at our site, for example the discoverer folders are still manually created. But this is a one time action. If you make a minor change to the DB view (no new columns) then you need to install only the new version of the View, but nothing needs to be done in Discoverer with the folder.
    Well, I could continue for a while explaining the concept more and more... But meanwhile I forgot already what the initial problem was :-D
    best regards,
    David.

  • WITH clause and Custom Folders in Discoverer 10.1.2....

    Hi ,
    Is there any way to write a sql query using the WITH clause in Discoverer Administrator 10.1.2. custom folder....???
    I mean something like this......
    WITH sample_data as (select .........)
    as
      (select ..... from sample_data) which of course is valid in SQL*PLUS....
    Thanks , a lot
    Simon

    Hi ,
    sorry but i didn't make it working.....
    I have written this WITH clause...
    SQL> with sample_data as (select '13' as id , 'Y' as in_active from dual
      2                       union all
      3                       select '194' as id , 'Y' as in_active from dual
      4                       union all
      5                       select '792' as id , 'N' as in_active from dual)
      6    select id , in_active from sample_data
      7  /
    ID  IN_ACTIVE
    13  Y
    194 Y
    792 NIn custom folder of Discoverer , i have written....
      select id , in_active from  (with select '13' as id , 'Y' as in_active from dual
                         union all
                         select '194' as id , 'Y' as in_active from dual
                         union all
                         select '792' as id , 'N' as in_active from dual)But an error occured....ORA-00903 invalid table name
    Can somebody help me in this...?????
    Thanks , a lot
    Simon

  • Creation of a Custom Folder in Oracle Discoverer Administration Edition

    Hi
    Could anybody help me in solving this problem while creating a Custom Folder in Oracle Discoverer Administration Edition ?
    My Requirement is :
    I Connect to EUL_US/EUL_US@<HOST_STRING> under Oracle Discoverer Administration Edition.
    I selected a Pre-Defined Business Area Eg. General Ledger
    There i created a Custom Folder by Name Test Custom Folder
    The Query which i used in my Custom Folder is
    SELECT NAME FROM GL.GL_JE_BATCHES
    When i Used this Query it says Table or view does not exist.
    The Folder is getting created but without a Query.
    I am not able to preceed further.
    Any Help would be appreciated
    Regards
    Nakul Venkataraman

    Hi Nakul, you may be running into a problem with the sql for your custom folder. For some reason Discoverer Admin will allow you to create a custom folder with sql, but then if you change it and it has any advanced sql, i.e. grouping sets, analytic functions etc., you probably receive an error.
    An option is to create a view using the same sql and create a folder from the database using this view.
    Hope this helps.
    Brent.

  • Passing parameter to a query in Discoverer Admiin custome folder.

    I am developing a report in which I need to paa in the request Id as parameter to display the user the data corresponding to that request Id. However the query is very complex and If I am enetering the request Id in Discoverer Desktop se as Condition for the workbook created the report takes a lot of time to generate. Is there any mechanism through which I can pass the parameter directly to the Custome folder query. As this will reduce my computation time since all the joins will be done only for the rows with that given request Id rather than for all the rows which is happenning correctly.
    Thanks.

    Hi,
    Well there is no straight forward way to do that.
    There is a work around to get that functionality by using outer tables or context.
    Take a look at the following posts:
    Re: Parameters in SubQuery
    Re: Parameters in Discoverer Administration
    Re: Passing multiple parameters into Custom Folder...

  • Order by clause in discoverer custom folder

    hi,
    i m working on discoverer 3.1.38.I've been trying to sort the period according to calendar sequence and for this i tried 2-3 different queries which are working fine on sql plus but in discoverer custome folder,one error is coming saying ..can't use ORDER BY clause in custom folder.
    I've tried formatting option also but it doesn't work here with me as i preferably want to sort in MON-RR format.
    thanks in anticipation
    null

    thanks for replying back. but i didn't get what exactly u meant by creting query in user edition and about alternative sort,i should have list of value item and item_to_sort in same folder but i don't have that..i am creating one cross tab report and using to_char(gl_date,'MON-RR') format on my top axis its' appearing alphabetically over there,i wrote one qurey which worked prefecly fine on sql plus,but in discoverer its' giving me error.i can't create alternative sort on this,so please give me some different solution
    thanks in advance

  • How to create custom folder for parameterized query

    Hi Gurus,
    I developed a query to generate report to " who is reporting to who in organization", when i am trying to create custom folder using this query but i am getting error like "The custom sql entered contains parameter and therefore invalid". Could you please help to parameterize the emp_key in query in Oracle Discoverer. Is there any way to pass the value using external procedure for this query.
    SELECT
    lpad(' ', 8 *(LEVEL -1)) || emp_last_name, emp_key, manager_id, emp_key, manager_key,
    mgr_last_name, mgr_first_name, empid,
    emp_last_name, emp_first_name, LEVEL FROM cmp_ppl1 START WITH emp_key = &emp_key
    CONNECT BY PRIOR emp_key = manager_key;
    Thanks & Regards
    Vikram

    I agree 100% that it's way easier to create a dataview or a custom folder - with no run time parameters being passed to the EUL - as is being done by Vikram.
    The only concern I would have is that I don't know if it would work - or at least ever come back in reasonable time - for Vikram and therefore the question about parameters (only Vikram can say).
    The reason I'm wondering is that I've created SQL similar to being shown (when used in an org chart report at a large client) and the start / connect by is used for going down the tree getting everyone on the way. And if it's not limited - that could be a huge undertaking - of records and/or time. Guess it depends on how many people work at the organization (and of course, levels).
    But otherwise, absolutely, I would try and bring back all logical records to the folder and then filter in Disco.
    Russ

  • Date Parameter in Discoverer Custom Folder

    Hi All,
    We have a requirement where i need to filter sql query data in the where condition as below.
    WHERE 1=1
    AND TRANSACTION_DATE BETWEEN :PARAMETER_DATE-90 AND :PARAMETER_DATE-9
    Can anyone of you help me on achieving that in discoverer.
    Thank You
    gt0990

    Hi,
    to do that inside the custom folder you can use DB contexts, read the following :
    http://learndiscoverer.blogspot.com/2008/11/metalink-note-304192.html
    Re: Passing multiple parameters into Custom Folder...
    Tamir

  • MBeanMaker is not creating Schema folder in JAR file for custom authenticat

    I have created a custom authentication provider.I am using following code of build.xml to generate jar file for custom authentication provider
    <target name="build.mdf" depends="copyConfigFiles">
    <java classname="weblogic.management.commo.WebLogicMBeanMaker" fork="true" failonerror="true">
    <jvmarg line="-Dfiles=./build/mili -DMDF=./build/mili/MILIAuthenticator.xml -DcreateStubs=true"/>
    <classpath>
    <pathelement path="${java.class.path}"/>
    <pathelement location="./build/mili"/>
    <pathelement location="./lib/weblogic.jar"/>
    <pathelement location="./lib/wlManagement.jar"/>
    <pathelement location="./lib/jcifs-1.2.0.jar"/>
    </classpath>
    </java>
    </target>
    <target name="copySrcFiles" depends="build.mdf">
    <copy todir="./build/mili" flatten="true" overwrite="true">
    <fileset dir="./src/java">
    <include name="**/MILI*.java"/>
    </fileset>
    </copy>
    </target>
    <target name="SecurityProviderJar" depends="copySrcFiles">
    <java classname="weblogic.management.commo.WebLogicMBeanMaker" fork="true" failonerror="true">
    <jvmarg line="-Dfiles=./build/mili -DMJF=./build/MiliSecurityProviders.jar"/>
    <classpath>
    <pathelement path="${java.class.path}"/>
    <pathelement location="./build"/>
    <pathelement location="./lib/wlManagement.jar"/>
    <pathelement location="./lib/weblogic.jar"/>
    <pathelement location="./lib/jcifs-1.2.0.jar"/>
    </classpath>
    </java>
    </target>
    Build.xml is running fine without giving any error,but it is not generating schema folder in the jar file.
    beacause of that my custom authentication provider is not comming in admin console.
    Kindly help me to resolve this.

    Hi Ramesh,
    Try out the following
    1) Copy mediator.jar from SOA_HOME>/soa/modules/oracle.soa.mediator_11.1.1 to <MW_HOME>//soa/modules/oracle.soa.ext_11.1.1/classes
    2) Goto <MW_HOME>//soa/modules/oracle.soa.ext_11.1.1/classes and run the following command:
    a. jar -xvf mediator.jar
    3) Now remove the jar file, i.e., mediator.jar from classes folder.
    4) Restart the server.
    Regards,
    Srijith

  • Configuring folder structure for custom url contents

    Hi Experts,
    We are trying to create a custom help link similar to the standard help links provided by SAP (example:  http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm).
    Our custom help link should look like this: http://help.mycompany.com/xrpm450/en/AD/815F4283F26255E100000000A155106/content.htm
    To achieve this we are following a SAP FAQ Note: 991559
    Based on the solution provided in this note for Q.4 we have implemented the following steps:
    Proposed solution by SAP:
    Yes it is possible to configure custom help. For instance, the default xRPM help doc url for Item Details looks like this: http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm
    The value of "http://help.sap.com/saphelp_xrpm400/helpdata/" and
    "http://help.sap.com/saphelp_xrpm450/helpdata/" is maintained in property sheet of com.sap.xapps.cprxrpm.common.component.CommonComp. To change the value to custom url, please follow the steps:
    1. log in to J2EE Visual Administrator
    2. go to J2EE instance -> Server -> Services -> Configuration Adapter
    3. at right panel, click on webdynpro -> sap.com->xappscprxrpmcommon-> Components -> com.sap.xapps.cprxrpm.common.component.CommonComp -> Propertysheet.profile
    4. Open Propertysheet.profile, replace default value for SAP_HELP_URL with custom help url, such as http://help.mycompany.com/xrpm400/
    5. Set up required folder structure such as /en/AD/815F4283F26255E100000000A155106/, and create content.htm with your custom help content.
    Now the complete path for custom doc could be: http://help.mycompany.com/xrpm400/en/AD/815F4283F26255E100000000A155106/content.htm
    However, in the 5th point SAP has mention about creating a folder structure like /en/AD/815F4283F26255E100000000A155106/ . We created this folder. However, we cannot access this folder through http url.
    Please let me know if any extra configuration needs to be done after creating this folder structure.
    Thanks & regards,
    Sujit

    Hi Experts,
    We are trying to create a custom help link similar to the standard help links provided by SAP (example:  http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm).
    Our custom help link should look like this: http://help.mycompany.com/xrpm450/en/AD/815F4283F26255E100000000A155106/content.htm
    To achieve this we are following a SAP FAQ Note: 991559
    Based on the solution provided in this note for Q.4 we have implemented the following steps:
    Proposed solution by SAP:
    Yes it is possible to configure custom help. For instance, the default xRPM help doc url for Item Details looks like this: http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm
    The value of "http://help.sap.com/saphelp_xrpm400/helpdata/" and
    "http://help.sap.com/saphelp_xrpm450/helpdata/" is maintained in property sheet of com.sap.xapps.cprxrpm.common.component.CommonComp. To change the value to custom url, please follow the steps:
    1. log in to J2EE Visual Administrator
    2. go to J2EE instance -> Server -> Services -> Configuration Adapter
    3. at right panel, click on webdynpro -> sap.com->xappscprxrpmcommon-> Components -> com.sap.xapps.cprxrpm.common.component.CommonComp -> Propertysheet.profile
    4. Open Propertysheet.profile, replace default value for SAP_HELP_URL with custom help url, such as http://help.mycompany.com/xrpm400/
    5. Set up required folder structure such as /en/AD/815F4283F26255E100000000A155106/, and create content.htm with your custom help content.
    Now the complete path for custom doc could be: http://help.mycompany.com/xrpm400/en/AD/815F4283F26255E100000000A155106/content.htm
    However, in the 5th point SAP has mention about creating a folder structure like /en/AD/815F4283F26255E100000000A155106/ . We created this folder. However, we cannot access this folder through http url.
    Please let me know if any extra configuration needs to be done after creating this folder structure.
    Thanks & regards,
    Sujit

Maybe you are looking for

  • How to insert a null value to combobox which is bind with datasource

    Hi, i am working on c# winforms application. I have 2 comboboxes one is CustomerCbBox and another is OrderCbBox. CustomerCbBox is bind with data source. on CustomerCbBox SelectedIndexChanged event data is populated in OrderCbBox from data source.  i

  • Reg: IDOC Schema

    Hi Guys, My Basis team imported the MATMAS03 IDOC. When trying to access that IDOC in my mapping, it is showing that IDOC schema doesnot exist. my R/3 version is 4.5. Can any one guess what should be the problem. Thanks, M.S

  • Basic settings missing

    Hello, all. II have just installed Lightroom 2. I have a problem in that the "basic" settings do not appear in the develop module. Does anyone know how to make them visable? thanks, Copemys

  • Automatically add to mobileme gallery

    If a smart folder is synced with mobileme gallery, does its contents change the same as if it were the smart folder itself. For example, if sync a smart folder containing >4* from a project then add more images and rate them >4*, will they automatica

  • SOA Integration between FS-Account Management and Bank Analyzer under BS 8.0

    Hello all, we have set up the soamanager i.o. to integrate account manager and FS-business partner with the Bank Analyzer under Release 8.0 For the business partner this works fine. For master data of the current accounts we encounter the following p