Create region as shared component in Application

Hello everyone,
I am basically trying to find out if I can have a common search table that can be used in different pages of the same application. To give an example, the application has a basic search and an advanced search. So I would like the search criteria region to be different but the search results region should look similar.
So is there a way to create a Search Result region and share it across these pages. This was we only have to modify the common region everytime and the change would get reflected everywhere.
Please let me know.
Thanks!
Ramya

Thanks Tony, that did help get the results region ONLY on the pages that I wanted.
Now the issue am facing is the search items are retained when I move from page to page. When I do a Simple Search on a term and move to the Advanced Search, the search item from Simple Search page is carried into the next page. How do I clear the page cache everytime the page loads or clear the Search item's cache.
I tried to Change the Source used values on the Search item but that doesnt seem to help.
I am sorry about the barrage of questions but I am a newbie to APEX.
Thanks!
Ramya

Similar Messages

  • Bind Variables and Shared Component Report Query

    I have a query in a region report which I have replicated to a shared component report query.
    Both queries reference page items as bind variables in the where clause.
    The report region on screen shows the correct results but the report query shows "no data". This is the case when running "Test Query" and "Download XML data" from the shared component report query definition. If I hardcode the variable names I get rows returned, If I use bind variables - and specify the values for these variables I get no data. THe XML file contains the tags for each bind variable I have specified but has no data between the tags. I have Ticked the box to include application and session state but it appears that the bind variables are not being used.
    When I use my report query in the application (URL tied to a button) I get the same problem, the binds are not being passed to the report query.
    Can someone please clarify if this is a bug or not? And if not, how can I get it to work.
    I am using Apex 4.0.2
    Thanks
    Kathryn

    Hi
    To confirm, yes I selected the bind variables. I used these in the report layout, but the xml file has them as empty i.e.
    <P0_START_DATE><P0_START_DATE/> with nothing in between.
    IN the Test Query section, if I put real values in the boxes for the bind variables, I get no data found. If I hardcode the values into the query, I get the data.
    I've repeated the create report query many times and have created a report layout in RTF. I can use the layout with my region - in the print attributes and the layout works with the query but I need to create a PDF using 2 queries - ROWSET1 and ROWSET2. I can generate the XML but the values in the rows are all empty. When I use the layout with a report query instead of the region, I get no data even though I have used the same sql and have selected the bind variables. I was using variables from page items on page zero but have also tried using page items on the current page, the result is the same.
    I need to use a report query and a report layout as I need data from 2 queries in the PDF.
    I looked at your demo - what happens if you add a second sql query to the report query - is there any chance I can look at the back end (developer access?)
    Thanks for your input
    Kathryn

  • 3.0 Shared Component - Report Format - all PDF

    Greetings,
    Details
    I have been working with the REPORTS - REPORT QUERIES section of APEX 3.0
    The testing I have been doing is very simple, but I am running into a bit of a stumper.
    I have created 4 report queries on the EMP table (SELECT * FROM EMP) that all use the same REPORT LAYOUT. The RTF file which is the template is a very simple - show all columns and rows for the EMP table (14 rows).
    I have set each of the 4 report layouts to a different format.
    1 - PDF
    1 - EXCEL
    1 - WORD
    1 - HTML
    I am NOT using the ITEM to dynamically set the format.
    I can TEST each of the reports in the shared component area, and they test OK with a success rate of 75%.
    The EXCEL format does not export correctly. (using Excel 2002 on the client) It is a bit of a mess. (Works in the XML publisher template builder on the client.. so the format is not the issue.)
    More curious is the behavior when I put this application. I have created a LIST of the 4 report formats. All 4 return the PDF format when used.
    To see the Application:
    http://apex.oracle.com/pls/otn/f?p=34096
    Question Summary:
    1 - Has anyone run with and tested the RTF style report layouts out to Excel?
    2 - The approach described usees 4 report queries against 1 layout. Is this a VALID use of the report functionality?
    3 - Why would all the reports try to use PDF when they test in the correct formats?
    Best Regards and Thank You.
    -- Tim

    Tim,
    The Excel output is not strictly XLS, it's actually HTML formatted in a way that Excel understands and through setting the MIME-types we make it open in Excel. I have to try reproducing your specific problem with Excel 2002. If you could send me your RTF layout and the end-result ([email protected]), I can take a look.
    Your approach using 4 different queries with the same layout is perfectly fine. Ideally of course, you would not have to replicate them same query four times, so we are considering a shared query concept for future version of Application Express.
    You specific problem with the output format being PDF at runtime appears to be a bug, I'll investigate further. Meanwhile one work-around would be to use a report region instead. If you're using the same SQL query as the source, you can associate the same report layout (on the report print attributes page). You could also create a "container" page for that report region, that's never actually called by the end user, and then have a button pointing to the URL below for printing. It would then work just like your report queries, only that you now would get the requested format:
    f?p=&APP_ID.:[REPORT PAGE ID]:&SESSION.:FLOW_XMLP_OUTPUT_R[REPORT REGION ID]
    so if your app ID is 34096 and your "container" page e.g. 99, and on page 99 your report region ID would be 1234567890, then use this URL as the button target:
    f?p=&APP_ID.:99:&SESSION.:FLOW_XMLP_OUTPUT_R1234567890
    Hope this helps,
    Marc

  • Setting a bind variable in a Shared Component Report Query

    I have defined a Shared Component Report Query in APEX using a bind variable similar to below
    Select name, id , ....
    from asset
    where id = :id
    I have also created a Report Region that displays a table where one of the columns contains a value I would like to be a link column that can launch the Report Query and pass its value to the bind parameter :id in the report query. This in turn would generate a pdf report for the details associated with that column. I am having problems setting the :id bind parameter. How do I do this?
    Can anyone help?
    Thanks

    The bind values are set from session state. So if try something like this:
    Select name, id , ....
    from asset
    where id = :P1_ID
    With P1_ID being a page item, for which you set the session state / value before generating the PDF file. So assuming you already have a page with a report and a page item, and that page item is already used in your report, then you could just create a button to download the PDF, make sure the button is a submit button, and create a branch pointing to the report query URL (or in 3.1 use the create button wizard, to do this declaratively.)
    Regards,
    Marc

  • Can i create DB in shared mem, rather than backed by a file

    Hi
    I'm using db 4.2.6 version and trying to create a DB in shared mem rather than a file. How do I achieve that.
    While I look at documentation here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/env_region.html
    ==========
    If the DB_SYSTEM_MEM flag is specified to DB->open(), shared regions are created in system memory rather than files. This is an alternative mechanism for sharing the Berkeley DB environment among multiple processes and multiple threads within processes.
    ===========
    But DB->open() rejects DB_SYSTEM_MEM flat out. db->open() doesn't even talk about flag:
    http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/dbopen.html
    I could specify DB_SYSTEM_MEM for DBENV.
    Here is my code. Also DBENV->open() won't let me specify DB_PRIVATE.
    flags = DB_INIT_MPOOL | DB_CREATE | DB_SYSTEM_MEM | DB_INIT_TXN | DB_RECOVER | DB_INIT_LOG |
                DB_LOG_AUTOREMOVE;
    dbenv->open(dbenv, dbhome, flags, 0);
    flags = DB_CREATE | DB_EXCL| DB_AUTO_COMMIT;
    dbp->open(dbp, NULL, dbfile, NULL, DB_BTREE, flags, 0);If I create db as above, where is it getting created? I don't see it here:
    # ./bdbperf -t -i 10000 -k 32 -v 128;ls -la dbtest
    create log/transaction
    creating in system mem
    inserted 10000 records. errs 0
    logs removed
    inserting 10000 records took 0s.290ms (29 micros/op)
    done. 0s.290ms
    total 200
    drwxr-xr-x 2 root root 80 Jul 17 03:04 .
    drwxrwxrwx 7 root root 1180 Jul 17 03:04 ..
    -rw-r----- 1 root root 8 Jul 17 03:04 __db.001
    -rw-r----- 1 root root 190424 Jul 17 03:04 log.0000000011
    However, if I specify a filename arg in dbp->open(), I do see a file with that name in my env dir 'dbtest'. db_stat on such file seems to be good.
    # ./lt-db_stat -d dbfile -h dbtest
    Sat Jul 17 02:38:01 2010 Local time
    53162 Btree magic number
    9 Btree version number
    Little-endian Byte order
    Flags
    2 Minimum keys per-page
    1024 Underlying database page size
    239 Overflow key/data size
    4 Number of levels in the tree
    10000 Number of unique keys in the tree
    10000 Number of data items in the tree
    171 Number of tree internal pages
    79122 Number of bytes free in tree internal pages (54% ff)
    1822 Number of tree leaf pages
    738356 Number of bytes free in tree leaf pages (60% ff)
    0 Number of tree duplicate pages
    0 Number of bytes free in tree duplicate pages (0% ff)
    0 Number of tree overflow pages
    0 Number of bytes free in tree overflow pages (0% ff)
    0 Number of empty pages
    0 Number of pages on the free list
    So:
    1. how do I create DB in shared-mem area and
    2. how do I get stats for such DB?
    Appeciate any help.

    Hi,
    user3143985 wrote:
    I'm using db 4.2.6 version and trying to create a DB in shared mem rather than a file. How do I achieve that.There must be a typo, as there is no 4.2.6 release.
    user3143985 wrote:
    While I look at documentation here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/env_region.html
    When reading the documentation, I would indicate to read the documentation from the release package you downloaded. The online documentation is accurate for the latest BDB release.
    user3143985 wrote:
    ==========
    If the DB_SYSTEM_MEM flag is specified to DB->open(), shared regions are created in system memory rather than files. This is an alternative mechanism for sharing the Berkeley DB environment among multiple processes and multiple threads within processes.
    ===========
    But DB->open() rejects DB_SYSTEM_MEM flat out. db->open() doesn't even talk about flag:
    http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/dbopen.html
    That's a documentation error, it should refer to the DB_ENV->open()method. Thanks for pointing it out! As you can see, the DB_SYSTEM_MEM is linked to the DB_ENV->open() method: http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/envopen.html#envopen_DB_SYSTEM_MEM
    user3143985 wrote:
    1. how do I create DB in shared-mem area and This page should clarify this question and how a memory-only configuration looks like: http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/program_ram.html
    user3143985 wrote:
    2. how do I get stats for such DB?If you want to allocate region memory from the heap instead of from memory backed by the filesystem or system shared memory, you'll have to specify DB_PRIVATE ( http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/envopen.html#envopen_DB_PRIVATE ). DB_PRIVATE should not be specified if more than a single process is accessing the environment because it is likely to cause database corruption and unpredictable behavior. For example, if both a server application and Berkeley DB utilities (for example, db_archive, db_checkpoint or db_stat) are expected to access the environment, the DB_PRIVATE flag should not be specified.
    Bogdan Coman

  • Error in shared component import within same as well as diff instance.

    Please help me with below issue:
    I am trying to import shared components related to a single page within same instance to diff application.I changed the application_id to target application_id and also set wwv_flow_api.g_id_offset to diff value.
    Still getting following error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_030200.WWV_FLOW_MENU_TEMP_IDX2) violated &lt;pre&gt;begin begin wwv_flow_api.create_menu_template ( p_id=&amp;gt; 94480251996632657 + wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_flow.g_flow_id, p_name=&amp;gt;'Breadcrumb Menu', p_before_first=&amp;gt;'', p_current_page_option=&amp;gt;'&amp;lt;a href=&amp;quot;#LINK#&amp;quot; class=&amp;quot;t20Current&amp;quot;&amp;gt;#
    And also tried to import shared components of single page to a application in diff instance.I changed the application_id,workspace_id with target application_id and workspace_id and also set wwv_flow_api.g_id_offset to diff value.
    there also I am getting same error.

    The error seems to be that the template (some breadcrumb template) does exist already. What kind of shared component do you want to copy? Some, like images and templates, can be shared between applications in the same workspace. Thats the main reason why they are named "shared". Also possible would be that this component was created or is using some standard template/theme/menu, that is created during the standard apex installation. Or it was already copied during the workspace installation.
    Edited by: Sven W. on Aug 7, 2012 7:42 PM

  • Using bind variables in Shared Component Reports not working

    I've created a report query as a shared component in my APEX application. I'm calling the report on a page via a button. The query behind the report has bind variables for period and entity fields which are both defined on Page 0. I can run the query and return values just fine, but when you run the report from the page via the button, I get no values back. Does anyone know a trick to getting this to work? I've been working in APEX for about a month and I don't have much developer experience so any help is appreciated.
    Regards,
    -Steve

    Rohit,
    Thanks for your response. We are using APEX version 4.2.1.00.08. I do have Session State enabled and have put the required page items in the list. Here is my report query (highlighted lines contain the bind variables):
    SELECT TAX_DIVISION.DIVISION_CODE Division,
    TAX_ENTITY.ENTITY_CODE Entity_Code,
    DECODE(TAX_ADJUSTMENT.CATEGORY_DESC,'Net Income/(Loss)',1,'Permanent Adjustment',2,'Temporary Adjustment',3,4) Category_Desc,
    TAX_ADJUSTMENT.CLASSIFICATION Classification,
    TAX_ADJUSTMENT.ADJUSTMENT_CODE Adjustment_Code,
    SUM(NVL(NVL(TAX_ENTITY_ADJUSTMENT.OVERRIDE_AMT,TAX_ENTITY_ADJUSTMENT.ADJUSTMENT_AMT),0)) Tax_Amount
    FROM TAX_DIVISION,
    TAX_ENTITY,
    TAX_ENTITY_ADJUSTMENT,
    TAX_ADJUSTMENT,
    TAX_PERIOD
    WHERE TAX_DIVISION.DIVISION_ID = TAX_ENTITY.DIVISION_ID
    AND TAX_ENTITY.ENTITY_ID = TAX_ENTITY_ADJUSTMENT.ENTITY_ID
    AND TAX_ENTITY_ADJUSTMENT.ADJUSTMENT_ID = TAX_ADJUSTMENT.ADJUSTMENT_ID
    AND  TAX_ENTITY_ADJUSTMENT.PERIOD_ID = :P0_PERIOD_ID
    AND  TAX_ENTITY_ADJUSTMENT.YEAR_ID = :P0_YEAR_ID
    AND  TAX_ENTITY.DIVISION_ID = :P0_DIVISION_ID
    AND TAX_ADJUSTMENT.ADJUSTMENT_CODE = 'IBIT'
    GROUP BY TAX_DIVISION.DIVISION_CODE ,
    TAX_ENTITY.ENTITY_CODE ,
    DECODE(TAX_ADJUSTMENT.CATEGORY_DESC,'Net Income/(Loss)',1,'Permanent Adjustment',2,'Temporary Adjustment',3,4),
    TAX_ADJUSTMENT.CLASSIFICATION ,
    TAX_ADJUSTMENT.ADJUSTMENT_CODE
    HAVING SUM(NVL(NVL(TAX_ENTITY_ADJUSTMENT.OVERRIDE_AMT,TAX_ENTITY_ADJUSTMENT.ADJUSTMENT_AMT),0)) !=0
    ORDER BY DIVISION_CODE, DECODE(TAX_ADJUSTMENT.CATEGORY_DESC,'Net Income/(Loss)',1,'Permanent Adjustment',2,'Temporary Adjustment',3,4), CLASSIFICATION, ENTITY_CODE, ADJUSTMENT_CODE
    The query returns data when I set the bind variables and test in the report queries screen. When I assign the report query URL to the button in the application and run from there, I get no results.

  • Shared Component - Lists (Solved)

    Hi All,
    I have created List (Shared Component - Lists).
    Now my List has multiple List Items (List Entries).
    I have created that, but my problem is I want each List Entry to appear on a new line.
    I have used Sidebar Region, Alternative 1 as the template for displaying the list on the Page.
    Hoping for a quick solution from some one.
    Thanks in advance.
    Arif
    Message was edited by:
    Arif

    Thanks Everyone,
    My problem is solved.
    For the List Properties select Vertical Unordered List with Bullets.
    Shared Components > Lists > (Select the List Name).
    Click the Edit List Button and then Select the List Template as Vertical Unordered List with Bullets.
    Regards
    Arif

  • Error While creating a Mobile UI Component

    Hi Friends ,
    While I am trying to crete a new Mobile UI component for an application , In the Select Software component dialog I am getting the below shown Error.
    Software Component does not support selected Development Component Type. Required DCs are located in an SC that is not visible from the selected SC
    Earlier when I created a Mobile UI component the error didn't come but I deleted the Mobile UI component and after that when I created a new Mobile UI component the error started coming.
    I have already read the thread.
    Software Component does not support selected Development Component Type...
    Software Component does not support this Development Component Type.
    But couldn't understand.
    Please Suggest.
    Regards
    Nitesh

    Hi Vidyadhar/David,
    <br><br>
    Thanks for your reply . I tried the steps suggested by u . Now I am getting a new error . The log I have pasted below.<br><br>
    Development Component Build (2009-11-03 12:45:30 GMT+05:30 (IST))<br>
      Component name: order_ui <br>
      Component vendor: demo.sap.com<br>
      SC compartment: MyComponents<br>
      Configuration: LocalDevelopment<br>
      Location: localDevelopment<br>
      Source code location: nharit@****<br>
      DC root folder: C:\Documents and Settings\nharit\workspace.jdi\LocalDevelopment\DCs\demo.sap.com\order_ui\_comp\<br>
      DC type: Mobile Applications for Handhelds<br>
      DC subtype: Mobile UI Component<br>
      Host: *******<br>
    DC Model check:<br>
       DC is available locally<br>
       validating dependency to build plugin "sap.com/tc/bi/bp/oca/cfs"<br>
       validating dependency to used DC "demo.sap.com/order_sv"<br>
       validating dependency to  public part "interface" of DC "demo.sap.com/order_sv"<br>
       validating dependency to  public part "default" of DC "sap.com/tc/cmi"<br>
       validating dependency to  public part "generation" of DC "sap.com/tc/mobile/cfs/api"<br>
       validating dependency to  public part "api" of DC "sap.com/tc/mobile/oca/api"<br>
       validating dependency to  public part "runtime" of DC "sap.com/tc/mobile/wdlite/facade"<br>
       DC model check OK<br>
    Start build plugin:<br>
       using build plugin: sap.com/tc/bi/bp/oca/cfs<br>
       starting build plugin from : C:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.tc.ap_2.0.1.091015093457<br>\comp\XOCA\DCs\sap.com\tc\bi\bp\oca\cfs\_comp\gen\default\public\def\<br>
    Build Plugin 'OCA Build plugin CFS', Version 7.10 SP 3 (710_VAL_REL, built on 2007-12-25 01:27:31 +0100, CL285332)<br>
       development component:  order_ui (demo.sap.com)<br>
          software component:  MyComponents (demo.sap.com)<br>
                    location:  localDevelopment<br>
                        type:  Mobile Applications for Handhelds, subtype Mobile UI Component<br>
               build variant:  default<br>
             source location:  nharit@******<br>
             output location:  C:\Documents and Settings\nharit\workspace.jdi\LocalDevelopment\t2<br>\44750CB853388BD98C14319CE2D2842A\default
           generation folder:  C:\Documents and <br>Settings\nharit\workspace.jdi\LocalDevelopment\t\44750CB853388BD98C14319CE2D2842A<br>
           plugin start time:  2009-11-03 12:45:31 GMT+05:30 (IST)<br>
                     Java VM:  Java HotSpot(TM) Client VM, 14.2-b01 (Sun Microsystems Inc.)<br>
    General options:<br>
      convert *.xlf to *.properties: yes<br>
      include sources for debugging: yes<br>
    Warning: Source folder "META-INF" exists but is empty and will be ignored.<br>
    Checking path lengths for sources<br>
    Path length checks finished in 0.016 seconds<br>
    Preparing data context..<br>
    No public part descriptor found in C:\Documents and<br> Settings\nharit\workspace.jdi\LocalDevelopment\FRAMEWORK\sap.com\tc\cmi\_comp\gen\default\public\default, using legacy <br>mode.
    No public part descriptor found for component "tc/mobile/wdlite/facade" (vendor "sap.com"), public part "runtime", using legacy mode.<br>
    Dependency validation check<br>
         Development Component Dependencies<br>
              MCD name: order_sv MCD version: 1.0(order_sv(interface))<br>
         Dependencies in mcd.xml:<br>
    <br>
    Comparing data in MCD and DPI files.<br>
    Error: com.sap.tc.mobile.dt.oca.bp.exception.OCABuildPluginException: Validation of MCD file failed. Description of <br>component 'order_sv' version '1.0' not found in MCD file.  Please update the MCD file by calling the option 'Update <br>deployment descriptors' in the components context menu.<br>
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.MCDDescription.checkComponentDependency<br>(MCDDescription.java:157)<br>
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.CFSDataContextProvider.checkMCDDependencies<br>(CFSDataContextProvider.java:156)<br>
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.CFSDataContextProvider.execute<br>(CFSDataContextProvider.java:126)<br>
         at com.sap.tc.buildplugin.PrepareContextBuildStep.prepareTechnologySpecificData<br>(PrepareContextBuildStep.java:186)<br>
         at com.sap.tc.buildplugin.PrepareContextBuildStep.setupBuildFileCreatorContext(PrepareContextBuildStep.java:95)<br>
         at com.sap.tc.buildplugin.PrepareContextBuildStep.execute(PrepareContextBuildStep.java:56)<br>
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)<br>
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)<br>
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)<br>
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
         at java.lang.reflect.Method.invoke(Method.java:597)<br>
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:400)<br>
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)<br>
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)<br>
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)<br>
         at com.sap.tc.devconf.impl.DCProxyMake.make(DCProxyMake.java:260)<br>
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1574)<br>
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:4537)<br>
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:370)<br>
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:187)<br>
         at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:75)<br>
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:224)<br>
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)<br>
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)<br>
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:233)<br>
         at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)<br>
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:214)<br>
         at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:275)<br>
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)<br>
    Error: Build stopped due to an error: Validation of MCD file failed. Description of component 'order_sv' version '1.0' not found in <br>MCD file.  Please update the MCD file by calling the option 'Update deployment descriptors' in the components context menu.<br>
    Error: Build stopped due to an error: Validation of MCD file failed. Description of component 'order_sv' version '1.0' not found in <br>MCD file.  Please update the MCD file by calling the option 'Update deployment descriptors' in the components context menu.<br>
    Build plugin finished at 2009-11-03 12:45:31 GMT+05:30 (IST)<br>
    Total build plugin runtime: 0.469 seconds<br>
    Build finished with ERROR<br>
    ==== Post-Processing ====   started at 2009-11-03 12:45:31.618 IST<br>
    Copy the build logs<br>
      from: C:\Documents and Settings\nharit\workspace.jdi\LocalDevelopment\t2<br>\44750CB853388BD98C14319CE2D2842A\default\logs\<br>
      to:   C:\Documents and Settings\nharit\workspace.jdi\LocalDevelopment\DCs\demo.sap.com\order_ui\_comp\gen\default\logs\<br>
    Build results in folder C:\Documents and <br>Settings\nharit\workspace.jdi\LocalDevelopment\DCs\demo.sap.com\order_ui\_comp\gen\default\ remain unchanged.<br>
    <br><br>
    Please Suggest.<br>
    <br>
    It will be great Help.<br>
    <br>
    Regards<br><br>
    Nitesh
    <br>

  • Error creating a new user profile service application: The specified database is not a valid synchronization database

    When trying to create a new user profile service application on a new SharePoint install I get the following error:
    "The specified database is not a valid synchronization database"
    The installation then fails and does not create the third database. 
    I found some threads with similar problems but it involved upgrading an existing db.  In this case we want to create a new one.  Here is the relevant ULS log info:
    Starting schema provisioning of SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Provisioning the SP15_TEST_ENT_SyncDB database with the script at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SQL\SPS\drop_procs.sql.
    Provisioning the SP15_TEST_ENT_SyncDB database with a script stream.
    Ensuring that the SP15_TEST_ENT_SyncDB database exists . . .
    The SP15_TEST_ENT_SyncDB database does not exist. 
    It will now be created.
    Setting the AutoClose option to False on the database SP15_TEST_ENT_SyncDB.
    Setting the ArithAbort option to True on the database SP15_TEST_ENT_SyncDB.
    Setting the TruncLogOnChkpt option to True on the database SP15_TEST_ENT_SyncDB.
    Starting schema evaluation of existing SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'
    Validate Database: validating sync database
    Validate Database: validation failed: Error code -2
    Application error when access /_admin/NewProfileServiceApplicationSettings.aspx, Error=The specified database is not a valid synchronization database 
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Microsoft.SharePoint.Administration.SPDatabaseException: The specified database is not a valid synchronization database  
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.Administration.SPDatabaseException:
    The specified database is not a valid synchronization database   
     at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   
     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   
     at System.EventHandler.Invoke(Object sender, EventArgs e)   
     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    I Tried to create another one under a different name (databases also) and I get the same error. 
    The SharePoint instance has the march mandatory update installed.  The sql instance we are using is an existing SQL cluster for other SharePoint poc's. 
    Has anybody seen this issue before? 

    I had the same problem and could not figure out what was wrong for the longest time.  I then had the idea to check in the model system database to see if there were any extra custom tables in that database.  Any tables that are in the model database
    are put into any new database when it is created.  I had some custom tables in the model database so I deleted the custom tables in the model database and deleted the failed user profile service application and its databases and then tried to recreate
    the user profile service application again and it worked with no errors

  • Output to create Region 2 PAL DVD Problem

    I recently completed a 35 minute sequence, with my Audio/Video settings for sequence set as DV PAL 48 Khz. I exported a QT movie set at DV PAL 48 Khz. I then used this file with Roxio Toast set to PAL to burn a DVD. The burn was done on my G4 Powerbook, which is currently set to REGION 1. When the DVD was complete, it plays perfectly on a televison monitor connected to a REGION 2 DVD PLAYER. BUT, it seems that it won't play on a computer where the DVD drive is set to region 2. The error message is something like: "Unrecognizable DVD." Did I make an error in the FCP output? What might be the source of this problem? Any suggestions on how to use this FCP QT output to create a DVD that will play via a computer as well as a DVD player for region 2?

    Pamela:
    Something else. I cannot found in my Toast 7 settings any reference to "region" in DVD settings. I'm pretty sure that Toast (and even iDVD) creates region free video discs.
    Video standard (PAL or NTSC) has no relationship with region settings.
    DVDs from Europe are PAL and region 2 but those are independent settings when authoring the disc: PAL content doesn't mean "automatic" region 2.
    In pro authoring applications (like DVDSP) you can set the region to anything you want no matter the video standard (PAL or NTSC).
    EDIT
    Just to confirm that iDVD creates Region Free discs:
    http://discussions.apple.com/thread.jspa?messageID=2679283&#2679283
    Hope that helps !
      Alberto

  • How do I create event links in the FPM Application Editor?

    I'm am attempting to add a new step to the roadmap of ESS/BEN Benefits Application.  I've created a new VAC component and a corresponding view (using the "self-service administrator" role).
    When using the FPM Application Editor to create a new perspective, I need to add an event link but receive the error, "Either the perspective "Smoker Verify"  has no view assigned to it or none of the view(s) assigned  have any event assigned to them".
    How do I assign events to my new view?  Please assist and thanks in advance.
    -Jeff Karls-

    I see that the events are defined on the views themselves in the portal content.

  • Generate a Shared Component LIST in XML or JSON format

    Greetings...
    I am using the LIST functionality within the Shared Component area of our application in order to maintain a menu/navigation list. I'm utilizing all of the features of the LIST Shared Component -- links, authorizations, conditions, comments, etc. This list will appear on every page, so I'm putting it on page zero.
    I'd like to get this list in an XML, JSON, or some format so I can manipulate it in javascript to display it. I guess another way to put it is that the template options for a LIST template seem to be very detailed and specific (which is great in general) and I am looking to just get the data out and display it myself.
    I can easily enough write a SQL query to produce the hierarchy proper hierarchy of the list, but I would be circumventing the method ApEx uses to implement all of the conditions and authorizations on the entries. I see there are APIs for both generating the list and also checking conditions, but neither of them are accessible to my custom schema and I wasn't sure if I should even attempt to reproduce them.
    Basically, I'd like to use the built-in functionality of the LIST Shared Component, but use my own display methods.
    Shane.

    http://htmldb.oracle.com/pls/otn/f?p=20297:14

  • Shared components between applications

    There are ways to create shared components between applications?
    Example:
    menu list shared between multiple applications.
    Version Apex: 4.0.1

    I would seriously question why you want to export pages from dev to qa or qa to prod. Why you are NOT looking at using a version control system and exporting from that to the different environments would be a good question to tackle...
    Anyone who use the approach of copying pages between environments is just asking for trouble, since there WOULD and Could be the chance of NOT migrating all changes between environments that have occurred between versions..
    I for one would be VERY leery of such process, and have dealt with a shop like this.. Glad I am NOT There anymore..
    Thank you,
    Tony Miller
    Ruckersville, VA

  • Sharing Functions Across Applications(containers)

    Can anyone help with a final word on sharing functions between
    applications?
    I have read many conflicting accounts on the ability in 6i to share
    objects across application systems through the use of common functions,
    global process steps, referencing, or shortcuts. Best case scenario, I
    would like to share functions across containers, include these functions
    in multiple process models, and be able to create process flows between
    functions. Is this possible? Is the bug 1787721 which doesn't allow
    common functions across applications a true bug, or is this the new
    functionality in 6i?
    Thanks for the help.

    Hi Cynthia,
    If I understood, you want to know what the steps you need to
    follow to share a object, but before it, you need to know a
    basic new characteristc at the Designer6i.
    The basic characteristc that you must know is that you don't
    share objects to application from other one anymore, you create
    a reference to other objects in another Application from other
    one that already exists. Althoug you must pay attention that you
    can create references to objects between applications when they
    are in the same Workarea.
    It's too simple.
    Put the cursor on the Application that want to create reference
    from a previous existing object. Choose the option "Create
    Reference". Choose the object that you want to reference (Use
    the filter if you want) and than it will be work.
    I hope that I had to help you.
    Regards,
    Marcos Vinmcius B. Xavier
    E-mail : [email protected]

Maybe you are looking for

  • SAP. Functions  Connection.logon(0, True) error without any description

    I use SAP note 1028500. It provides VBA Excel macros for xRPM Financial planning data loading. General problem contains in the following lines: Function XRPM_SAP_LOGON(ByRef r3 As Object)   Set r3 = CreateObject("SAP.Functions") r3.Connection.System

  • Moving Photos Between Existing Film Rolls

    Can I move photos from one existing film roll to another existing fill roll, without creating a new film roll? And if so, how? I think this is a pretty basic question, but if I need to clarify anything please let me know. Any input is greatly appreci

  • CC desktop app won't load

    MacBook Pro running OS 10.10 (Yosemite)  I can download the CC installer but when I double click, it begins to do something and then abruptly stops. I have restarted my browser, rebooted the Mac, etc., etc. How do I get the CC desktop app to work as

  • Possible to reset DLM?

    Hi there, I know the DLM is automatic but a couple months ago i was forced to reset the router daily for HTTPS websites to work correctly. Because of this my speeds and latency have taken a dive and i believe DLM has kicked in and throttled me as it

  • Icloud application does not load

    I have been using two lap tops.. one running windows 7 and the other windows XP. Regularly I can not access my icloud account - 1.  It does not load the application and 2.  Unable to access the server I've looked at all the control panel settings and