Peoplesoft Adapter -Cannot find component interface

Hi all,
I was able to successfully generate the wsdl file for a Component Interface "LOCATION" in the application explorer. However, on using this wsdl in my bpel project and subsequently executing the interface, i am getting the following error message in bpel console.
<Invoke_1_LOCATION_OutputVariable>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]</part>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="output_LOCATION">
<PS8 xmlns="urn:iwaysoftware:adapter:peoplesoft:ci:response">
<error>Cannot find Component Interface {LOCATION} (91,2)</error>
</PS8>
</part>
</Invoke_1_LOCATION_OutputVariable>
I have checked the configuration multtiple times now. Nothing seems to be missing or wrong in the configuration.
Has anyone faced similar issue? Could any configuration be missing.
Is this error raised at the adapter side or on peoplesoft? Is the communication with PeopleSoft actually taking place?

John,
Following could be the reasons:
1. Make sure that the path in the jar file for the class files(PeopleSoft CI java api) exactly matches the following:
\PeopleSoft\Generated\CompIntfc
Upper and lower case differences should be followed exactly.
2. The Java API for the selected component interface is not found in the API JAR file. Please check the Java API for the class file for the CI. If not found, please add the class file for the CI.
3. The component interface name is mentioned incorrectly in the request document.
4. If you are using 10.1.3.x version of SOA Suite, then make sure that the component interface jar is included in the server.xml. Please see the details for this in the 10.1.3.x application adapter installation guide.
5. Following could also be an issue:
LOCATION Component Interface
Explanation
When you attempt to access the LOCATION Component Interface using the Human Resources application, release 8.80.000, a failure occurs during runtime and the following message is displayed:
Component Interface Not Found
This is due to a problem in the way the PeopleSoft application has been delivered and is not related to the PeopleTools release.
Workaround
Perform the following steps:
1. Open the component interface in the PeopleTools Application Designer.
2. Make a small change to the component interface.
3. Undo the change.
4. Save the component interface.
This procedure resets certain internal PeopleSoft data structures, which enables the Adapter for PeopleSoft to find the component interface. This has been observed in the LOCATION Component Interface running on the Human Resource applications release 8.8.000 on several different releases of PeopleTools, but it may
occur in other component interfaces as well.
Edited by: Siva Krishnajee on Jul 6, 2009 1:18 PM
Edited by: Siva Krishnajee on Jul 6, 2009 1:36 PM

Similar Messages

  • Waveburner cannot find audio interface

    Under preferences, Waveburner cannot find my audio interface. It plays back through the internal sound card. Any fix to this problem?
    Running Logic Pro 9, Focusrite Saffire Pro firewire interface

    http://support.apple.com/kb/TS2138
    problem solved

  • Wireless Adapter Cannot Find Any Wireless Networks

    Hi,
    I have a problem with my Wireless Network Adapter. As the picture shows below (cannot post image yet), although my Wireless Network Adapter is not connected to the Internet (no red X next to it), but it looks like connected!
    I've tried to enable/disable it, but no luck. I tried to re-install the driver, but the same!
    So, what's the problem?
    Notes: 
    - OS: Windows 7 installed in Toshiba laptop.
    - WiFi Adapter is Intel, supports 802.11a/g/Draft-N.
    - WiFi Adapter appears normally in Device Manager (no marks).

    Thanks guys for your answers.
    To clarify the issue, the network adapter isn't connected to Internet, but it seems to be connected (don't know connected to what!)
    When I run the command "netsh interface show interface" in the command prompt, it displays:
    Admin State State
    Type Interface Name
    Enabled    Connected
           Dedicated
    Wireless Network Connection
    So, it let me be confused, what Network this Wifi adapter is connected to?!!

  • Servlet cannot find local interface

    I have created a session bean called "UsersManagementBean" and his local interface called "UsersManagement".
    After deploying the application on JBoss server i got the error "PackageName.UserManagement not bound".
    my jndi tree view shows (under global jndi namespace)-
      +- UsersManagementBean (class: org.jnp.interfaces.NamingContext)
      |   |   +- local (proxy: $Proxy85 implements interface PackageName.UsersManagement,interface org.jboss.ejb3.JBossProxy)code related from the servlet-
      @EJB
        UsersManagement mng;
        mng=(UsersManagement)context.lookup(UsersManagement.class.getName());local interface-
    @Local
    public interface UsersManagement
    {}session bean-
    @Stateless
    public class UsersManagementBean implements UsersManagement
    {}what's wrong?
    why can't he find the local interface?
    thanks in advanced.

    According to the EJB 2.0 spec:
    "A local client of an entity bean may be a session bean, a
    message-driven bean, or another entity bean."
    This is not exclusive list, servlets and JSPs also can work with local EJB interfaces. Please note that your WEB app. and EJBs should be deployed in the same EAR.
    The question is, can I use a JNDI lookup for the local
    Home and EJBObject interfaces, rather than having the
    overhead of using the RMI based remote implementationsYes you can. You will need to define local ref in web.xml descriptor:
    <ejb-local-ref>
        <ejb-ref-name>ejb/CarmichaelSessionRef</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <local-home>carmichaelbeans.beans.CarmichaelSessionLocalHome</local-home>
        <local>carmichaelbeans.beans.CarmichaelSessionLocal</local>
        <ejb-link>CarmichaelSession</ejb-link>
      </ejb-local-ref>lookup you bean in java:comp/env context:
    InitialContext ic = new InitialContext();
                CarmichaelSessionLocalHome home =  (CarmichaelSessionLocalHome) ic.lookup("java:comp/env/ejb/CarmichaelSessionRef");Maris Orbidans

  • Cannot find Component Server in UCM

    I want to enable some components for my UCM.
    According to the Oracle Administrator Guide, I log in to EM of Content Management, and navigate to Admin Server:
    Content Management - Universal Content Management - Content Server - Oracle Universal Content Management Inbound Refinery(IBR_server1)
    But I could not find the Component Server there, and no Integration, only 3 windows: General, Resource Center, All Services.
    I don't know whether I used the wrong path or the server got installed wrong.
    Many thanks.
    Henry.

    I got it, it should be in the CS of UCM_SERVER, not EM

  • File adapter cannot find MFL file

    I have installed BEA's file adapter and created a WLI
    application view. I have also set up an MFL file for
    translating a CSV file into an XML file. However, when
    I go to test the service I get the following error.
    I'm having a hard time finding any documentation that
    will tell me where to place the flatFileFinancials.mfl
    so the adapter can perform the transformation.
    java.lang.Exception: Adapter took exception: <eda><error cnctag="" code="-100"
    s
    ource="process" timestamp="2002-12-04T23:21:11Z">Problem processing agent reques
    t, type FAIL, Source AGENT: transform error: com.bea.wlxt.WLXTException: ERROR:
    Unable to extract encoding from URL wlxt://mfl/flatFileFinancials. Location IO
    Exception.
    Unable to locate document: wlxt://mfl/flatFileFinancials
    Thank you for any help you can provide.

    I did end up finding one way to make it work. I ended up using the Format Builder
    tool that resides in windows under BEA Weblogic Platform 7.0 => Weblogic Integration
    7.0 => Format Builder. From here I went to the Repository menu and pressed ‘Log
    In’. Then from the Repository menu I pressed ‘Store As’. Now, here is the key
    point. Next I created an ‘mfl’ folder under the root of the repository. Then
    I stored my flatFileFinancials in that folder.
    This approach works fine. Althought I would still like to see some documentation
    to help me configure the adapter to look for the file in some other location.
    "Mark Miller" <[email protected]> wrote:
    >
    I have installed BEA's file adapter and created a WLI
    application view. I have also set up an MFL file for
    translating a CSV file into an XML file. However, when
    I go to test the service I get the following error.
    I'm having a hard time finding any documentation that
    will tell me where to place the flatFileFinancials.mfl
    so the adapter can perform the transformation.
    java.lang.Exception: Adapter took exception: <eda><error cnctag="" code="-100"
    s
    ource="process" timestamp="2002-12-04T23:21:11Z">Problem processing agent
    reques
    t, type FAIL, Source AGENT: transform error: com.bea.wlxt.WLXTException:
    ERROR:
    Unable to extract encoding from URL wlxt://mfl/flatFileFinancials. Location
    IO
    Exception.
    Unable to locate document: wlxt://mfl/flatFileFinancials
    Thank you for any help you can provide.

  • Peoplesoft adapter - Failed to execute PSSession request

    I am able to make login to PSFT Instance. When I click to child link "Component Interfaces" it not showing anything on the right hand side of the page. The error in the logs is as below:
    Thread[AWT-EventQueue-0,6,main] [error] [IWAF JCA] [container] [PeopleSoft.service_PSFT_DevInstance] java.lang.Exception: Not Authorized (90,6)Failed to execute PSSession request Cannot find Component Interface {IWY_CI_ATTRIBUTES} (91,2)
    Can anybody please help me on this ?

    Looking at the stack, it appears to be problem with security configuration on Peoplesoft interfaces
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28997/comp_interface.htm -Refer to section Securing a Component Interface to confirm if required steps are performed.
    Manoj

  • Error in Invoking peoplesoft component interfaces from BPEL process

    I developed a sample bpel process to invoke peoplesoft component interfaces.
    I followed the steps mentioned in the document.
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28997/bpel_pm.htm#CDEICHJB
    When I run the BPEL process, I got the following error.
    http://127.0.0.1:8888/orainfra/wsil/adapters/applications/LOCATION_invoke.wsdl?wsdl [ LOCATIONPortType::LOCATION(input_LOCATION,output_LOCATION) ] - WSIF JCA Execute of operation 'LOCATION' failed due to: Error in parsing the input document.; nested exception is:
         javax.resource.ResourceException: Error in parsing the input document
    I found the following message in the log located at <ORACLE_HOME>/adapters/C:\product\10.1.3.1\OracleAS_1\adapters\application\config\jca_sample\log.
    Tue, 29 Jan 2008 18:30:47.0963 EST - Thread[WorkExecutorWorkerThread-2,5,main] [info ] [IWAF JCA PeopleSoft] IWAFManagedConnection for PeopleSoft:ica_psft has listener registered: com.evermind.server.connector.ConnectionContext@170d1b3
    Tue, 29 Jan 2008 18:30:48.0307 EST - Thread[WorkExecutorWorkerThread-2,5,main] [info ] [IWAF JCA PeopleSoft] Local transaction not supported by underlying adapter.
    Tue, 29 Jan 2008 18:30:48.0307 EST - Thread[WorkExecutorWorkerThread-2,5,main] [info ] [IWAF JCA PeopleSoft] IWAFManagedConnection for PeopleSoft:ica_psft dispatch event 2
    Tue, 29 Jan 2008 18:30:48.0307 EST - Thread[WorkExecutorWorkerThread-2,5,main] [error] [IWAF JCA PeopleSoft] **** Error in parsing the input document.
    oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at com.iwaysoftware.idom.XmlDocument.parse(XmlDocument.java:120)
         at com.iwaysoftware.idom.XmlDocument.setRootXML(XmlDocument.java:77)
         at com.ibi.afjca.cci.IWAFInteraction.execProcess(IWAFInteraction.java:195)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:136)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:470)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:416)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:222)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:736)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:371)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:195)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3271)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1697)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5244)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1083)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:530)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:333)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeDeliveryBean_LocalProxy_4bin6i8.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:138)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at oracle.j2ee.connector.messageinflow.MessageEndpointImpl.OC4J_invokeMethod(MessageEndpointImpl.java:297)
         at WorkerBean_EndPointProxy_4bin6i8.onMessage(Unknown Source)
         at oracle.j2ee.ra.jms.generic.WorkConsumer.run(WorkConsumer.java:266)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
         at java.lang.Thread.run(Thread.java:595)
    Tue, 29 Jan 2008 18:30:48.0323 EST - Thread[WorkExecutorWorkerThread-2,5,main] [error] [IWAF JCA PeopleSoft] SOS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Tue, 29 Jan 2008 18:30:48.0323 EST - Thread[WorkExecutorWorkerThread-2,5,main] [error] [IWAF JCA PeopleSoft] oracle.xml.parser.v2.XMLElement@4f9c1a
    Tue, 29 Jan 2008 18:30:48.0323 EST - Thread[WorkExecutorWorkerThread-2,5,main] [error] [IWAF JCA PeopleSoft] EOS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Tue, 29 Jan 2008 18:30:48.0323 EST - Thread[WorkExecutorWorkerThread-2,5,main] [info ] [IWAF JCA PeopleSoft] IWAFManagedConnection for PeopleSoft:ica_psft dispatch event 4
    I am sending the following input to run the bpel process.
    <PS8 SERVICENAME="LOCATION" METHODNAME="LOCATION" LICENSE="test">
    <component perform="browse">LOCATION</component>
    <key name="SETID">SHARE</key>
    <key name="LOCATION">ALBERTA</key></PS8>
    Can anyone help in sending the right input xml to component interface?

    I do the same thing.
    Take wsdl from axis and save it somewhere.
    Then you can create a standard project in Oracle BPEL PM. Create partnerlink, give a name and click on first icon to take your wsdl. It will add some needed code, you answer always yes. Then you can create receive, assign, invoke, assign and callback or similar and deploy it.
    Try it through BPEL Console...
    Ema

  • AnyConnect installation issues - Network Adapter is not created - cannot find any error?

    I am a contractor with a Federal Agency that just swithed to using Cisco AnyConnect for VPN access.  I am about the only person with this installation issue, that I know of.  When installing the AnyConnect client on a Windows 7 machine running a 3.X msi install - the expected Cisco NewWork Adapter is not created in Network connections as I would expect.  I have turned off Firewall services, I've turned off SQL services, Citrix, etc.  But nothing I have tried allows this to install correctly.
    When I attempt to use the AnyConnect VPN client and login the the remote service - I receive the
    The VPN client driver has encountered an problem. Please restart your computer or device, then try again.
    I have attempted the driver database fix suggested online - BUT it didn't correct the problem because I think my problem is in the initial setup, although I cannot find and error in the Windows/inf/setupapi.app.log and setupapi.dev.log that would suggest there is an driver problem.
    The DART logs are a bit cryptic, but nothing stands out that would give me any idea as to what might be blocking the creating of the Network adapter the VPN Client would use to connect to the remote network.
    Can anyone here point me in the right direction  - I am not receiving help from configuration management - their solution is to format my entire computer and rebuild it which will cost me weeks of time and I have a deadline looming in Feburary.
    Thank you!
    Michael

    Hi Jacob,
    Let's try this & report the outcome...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    Is that Interface dragged to the top of Network>Show:>Network Port Configurations and checked ON?
    The Interface that connects to the Internet, needs to be drug to the top of System Preferences>Network>Show:>Network Port Configurations and checked ON.
    10.5.x/10.6.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    The interface that connects to the Internet should be dragged to the top of the list.
    Then highlight the interface you connect with, click Advanced, is it set to Using DHCP, what IP does it Show & Router IP, then click on Proxies tab & make sure none are set, click on the DNS tab and enter these numbers...
    208.67.222.222
    208.67.220.220

  • AnyConnect installation issue - Network Adapter is not created - cannot find any error?

    I am a contractor with a Federal Agency that just swithed to using Cisco AnyConnect for VPN access.  I am about the only person with this installation issue, that I know of.  When installing the AnyConnect client on a Windows 7 machine running a 3.X msi install - the expected Cisco NewWork Adapter is not created in Network connections as I would expect.  I have turned off Firewall services, I've turned off SQL services, Citrix, etc.  But nothing I have tried allows this to install correctly.
    When I attempt to use the AnyConnect VPN client and login the the remote service - I receive the
    The VPN client driver has encountered an problem. Please restart your computer or device, then try again.
    I have attempted the driver database fix suggested online - BUT it didn't correct the problem because I think my problem is in the initial setup, although I cannot find and error in the Windows/inf/setupapi.app.log and setupapi.dev.log that would suggest there is an driver problem.
    The DART logs are a bit cryptic, but nothing stands out that would give me any idea as to what might be blocking the creating of the Network adapter the VPN Client would use to connect to the remote network.
    Can anyone here point me in the right direction  - I am not receiving help from configuration management - their solution is to format my entire computer and rebuild it which will cost me weeks of time and I have a deadline looming in Feburary.
    Thank you!
    Michael

    Hi Jacob,
    Let's try this & report the outcome...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    Is that Interface dragged to the top of Network>Show:>Network Port Configurations and checked ON?
    The Interface that connects to the Internet, needs to be drug to the top of System Preferences>Network>Show:>Network Port Configurations and checked ON.
    10.5.x/10.6.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    The interface that connects to the Internet should be dragged to the top of the list.
    Then highlight the interface you connect with, click Advanced, is it set to Using DHCP, what IP does it Show & Router IP, then click on Proxies tab & make sure none are set, click on the DNS tab and enter these numbers...
    208.67.222.222
    208.67.220.220

  • JavaDocs of Peoplesoft Api , Component Interfaces

    Hi Guys ,
    Can anyone please let me know , where i can find javadocs of peoplesoft apis. How to use them in java
    For eg - java docs of various methods of IUserProfile.class ect
    Java Docs of various component interfaces
    Any links would be extremely helpful
    Thanks
    Suren

    PeopleSoft API's... Are you are referring to peoplecode.jar? peoplecode.jar provides JNI for Java running in the app server and only Java in the app server. For example, it allows you to call Func.SQLExec from Java that is running in an AppEngine. There is no documentation for the JNI classes included in peoplecode.jar. These classes require the same parameters and return the same results as their PeopleCode complements. For these classes, you can view the call spec for each class by looking at the source files in peoplecode.jar. The method for calling Java from PeopleCode is documented in the PeopleCode API reference.
    As far as component interfaces... some of the application specific component interfaces are documented in their application specific PeopleBook. Calling them from Java is documented in one of the PeopleTools PeopleBooks. Many developers, however, prefer to expose component interfaces as web services and call them as web services rather than compiled Java API's. When creating the Java API, it is my experience that you have to create all of the CI's. You can't just choose one. Likewise, when you change the CI, you have to redeploy all the CI's.

  • An error occurred while releasing interface Loopback Pseudo-Interface 1 : The system cannot find the file specified

    Hello All
    I have TMG server installed on windows 2008 R2 64x  with 3 network adaptor (Lan,Premiter and External), but for some reason the clients on premiter Network cant get ip addresses from dhcp which located on LAN. i have done 
    ipconfig /release
    ipconfig /flushdns
    ipconfig /renew 
    but no success...... also uninstalled premiter network adaptor and reinstall network adaptor still no success.....getting this error.
    An error occurred while releasing interface Loopback Pseudo-Interface 1 : The system cannot find the file specified
    by the way My Lab is based on Hyper-v
    any help would be much greatfull
    thanks

    Hi,
    Have you checked the TMG logging?
    You could try the troubleshooting steps in the thread below.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-networking/an-error-occurred-while-releasing-interface/4261cacb-e924-4d74-a349-4f3b898c27a9
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • I cannot find the method in this interface!

    Is service an interface and query its method in the following scrips? But I cannot find the method query in this interface. What is the function of new?
    Map map = service.query(new FreeMemAgent(), null);
    Thank you
    Edited by: jetq on Jun 7, 2009 9:05 PM

    Hi Frank,
    service is a reference variable and refers to an instance of a class that implements the query() method that returns a reference to an instance of a class that implements the Map interface. If service happens to refer to an instance of a class that implements the InvocationService interface, you can find the Coherence 3.4.2 documentation of the method at InvocationService. The new keyword is a Java operator that creates an object. Continuing with the assumption that service refers to an instance of a class that implements the InvocationService interface, the FreeMemAgent class must implement the Invocable interface. A reference to a "new" FreeMemAgent object is being passed to the query() method.
    Regards,
    Harv

  • Exposing PeopleSoft Component Interface from BPEL

    Hi,
    I am trying to expose PeopleSoft Component Interface from BPEL.
    URL to access PeopleSoft is: http://10.52.254.169:8220/psp/ps/?cmd=login
    WSDL generated from PeopleSoft to access component interface is: http://10.52.254.169:8220/PSIGW/PeopleSoftServiceListeningConnector/CI_CI_PERSONAL_DATA.1.wsdl
    I devloped a BPEL and added Partner Link to BPEL.
    when I copy wsdl in parter link its not pulling parter link type and partner role.
    I am getting error loading wsdl file
    Error: Failed to read wsdl file at:"http://10.52.254.169:8220/PSIGW/PeopleSoftServiceListeningConnector/CI_CI_PERSONAL_DATA.1.wsdl", caused by
    java.net.ConnectException.:Connection timed out:connect
    Any ideas to fix this issue?
    Regards,
    Shanti Nagulapalli.

    Could you check that the port 8220 is open?
    Also are you able to open the WSDL in any web browser?

  • Cannot find Installed Component

    Hi,
    Can anyone tell me why I cannot find the component I
    installed from Extension Manager. I checked the Windows menu as
    stated from the Extension Manager after I installed and restarted
    Adobe Flash but I find nothing.
    From Extension Manager: I was told the component can be found
    in Windows >> Components ... >> ... as below:
    UI ACCESS:
    After the installation of the component, you can find Web
    menu component in the menu of the Components Panel in Flash.
    (Select Windows > Components panel > FreeWebMenus.com
    > Name of the menu).
    Thanks and regards,
    /.. Waynacle

    I found the solution in this thread:
    Proc/c++

Maybe you are looking for

  • Adding/deleting attachments using Fuego.Papi in OBPM10g

    Hi, I am seeking a resolution to the below issue. It will be really great if somebody can help me on this. The scenario is as follows. - Using global creation activity to fetch all eligible instances for a particular process using Fuego.Papi api. - T

  • Moving Photoshop 6.0 to another computer

    We have a small company that has recently reduced staff. Among those we let go was our graphic artist. Since we will have occasional need for a graphics program I am trying to reinstall the program on my computer but am having problems registering. I

  • Problem with os update from 4.3 to 4.5 on Curve 8330 Verizon

    Performed os update from 4.3 to 4.5 through "check for Updates" on blackberry's site.  checked box to have information backed up while updating and then restored after.  during update there was an error and the restore did not take, but phone was wip

  • Can i integrate JavaFX with JMS

    I am to develop an application using JMS, but i am quite not sure whether its fine if i develop the GUI in JavaFX. I would like to know if i can have both JMS and JavaFX working together.

  • HT4623 im trying to update my computer to 10.6.3

    Im trying to update my computer with latest version of itunes on my labtop