WinUI and CMSDK 9.0.4

Hello
I want to know , perhaps, if someone in the community of iFS/CMSDK users have any idea or have any program (commercial or not commercial) )running to replace the good and well done program WinUI in the new Content Management SDK?
We are upgrading an iFS to CMSDK (since iFS 9.0.2 is not supported anymore) and we want the functionality of winUI without having to go to make a whole develop (we are not java programmers).
Any idea?

Thanks Mannish.
I just downloaded the software FileSyn.
As soon as I get some time I'll test it.
One more pre-trial question:
Does this software control versions?.

Similar Messages

  • Oracle Vault and CMSDK

    Hi @ all,
    I am working with a webbased application using Oracle CMSDK which stores users in OID. The database is accessed threw only one default CMSDK user. Is there any possibility to audit actions done by this application on the database using ORACLE Vault? Would it be possible to differentiate which action was done by which user?
    Thanks in advance
    ITStudent

    Oracle Audit Vault uses native database auditing. You could set up auditing on that database and pull that into Audit Vault.
    I believe that iDM has an auditing capability and we are working to integrate that with Audit Vault in a future release.
    Thanks, Tammy

  • JDeveloper and CMSDK

    I've got 9iAS and 9iFS (9.0.3 cmsdk) and 9.0.1 DB installed on one server and then JDev 903 installed on workstation, all W2K.
    Trying to hook up Jdev to CMSDK and running through Alison Stokes paper it is now slightly different with 9.0.3 cmsdk. I've made what I thought were the right changes but when I execute HelloWorld I keep getting
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefaultService)
    iFS is up and running and I've got the settings folder in place. Has nyone any ideas or has anyone got 903cmsdk and Jdev to talk?
    Thanks
    Bernard

    Luis,
    I'm keeping simple with the HelloWorld app below,
    // Copyright (c) 2001 Oracle Corporation
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.ConnectOptions;
    import oracle.ifs.common.IfsException;
    import oracle.ifs.common.ParameterTable;
    public class HelloIFSWorld implements Runnable
    ParameterTable params = null;
    String username = null;
    String password = null;
    String servicename = null;
    String schemapassword = null;
    public HelloIFSWorld(String[] args)
    params = new ParameterTable(args);
    username = params.getString("user", "system");
    password = params.getString("password","manager");
    servicename = params.getString("service","IfsDefaultService");
    schemapassword = params.getString("schemapassword","ifssys");
    System.out.println("Running with arguments : ");
    System.out.println(" username = " + username);
    System.out.println(" password = " + password);
    System.out.println(" servicename = " + servicename);
    System.out.println(" schemapassword = " + schemapassword);
    System.out.println("---------Results----------");
    public static void main (String[] args)
    new Thread(new H[i]Long postings are being truncated to ~1 kB at this time.

  • JDeveloper 10.1.2.2 BC4J and CMSDK Development

    Hello Experts!
    This is a repeat of a post on the CMSDK Forum. Hopefully, there are developers whom have worked this issue and can provide some "stick and rudder."
    I am trying to develop a BC4J Struts application that will use the CMSDK for file upload and download only (no versioning), and to take advantage of Oracle Text Search.
    Does anyone have insight into the steps necessary to integrate them both. A thin JDBC connection to the database storing the meta-data in one schema is used. My thought is to create a new connection to the IFSSYS schema after the meta-data commit, to upload PDF files to the document repository. Is this even doable without sacrificing CMSDK functionality?
    Succinctly, I am using BC4J for meta-data entry, then create an iFS Session; use a modified upload.jsp from WSAII to upload the PDF to a predefined folder.
    I am using JDev 10.1.2.2 against the 10.1.2 Oracle App Server.
    Thanking you in advance for your professionalism and expertise shown in helping me with this.
    v/r
    Dave
    David C. Freyer
    ARSC Engineering
    Elizabeth City, NC 27909
    252-335-6831

    Heiner, what is your Firefox version? I can not reproduce your situation. Can you email your war file to the following address: my name with a dot in between at oracle dot com? I will take a look. Thanks.

  • Single Sign-On and CMSDK

    How to set up SSO with CMSDK

    Still looking at this issue...
    unfortunately neither the ldap approach nor native things seeem to work flawlessly.
    OID is a good thing but IMHO it is not possible to interface iFS with Windows ActiveDirectory. Whatever reason.
    regards, F. Leeber

  • Cannot start Domain Controller and node

    I installed Oracle db v9.2.0.1, oracle 9ias j2ee and web cache Release 2 (v9.0.3) and CMSDK v9.0.3 for windows on single machine.
    Installation was fine.
    However, when I try to start ifs domain controller, I got following error in ifsctl.log file.
    +++++++++
    2/28/03 11:42 PM ifsctl: HostController constructed
    2/28/03 11:42 PM SocketRemoter: Initialized
    2/28/03 11:42 PM ifsctl:
    2/28/03 11:42 PM ifsctl: Domain ifs://star:1521:i4idb:I4ITEST
    2/28/03 11:42 PM ifsctl:
    2/28/03 11:42 PM ifsctl: Domain controller
    2/28/03 11:42 PM ifsctl: (runs locally)
    2/28/03 11:42 PM SocketRemoter: Find ifs_socket://star:53140/IFS.DOMAIN.DOMAINCONTROLLER.Locator
    2/28/03 11:42 PM SocketRemoter: Constructed channel [email protected]:53140
    2/28/03 11:42 PM ifsctl: is stopped; launching
    2/28/03 11:42 PM ifsctl: Unexpected exception: Error from external process: 6
    2/28/03 11:42 PM ifsctl:
    2/28/03 11:42 PM ifsctl: oracle.sysman.emSDK.common.emdComm.RemoteOperationException
    oracle.sysman.emSDK.common.emdComm.RemoteOperationException: Error from external process: 6
         at oracle.sysman.emd.command.OSCommandManager.runOSCommand(OSCommandManager.java:239)
         at oracle.sysman.emd.main.EMDRuntime.runRemoteCommand(EMDRuntime.java:1334)
         at oracle.sysman.emSDK.common.emdComm.EMDClient.remoteOperation(EMDClient.java:501)
         at oracle.ifs.admin.web.monitor.EmdHostControllerForker$1.run(EmdHostControllerForker.java:126)
    2/28/03 11:42 PM ifsctl: HostController disposed
    2/28/03 11:42 PM ifsctl:
    2/28/03 11:42 PM ifsctl:
    2/28/03 11:42 PM ifsctl: HostController constructed
    2/28/03 11:42 PM ifsctl: HostController disposed
    2/28/03 11:42 PM ifsctl:
    ++++++
    Does anyone know this problem?
    Thanks a lot.
    Kate

    "Error from external process: 6" means there is no such user account on your windows machine. Make sure the user name and password you specified are valid. And you need to grant the "log on as a batch job" user right to the user account, otherwise you'll see error 7 (authentication error).
    Please consult with CMSDK Admin Guide for details.

  • CMSDK / iFS 9.0.3

    Under iFS version 1.1.x I was told that Oracle does not support more than one iFS schema per Oracle instance. Does this still hold true for CMSDK / iFS 9.0.3? We have a user written application that interacts with the iFS API/schema. We DO NOT use any of the iFS provided protocol servers. We do however run the IfsAgents Server for each iFS schema to maintain / garbage collect in each environment. Will CMSDK / iFS 9.0.3 allow more than one IfsAgent process on a server? I basically want one set of agents per CMSDK/iFS schema installed in one single instance on one server. Does this make sense? Is it possible to do this with the new version of iFS?

    Here are the detailed instructions on how to do it. I hope this will work for you:
    Setting up multiple CM SDK domains on one host
    Introduction
    ============
    The Oracle Content Management SDK (CM SDK) is released as a component of the Oracle 9iAS product suite. Upon installation users can configure the product for use. This by default includes the creation of one CM SDK domain (aka instance) and associated entities. Each of these domains includes a Domain Controller, one set of the CM SDK agents, one or more CM SDK nodes (residing on separate hosts), and one or more CM SDK HTTP nodes (residing on separate hosts).
    It is also possible to configure multiple domains on a single middle-tier host. Each such domain would include one CM SDK node, one HTTP node, a Domain controller and a set of agents. There is only one installation of the CM SDK product, in effect only one set of binaries. The configuration process will permit multiple domains to use the same software. This document outlines the process setup such a configuration.
    A. Installation
    ===============
    Install Oracle iAS 9.0.2 or 9.0.2.0.1 on your machine. The J2EE (Core) option would suffice.
    Install Oracle CM SDK 9.0.3 into your <oracle_home>. After installation is complete, your directory structure will look like this -
    <oracle_home>
    ifs
    cmsdk
    bin
    lib
    j2ee
    OC4J_iFS_cmsdk
    applications
    cmsdk
    cmsdk
    applications-deployments
    config
    B. Configuration
    ================
    Creating the First Domain
    The CM SDK Configuration Assistant will automatically start when iFS is installed. Follow the instructions in the CM SDK Installation Guide to complete your configuration process. You can also choose to run the Configuration Assistant later. This is done by using the script ifsca in the <oracle_home>/cmsdk/bin directory.
    Be sure to choose to create a domain. Call this first domain "DOMAIN1".
    Have all the following selected:
    Run Domain Controller
    Run HTTP Node
    Run Node
    Your first domain is now ready.
    Creating a Second Domain
    Run the CM SDK Configuration Assistant. Again create a domain with the same options, but call this second domain "DOMAIN2".
    Be sure to give different port numbers for protocols you wish to use.
    Disable these protocols on your second domain if they are enabled on the first:
    SMB
    AFP
    E-Mail protocols (IMAP/SMTP)
    The configuration will not work as before. It will prompt you with the following dialog:
    There already exists an OC4J instance for another HTTP Node configured on this machine. Do you wish to replace that instance? Click "Yes" to replace the instance. Click "No" to leave the instance untouched and not create any instance for this new HTTP Node.
    Click "No". This second OC4J instance must be set up manually.
    You now have two iFS domains configured within the same <oracle_home>. You may now use "ifsctl" to start and stop each independently. An HTTP Node exists for DOMAIN1, but not for the DOMAIN2; this must now be manually configured to work.
    C. Setting Up Your Second OC4J Instance
    =======================================
    In order to create your second OC4J instance, you must first prepare a new EAR (Enterprise Application Resource) for use.
    Preparing an EAR file for Second OC4J Instance
    Create a temporary directory for use. Assign it to an environment variable $IFSTMP.
    Copy the <oracle_home>/ifs/cmsdk/lib/cmsdk.ear file into $IFSTMP.
    Go into $IFSTMP. Uncompress the EAR file. Use the following command:
    jar xvf cmsdk.ear
    Edit the application.xml file located in $IFSTMP/META-INF directory. You will see the following contents in the file:
    <application>
    <description>Oracle ifs Administration</description>
    <display-name>Oracle ifs Administration<display-name>
    <module>
    <web>
    <web-uri>cmsdk.war</web-uri>
    <context-root>/cmsdk</context-root>
    </web>
    </module>
    </application>
    Replace the term "cmsdk.war" with "domain2.war" and "cmsdk" with "domain2" (above). "domain2" is now the new name of your second OC4J instance.
    Go into $IFSTMP. Rename the cmsdk.war file to "domain2.war". Now use the following command to jar it all up (NOTE: The JAR process will ignore the $IFSTMP/META-INF/MANIFEST.MF file which is O.K.)
    jar cvf domain2.ear
    You now have a EAR file which you can use for deployment.
    Deploying EAR file
    ==================
    Now open a web browser and connect to the iAS Enterprise Manager Console. You must open your browser on the machine where you put your new EAR file.
    Under the "System Components" section, choose "Create OC4J Instance".
    You will be prompted for a new name for your chosen OC4J Instance. Enter "OC4J_iFS_domain2". After the instance has been created, select "OK" and return to the main EMD page.
    You will now see your newly created OC4J instance listed. Click on it.
    You will now see information about your OC4J instance. Under the "Applications" section, click on "Deploy EAR File".
    You will now be presented with a Deploy Application wizard. Read and click through to "Step 2" of the wizard.
    You will now need to name and deploy your EAR file. In the text box "J2EE Application", indicate the path to your modified EAR file from the "Preparing And Deploying Second Instance for OC4J" section. You will find your domain2.ear in $IFSTMP. You can also click the "Browse..." button to find it.
    For the text box marked "Application Name" enter "domain2".
    For the rest of the Deployment Wizard steps. You can simply click "Next" and accept all the defaults. After "Step 8", click "Deploy".
    You should have the following setup:
    OC4J Instance Name Domain Name Application Name EAR
    OC4J_iFS_cmsdk domain1 cmsdk cmsdk.ear
    OC4J_iFS_domain2 domain2 domain2 domain2.ear
    You now have a second OC4J instance of CM SDK recognized by the iAS Enterprise Manager Console. It does not work yet. You must now manually prepare your new OC4J instance.
    Your directory structure now looks like
    <oracle_home>
    ifs
    cmsdk
    bin
    lib
    j2ee
    OC4J_iFS_cmsdk
    applications
    cmsdk
    cmsdk
    applications-deployments
    config
    OC4J_iFS_domain2
    applications
    domain2
    domain2
    applications-deployments
    config
    Setting Up OC4J Configuration Files for Your Second Instance
    First make a backup copy, then modify the file <oracle_home>/opmn/conf/opmn.xml. Look for a section that looks something like this
    <oc4j maxRetry="3" instanceName="OC4J_ifs_cmsdk" gid="OC4J_iFS_cmsdk" numProcs="1">
    <config-file path="/iashome/j2ee/OC4J_iFS_cmsdk/config/server.xml"/>
    <java-option value="-Xmx256m "/>
    <oc4j-option value="-properties"/>
    <port ajp="3001-3100" jms="3201-3300" rmi="3101-3200"/>
    <environment>
    <prop name="LIBPATH" value="/iashome/lib32:/iashome/lib"/>
    <prop name="DISPLAY" value=":0.0"/>
    <prop name="NLS_LANG" value=".UTF8"/>
    <prop name="LD_LIBRARY_PATH" value="/iashome/lib32:/iashome/lib"/>
    <prop name="SHLIB_PATH" value="/iashome/lib32:/iashome/lib"/>
    </environment>
    Look for the section where instanceName="OC4J_iFS_domain2". It looks like this:
    <oc4j instanceName="OC4J_iFS_domain2" gid="OC4J_iFS_domain2">
    <config-file path="/iashome/j2ee/OC4J_iFS_domain2/config/server.xml"/>
    Now copy the first <environment> section into the section for your second OC4J instance.
    Make a backup copy, then modify the file <oracle_home>/j2ee/OC4J_iFS_domain2/config/application.xml. Comment out the following sections:
    <library path="../../../jlib/uix2.jar" />
    <library path="../../../jlib/share.jar" />
    Copy the file <oracle_home>/j2ee/OC4J_iFS_cmsdk/config/oc4j.properties to the directory <oracle_home>/j2ee/OC4J_iFS_domain2/config/. Make a backup copy, then edit your new copy of the file. It will look something like this:
    java.awt.headless=true
    IFS.DOMAIN.Name=ifs://mydbserver:1521:orcl8:DOMAIN1
    IFS.DOMAIN.NODE.Name=myappserver.oracle.com HTTP Node
    IFS.DOMAIN.NODE.OracleHome=/iashome
    replace the domain name DOMAIN1 with DOMAIN2.
    Make a backup, then edit the file <oracle_home>/j2ee/OC4J_iFS_domain2/applications/domain2/domain2/index.html.
    change all instances of "cmsdk" to "domain2"
    Edit the file <oracle_home>/j2ee/OC4J_iFS_domain2/config/default-web-site.xml. Look for the following section:
    <default-web-app application="default" name="defaultWebApp" root="/j2ee"/>
    <web-app application="default" name="dms" root="/dmsoc4j"/>
    <web-app application="domain2" name="domain2" root="/domain2" load-on-startup="true"/>
    Add the last line to that section.
    Copy the file <oracle_home>/j2ee/OC4J_iFS_cmsdk/application-deployments/cmsdk/cmsdk/orion-web.xml into the directory <oracle_home>/j2ee/OC4J_iFS_domain2/application-deployments/domain2/domain2. Make a backup copy of the file if it already exists in the destination directory.
    Log into the Enterprise Manager Console. Under the "System Components" section, click on your second domain (myserver:1521:myservice:DOMAIN2) to set that up. Under "Configuration" click "Server Configurations".
    Then click on HttpAdminServerConfiguration. Under the Properties, modify the following properties with these values
    IFS.SERVER.APPLICATION.UIX.ApplicationServletMount /domain2/admin
    IFS.SERVER.APPLICATION.UIX.ContentServletMount /domain2/content
    IFS.SERVER.APPLICATION.UIX.StaticResourcesMount /domain2/static
    Save the above properties. Now, you have to change certain properties in the DavServerConfiguration. From the above UI, cliek on the DavServerConfiguration and click Properties. Modify the following property to have the value shown below:
    IFS.SERVER.PROTOCOL.DAV.ContextServletPath /domain2/content
    Save and exit out of EMD.
    Restart EMD, iAS & iFS (both domains). At this point both the domains should be up and running.
    If you are able to access the following URLs and use them, then your multi iFS domain has worked correctly.
    EMD
    http://<server-name>:1810
    Domain 1
    Content Servlet - http://<server-name>:<port-number>/cmsdk/content
    Admin Servlet - http://<server-name>:<port-number>/cmsdk/admin
    Domain 2
    Content Servlet - http://<server-name>:<port-number>/domain2/content
    Admin Servlet - http://<server-name>:<port-number>/domain2/admin
    You should also be able to see the logs of two different machines domains, nodes under directory $ORACLE_HOME/ifs/cmsdk/log.
    D. Notes
    ========
    Oracle CM SDK does not support installation of multiple 9iAS Oracle Homes on the same machine.

  • Evaluation of CMSDK

    Hi all,
    I'm looking for the best and fastest way to extend an exististing BC4J/JSP application with an convinient option to add content. CMSDK seems to be a good choice, but I see any problems. Possible someone can give me a hint.
    I seems to me that it makes not to mutch sence to try combine BC4J and CMSDK. Because the existing relational schema is simple an not so big my intention is to migrate it to CMSDK objects. My question starts at the point to find a way to get save and convinient access from a WEBUI to the content from Windows XP clients (via dragging and dropping). WebDAV could do this and it seems to work with network resources in explorer. But how can the client use it in internet explorer in such way that it is able to drag and drop files and edit files with MS Office applications ?
    Thanks in advance
    Regards Gunther

    Hello,
    Try to roll back the time of the computer to a few days back until you are able to perform an edition upgrade.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Worfkow 2.6.2 to 2.6.3 (10g) migration

    We are planning to migrate out existing workflow installation on RDBMS 9.2.0.5 (that is workflow 2.6.2) to workflow 2.6.3 running on dabs 10g. We are planning to migrate the existing 9i database where workflow is installed, to 10g.
    - Are there any migration steps for the 2.6.2 workflow schema? if yes, where are they available.
    - With 2.6.2 we have background engines and WF mailer started with OS commands. Do these remain the same, or are there new commands available? I am asking because the workflow mailer, I had been told, would be java based with 10g, so I am expecting different ways of starting it.
    - We currently have the workflow monitor running on 9ias 9.0.3. Are there instructions for setting the same on iAS 10 to monitor workflow 2.6.3?
    Thanks,
    Yves

    I am trying to do a similar operation migrating WF 2.6.2 running in 9.0.1 to WF 2.6.3 running in 10.0.1
    To make matters more complicated we do not want to upgrade the database in situ as we need to migrate to ASM, therefore we have been trying to exp/imp owf_mgr (and cmsdk and application schemas).
    Unfortunately, most of the AQ stuff is not coming over and therefore the OWF_MGR schema is missing lots of stuff.
    We also found references to system.wf_payload_t and system.wf_message_payload_t indicating that there are parts of workflow owned by SYSTEM.
    Were you successful? Do you have any advice?

  • Installing Oracle Content Managemant SDK

    Hello All,
    I would like to know if we can install and configure Oracle Database 10g Release 1 (10.1.0.2) and Oracle Content Management SDK on the same machine. If so what are the step to be followed. And if not what should i be doing.
    Please do guide me on this topic.
    Thanks

    Yes they all can be installed on the same machine,
    By all I mean oracle database 10g, application server 10g and cmsdk 10g.
    You have to install them in that order and for AS10g just install the J2EE and HTTP server.
    See Oracle CMSDK installation docs at oracle website for more.

  • Install problems with Work Flow 9.0.4

    I've installed the 10g (9.2.0.4 rdbms and 9.0.4 AS and CMSDK) on a RedHat 3 ES machine and had no problems (thanks to Werner Puschitz for his great how to http://www.puschitz.com/InstallingOracle9i.shtml).
    Now I am trying to install the Work Flow product that accompanies the ias904cmsdk. But the Work Flow configuration fails when it tests the SYS login.
    My reading of the sqlnet.log and workflow.log files is that the install script (wfinstall.csh) is trying to start an instance of Oracle in the AS bin folder. (Fatal TNS error connecting to ...(PROGRAM=/opt/.../as9i/bin/oracle)...
    I installed the J2EE / Webcache installation of AS (as per the CMSDK recommendations) so there is no instance of oracle in the AS home/bin folder. The rdbms is in a different ORACLE_HOME than Work Flow. I've tried setting and unsetting the ORACLE_HOME and this makes no difference.
    Does anyone out there have any ideas?

    This is not Adobe technical support, this is a user to user forum with the space provided by Adobe
    To talk to adobe go to https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    And, be prepared to provide a LOT more detail about your computer and project

  • What PublicObject type?

    If I drag and drop a file (test.txt) into the IFS directory under the /home directory through winui, and now I try to get it through the Java API, what type of PublicObject will it be? Document, Folder or ApplicationObject?
    The reason why I asked is this, I dragged and dropped a books.xm_ file into the diretory /home/test/. I thought it should be an Document type file. But when I checked the PublicObject to see if it is an instanceof Document, the answer was "no".
    If "no" then what type it is? All I need is to retrieve the content of books.xm_. I don't know if I have done it the right way. Here was what I did, I tried to resolve the object by calling the FolderPathResolver.findPublicObjectByPath("/home/test/books.xm_"), then cast it to to Document and then call the Document.getContentStream(); to retrieve its content. The partial of the code is:
    //Get the FolderRosolver
    FolderPathResolver resolver = new FolderPathResolver(session);
    PublicObject xml = resolver.findPublicObjectByPath("/home/test/books.xm_");
    if(!(xml instanceof Document)){
    throw new Exception("Error: xml has to be a document!");
    //start reading the documents
    InputStream xml_is = ((Document)xml).getContentStream();
    The checking of instanceof Document failed. Any insight regarding this will be greatly appreciated.
    Thanks!
    Vince

    Thanks a lot, Mark! It works as you suggested.
    But I have another question:
    Document xml_d = (Document)xml;
    How come the call:
    System.out.println("size = " + xml_d.getContentStream().available());
    Output: size = 0
    While the call:
    System.out.println(" size = " + xml_d.getContentObject().contentobj.getContentSize());
    Output: size = 1090
    It seems that the InputStream from the Document.getContentStream() method does not work correctly. Any reason why???
    Thanks,
    Vince
    null

  • IFS-32656: Unable to get the FolderRestrictedQuery search clause

    Hi!,
    I have a new problem. I have created a portal with Oracle Portal and cmsdk to manage a set of documents. When I try to visualize documents on portlet my application failures. I receive this exception
    06/08/28 15:33:56 oracle.ifs.common.IfsException: IFS-32656: Unable to get the FolderRestrictedQuery search clause
    oracle.ifs.common.IfsException: IFS-32659: Error determining Folder Index level
    java.sql.SQLException: Parametro IN o OUT mancante nell'indice:: 3
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1552)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2927)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2973)
         at oracle.ifs.server.FolderIndexService.isFolderAtMaplevel(FolderIndexService.java:1877)
         at oracle.ifs.server.FolderIndexService.determineMapLevel(FolderIndexService.java:1842)
         at oracle.ifs.server.FolderIndexService.getFrqInClause(FolderIndexService.java:890)
         at oracle.ifs.server.FolderIndexService.getFrqClause(FolderIndexService.java:833)
         at oracle.ifs.server.SQLGeneration_Helper.getFrqClause(SQLGeneration_Helper.java:907)
         at oracle.ifs.search.toSQLVisitor.visitFRQualifier(toSQLVisitor.java:437)
         at oracle.ifs.search.FolderRestrictQualification.accept(FolderRestrictQualification.java:393)
         at oracle.ifs.search.toSQLVisitor.visitSearchClause(toSQLVisitor.java:546)
         at oracle.ifs.search.SearchClause.accept(SearchClause.java:391)
         at oracle.ifs.search.SQLGenerator.generateWhereClause(SQLGenerator.java:318)
         at oracle.ifs.search.SQLGenerator.getSQLStatement(SQLGenerator.java:754)
         at oracle.ifs.search.SQLGenerator.getSQLStatement(SQLGenerator.java:180)
         at oracle.ifs.search.AttributeSearchSpecification.getSQLString(AttributeSearchSpecification.java:490)
         at oracle.ifs.search.AttributeSearchSpecification.getSQL(AttributeSearchSpecification.java:457)
         at oracle.ifs.search.SearchSpecification.getSQL(SearchSpecification.java:252)
         at oracle.ifs.server.S_Search.open(S_Search.java:273)
         at oracle.ifs.server.S_LibrarySession.DMOpenSearch(S_LibrarySession.java:6230)
         at oracle.ifs.beans.LibrarySession.DMOpenSearch(LibrarySession.java:11328)
         at oracle.ifs.beans.Search.open(Search.java:541)
         at oracle.ifs.beans.Search.open(Search.java:500)
         at oracle.ifs.beans.Search.open(Search.java:452)
    Really this exception is launched only if I set in Oracle Portal a provider that points to an oc4j who runs on an application server 10.1.2.0.2 version (this is the version of application server installed on server machine). If I set a provider that points to oc4j on my pc every thing runs finally. The only difference between two machine is that on my pc is installed an application server 9.0.4.0.1 version. I suppose that this behaviour is caused by driver odbc, but I don’t know how can I resolve it. Can you help me to configure every thing correctly?
    Thanks in advance

    Make sure the searchbase is correct. Make sure to restart the identity server and web server (after selecting the 'Person' and 'Group' objectclasses, and before clicking on 'Next' ) during the Product Setup.

  • CMSDK Non-ASCII Characters and WebFolders

    Hi,
    i have the follow problems with the CMSDK and Microsoft.
    windows-explorer:
    It is impossible to enter a folder that contains non-ascii characters in the name.(the clientrequest will never send.)
    After the doubleclick on the foldername, i get a errormessage an then the url in the editbox is ISO-8859-1 encoded, but this url will never send to the sever.
    Other operations like create, rename, ... have no problems with non-ascii chars.
    with the IE, i can enter without a problem.
    MS Word:
    I can't save any file with non-ascii chars in the name.
    Only this methods are send:
    PROPFIND
    PROPFIND
    GET
    GET
    But never a "PUT", without a non-ascii char in the name the traffic looks like this:
    PROPFIND
    PROPFIND
    GET
    GET
    PROPFIND
    LOCK
    PUT
    It is also impossible to enter a folder containing non-ascii characters in the name, form the word filesave-dialog.
    URL UTF-8 encoding is enabled in the IE options and other operations (MOVE,COPY) are send correctly UTF-8 encoded.
    is there any solution?
    thanks
    Maik

    Have you set the following DAV Server configuration property:
    IFS.SERVER.PROTOCOL.DAV.Webfolders.DefaultCharset
    for your domain?
    You have to configure it for the character set that you want your clients to use when connecting to iFS via WebDAV.
    (You can use the web admin tool to change this property.)
    The reason for this is that the Microsoft WebFolders client software does not transmit the client's character set to the server, so the server has no way of knowing what to expect.

  • OCS (CMSDK) and Oracle Application Server 10.1.3

    Hi,
    Is CMSDK or OCS (Oracle Content Services) part of Oracle Application Server 10g 10.1.3?
    Regards,
    Jigar

    Its recommended that you should use same versions of OAS and Oracle BAM.
    For integration between OAS components and BAM you can check BAM tech notes (http://www.oracle.com/technology/products/integration/bam/10.1.3/htdocs/1013_support.html#technotes)
    Hoping it will help you.

Maybe you are looking for

  • Getting errors when updating a column on a table having a primary key

    Hi, I have an application on Oracle APEX that raises the following error after an attempt (through the application) to update a column with no specific constraint on it: ORA-06550: line 1, column 17: PL/SQL: ORA-00936: missing expression ORA-06550: l

  • Cost of material in sales order.

    Dear SD Gurus, 1. How do I see that the cost of material captured in Sales order? 2. How do i check whether it's correctly following the FIFO method? Regards, Dsingh.

  • HP Deskjet 710c printer don't work on a Mac Mini

    I have a Mac Mini with OSX 10.9 but my HP Deskjet 710c printer don't work. I install the HP driver package from Apple but I don't see my printer in the list. Who can help me out? Thanks.

  • Signed applet, jmf.jar provided, but no connection

    hi there! i'm posting this again in order for you to earn duke-bucks. i have a similar problem. i wrote an applet that connects to a video-streamserver an requests a live-stream. the applet sends some udp-packets to the server, which retreives the cl

  • Using External HD connected to Airport to use for Time Machine - Problems

    Hello, I have an Airport Extreme (1 USB port on back) and want to use an external HD as the Time Machine. Originally I had the HD connected to the Airport and just using as storage. We have 2 Macbook Pros and both could see this HD when used this way