Oracle WebCenter Adapter for MS SharePoint is not working

Can anyone please help me? I have downloaded the SharePoint adapter off of the oracle web site and followed the configuration from http://download-uk.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_content.htm#BABBCIEH. I have also downloaded the patch, 6447083.
The adapter authenticates with SharePoint but it does not return any data. There must be something that I have not setup correctly. I am using Microsoft SharePoint Services 2003 with Microsoft SQL Server 2005.
Also, here is the output from the console:
Jan 15, 2008 10:22:48 AM oracle.vcr.datacontrol.VcrDataControl invokeOperation
INFO: Invoking data control operation advancedSearch on instance SharePoint
Jan 15, 2008 10:22:48 AM oracle.vcr.datacontrol.operation.SearchOperation runQuery
INFO: Executing XPath query /jcr:root/element(*, nt:hierarchyNode)
Jan 15, 2008 10:22:48 AM com.day.crx.sharepoint.query.QueryResultImpl <init>
INFO: Got results 0

When I use getItems I get a PathNotFoundException even though I am using root path:
Jan 30, 2008 11:36:45 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: ntlm authentication scheme selected
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointLoginModule verifyPassword
INFO: User was authorialized.
Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: ntlm authentication scheme selected
Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: ntlm authentication scheme selected
Jan 30, 2008 11:36:46 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: ntlm authentication scheme selected
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
INFO: ACL was built.
Jan 30, 2008 11:36:46 AM oracle.vcr.datacontrol.operation.GetItemsOperation execute
WARNING: Path parameter is incorrect. It should be a valid JCR repository absolute path string starting with /.
javax.jcr.PathNotFoundException: /
     at com.day.crx.core.SessionImpl.getItem(SessionImpl.java:784)
     at oracle.vcr.datacontrol.operation.GetItemsOperation.execute(GetItemsOperation.java:100)
     at oracle.vcr.datacontrol.operation.VcrDCOperationRegistry.execute(VcrDCOperationRegistry.java:139)
     at oracle.vcr.datacontrol.VcrDataControl.invokeOperation(VcrDataControl.java:125)
     at oracle.adf.model.generic.DCGenericDataControl.invokeMethod(DCGenericDataControl.java:240)
     at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:219)
     at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1289)
     at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:1802)
     at oracle.adf.model.generic.DCGenericDataControl.invokeOperation(DCGenericDataControl.java:266)
     at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:305)
     at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:627)
     at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.invokeMethodAction(JUMethodIteratorDef.java:160)
     at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.initSourceRSI(JUMethodIteratorDef.java:542)
     at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1436)
     at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1420)
     at oracle.adf.model.binding.DCIteratorBinding.setRangeSize(DCIteratorBinding.java:2703)
     at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2487)
     at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2260)
     at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:99)
     at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:72)
     at oracle.adf.controller.v2.lifecycle.Lifecycle$8.execute(Lifecycle.java:210)
     at oracle.adf.controller.v2.lifecycle.Lifecycle.executePhase(Lifecycle.java:116)
     at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:29)
     at oracle.adf.controller.faces.lifecycle.ADFPhaseListener$4.after(ADFPhaseListener.java:327)
     at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:90)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:254)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
Jan 30, 2008 11:36:46 AM oracle.vcr.datacontrol.VcrDataControl invokeOperation
INFO: Invoking data control operation getItems on instance Sharepoint
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
INFO: ACL is building...
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.persistance.nodes.NodeContext getACEs
INFO: Getting ACEs ...
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.persistance.nodes.NodeContext getACEs
INFO: ACEs was found in cache for nodedata = com.day.crx.sharepoint.service.dtos.sites.SiteId@c05938a9
Jan 30, 2008 11:36:46 AM com.day.crx.sharepoint.security.SharePointACLProvider getAcl
INFO: ACL was built.
WARNING: DCA-INCORRECT_PATH_PARAMETER: Path parameter is incorrect. It should be a valid JCR repository absolute path string starting with /.
Jan 30, 2008 11:36:46 AM oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
WARNING: /

Similar Messages

  • Oracle 9i Support for multi language is not working.. Giving question mark

    HI,
    We have an application which uses oracle 9i as the database. Riight now we are supporting only english and there is a requirement to support multiple languages like korean, chineese and japaneese.
    But we are planning to migrate one part of the application to support multi languages. Means it may affect around 10 tables but with huge data. Totally we have around 100 tables.
    How to enable the database for supporting multiple langugages.?
    Is there any way to enable only the few tables supporting multiple languages. Because if we change the database level parameters for supporting languages, we may need to migrate entire tables. this will be a huge task.
    Even if want to set the parameters for supporting multiple languages.. how to set it. Is it possible set it in the existing database or do we need to re-create the table with these prameters.
    I have read in some documentation, that we can create table columns with nVarchar2 for supporting multi languages. I have created it. but if i copy some other language characters into those columns, it is giving question mark.
    Is it possible to do search using text in native langugage like chineese..
    Could somebody guide me on the above clarificationa and what would be the best approach..
    Thanks in advance
    Jino
    Regards,
    Jino George
    Ext: 6520

    You should not use any more Oracle 9.0.1 but at least Oracle 9.2.0.8 to get some extended support if you really cannot upgrade to 10g.
    I don't have any Oracle 9.x database available but I've run successfully following test with Oracle 10.2.0.1 in character mode under Linux:
    oracle@pbell:~$ export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
    oracle@pbell:~$ sqlplus / @nls
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 29 17:29:56 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> drop table t;
    Table dropped.
    SQL> select * from v$nls_parameters where parameter like '%SET%';
    PARAMETER
    VALUE
    NLS_CHARACTERSET
    WE8ISO8859P1
    NLS_NCHAR_CHARACTERSET
    AL16UTF16
    SQL> create table t ( data nvarchar2(100));
    Table created.
    SQL> insert into t values(unistr('\76EE\7684\5730'));
    1 row created.
    SQL> select * from t;
    DATA
    目的地Try to make sure you have the right NLS_LANG setting on the client side (under Windows this is a registry setting).

  • Oracle Integration Adapter for SAP R/3

    I am working with a customer implementing Oracle EBS Release 12.2.
    The customer has implemented SAP for financial modules and the oracle solution considers an EBS - SAP Integration for Receivables. Does anyone have any experience integrating Oracle EBS Receivables with SAP? Can you give us some guidance regarding EBS - SAP Integration best practices?
    We have found a paper regarding Oracle Integration Adapter for SAP R3. We would like to have some information about what are the Oracle products we can integrate with SAP using Oracle Integration Adapter for SAP R3.
    In case Oracle EBS can integrate with SAP using Oracle Integration Adapter, we would like to know if anyone has experience integrating Oracle EBS Receivables with SAP using Oracle Integration Adapter for SAP R3 for AR transactions and Receipts?
    Any help would be very much appreciated.

    Thank you veyr much Manoj for your reply. I just tried it now buit no fruits.
    I wonder if it can really be due to privileges given to my account, which allows to connect thru SAP Front-end but does not allow to connect by any other means. I can not think of any other possible reason.

  • Payload Streaming (for handling large payload) in Oracle JCA Adapter for AQ

    Hi All-
    Oracle Documentation indicates that it supports Payload Streaming in Oracle JCA Adapter for AQ. Link http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/adptr_aq.htm#CBAIAABF
    However when I tried configuring an AQ Adapter in Jdeveloper, I was not able to see the check box for enabling Payload Streaming.
    Do we have to manually update the .jca file to add the property "EnableStreaming" in the AQ Adapter Activation Spec? Is it supported and is it going to work?
    What is the Message Size limit that the AQ Adapter can handle?
    Please let me know.
    Thanks,
    Dibya

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Using Oracle Apps Adapter for apps_applcon user

    Hi,
    We are trying to use oracle apps adapter for our BPEL flows using FM11g (Jdev11gR1). We came to know that it will work for only apps user.
    We have apps_applcon user. How can we use that?
    Is there any way we can tell oracle apps adapter to user apps_applcon user?
    Any help would be greatly appreciated.
    Thanks in advance.
    Thanks & Regards,
    Rama Krishna. P

    We also have same requirement. We have BPEL connection using custom oracle user, xx_b2b and when we use APPS adapter, I can not see and use any business event.
    If anybody across same requirement, please share your experience.
    Appreciate help on this.
    Thanks,
    Sonartori

  • Oracle JCA Adapter for JMS

    Is there any tutorial which describes how to setup Oracle JCA Adapter for JMS in a clustered environment?

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Oracle Webcenter Analytics for PS1?

    Hi,
    I know wrong forum but this forum has more traffic than Webcenter one IMO :)
    Please follow the link for more info
    Oracle WebCenter Analytics for PS1 ?
    Regards,
    Zeeshan

    is openUsage API available with PS1 ?

  • Mapping Network Drive for external user does not work

    I want to map a beehiveonline.oracle.com network drive. I am using https://beehiveonline.oracle.com/content/dav/# as mentioned in the FAQ.
    Using https://beehiveonline.oracle.com/content/dav/ (without the #) does not work either.
    I am able to map this network drive when using [email protected] as user.
    However when trying to do this for the user [email protected] I am not able to map the drive.
    I am testing this in order to simulate the client to map the network drive.
    Logging on the beehiveonline with the user id [email protected] works fine.
    Your help will be greatly appreciated.

    Ah, We have had one other case of this where an account can access BeehiveOnline OK but cannot get the webDAV to work.
    I did notice a few login failuers stating your account did not exist on the system. This can sometimes happen if there is a conflict between username and loginid - I have set them to be the same and this may help.
    Try again and let me know how it goes.
    Phil

  • HT1947 Remote for ipad landscape orientation not working in ios 7

    Remote for ipad landscape orientation not working in ios 7

    See this thread: remote app rotation locked in portrait orientation after iOS 7 upgrade
    It is a discussion only - no helpful hints.  Appears to be a bug for sure.

  • My dvd slot for imac10,1 does not work. It rejects the disc. Problem after reinstall of backup from hdd.

    My dvd slot for imac10,1 does not work. I had a new harddrive installed in November and the MacStore installed my backups from an external harddrive. I do not use it other than to upload programs, so I have not tried using it until tax season, but it rejects the disc. The ata file indicates no dvd firmware, but the serial-ata does indicate firmware for a dvdrw. What might I do about this to bring the dvd back, least expensive to most?

    Yesterday I started having the same problem. Can read disc (play movies and music) but blank disk are ejected or idvd cannot see the blank disk. I have a almost 12 month old 27" i7 imac.

  • I want to reset my ipod touch 4th gen but i have forgotten the restrictions passcode and for some reason its not working on my laptop on itunes and the restore thing wont work! any help?

    I want to reset my ipod touch 4th gen but i have forgotten the restrictions passcode and for some reason its not working on my laptop on itunes and the restore thing wont work! any help?

    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Then See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device...Re-Sync your Content
    Note:
    To remove a forgotten Restrictions passcode you will need to  Restore the Device as New...
    OR... From a Backup created Before the Restrictions Code was set....

  • Auto To working for one material and not working for other material

    Hi,
    Hope everybody is doing fine.
    I have configured the auto TO. Its working fine for one material and not working for the other material. I checked the material master and wm 1,2 views have the same fileds / values. What could be wrong?
    I didn't setup the back ground processing job. Is that is affecting it?
    thanks for any help.
    regrads,
    KHAN

    Thnaks,
    You are right but then what could be wrong? Its working for one material and not working for otehr material? Any clue?
    Appreciate your time charlie

  • My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone.

    My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone. Got any suggestions?

    Hi there Lizabethfromaz,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • Link for territory mgmt is not working

    Hi All,
    We have territory management configured for three custom attributes.
    Link for territory management is not working for territory assignment block on account overview screen.
    Any hint how we can solve this issue?
    Thanks and Regards,
    Gauri.

    How are you resetting the password?
    Resetting User Password in Lion, Mountain Lion & Mavericks
    Boot into your Recovery Partition by hold down the Command and R keys whilst booting.
    When the Recovery screen appears, go to the Utilities menu and open Terminal.
    In Terminal, type:
    resetpassword
    ...a small app will open and allow you to choose the user for whom you want to change the password. If you are the admin, be certain that you choose your admin user. Type in your new password twice and give yourself a good hint. Click OK (or Done or whatever) and reboot, enjoying the use of your new, hopefully memorable, password.
    Good luck,
    Clinton

  • Can't get to settings to turn on wifi because "sign in to icloud" pops up and asks for pw which does not work because i can't get to wifi  ?p

    can't get to settings to turn on wifi because "sign in to icloud" pops up and asks for pw which does not work because i can't get to wifi  ?

    The problem is I cannot turn on wireless setting.  The "sign in to icloud  -- enter appleid password" popup will not go away. when i enter the pw and click ok, the same balloon pops up again.  If I click "cancel" it pops again. Since I am not on the internet (because I cannot turn the ipad wireless on) the sign in to icloud obviously will not work.  Vicious circle.

Maybe you are looking for

  • One user appearing multiple time in Users on System report

    Hi, While checking the logging report I found one user is appearing multiple times. Is this the normal behaviour of Hyperion of Is there any setting in Hyperion to display one user only once. Also can we control the users the from loging into systme

  • Delivery Report (Pending)

    I'm having some issues with some emails in a pending state and I can not see why? on the delivery report I get the following: - Pending 27/05/2014 17:31 ExchangeServer1.domain.local The message has been transferred from ExchangeServer1.domain.local t

  • Issues loading the login site of my ISP

    When I first power on my modem, I must log into the ISPs page before I can surf the net. This has worked fine for me up until about 2 months ago. Since then, when I get redirected to the login page, it either fails to load, or takes an age to do so (

  • Hierarchy display problem in BW:BEX

    Members, I have an issue with displaying hierarchy in BEx. It is for a profit center hierarchy.  The heirarchy is loaded for info object 0Profit_ctr, attribute change run is completed and it shows as an active hierarchy in maintain hierarchy settings

  • JAVA (SHIFT OPERATOR)

    Hi, I really want to know SHIFT operator in Java like >> , << , >>> Could anybody kindly help to explain?? And byte a =-1; a = (byte)(a>>>2); why the output become -1?? thanks.