Subfolders in Oracle BI EE

Hi all,
I know there´s a way to create subfolders in the Presentation level by adding a minus or something like that, but I can't remember it, anyone knows how to do it?
Thanks in advance!

Hi!
You can create subfolders adding "->" at the description area.
Bye.

Similar Messages

  • HELP WITH SUBFOLDERS ACCESS IN ORACLE PORTAL....

    Hi, all im a user of Oracle Portal and when I create a Folder called ROOT with access to group 1 and 2, y create subfolders C, and D, C and D has the same privileges than A and B, but if i add F, G,H,I,J,K,L,ETC, and before that I add a new group to ROOT CALLED 3, THE SUBFOLDERS DOESN'T inherit the same access than the root, they has only the access that was granted when I create that folder.
    There is some way to recreate the access to all the subfolders once they was created without doing it folder per folder?.
    Thank you very much!.
    Gustavo

    We implemented SSL for Windows NT and created our own install instructions that we gathered from various sources (a combination of the Oracle Portal Configuration Guide, tech notes from Metalink, and discussion forums from OTN). It was not a simple task for us.
    Hope they help. I will send them to your email address since I xcan't figure out how to attach them here.
    null

  • Oracle 11g SOA-BPM PS3 Installation Help

    I'm not a super techie, so installing the latest release from Oracle was a challenge, but I encountered a number of problems and kept notes of what I did to solve it. Many of these hints came from the Forum, but nothing had all of the relevant info under one thread. So here is what I pieced together. If this is helpful to anybody, I'd love to hear it - either on this thread or at my e-mail address of [email protected]. My thanks to Linus Chow of Oracle for some help and allowing me to think I could do this!
    Comments/Suggestions on Oracle 11g SOA-BPMN PS3 Installation_
    Suggest downloading all files into a common directory. I stuck this folder at the root (C:) drive. At collectively just over 5 GBs, the downloading will take several hours (for me it was a full day, as did the installation). You will need an OTN account to be able to download the software. A good overview of PS3 is at the following link: http://blogs.oracle.com/bpm/2011/01/bpm_suite_11gr1_ps3_released.html.
    General comment/suggestion. Be sure to name the aforementioned folder without any spaces (big problems if this is done because of how unzipped files do/don’t work with a path name with spaces in it). As the installs get started, note that an Oracle directory (under the root) with a default name for the middleware directory, named Middleware, is created as the default.
    The link with the installation is actually helpful, but it is incomplete (http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html). Some of the detail needed is in the quick installation guide (http://download.oracle.com/docs/cd/E17904_01/install.1111/e14318/toc.htm, and I suggest downloading the PDF version), but the order conflicts with the previous information. I resolved this by using the latter for detail, but the former for the sequence. I also had to turn to several blogs/forums (the main one being: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html) to get help on troubleshooting problems with the installation (see below for others).
    I have a Windows 7 Professional 64-bit version, but I ended up following the path for the 32-bit install path (see the main link cited above), mostly because it was unclear to me what the 64-bit path would be. I also already had the 32-bit version of the JRE installed. The following links cover identifying the differences and what you may have installed as well as alternative versions to download: http://www.java.com/en/download/faq/index_general.xml?user_os=Windows%207; http://www.java.com/en/download/faq/java_win64bit.xml; and http://www.java.com/en/download/manual.jsp.
    Another general comment/suggestion. I found it useful to reboot after each step. It shut down services that I would otherwise have to search for and shut down manually. Some of the installations require services activated by previous steps to be turned off, so you’re better off doing something like this rather than encountering such an error in a subsequent step.
    Step 1: Installing the XE database. The file is an .exe file, and will execute upon a double click. However, the instruction regarding RCU is best saved until the 3rd step, doing it just before you install the RCU. More importantly, there are some things to keep in mind about the database install. First, after installation, you should sign on to the DB, using the Go To DB Home Page option under the Express Edition (XE) folder or set of menu options (created as part of the installation), under the SYSTEM user account. During installation, you’ll have to have given a password for this account, so make sure it is one you can remember. After signing on as SYSTEM, give the SYS user account another (or same) password that you can remember. You will use the SYS account in subsequent steps. Second, there is a parameter for the database that must be changed from the default. This is covered in the links below: http://blogs.oracle.com/tridib_samanta/2010/03/rcu-6107db_init_param_prerequisite_failure_for_processes.html and http://cn.forums.oracle.com/forums/thread.jspa?threadID=1004605. To solve this, select SQL button on the DB home page, then SQL Commands button on the next page, paste/enter into the pane at the top the following command, “ALTER SYSTEM SET processes=300 SCOPE=SPFILE;” (but without the quotes), and then click on the Run button. (The parameter must be greater than or equal to 200, but I found references to setting in equal to 300 or 500.) Then you can log out and close the web page.
    At times, the DB might not be started when you are expecting it to be running (e.g., after a reboot), which is covered in this link: Oracle 10g database homepage not working? (You’ll know that it is isn’t running if you try to open the Go To DB Home Page option and it won’t open, displaying an error page instead.) I found that the simplest way to fix this was to go to the Control Panel, Administrative Tools, Services, and then look to see if the OracleServiceXE service is started. If not, then restart by right-clicking on that service listing and choosing the appropriate option to execute.
    Step 2: Installing WebLogic Server. Either before or during this process, you will need to set up an Oracle Support Account. However, you need a customer ID to be able to create a profile. I was thus not able to complete a profile, so the WLS installation defaulted to the Anonymous registration option. This still needed an e-mail address though, the same one with which you would create the Oracle Support profile, so you should have one at the ready. (It would not accept the e-mail address for my OTN account.) As far as I can tell, the consequence of this path is that I cannot automatically get patches and such. I figure this is a problem to be solved another day. The Oracle Support links are: https://support.oracle.com/CSP/ui/faq_en.html#SignIn and https://support.oracle.com/CSP/ui/flash.html.
    If you go with the default, the middleware directory is just Middleware under the Oracle directory. If you select a different name or location, you will need to remember where it is and what the name is. You should also note the folder name for where the JDK was stuck, which for me was JDK160_21 under the Middleware directory.
    Step 3:  Installing RCU. The trickiest of the steps. Unlike with the previous two steps, this installation first happens after the downloaded file is unzipped. You MUST unzip into a directory for which the full path name (and not just the one you create upon extraction) is without any spaces. (You can use the underscore symbol instead of a space to indicate separation.) Unzip the folder/files, and then open the Command Prompt window. Using the cd command, work your way to the full path name to where you just unzipped these files. Next, continue to work your way down to subfolders created during the extraction process. You want to end up at the rcuHome\BIN\ subfolder. THEN do the RCU-related command cited in Step 1. Type in at the prompt the following command and hit enter: set RCU_JDBC_TRIM_BLOCKS = TRUE. Then, type in rcu.bat at the prompt and hit enter, which will run the installation and configuration sequence. This is realized through a series of windows that open for you to input information and make selections. Use the document at the following link of specific guidance as to what the configuration screens should have entered on them: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html. This includes things like the service name (XE) and the host name (localhost) to enter, assuming you are installing this on a laptop or PC for local use only. Some other helpful links for troubleshooting the RCU installation are located at: http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm#CIHGHDBG; http://oraclebi.blogspot.com/2010/08/rcu-and-what-it-means-for-you.html ; Re: RCU 11.1.1.4 install fails on Oracle XE and http://cn.forums.oracle.com/forums/thread.jspa?threadID=2162409&tstart=0&messageID=9336791.
    The RCU sets up DB schemas and the like for the BPMN and SOA stuff. The screenshots in the previously mentioned document should be followed exactly. You can also refer to pp. 5-6 of the Quick Installation Guide. You should use the SYS user account (the default, I think), so have the password handy.
    I also found it more comforting to shutdown the RCU installation/configuration via the cancel option than to keep going back a screen to fix something. This may not have been necessary, but it made me feel better. Be prepared for interim screens that pop up to show that the installation/configuration is happening, which will also tell you there are errors. One such screen says that XE isn’t supported for RCU, but you can ignore that (as the supporting guidelines indicate).
    Step 4:  Installing JDev. This is an executable, and you just install with all of the defaults. This process will start the WLS as part of the installation, so you must turn it off before going to the next step. Again, I just rebooted to do this.
    Step 5:  Installing SOA Extensions for JDev. Instructions on the page at the main link are clear and correct. The 2 screen shots must be reviewed and adhered to completely in checking off options. The first selection defines the areas where updates are to be sought out, while the second selection is from the available option(s) from those areas. In this case, you are only installing the SOA Composite Editor, though there are several other updates/extensions from which to select (but don’t, at least for now).
    Step 6: Installing BPM Extensions for JDev. Same comment as for Step 5, except that the option you want to select is not as what is indicate (the BPM Composite Editor) but the BPM Process Studio! I would advise against doing these as part of the same update sequence. In fact, I closed out JDev completely (though I did not reboot) between Step 5 and Step 6.
    Step 7 and 8:  Installing SOA Suite. I suggest unzipping both of the downloaded zip files. Again, it is critical that the full path name into which files are extracted contains no spaces. Once unzipped, you should navigate to the Disk1 folder under the directory into which the first zip file was extracted, but you should do this with the Command Prompt window and the cd command. From this prompt, you should type in “setup.exe -jreLoc {location of JDK}” (without the quotes) and hit enter. The {location of JDK} is where the JDK was installed as part of the WLS installation. For me this was in folder JDK160_21 under the Middleware folder in the Oracle directory. Refer to pp. 12-15 of the Quick Installation Guide. This took me a couple of tries before I actually got the installation screen to show up correctly. Some of what this looks like is also in the following link: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html.
    What you may eventually figure out is that 5 installation disks are stretched across two zip files. Once the installation of disks 1 and 2 are done, a popup window will ask you to browse to the folder where each of the next 3 disks are, which is in the folder created by the extraction of files/folders from the second zip file for the SOA Suite. As with previous steps, I rebooted after all of this was done.
    Step 9:  Installing the Business Process Converter. Unzip the downloaded file, and open the Installation Instructions Word file. It will instruct you to point JDev’s update sequence to another zip file extracted during the unzipping of the downloaded zip file for the converter. JDev will install this without much fuss or muss, but this installation is to the Studio and not to BPA. (For installation to BPA, you need to have installed BPA, and followed the other guidance in the instructions.) To get to JDev’s update sequence, follow the same first step as in Step 5, but check the option to browse for and upload from a local file. This local file will be the previously mentioned other zip file.
    -------------------------------------------------

    Create a new user oracle and proceed with the installation
    --> useradd -g oinstall oracle
    If your are forwarding your GUI using xming or vnc you would need to copy the xauth of root user and set it to oracle
    [server1:root] xauth list
    bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e
    [server1:root] sudo su - oracle
    [server1:oracle] export DISPLAY=localhost:10.0
    [server1:oracle] xauth add bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e

  • Oracle client 9i doesn't work for windows ordinary user

    Hello All,
    I've installed oracle 9i client on windows xp. Client software works for user belonging to windows administrators group. it doesn't works for ordinary users not belonging to administrators group. Particularly when i run sqlplus from command line i get following error :
    Incorrect environment variable PLUS_DFLT
    Program execution error.
    i also need access to Oracle ODBC driver.
    When i try to configure ODBC source (created by user with administrator privileges) by common user i get following errors :
    The setup routines for Oracle for Oracle in OraHome9i ODBC driver couldn't be loaded due to system error code 5
    Could not load the setup or translator library
    Very appreciate for any help.
    Regards Arkadiusz Masny

    It sounds like the users on the machine do not have access to the Oracle home directory. Check the permissions of the folder by right properties, select the user and check that they have read and then select advanced. Tick the "replace permission entries....." box and apply. This will re apply all user rights in all folders and subfolders. Try again.
    HTH Mark F

  • Can't open sql file in subfolders.

    Hi,
    1. I can’t open any file by Windows Browser, right click, and open with SQL Developer if the file is located in subfolder which is several levels deep from C:\.
    2. I can’t use Files (from SQL Developer) to browse subfolders than 7 or 8 levels deep from C:\.
    In the first case SQL Developer starts (if not running) without to open the file. If the sql file is located in first 3, 4 levels of sub folders – works.
    In the second case it just stopped working. In the panel (Files) Loading … appears and nothing.
    I change Tools/Preferences/Navigation level from 20 to 50 – same!
    Windows 7 Enterprise 8 GB
    SQL Developer Version 3.1.07 Build MAIN-07.42
    JDK 1.6
    Moreover SQL Developer uses 700 MB memory. It was 200 - 300 MB on Windows XP.
    If somebody has similar experience - please help?
    Konstantin

    Hi Gary,
    I am sending the log without CTRL-Break. The problem is same as the another thread.
    This is the error of the very beginning.
    C:\sqldeveloper\sqldeveloper\bin>sqldeveloper.exe
    _execv() failed, err=2Registered TimesTen
    These are errors before the SQLDeveloper to stop.
    Exception in thread "IconOverlayTracker Timer" java.lang.OutOfMemoryError: Java
    heap space
    at java.util.Arrays.copyOf(Arrays.java:2882)
    at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.
    java:100)
    at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390
    at java.lang.StringBuffer.append(StringBuffer.java:224)
    at org.tmatesoft.svn.core.SVNErrorMessage.getFullMessage(SVNErrorMessage
    .java:257)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorMana
    ger.java:58)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVN
    AdminAreaFactory.java:163)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAcce
    ss.java:364)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:272)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:265)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess
    .java:261)
    at org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.ja
    va:316)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java
    :296)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java
    :278)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapte
    r.getStatus(AbstractJhlClientAdapter.java:480)
    at org.tigris.subversion.svnclientadapter.svnkit.SvnKitClientAdapter.get
    Status(SvnKitClientAdapter.java:141)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapte
    r.getStatus(AbstractJhlClientAdapter.java:466)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCacheSimpleStrategy.getURLInfo(SVNU
    RLInfoCacheSimpleStrategy.java:79)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCache.getPropStatus(SVNURLInfoCache
    .java:59)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.getStatus(SVNStatusResolver
    .java:159)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.populateStatuses(SVNStatusR
    esolver.java:82)
    at oracle.jdevimpl.vcs.generic.GenericClient$2.getImpl(GenericClient.jav
    a:531)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.getValuesImpl(VCSStatusCache
    .java:31)
    at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValues(VCSURLBasedCache
    .java:107)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.get(VCSStatusCache.java:63)
    at oracle.jdeveloper.vcs.spi.VCSOverlayItemProducer.getOverlayItems(VCSO
    verlayItemProducer.java:63)
    at oracle.jdeveloper.vcs.spi.VCSNodeOverlayTracker.getOverlays(VCSNodeOv
    erlayTracker.java:288)
    at oracle.ide.explorer.IconOverlayTracker.processPendingNodes(IconOverla
    yTracker.java:574)
    at oracle.ide.explorer.IconOverlayTracker.access$1400(IconOverlayTracker
    .java:69)
    at oracle.ide.explorer.IconOverlayTracker$7.run(IconOverlayTracker.java:
    487)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    This is the error log after the "Loading...".
    Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Timer al
    ready cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.updateVisibleNodes
    (IconOverlayTracker.java:802)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$3000(IconOv
    erlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$NodeUserListener.t
    reeExpanded(IconOverlayTracker.java:969)
    at javax.swing.JTree.fireTreeExpanded(JTree.java:2666)
    at javax.swing.JTree.setExpandedState(JTree.java:3427)
    at javax.swing.JTree.expandPath(JTree.java:2163)
    at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java
    :2204)
    at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTree
    UI.java:2191)
    at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(Basic
    TreeUI.java:2149)
    at com.jgoodies.looks.plastic.PlasticTreeUI.access$900(PlasticTreeUI.jav
    a:120)
    at com.jgoodies.looks.plastic.PlasticTreeUI$MouseHandler.mousePressed(Pl
    asticTreeUI.java:276)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
    at java.awt.Component.processMouseEvent(Component.java:6287)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:
    220)
    at java.awt.Component.processEvent(Component.java:6055)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4653)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4233)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2482)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:621)
    at java.awt.EventQueue$2.run(EventQueue.java:619)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalStateException: Timer already cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker._scheduleUpdateTask(IconOverla
    yTracker.java:498)
    at oracle.ide.explorer.IconOverlayTracker.scheduleUpdateTask(IconOverlay
    Tracker.java:449)
    at oracle.ide.explorer.IconOverlayTracker.repaintConsumerOverlays(IconOv
    erlayTracker.java:432)
    at oracle.ide.explorer.IconOverlayTracker.access$000(IconOverlayTracker.
    java:69)
    at oracle.ide.explorer.IconOverlayTracker$2.stateChanged(IconOverlayTrac
    ker.java:114)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.setVisibleNodes(Ic
    onOverlayTracker.java:843)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$2800(IconOv
    erlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$4.run(IconOverlayT
    racker.java:818)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessCo
    ntrolContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

  • Extending Resource Catalog: How to create subfolders.

    Hi,
    we are extending the webcenter spaces application as described in this document:
    http://www.oracle.com/technology/products/webcenter/pdf/owcs_r11_extend_spaces_wp.pdf
    We have succesfully extended the Resource Catalog for both the Personal Space and the Group Spaces to include a folder with our custom taskflows. Nevertheless we could not achieve to generate (non dynamic) subfolders in order to organize our tasflows based on functionality. I haven't seen if this is possible of not anywhere but we have tried with this and it didn't work.
    <?xml version="1.0" encoding="UTF-8"?>
    <catalogDefinition id="PersonalSpaceCatalog" name="Personal WebCenter Catalog"
    description="Resource Catalog definiton for Personal WebCenter"
    resourceBundle="oracle.webcenter.webcenterapp.resource.PersonalSpaceCatalogBundle"
    definitionFilter="oracle.webcenter.webcenterapp.internal.model.catalog.PersonalSpaceCatalogFilter"
    xmlns="http://xmlns.oracle.com/adf/rcs/catalog">
    <schema>
    <descriptor searchable="true" labelKey="TITLE.PROMPT_KEY"
    endUserVisible="true" shortLabelKey="TITLE.SHORT_PROMPT_KEY"
    attributeId="Title" multivalue="false"/>
    <descriptor searchable="true" labelKey="DESCRIPTION.PROMPT_KEY"
    endUserVisible="true"
    shortLabelKey="DESCRIPTION.SHORT_PROMPT_KEY"
    attributeId="Description" multivalue="false"/>
    <descriptor searchable="true" labelKey="SUBJECT.PROMPT_KEY"
    endUserVisible="true" shortLabelKey="SUBJECT.SHORT_PROMPT_KEY"
    attributeId="Subject" multivalue="true"/>
    <descriptor searchable="true" labelKey="WEBCENTER_SERVICE_ID.LABEL"
    endUserVisible="false"
    shortLabelKey="WEBCENTER_SERVICE_ID.SHORT_LABEL"
    attributeId="WEBCENTER_SERVICE_ID" multivalue="false"/>
    <descriptor searchable="false" labelKey="TOOL_TIP.LABEL"
    endUserVisible="false" shortLabelKey="TOOL_TIP.SHORT_LABEL"
    attributeId="ToolTip" multivalue="false"/>
    <descriptor searchable="false" labelKey="ICON_URI.LABEL"
    endUserVisible="false" shortLabelKey="ICON_URI.SHORT_LABEL"
    attributeId="IconURI" multivalue="false"/>
    </schema>
    <contents>
    *<!-- My Custom Task Flows Folder -->*
    <folder id="customTaskflowsFolder">
    <attributes>
    <attribute value="Custom Taskflows" attributeId="Title" isKey="true"/>
    <attribute value="A collection of custom taskflows"
    attributeId="Description" isKey="true"/>
    <attribute value="Taskflow" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.ps.taskflow"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/img/home_cs_ng.jpg" attributeId="IconURI"/>
    </attributes>
    <contents>
    *<!-- My SubFolder -->*
    <folder id="customNavigationTaskflowsFolder">
    <attributes>
    <attribute value="Navigation" attributeId="Title" isKey="true"/>
    <attribute value="Custom Navigation Taskflows"
    attributeId="Description" isKey="true"/>
    <attribute value="Navigation Taskflow" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.ps.taskflow.navigation"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/img/home_cs_ng.jpg" attributeId="IconURI"/>
    </attributes>
    <contents>
    <resource path="navigation-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+ps-local-toolbar.xml#ps-local-toolbar"
    repository="application.classpath" id="ps-local-toolbar">
    <attributes>
    <attribute value="Local Toolbar" attributeId="Title"
    isKey="true"/>
    <attribute value="Local Toolbar" attributeId="Description"
    isKey="true"/>
    <attribute value="Local Toolbar" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.navigation.localtoolbar"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    </contents>
    </folder>
    *<!-- Other Taskflows -->*
    <resource path="peoplefinder-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+people-finder-wide.xml#people-finder-wide"
    repository="application.classpath" id="ps-people-finder-wide">
    <attributes>
    <attribute value="People Finder (Inline results)"
    attributeId="Title" isKey="true"/>
    <attribute value="Look for people based on several attributes"
    attributeId="Description" isKey="true"/>
    <attribute value="People Finder" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.peoplefinder.wide"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource path="profile-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+profile.xml#profile"
    repository="application.classpath" id="ps-profile-taskflow">
    <attributes>
    <attribute value="Profile" attributeId="Title" isKey="true"/>
    <attribute value="Profile" attributeId="Description" isKey="true"/>
    <attribute value="Profile" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.profile"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource id="ps-personal-snapshot" repository="application.classpath"
    path="personalsnapshot-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+personal-snapshot.xml#personal-snapshot">
    <attributes>
    <attribute value="Personal Snapshot" attributeId="Title"
    isKey="true"/>
    <attribute value="Shows the personal snapshot"
    attributeId="Description" isKey="true"/>
    <attribute value="Personal Snapshot" attributeId="Subject"
    isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.personalsnapshot"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    <resource id="ps-company-info" repository="application.classpath"
    path="companyinfo-taskflow-war-1.0-SNAPSHOT.jar/ADF_TaskFlow/WEB-INF+company-info.xml#company-info">
    <attributes>
    <attribute value="Company Ingo" attributeId="Title" isKey="true"/>
    <attribute value="Shows the company info for a given user"
    attributeId="Description" isKey="true"/>
    <attribute value="Company Info" attributeId="Subject" isKey="true"/>
    <attribute value="custom.oracle.webcenter.spaces.ps.taskflow.companyinfo"
    attributeId="WEBCENTER_SERVICE_ID" isKey="false"/>
    <attribute value="/adf/webcenter/community_qualifier.png"
    attributeId="IconURI"/>
    </attributes>
    </resource>
    </contents>
    </folder>
    </contents>
    </catalogDefinition>
    Could anyone throw some light on this? Can this be done? Is there anything we may be missing in our XML?
    Many thanks.

    I'm migrating 10 years of mail from Thunderbird on a dusty Dell to my brand-new Mini. I've got tons of subfolders and filters, and I want to replicate the structure using Mail 3.0.
    No matter what I do, I can't seem to add a subfolder to the email accounts I have coming off of different servers (Yahoo, Gmail and 2 on Go Daddy.)
    The Mac help advice doesn't work -- I'm just given the options to place a new mailbox "On My Mac" or as an RSS feed.
    Any other suggestions? I'd keep T'bird, except that I heard that Mozilla's not going to continue developing it. This problem seems to be unique to Leopard. Or maybe just unique to me.

  • Starting Oracle Reports 11g in Windows 7

    Hi there,
    Does anyone have any luck running Oracle Reports 11g in Windows 7?
    I installed WLS server (10.3.2) successfully.
    I installed OFM (11.1.1.2) successfully.
    Started Oracle Forms 11g successfully. Able to connect to Oracle database and created a form.
    Registry: /SOFTWARE/ORACLE/KEY_OH2004471243: ORACLE_HOME=C:\Oracle\OFM11g\as_1
    System variables: PATH=C:\Oracle\OFM11g\as_1\jdk\bin;C:\Oracle\OFM11g\as_1\jdk\jre\bin;C:\Oracle\OFM11g\as_1\bin;%PATH%
    tnsnames.ora is in C:\oracle\TNSAdmin\
    Error starting Oracle Reports 11g
    C:\oracle\OFM11g\asinst_1\config\reports\bin\rwbuilder.bat
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
    rwbuilder.bat file:
    @REM
    @REM Copyright (c) 1999, 2008, Oracle and/or its affiliates.
    @REM All rights reserved.
    @REM
    @echo off
    @echo Starting Reports 11g Builder...
    setlocal
    call C:\oracle\OFM11g\asinst_1\config\reports\bin\reports.bat
    @echo on
    start C:\oracle\OFM11g\as_1\bin\rwbuilder.exe %*
    @echo off
    endlocal
    @echo on

    Problem fixed. It was a folder security with Windows 7. When setting folder security on the root folder, it did not cascade to all the subfolders, even checked off the "Replace all child object permissions with inheritable permissions from this object". After searching many folders, the "oracle_common" folder was access is denied. Granted permission to this folder, and able to start Oracle Reports with no errors (without to run as Admin).

  • Searching in Oracle Content DB

    Hi,
    Is it possible to create a SearchExpression through the FDK API of Oracle Content DB which also searches through linked subfolders or documents and not only through 'real' subfolders or documents?
    Thanks in advance,
    Eric van der Steen
    University of Groningen

    hello !
    have you tried re-starting OC4J_Content. in some instances this solves the issue. in any case, this should not happen in the production release. pls contact oracle support services for further investigation.
    thanks,
    ph.

  • Installing oracle instant client 12.1 on Windows 8 with no previous Oracle Software

    Hi all,
    I want to install oracle client 12.1 on my 64bit windows 8 computer. Do i have to have an oracle software installed first?
    I've downloaded all the packages from the oracle website ie, basic, odbc, jdbc, sqlplus and sdk
    I have extracted them into one folder c:\Program Files\OracleInstantClient. as told to do in the documentation
    These are the actions I have taken as suggested by different forums which i have done;
    - created a system variable OCI_LIB64 and set the value to c:\Program Files\OracleInstantClient.
    - created a system and user variable ORACLE_HOME and set the value to c:\Program Files\OracleInstantClient.
    - created a user variable TNS_ADMIN and set the value to c:\Program Files\OracleInstantClient.
    - create subfolders "\network\admin" in your 64-bit client folder and create sqlnet.ora and tnsnames.ora here ie c:\Program Files\OracleInstantClient\network\admin
    In another installation guide i found, i was told to double click a setup.exe and start the GUI which i didn't see after i extracted all the downloads
    Please am missing something? do i have to install oracle database first? i really don't need that.

    You do not have to install oracle database in order to install oracle client.  But it won't do any good to install the client if you don't have a database to connect to -- somewhere.  It's just that the database doesn't have to be in the same box as the client.  In fact, it usually isn't.
    You created a directory "c:\Program Files\OracleInstantClient\network\admin" to hold your tnsnames.ora and sqlnet.ora files. But then you set tns_admin to point to some other directory.  If you set tns_admin, you are telling the client THAT is where it should locate the tns config files.
    Oracle sometimes doesn't like putting things in Windows folders that have embedded spaces in the folder name.  I'd avoid it like the plague.

  • Connecting Oracle Problem

    I write some web services on .net. But in every
    service i write, i could not able to connect to a
    database. the connection strings i used r right and
    working on windows applications. but whenever i try to
    connect a database through a web sevice i cant. its
    not opening.
    the same thing is properlly working with SQL Server.

    Solution :
    Cause
    Security permissions were not properly set when the Oracle 9i Release 2 client was installed on Windows with NTFS. The result of this is that content of the ORACLE_HOME directory is not visible to Authenticated Users on the machine; this again causes an error while the System.Data.OracleClient is communicating with the Oracle Connectivity software from an ASP.NET using Authenticated User privileges.
    Solution
    To fix the problem you have to give the Authenticated Users group privilege to the Oracle Home directory.
    Log on to Windwos as a user with Administrator privileges.
    Start Window Explorer and navigate to the ORACLE_HOME folder.
    Choose properties on the ORACLE_HOME folder.
    Click the “Security” tab of the “Properties” window.
    Click on “Authenticated Users” item in the “Name” list.
    Uncheck the “Read and Execute” box in the “Permissions” list under the “Allow” column.
    Re-check the “Read and Execute” box under the “Allow” column
    Click the “Advanced” button and in the “Permission Entries” verify that “Authenticated Users” are listed with permission = “Read & Execute”, and Apply To = “This folder, subfolders and files”. If not, edit that line and make sure that “Apply To” drop-down box is set to “This folder, subfolders and files”. This should already be set properly but it is important that you verify it.
    Click the “Ok” button until you close out all of the security properties windows. The cursor may present the hour glass for a few seconds as it applies the permissions you just changed to all subfolders and files.
    Reboot, to assure that the changes have taken effect.
    Try your application again.

  • No luck installing Oracle OLEDB 9.2 on WinXP

    I've bee heer with the same subject. Got an advice to uninstall Oracle OLEDB first and repeat installation. I've tried several times using full Oracle Client Installer as well as OLEDB version of Installer. Each time my list of OLEDB providers does not include Oracle OLEDB provider. I even updated my MDAC to 2.7 SP1 Refresh but results are the same.
    Does anyone have a clue what should I do ?
    Thank you.

    Don,
    If your %windir%\system32\regsvr32.exe works fine and your file system is NTFS, you may want to try the following. (Curtesy of Helena Bennett Kirksey in this forum. The instructions should be originally from Oracle.)
    1. Log on to Windows as a user with Administration privileges.
    2. Launch Windows Explorer from the Start Menu and navigate to the ORACLE_HOME folder. This is typically the "Ora92" folder under the "Oracle" folder (i.e. D:\Oracle\Ora92).
    3. Right-click on the ORACLE_HOME folder and choose the "Properties" option from the drop down list. A "Properties" window should appear.
    4. Click on the "Security" tab of the "Properties" window.
    5. Click on the "Authenticated Users" item in the "Name" or "Group or user names" list.
    6. Uncheck the "Read and Execute" box in the "Permissions" or "Permissions for Authenticated Users" list under the "Allow" column.
    7. Re-check the "Read and Execute" box under the "Allow" column (this is the box you just unchecked).
    8. Click the "Advanced" button and in the "Permission Entries" list make sure you see the "Authenticated Users" listed there with:
    Permission = Read & Execute
    Apply To = This folder, subfolders and files
    Sinclair

  • Installing Oracle OLEDB Upgrade

    Having managed to overcome the issue with the symcjit.dll and
    P4's when installaing Oracle 8i, I have not been able to install
    the OLEDB 8.1.7.2 upgrade.
    The install dialogs are not displayed - any ideas?
    Thanks

    Don,
    If your %windir%\system32\regsvr32.exe works fine and your file system is NTFS, you may want to try the following. (Curtesy of Helena Bennett Kirksey in this forum. The instructions should be originally from Oracle.)
    1. Log on to Windows as a user with Administration privileges.
    2. Launch Windows Explorer from the Start Menu and navigate to the ORACLE_HOME folder. This is typically the "Ora92" folder under the "Oracle" folder (i.e. D:\Oracle\Ora92).
    3. Right-click on the ORACLE_HOME folder and choose the "Properties" option from the drop down list. A "Properties" window should appear.
    4. Click on the "Security" tab of the "Properties" window.
    5. Click on the "Authenticated Users" item in the "Name" or "Group or user names" list.
    6. Uncheck the "Read and Execute" box in the "Permissions" or "Permissions for Authenticated Users" list under the "Allow" column.
    7. Re-check the "Read and Execute" box under the "Allow" column (this is the box you just unchecked).
    8. Click the "Advanced" button and in the "Permission Entries" list make sure you see the "Authenticated Users" listed there with:
    Permission = Read & Execute
    Apply To = This folder, subfolders and files
    Sinclair

  • Windows 2000 and oracle driver

    Does any one has problem with oracle linkserver on following system
    OS: windows 2003 server
    SQL Server: SQL 2000 server
    Linkserver to oracle 10g: using oracle oledb provider.
    it works and then it sends TNS error message. For which we have already fixed the tnsname files for oracle and after reboot it works even once or twice and then it fails again of TNS could not be resolved error...
    OLE DB provider 'OraOLEDB.Oracle' reported an error.
    [OLE/DB provider returned message: ORA-12154: TNS:could not resolve the connect identifier specified]
    OLE DB error trace [OLE/DB Provider 'OraOLEDB.Oracle' IDBInitialize::Initialize returned 0x80004005:   ].
    Is there something to do with windows 2003 or corrupted oledb driver or windows service packs.
    Please advice

    Hi amy2ki
    I had the same problem and solved it.
    It seems that this issue is related to security settings on ORACLE_HOME folder.
    You must force Read&Execute rights on ORACLE_HOME folder for "Authenticated Users" and propagate them below.
    Check this note on :
    http://www.google.com/notebook/public/01335025009615452606/BDRwbSwoQnIbT6rQh
    Shortly, the steps are:
    Oracle Client software requires that you give the Authenticated User
    privilege to the Oracle Home by following these steps:
    1. Log on to Windows as a user with Administrator privileges.
    2. Launch Windows Explorer from the Start Menu and and navigate to the
    ORACLE_HOME folder. This is typically...
    - the "Ora92" folder under the "Oracle" folder
    (i.e. D:\Oracle\Ora92) in Oracle9iR2
    or
    - the "Client_1" folder under the "Oracle\product\10.1.0" folder
    (i.e. D:\Oracle\product\10.1.0\Client_1) in Oracle10gR1
    or
    - the "Db_1" folder under the "Oracle\product\10.1.0" folder
    (i.e. D:\Oracle\product\10.1.0\Db_1) in Oracle10gR1
    3. Right-click on the ORACLE_HOME folder and choose the "Properties" option
    from the drop down list. A "Properties" window should appear.
    4. Click on the "Security" tab of the "Properties" window.
    NOTE: If you are running Windows XP and do not have a "Security" tab
    please do the following:
    (a) Open "Folder Options" in your Control Panel.
    (b) Choose the "View" tab.
    (c) Under "Advanced Settings" uncheck the option "Use simple file
    sharing (Recommended)".
    The "Security" tab should now be available.
    5. Click on "Authenticated Users" item in the "Name" list (on Windows XP
    the "Name" list is called "Group or user names").
    6. Uncheck the "Read and Execute" box in the "Permissions" list under the
    "Allow" column (on Windows XP the "Permissions" list is called
    "Permissions for Authenticated Users").
    7. Re-check the "Read and Execute" box under the "Allow" column (this is
    the box you just unchecked).
    8. Click the "Advanced" button and in the "Permission Entries" list make
    sure you see the "Authenticated Users" listed there with:
    Permission = Read & Execute
    Apply To = This folder, subfolders and files
    If this is NOT the case, edit that line and make sure the "Apply onto"
    drop-down box is set to "This folder, subfolders and files". This
    should already be set properly but it is important that you verify this.
    9. Click the "Ok" button until you close out all of the security properties
    windows. The cursor may present the hour glass for a few seconds as it
    applies the permissions you just changed to all subfolders and files.
    10. You must REBOOT YOUR COMPUTER to assure that these changes have taken
    effect. Failure to do this can prevent this procedure from working!
    11. Re-execute the application and it should now work.
    NOTE: If the problem is still present after following steps 1-11 and
    rebooting your computer in step 10 you should perform the following
    two additional permissions settings at step 8 as described below.
    This may be necessary due to permissions that have been configured
    beyond the standard permissions setup when the OS was originally
    installed:
    12. If the problem is still present, go back through these same 11 steps
    above, but when performing step 8 additionally check both boxes entitled
    "Inherit from parent the permission entries that apply to child
    objects. Include these with entries explicitly defined here."
    AND
    "Replace permission entries on all child objects with entries shown
    here that apply to child objects"
    AND be sure to reboot in step 10.
    Hope it helps, it worked perfectly for me.

  • Error while invoking a WS-Security secured web service from Oracle BPEL..

    Hi ,
    We are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    Any pointers in this regard will be highly appreciated.
    Thanks,
    Saurabh

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

  • Error while running a customize report in oracle ebs

    Hi ..
    can anybody suggest how to solve the follwing error while running a customize report in oracle ebs?
    XXIFMS: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Current system time is 03-JUN-2011 11:09:24
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DATE_FROM='2010/04/01 00:00:00'
    P_DATE_TO='2011/06/03 00:00:00'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    stat_low = 9
    stat_high = 0
    emsg:was terminated by signal 9
    ld.so.1: rwrun: fatal: librw.so: open failed: No such file or directory
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 9
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1068011.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1068011 on node D0005 at 03-JUN-2011 11:09:24.
    Post-processing of request 1068011 failed at 03-JUN-2011 11:09:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-JUN-2011 11:09:24

    Please post the details of the application release, database version and OS.
    Is the issue with this specific concurrent program?
    Can you find any errors in the CM/OPP log files?
    Please see if these docs help.
    On R12.1.1/Solaris Platform While Generating Oracle Reports Files Failed With Error " ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory [ID 1067786.1]
    Apps UPG Fail With Error Ld.So.1: Rwserver: Fatal: Librw.So [ID 961222.1]
    Thanks,
    Hussein

Maybe you are looking for

  • How do I create a new iCloud account?

    I've tried to find out how to create an iCloud account for my nephew's new iPod touch.  When I look at the instructions online there's always sort of a catch 22. You need an apple ID, for that you need an emailaddress. I would want that to be a '[ema

  • Vi front panel printed

    hi, i have a real strange problem and don't know even where to start. i have a real complex program running on a PC that is connected to my net with a VPN. every time one of the VIs executed it tells a printer at my location to print the front pannel

  • Why can't I see a Youtube video in my iPad?.

    I am trying to see a video from youtube but it send me a message that the video is not formated for mobile. There are other video that can be seen but not this one. Why?

  • Maximum length of header in the file on the application server?

    Hi there,            I am uploading a file on the application server. I am writing the header separately which is column heading in char format. Then I am writing the data to that file.            Now the problem is, I am unable to get more than 256

  • Moving Music FROM iPod to Computer...

    My computer crashed, dammit. Fortunately, had my music backed up on my iPod. Unfortunately, it doesn't seem like iTunes wants to allow me move it onto my new computer. Is this some crazy iTunes security feature, or am I doing something wrong?? Any wo