XML Content Upload Error - Failed to Find Handler

Hi
I am trying to upload an xml file using the tools under system administration but when I start the import I get the error cannot find handler. There are no other error messages and the view report features do not work. The handlers xml file property is <b>content.handlers.xml</b>
I have found a few postings on this issue but the only solution I have seen said that you need 2004 s
I am using 2004s
<b>version=7.0.8.0.0
Implementation-Version=7.8.0.0.200606180650</b>
Can anyone help me to identify what is missing?
Many Thanks
Andy Irvine

Hi Martin
I downloaded an xml file containing worksets. The purpose being to mass change the sort priority of  a folder within the workset (used as an entry point).
I want to change the sort priority of the folder with id 'mywork' from 100 to 10. As there are many roles (100s rather than 1000s thankfully)  I figured this would be the quickest/easiest solution. I used find & replace on a a large section of the my work section and changed only the section shown in the code below to be 10 instead of 100.
[code]
<Attribute name="com.sap.portal.navigation.Priority" type="string">
    <AttributeValue value="10.0"/>
    <Attribute name="administration" type="string">
    <AttributeValue value=""/>
  </Attribute>     
[/code]
The head of the file is as follows
[code]
GenericCreator author="XML Creator" version="XML Automatic Creation" mode="clean,execute" report.level="success" createMode="3" default.locale="en" ignore="false">
     <Property name="parent1" value="pcd:portal_content/com.burberry.content/Europe"/>
     <Context name="worksets" objectClass="com.sap.portal.pcd.gl.GlContext" create_as="0" parent="$">
          <Attributes>
[/code]
It errors out straight away which is what led me to believe that maybe this was an issue with the portal configuration rather than my xml file. Any suggestions?
Message was edited by:
        Andy Irvine

Similar Messages

  • Real racing 3 - error, failed to find players

    Hi, first time here.
    love RR3 but the online multiplayer can be a pain.
    at times when I try to race it will be fine, but then often after a race when I want to race again it comes up with 'error, failed to find players', and once that happens I have to leave the game for a while, turn ipad off and on or reset ipad to be allowed to race again. This is with online multiplayer only, everything else works well. No perceived problems with game centre synching or my internet.
    any ideas?
    david.

    Hey Bendigodave,
    One thing that may be happening is one or more of the players you just played with has left the party. If you mean when you exit out of a party and start another matchmaking, then you first want to check your internet speed and connection. you can download a speed test app for that. Secondly, a nice fresh start for your Game Center account may help. Signing out of Game Center by going to Settings>Game Center> Tapping on your blue apple ID and signing out, then signing back in. Maybe that will help something out? If not, make sure you're updated to the latest version of the app and iPad. 7.0.3 is a couple versions behind. iPads are currently on 7.1.2. If all else fails, contact EA about it. they have excellent customer service. I hope this helps!

  • ELoad throwing error - Failed to find navigation path

    Hi,
    I have a script that runs fine in eTester but fails in eLoad with error - Failed to find navigation path when it tries to click on a dynamic link on a page. I think it records the text of the link based on what account I have searched on. If I iterate through my records in the data bank, the script runs just fine in eTester. However, it fails with the "Failed to find navigation path" error in eLoad. Any ideas?
    Thanks.

    Are you able to build the regular expression without the company data?
    For example if my html had this in it:
    <INPUT type="text" id=ticker name=ticker value="TER">
    and I want to extract TER to use somewhere else, I would create a custom variable with this regular expression:
    <INPUT type="text" id=ticker name=ticker value="(.+?)">
    I would have to make the regular expression smaller if the ticker was in there. For example if the html was
    <INPUT type="text" id=ticker name=ticker val= "Teradyne" value="TER">
    I would have to make the regular expression:
    <INPUT type="text" id=ticker name=ticker val=".+?" value="(.+?)">
    -GateCity_QA

  • "ERROR Failed to find either 24-bit TrueColor or 8-bit PseudoColor Visual"

    I have a X200T with the integrated graphics.  I'm trying to connect to a server and set up a X Windows kind of thing, but I get this error message: "ERROR Failed to find either 24-bit TrueColor or 8-bit PseudoColor Visual"
    Whe I go to Control Panel--> Display --> Settings --> Color Quality, I only see two options: 1) Highest (32-bit) and 2) Medium (16-bit).  I don't see an option for 24-bit or "millions of colors", etc.
    Any ideas?

    Hello,
    that´s correct. You can only choose between 32bit and 16bit colour on TP tft´s.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • XML-32009: (Fatal Error) Failed to parse the input schema.

    I am attempting to generate the Java classes for the attached XLM schema (JMdict_e.xsd) using the following command:
    oracle.xml.jaxb.orajaxb -schema JMdict_e.xsd -targetPkg generated
    which results in the error "XML-32009: (Fatal Error) Failed to parse the input schema."
    I created the schema from a DTD file (http://www.csse.monash.edu.au/~jwb/jmdict_dtd_h.html) following the instructions in the example http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28394/adx_j_sproc.htm#CIHICCJB
    I am using version xdk_nt_10_1_0_2_0_production.
    Can anyone help me with this please? Thanks.
    JMdict_e.xsd
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="dial" type="xs:string"/>
    <xs:element name="example" type="xs:string"/>
    <xs:element name="upd_date" type="xs:string"/>
    <xs:element name="ke_pri" type="xs:string"/>
    <xs:element name="re_nokanji" type="xs:string"/>
    <xs:element name="xref" type="xs:string"/>
    <xs:element name="etym" type="xs:string"/>
    <xs:element name="re_inf" type="xs:string"/>
    <xs:element name="k_ele">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="keb"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ke_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ke_pri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="links">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="link_tag"/>
    <xs:element ref="link_desc"/>
    <xs:element ref="link_uri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="lsource">
    <xs:complexType>
    <xs:simpleContent>
    <xs:extension base="xs:string">
    <xs:attribute name="lang" fixed="eng"/>
    <xs:attribute name="ls_type" use="optional" type="xs:string"/>
    <xs:attribute name="ls_wasei" use="optional" type="xs:string"/>
    </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    </xs:element>
    <xs:element name="ent_seq" type="xs:string"/>
    <xs:element name="info">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="links"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="bibl"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="etym"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="audit"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="s_inf" type="xs:string"/>
    <xs:element name="link_uri" type="xs:string"/>
    <xs:element name="bib_txt" type="xs:string"/>
    <xs:element name="link_tag" type="xs:string"/>
    <xs:element name="bibl">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" ref="bib_tag"/>
    <xs:element minOccurs="0" ref="bib_txt"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="upd_detl" type="xs:string"/>
    <xs:element name="ant" type="xs:string"/>
    <xs:element name="ke_inf" type="xs:string"/>
    <xs:element name="audit">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="upd_date"/>
    <xs:element ref="upd_detl"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="pos" type="xs:string"/>
    <xs:element name="pri" type="xs:string"/>
    <xs:element name="r_ele">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="reb"/>
    <xs:element minOccurs="0" ref="re_nokanji"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_restr"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="re_pri"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="bib_tag" type="xs:string"/>
    <xs:element name="re_restr" type="xs:string"/>
    <xs:element name="stagk" type="xs:string"/>
    <xs:element name="sense">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="stagk"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="stagr"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="pos"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="xref"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ant"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="field"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="misc"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="s_inf"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="lsource"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="dial"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="gloss"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="example"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="keb" type="xs:string"/>
    <xs:element name="field" type="xs:string"/>
    <xs:element name="link_desc" type="xs:string"/>
    <xs:element name="reb" type="xs:string"/>
    <xs:element name="entry">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="ent_seq"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="k_ele"/>
    <xs:element maxOccurs="unbounded" ref="r_ele"/>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element maxOccurs="unbounded" ref="sense"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="stagr" type="xs:string"/>
    <xs:element name="re_pri" type="xs:string"/>
    <xs:element name="gloss">
    <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="pri"/>
    </xs:choice>
    <xs:attribute name="lang" fixed="eng"/>
    <xs:attribute name="g_gend" use="optional" type="xs:string"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="misc" type="xs:string"/>
    <xs:element name="JMdict">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="entry"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>

    @Bhaskar (and @user11922800): You have to update the db10g/xdk to a version at least of 10.1.0.4. There were major bug fixes including XML-32009 error (bug number 3375952).
    http://www.eygle.com/case/bug10104.htm
    I've even tried the op's listing with my more to-date xdk without encountering any problem and it is compiled just fine.
    ps: I am sure that was the hasty typo in dvohra16 post. The namespace in the op (/2001/) is correct. Encoding is still capable of resulting in some problems (I've had encounted if I recall), but that is not the problem for the issue raised in this thread.

  • Fatal Error: Failed to open handle for AFLVCG61.msi

    Fatal error occured while installing Device Drivers CD. I have no clue Help.
    Message says Failed to open the handle for D:\components\max\AFLVCG61.msi.
    And, the details says:
    K:\NIInstallers\dev\1.1.2\src\UberInstaller\IniFileInfo.cpp(968): IInstallerError 11002
    Fatal Error. Failed to open handle for D:\components\max\AFLVCG61.msi.
    Failed to open database handle for D:\components\max\AFLVCG61.msi.
    Msi Error: 110
    Error Record:
    Exception code: E06D7363 ()
    Fault address: 7C59BBF3 0001:0002ABF3 C:\WINNT\system32\KERNEL32.DLL
    Registers:
    EAX:00FEF1D8
    EBX:0041E507
    ECX:00000000
    EDX:0000000C
    ESI:00FEF268
    EDI:00FEF1F8
    CS:EIP:001B7C59BBF3
    SS:ESP:002300FEF1D0 EBP:00FEF228
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00000206
    Stack Trace
    Address Frame LogicalAddr Module SymbolName + Offset
    7C59BBF3 00FEF228 0001:0002ABF3 C:\WINNT\system32\KERNEL32.DLL RaiseException + 86
    004C3160 00FEF268 0001:000C2160 D:\setup.exe
    0041E5CC 00FEFA5C 0001:0001D5CC D:\setup.exe
    0044DA59 00FEFB40 0001:0004CA59 D:\setup.exe
    0043EAE0 00FEFB84 0001:0003DAE0 D:\setup.exe
    004402BF 00FEFCDC 0001:0003F2BF D:\setup.exe
    00463C4B 00FEFD84 0001:00062C4B D:\setup.exe
    00463D46 00FEFDA8 0001:00062D46 D:\setup.exe
    0046B4A1 00FEFDF0 0001:0006A4A1 D:\setup.exe
    0046B55E 00FEFF18 0001:0006A55E D:\setup.exe
    004EB185 00FEFF80 0001:000EA185 D:\setup.exe
    004C8EED 00FEFFB4 0001:000C7EED D:\setup.exe
    7C57B388 00FEFFEC 0001:0000A388 C:\WINNT\system32\KERNEL32.DLL lstrcmpiW + 183

    Hi LegalEngineer-
    Which operating system are you using? It seems like either you got a bad Driver CD disk or that your Windows Installer might need to be updated.
    You can find updated driver downloads for all NI hardware at Drivers and Updates at ni.com. I generally prefer this method because it avoids installing unnecessary software and also ensures that all drivers are up to date.
    Regards,
    Tom W
    National Instruments

  • Task Sequence Error - Failed to find CCM_SoftwareDistribution object (0x80040104)

    Hi, we recently migrated packages and a DP to SCCM2012. now, when we checked OS Deployment, the TS fails with error Code 0x80040104.   . it has errors with a driver package.
    I Already updated the DP, i also deleted it on all DPs and resend it.. no luck.
    Someone a clue. in the forum i saw an entry about a corrupt driver package.. but no further infos or a link.

    SMSTS.LOG
    Adding URL location item 2 2 00000374 00000001 http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Prioritized locations:    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
      http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 content location:     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 http content location: http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Getting policy for CCM_SoftwareDistribution[AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"]    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    FALSE, HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2506)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to find CCM_SoftwareDistribution object for AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    (*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,3341)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1480)  
     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to resolve selected task sequence dependencies. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    hrReturn, HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence returned code 0x80040104    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Setting wizard error: This task sequence cannot be run because a package referenced by the task sequence could not be found. For more information, contact your system administrator or helpdesk operator.    TSMBootstrap    20.07.2012
    09:02:29    1216 (0x04C0)
    ResolveProgressPage::OnWizardNext()    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Activating Finish Page.    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Loading bitmap    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Executing command line: X:\windows\system32\cmd.exe /k    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    The command completed successfully.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Successfully launched command shell.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Exiting task sequence wizard.    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Exiting with return code 0x00000000    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Execution complete.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logging from process 800    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logs to root of first available drive    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Successfully finalized logs to C:\SMSTSLog    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Cleaning up task sequencing logging configuration.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)

  • Z10 Bluetooth error: "Failed to find service"

    1. I tried to transfer a file from my Z10 to Macbook Air (Mac OS Mavericks).
    2. When I select a file and then try to send it through Bluetooth - i get a message: "Failed to find service"
    3. I have checked all settings on Macbook and Z10 are ok.
    4. I have gone through the past solutions discussed / shared in the forum, none has been helpful.
    5. WHAT COULD BE THE ISSUE? 
    6. Macbook to Z10  file transfer via bluetooth works fine but Z10 to Macbook isnt working. 

    Well that is strange, since we seem to be on the same time today we can go over everything again if you like.
    I experimented many different ways just to see the errors and the way I said to do it works perfect on my Z 10 and Mac.
    Just try this, go to Network App on Mac, click Bluetooth click Connect, if you go to Bluetooth App you can enable "Show Bluetooth in the menu bar" then just click Connect from the Menu Bar.

  • PulseAudio error: Failed to find original dlopen loader

    Every time I start PulseAudio, it displays this error:
    [hb@hb-laptop ~]$ pulseaudio -D
    W: ltdl-bind-now.c: Failed to find original dlopen loader.
    [hb@hb-laptop ~]$
    The daemon starts though, and PulseAudio works, but I'm wondering what is causing this error? I didn't have this error before. Is there some kind of update of a certain package that is causing this?

    HyperBaton wrote:
    Every time I start PulseAudio, it displays this error:
    [hb@hb-laptop ~]$ pulseaudio -D
    W: ltdl-bind-now.c: Failed to find original dlopen loader.
    [hb@hb-laptop ~]$
    anybody work on this problem? pulseaudio starts but a warning isn't fine.
    rg_rg wrote:
    W: ltdl-bind-now.c: Failed to find original dlopen loader.
    E: main.c: daemon startup failed.
    Daemon does not start
    If PulseAudio fails to start as a daemon and the message
    E: main.c: daemon startup failed.
    appear, you may need to disable the line in /etc/pulse/default.pa that reads
    .fail
    Simply add a "#" as a comment in front of that line.
    Last edited by zyon (2008-11-05 22:52:59)

  • Sign in Error: failed to find service connection url

    Greetings!
    On my Windows desktop, when I try to sign into iTunes, I receive the following error:
    "ConnectionManager::invoke::failed to find the service connection url"
    I have seen all of the threads indicating other people had success when signing out, then signing in again.  I have not had any success with this.  I have unistalled iTunes, reinstalled, but the problem still avails.
    The baffling thing is that I am able to sign in to iTunes just fine using my Macbook.
    Any ideas?  Thanks!

    Fixed it.  I had to completely remove iTunes, reboot, rename my Music directory (which contains the itunes library), create a new Music folder, reinstall iTunes, reboot, and then it worked again.  What a pain!  Now I'm in the process of reimporting all of my media... but I can successfully sign in to iTunes.    

  • MediaSmart Upgrade Error: "Failed to Find DDL: Vercheck. Check Version2"

    I recently upgraded to Win7 from Vista and everything seems to work well, however, yesterday I decided to upgrade my MediaSmart software from ver. 3 to ver. 4 and I ran into a problem. 
    When I try to install ver 4 of MediaSmart Music, Photo or Video I get an error message that says it  "Failed to Find DDL Function: Vercheck. Check Version2". 
    Any ideas on how to fix this problem would be appreciated.
    Thanks.

    Please see if (R12: Error APP-FND-01436 When Querying MO Profile Options [ID 455367.1]) helps.
    If you still have the same issue, Please obtain the FRD file to get more details about the error -- http://forums.oracle.com/forums/search.jspa?threadID=&q=FRD+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • KM content upload error

    Hi,
    I am trying to upload KM content through transport package nothing is displayed in pending imports to start the import process. I have rename the .zip to .kmc still the same issue. I have checked the log files no errors are displaying related to my issue.
    Could you please help me to resolve the issue.
    Regards
    Suresh

    Hi Suresh,
    I understood Your post as ,you are trying to upload a kmcontent file into the system :
    1)where as while importing Nothing is appearing in the Pending Reports ?which  is available with you as Zip file which was converted to .kmc?
    -->>when Trying to import >FIrst go to package upload in imports>first brose your target package-->and try seeing the pending imports where from that context you might be able to see the file which can be imported.
    kmc file once they are exported may be in .kmc or .zip file which we can be used them for export by making them from package upload to target system.
    Thanks
    Aswin Girmaji.

  • Content DB Search fails to find file

    Search does not return the file when searching unless the search starts on the specific folder the file is in. When a search is performed at a container and or library level, the file is not found unless you perform the search at the /domain/container/library/folder level. Any thoughts of what to check for ?

    I got the same problem here, and I found the solution from MetaLink.
    This may related to the corruption of the folder index, try to drop and create the folder index. Then the search will be worked again.
    1. Shut down the Content Services domain
    2. Set the java environment variables:
    set JAVA_HOME=%ORACLE_HOME%/jdk/bin
    set CLASSPATH=%ORACLE_HOME%/jdbc/lib/classes12.zip;%ORACLE_HOME%/content/lib/content.jar;%ORACLE_HOME%/content/lib/backport-util-concurrent.jar;%ORACLE_HOME%/jlib/ldap.jar;%ORACLE_HOME%/jlib/ldapjclnt10.jar;%ORACLE_HOME%/lib/xmlparserv2.jar
    3. Run the DropFolderIndex tool in the Content Services %ORACLE_HOME%:
    java oracle.ifs.admin.tools.folderindex.DropFolderIndex
    4. The tool will prompt for the domain and schema password;
    The format of a Content Services domain is:
    ifs://<databasehost>:<listenerport>:<globalDatabaseName>:<schema>
    5. The output should read:
    Starting service
    Session established
    Folder index does exist; dropping now...
    Dropping Folder index
    Folder index successfully dropped
    6. Now re-create the folder index by running the CreateFolderIndex tool:
    java oracle.ifs.admin.tools.folderindex.CreateFolderIndex
    7. The tool will prompt for the domain and schema password;
    The format of a Content Services domain is:
    ifs://<databasehost>:<listenerport>:<globalDatabaseName>:<schema>
    e.g.
    ifs://benc211.be.oracle.com:1521:csinfra.be.oracle.com:CONTENT
    8. The output should read:
    Starting service
    Session established
    Creating Folder index...
    Creating Folder index tables
    Creating Folder index initial self-reference rows
    Promoting Folder Root Folder to level 2
    Promoting Folder be to level 1
    Promoting Folder bepartner to level 1
    Promoting Folder system-data to level 1
    Rebuilding Folder index
    Running search for FolderPathRelationship objects...
    Processing search results ...
    Selected and applied 2745 folder relationships
    Completing the Index Creation
    Changing update mode to Synchronous
    Folder index successfully created
    NOTE: recreating the FolderIndex takes significant time & CPU. Please reserve at least 2 hours
    downtime.
    9. Restart the Oracle Content Services domain and verify using folder-based searches that you
    can now retrieve all files when doing folder-based searches.

  • Error - Failed to import Content Inventory

    Hello all,
    I'm having an issue uploading a SCORM elesson created to our LMS, and I'm hoping that one of the wise people out there may be able to help me out.
    The project setting used, are the same as I've previously had success using.
    There is no object outside of the stage.
    The naming of the file project is ver simeple... 2 letters.
    There is no Quiz.
    Whilst trying to upload the zipped file to our LMS, I get this error:
    The upload of this document failed. Error discribtion:
       Error Encountered
    (43073) Failed to import Content Inventory: IT - IT Work Processes Introduction
    (43269) Invalid content. (*)ERROR: Failed to extract the manifest file from content package. Possible cause: The markup in XML document (manifest file) preceding the root element is not well-formed.'
    Any ideas anybody?
    Thanks ahead of time

    No sorry. I only use the pdf version to send to people for reviews. When it comes to publishing it to the LMS (SABA), I zip it with Captivate (with no pdf). The zip file contains the HTML/SWF Files etc. included below is my normal package, unzipped.
    and this is the one I'm having problems with:

  • Content generation error. Please confirm the file can be opened in InDesign?

    I have been trying to upload a couple of files to a folio that was built yesterday, everytime I try to upload one of them I recieve the error message "Content generation error.Failed to open the InDesign file. Please confirm the file can be opened in InDesign." I have no idea why this is happening as one of the files was successfully uploaded to the folio yesterday and I have not made any changes to it since. I have a also restarted and trashed InDesign preferences so there are no problems there. If anyone has any answers or has experienced any similar problems could you please let me know.
    Thanks
    Adam Flanagan

    That was the first thing I tried because obviously I wanted to find out if it was a problem with my file or a general issue with all uploads to that folio. It seems to be working ok now, although I still have no idea what the problem was and I have never seen that error message before :s
    Thanks for your response.
    Adam

Maybe you are looking for

  • How to set F4 help for an inputfiled of BSP page?

    hi friends, I have to set F4 help for a Field in my BSP page. for this i am doing like this. Oninitialization Event.... tables : t001p ,pa0001 ,t554t. data : begin of it,         awart like t554t-awart,         atext like t554t-atext,        end of i

  • 40gb Ipod says "do not disconnect" all the time... please help!

    My 40gb ipod just says do not disconnect all the time when it is connected to my pc. itunes says the update is complete and my computer is recognising the ipod. please help!!!

  • No. of processors in Oracle server

    Is there anyway to find out the number of processors(CPU's) in my Oracle server? Thanks, Amala

  • Linked Mailboxes

    Hi, I have two domains, domain a and domain b.  In domain a I have an Exchange 2010 server and would like to setup mailboxes for some users who have active directory accounts in domain b.  I created Link mailboxes in exchange and all worked fine for

  • How to control instrument switch through PCI-6503 & 50-pin I/O connector

    Hi, everyone: I have a problem in controlling an instrument switch which switch position between zero point and measuring point every five minutes during experiment. The hardware used is PCI-6503 card & corresponding 50-pin I/O connector, cable and t