Authentication error using PAPI-WS for BPM Studio 10.3

I followed the steps laid out in the material from this thread using SOAP UI:
PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
It seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
I receive the following error when I try to make any call:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Client</faultcode>
<faultstring>Participant could not be authenticated. A wrong username or password might have been specified.</faultstring>
<detail>
<oens:OperationException xmlns:oens="http://bea.com/albpm/PapiWebService">
<exceptionName>fuego.papi.webservice.handlers.AuthenticationException</exceptionName>
<message>Participant could not be authenticated. A wrong username or password might have been specified.</message>
<technicalInfo>fuego.papi.webservice.handlers.AuthenticationException: Participant could not be authenticated. A wrong username or password might have been specified.
     at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:144)
     at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:74)
     at fuego.papi.webservice.handlers.AuthenticationHandler.handleMessage(AuthenticationHandler.java:46)
     at com.sun.xml.ws.handler.HandlerProcessor.callHandleMessage(HandlerProcessor.java:292)
     at com.sun.xml.ws.handler.HandlerProcessor.callHandlersRequest(HandlerProcessor.java:135)
     at com.sun.xml.ws.handler.ServerSOAPHandlerTube.callHandlersOnRequest(ServerSOAPHandlerTube.java:133)
     at com.sun.xml.ws.handler.HandlerTube.processRequest(HandlerTube.java:116)
     at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
     at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
     at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
     at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
     at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
     at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:444)
     at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
     at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
     at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
     at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
     at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Caused by: fuego.papi.exception.AuthenticationException: Cannot authenticate participant 'test'.
     at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:297)
     at fuego.papi.webservice.pool.ProcessServiceSessionPoolManager.getSession(ProcessServiceSessionPoolManager.java:185)
     at fuego.papi.webservice.WebServiceManager.getProcessServiceSession(WebServiceManager.java:156)
     at fuego.papi.webservice.handlers.AuthenticationHandler.processAuthentication(AuthenticationHandler.java:141)
     ... 45 more
Caused by: fuego.directory.AuthenticationException: Login incorrect.
Detail:Verify that the information provided is correct.
If you cannot solve the problem, check with your administrator.
ID [default] PARTICIPANT [test] REASON [Login incorrect.
Detail:Verify that the information provided is correct.
If you cannot solve the problem, check with your administrator.
ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
     at fuego.directory.AuthenticationException.wrap(AuthenticationException.java:104)
     at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:69)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
     at $Proxy12.connect(Unknown Source)
     at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:250)
     at fuego.directory.provider.Factory.startSession(Factory.java:405)
     at fuego.directory.Directory.startSession(Directory.java:268)
     at fuego.papi.impl.ProcessServiceImpl.authenticatePassport(ProcessServiceImpl.java:287)
     ... 48 more
Caused by: fuego.directory.AuthenticationException: Login incorrect.
Detail:Verify that the information provided is correct.
If you cannot solve the problem, check with your administrator.
ID [Project:Test] PARTICIPANT [test] REASON [invalid username or password].
     at fuego.directory.project.engine.ProjectFullParticipantsAccessor.fetchHumanParticipant(ProjectFullParticipantsAccessor.java:82)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
     at $Proxy15.fetchHumanParticipant(Unknown Source)
     at fuego.directory.project.engine.EmbeddedEngineAuthenticationAccessor.connect(EmbeddedEngineAuthenticationAccessor.java:66)
     ... 58 more</technicalInfo>
</oens:OperationException>
</detail>
</S:Fault>
</S:Body>
</S:Envelope>
Like I said above, it seems that BPM Studio does not recognize the default credentials user: "test" and password: "test"
Is there anyway to change these default credentials?
Thanks!
Edited by: user9001687 on Feb 10, 2010 2:14 PM
Edited by: user9001687 on Feb 10, 2010 2:16 PM

Thanks so much Dan. I changed as you mentioned and then added WSS-Username Token as while processing BPM process as web service I have used the same opetion. Still I am getting the same error for Authorization Failure.
SOAP Requests look like :
<soapenv:Envelope xmlns:pps="http://bea.com/albpm/ProLogisBPM/PPSFTProcess" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>Paul</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Paul</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">AlmoI4QkO2hp9z10BQGA0A==</wsse:Nonce>
<wsu:Created>2010-03-17T15:48:04.843Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
Adter
<ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">fuego.webservices.security.AuthorizationException: Authorization Failed.
     at fuego.soaptype.ProcessWebServiceAuthorization.authorize(ProcessWebServiceAuthorization.java:57)
     at fuego.soaptype.AxisSoapService$HttpBasicAuthentitcationHandler.invoke(AxisSoapService.java:888)
     at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
     at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
     at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
     at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
     at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
     at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:357)
     at fuego.soaptype.AxisSoapService.invoke(AxisSoapService.java:122)
     at fuego.webservices.HttpSoapListener.process(HttpSoapListener.java:206)
     at fuego.http.HttpExecution$1.run(HttpExecution.java:71)
     at fuego.component.Message.process(Message.java:576)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
     at fuego.http.HttpExecution$HttpPrincipal.processBatch(HttpExecution.java:190)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
Caused by: java.lang.IllegalArgumentException: user: null
     at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:88)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
     at fuego.lang.JavaObject.invoke(JavaObject.java:227)
     at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
     at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
     at fuego.lang.Invokeable.invoke(Invokeable.java:160)
     at fuego.fengine.FEngineWebServiceExecutor$2.execute(FEngineWebServiceExecutor.java:133)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
     at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
     at fuego.fengine.FEngineWebServiceExecutor$1.run(FEngineWebServiceExecutor.java:65)
     at fuego.component.Message.process(Message.java:576)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
     at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
     at fuego.fengine.FEngineWebServiceExecutor$WebServiceExecutorPrincipal.processBatch(FEngineWebServiceExecutor.java:168)
     ... 2 more
Caused by: fuego.directory.AuthenticationException: Login incorrect.
Detail:Verify that the information provided is correct.
If you cannot solve the problem, check with your administrator.
ID [default] PARTICIPANT [null] REASON [participant is empty].
     at fuego.directory.AuthenticationException.error(AuthenticationException.java:50)
     at fuego.directory.AuthenticationException.participantIdIsWrong(AuthenticationException.java:94)
     at fuego.components.WebServiceSessionManager$SessionImpl.&lt;init>(WebServiceSessionManager.java:220)
     at fuego.components.WebServiceSessionManager.createSession(WebServiceSessionManager.java:79)
     ... 26 more</ns1:stackTrace>
Any help or guiding pointer would be deeply appreciated. TIA

Similar Messages

  • Using Crystal Reports for Visual Studio 2008 in C++/CLI

    How can I use Crystal Reports for Visual Studio 2008 for creating WinForm Application written in C++/CLI under VS2008 ?

    Can you repost your last response in English?
    Also, check out this post
    Read Before Posting - Where to find Crystal Reports .NET SDK resources
    It has links to our Crystal Reports resources for .NET.
    Edited by: Jason Everly on Apr 22, 2009 9:07 AM

  • I am using IMAQ vision for Measurement Studio, Ver6.0 with Measurement Studio Base Package,Ver6.0(Professional Edition).Can I work in IMAQ Vision for Measurement studio, Ver6.0 If I upgrade Measurement studio to Enterprise Edition,ver8.0.1

    I am using IMAQ vision for Measurement Studio, Ver6.0 with Measurement Studio Base Package,Ver6.0(Professional Edition).Can I work in IMAQ Vision for Measurement studio, Ver6.0 If I upgrade Measurement studio to Enterprise Edition,ver8.0.1
    Thanks
    Biswajit

    Howdy Biswajit,
    The IMAQ and Vision ActiveX controls you are using with Visual Basic 6 do not install with Measurement Studio. They are installed when you install the IMAQ software and include support for Visual Studio 6. Upgrading to Measurement Studio 8.0.1 will have no effect on your IMAQ controls since they are not related to one another. Purchasing Measurement Studio Professional or Enterprise packages allows you Visual Studio 6 support for other ActiveX components. Refer to this link for a list of ActiveX components included in those packages. 
    If you are asking about using the ActiveX controls in .NET, then take a look at this KnowledgeBase entitled Do NI-IMAQ and NI Vision Support Microsoft Visual Studio .NET?
    Hope this clarifies things!
    Best Regards,
    Jonathan N.
    National Instruments

  • Problem using PAPI-WS for external process notifcation

    Hello,
    I'm trying to have an external Java application send a process notification using PAPI-WS.
    I have a process instance currently sitting at a notifcation wait step (configured to wait for an external notification) but each time I call processSendNotification I get the an unspported operation exception. I'm not even sure this is the correct ws operation to use but looking at the PAPI API reference it seemed the most likely.
    Below is a snippet from the code I'm testing this with and the corresponding output including the exception:
    for (InstanceInfoBean instance : instances.getInstances())
    String waitStep = "WaitForDelivery";
    System.out.println("-> process id = " + instance.getId());
    // find which instance are waiting on delivery
    if (waitStep.equals(instance.getActivityName()))
    System.out.println(" -> " + instance.getAuthor() + " is waiting on delivery!");
    papiWebServicePort.processSendNotification(instance.getId(), waitStep, null, null);
    Process: WhatToHave
    -> process id = /WhatToHave#Default-1.0/2/0
    -> process id = /WhatToHave#Default-1.0/1/0
    -> Andy is waiting on delivery!
    Could not perform the requested operation
    stubs.OperationException_Exception: The BEA AquaLogic® BPM Engine version does not support the required operation.Please ask BEA AquaLogic® BPM Administrator for assistance.
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:127)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:254)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:224)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:117)
         at $Proxy31.processSendNotification(Unknown Source)
    I'm doing this all using BPM Studio 6.0.2 (build 85749) on Linux.
    Any help or pointers greatly appreciated,
    Thanks,
    Mike

    Hello,
    I'm trying to have an external Java application send a process notification using PAPI-WS.
    I have a process instance currently sitting at a notifcation wait step (configured to wait for an external notification) but each time I call processSendNotification I get the an unspported operation exception. I'm not even sure this is the correct ws operation to use but looking at the PAPI API reference it seemed the most likely.
    Below is a snippet from the code I'm testing this with and the corresponding output including the exception:
    for (InstanceInfoBean instance : instances.getInstances())
    String waitStep = "WaitForDelivery";
    System.out.println("-> process id = " + instance.getId());
    // find which instance are waiting on delivery
    if (waitStep.equals(instance.getActivityName()))
    System.out.println(" -> " + instance.getAuthor() + " is waiting on delivery!");
    papiWebServicePort.processSendNotification(instance.getId(), waitStep, null, null);
    Process: WhatToHave
    -> process id = /WhatToHave#Default-1.0/2/0
    -> process id = /WhatToHave#Default-1.0/1/0
    -> Andy is waiting on delivery!
    Could not perform the requested operation
    stubs.OperationException_Exception: The BEA AquaLogic® BPM Engine version does not support the required operation.Please ask BEA AquaLogic® BPM Administrator for assistance.
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:127)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:254)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:224)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:117)
         at $Proxy31.processSendNotification(Unknown Source)
    I'm doing this all using BPM Studio 6.0.2 (build 85749) on Linux.
    Any help or pointers greatly appreciated,
    Thanks,
    Mike

  • Error using "Microsoft ODBC for Oracle" driver

    I am trying to connect to Oracle 10g Express Edition from Access 2003 on Windows XP. I created a DSN using "Microsoft ODBC for Oracle" driver. When I try to connect using ADO, I get this error:
    [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    I googled this error and got a lot of hits but no solution.
    Any help would be greatly appreciated. I am new to Oracle and am coming from SQL Server 2000.
    Thanks a lot!

    This is the connection string I am using:
    Conn1.ConnectionString = "driver={Oracle in XE};Dbq=GMIS_LIVE.WORLD;Uid=Administrator;Pwd=ubs;"
    These are the contents of my tnsnames.ora (what entries do I add to make this work)?
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = your-a9279112e3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )

  • JavaScript Error in Crystal Reports for Visual Studio 2013 - revisited

    With the newly-released Crystal Reports for Visual Studio 2013, I was receiving the following error:
    Unhandled exception at line 37, column 59140 in http://localhost:4486/cfb341e5bcca4ae88166b78e20276d73/browserLink
    0x800a139e - JavaScript runtime error: Syntax error, unrecognized expression: input#__CRYSTALSTATEctl00$MainContent$CrystalReportViewer1
    It turns out that this is related to the Browser Link Visual Studio add-in. You can either ignore the error, or disable Browser Link.
    Dan

    Hi Dan
    Many thanks for the heads up
    - Ludek

  • For BPM Studio 11.1.1.7.0, I am unable to add parameter to Human Task in Create Human Task dialog?

    The Data Object dialog that appears when  I select the plus sign ( + ) for the parameter shows the title Browse Data Object instead of Data Object. Therefore, I am unable to drag and drop the data object for the parameter. What is it that I am doing wrong?
    Thanks for your help.
    Sam

    After I changed JDK from 1.7 back to 1.6 (Java 6 Update 45, 64bit) to run JDev, it worked fine.
    To do this, set Java Home in jdev.conf file in %MW_HOME%/jdeveloper/jdev/bin.
    For example: SetJavaHome C:\Program Files\Java\jdk1.6.0_45
    Certification information: Oracle JDeveloper and Application Development Framework 11g
    32 bit JDK required for profiling features.
    64 bit JDK supported for Windows as of JDeveloper 11.1.1.4.0
    For JDK 6, update 39 or later is recommended; for JDK 7, update 10 or later is recommended
    JDeveloper bundles Integrated WLS 10.3.5, which does not support JDK 7. To use JDK 7 for JDeveloper and Integrated WLS, you can install WLS 10.3.6 separately and create an "Integrated Server" connection to it from JDeveloper
    On Mac OS 10.5 Java for Mac OS X 10.5 Update 8 or later is recommended, on Mac OS 10.6 Java for Mac OS X 10.6 Update 3 or later is recommended
    My Environment:
    Windows Server 2008 R2 SP1 64 Bit
    Weblogic Server 10.3.5
    JDeveloper 11.1.1.7.0
    Hope it helps.
    Zaka Lei

  • Claims Authentication error using LDAP SharePoint 2013

    I am getting following error while trying to log in portal using account 
    "An exception occurred when trying to issue security token: The server was unable to process the request due to an internal error.  For more information about the error, either
    turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET
    Framework SDK documentation and inspect the server trace logs.."
    what i m doing here is,
    i configured 3 web configure files but getting error.
    i am following this Microsoft blog and i m confused about what should be names for 
    userContainer="OU=UserAccounts,DC=internal,DC=yourcompany,DC=distinguishedName (of your userContainer)" and groupContainer="DC=internal,DC=yourcompany,DC=distinguishedName (of your groupContainer)"https://technet.microsoft.com/en-us/library/ee806890.aspx?f=255&MSPPError=-2147217396#proc1can someone guide me proper so i can fix it?THanks,Deepak Patel

    Hi Deepak,
    The OU needs to be set with the name of the Organization Unit where the users exists in the directory service used for the forms-based authentication, and DC needs to be set with the domain components of the domain where the directory service exists.
    For example, if Activate Directory is used as the directory service, and users are stored in an OU called users, and the domain is “SharePoint.com”.
    Then the userContainer should be set like this: userContainer="OU=users,DC=SharePoint,DC=com”.
    And the groupContainer should be set like this: groupContainer="DC=SharePoint,DC=com".
    Please make sure that the userContainer and groupContainer are right when configuring the forms-based authentication.
    If above cannot work, I recommend to get the actual error by adding the service debug in the web.config for the web service, located at C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\SecurityToken:
    <serviceDebug includeExceptionDetailInFaults="True" httpHelpPageEnabled="True"/>.
    Please refer to the link below for detailed steps(similar for SharePoint 2013):
    http://underthehood.ironworks.com/2011/05/sharepoint-2010-an-exception-occurred-when-trying-to-issue-security-token-the-server-was-unable-to-p-1.html
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to change used WD windows for BPM process instance?

    Hello SDN!
    We have two BPM processes (A and B) and two WD DC (A and B). Process A uses window from WD DC A, process B uses window from WD DC B.
    We deactivate process A since we need process B to be used and since A and B use the same WebService. But existing instances of process A still using window from WD A. Is it possible to switch instances of process A from using WD window A to using WD window B? And how we can do this?
    Regards,
    Lev.

    Hi Lev,
    Try this:
    Use an exclusive choice in your process. Create 2 Human Tasks after the Choice with these 2 WD Screens (A & B).
    Based on some condition, you can execute either one of the Human Task. Once this branch of the Exclusive choice executes, place an Uncontrolled merge so that the process execution does not wait for the other branch to execute.
    In this way, based on some condition, you can either execute either WD Screen A or WD Screen B without affecting each other.
    Hope this helps.
    Regards,
    Sid.

  • Error using SAP datasource for OmniPortlet

    I have installed and configured PDK 9.0.4.0.2 on my iAS 10g system. Also installed and configured the SAP datasource for OmniPortlet. After I put an OmniPortlet portlet on a portal page then I begin to define the defaults for the portlet instance, I select "SAP - Use SAP R/3 system as a source of data" and press the Next button. I get the following error message: "Error: The listener returned the following Message: 500 Internal Server Error".
    Any help on this would be greatly appreciated.
    Thanks,
    Rick Wright
    The OC4J_PORTAL log file shows:
    04/03/26 10:57:48 portal: id=109822914181,1 Invalid status code encountered : status=500 reason=Internal Server Error name=content-fetcher2
    label=webPortlet url=http://sias01.somecompany.com:7777/portalTools/omniPortlet/providers/omniPortlet time=185ms content=<HTML><HEAD><TITLE>500
    Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>oracle.webdb.reformlet.ReformletException: ReformletPersonalizationObject
    is not an instance of SAPPersonalizationObject.<br> at htdocs.plugins._datasources._sap._sap__error__page._jspService(_sap__error__page.java:490)<br> [htdocs/plugins/datasources/sap/sap_error_page.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:251)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:575)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:537)<br> at
    htdocs.plugins._datasources._sap._sap__controller._jspService(_sap__controller.java:1039)<br> [htdocs/plugins/datasources/sap/sap_controller.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.include(EvermindPageContext.java:267)<br> at
    htdocs.omniportlet._reformlet__edit__defaults__data._jspService(_reformlet__edit__defaults__data.java:1290)<br> [htdocs/omniPortlet/reformlet_edit_defaults_data.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.include(EvermindPageContext.java:267)<br> at
    htdocs.omniportlet._reformlet__edit__defaults._jspService(_reformlet__edit__defaults.java:1088)<br> [htdocs/omniPortlet/reformlet_edit_defaults.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:251)<br> at
    oracle.portal.provider.v2.render.http.AbstractResourceRenderer.renderBody(Unknown Source)<br> at oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)<br> at oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown Source)<br> at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)<br> at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source)<br> at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown
    Source)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br> at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)<br> at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)<br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers
      for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle
    Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)<br> at
    java.lang.Thread.run(Thread.java:536)<br></PRE></BODY></HTML>

    AIX/5.3 - OAS10g ( Portal version Default 9.0.4.0, won´t work!!! )
    Hi there...
    I did got some problems when I was installing a SAP OMNIPORTLET...but now , it´s working just fine ...
    Please ,
    1 - First , pay closely attention on the documentation and installation guide :
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html#SAPDS
    2 - Make sure that you are using a CORRECT version. For PDK , must be 9.0.4.1;
    3 - Sapjco.jar version 2.0.2 isn´t available anymore, at SAP website. I have used sapjco.jar version 2.0.10, and please, follow ALL instructions, that´s include do the examples;
    4 - Make sure that all steps (Installing the OracleAS Data Source Plugin,Installing the JCo lib´s,Testing the Deployment, etc) describe on the installation guide, be complete successfully;
    5 - On my case, ´cause we have Infra and Middle , at same host ( hold on...it´s just a developed enviroment...), a did specify a CLASSPATH and LD_LIBRARY_PATH , at ..EMC > Middle > OC4J_Portal > Server properties > enviroment ..
    6 - My question now is... That plugin it´s just able to see a default BAPI´s? It´s possible to work with "Z" functions ?

  • Errors using DBMS_SQLTUNE Advisors for Oracle 10g

    I get errors trying to tune the below query for Oracle 10g using the DBMS_SQLTUNE advisors.
    It happens when I wrap either a large block of PL/SQL code that uses bind variables or multiple nested subqueries with multiple JOIN conditions in a SELECT query statement that I wish to tune using the 10g SQLTUNE advisors.
    Message was edited by:
    benprusinski

    Hi, I was trying to use the DBMS_SQLTUNE package to tune my sql statements used in the huge procedure. I can successfully create a task and execute it. But when I run report tuning task, I'm always getting error like the one in below example. Two questions I have now.
    1) Is this becuase I'm using bind, but not passing any values?
    2) Can I able to use to this package to tune a procedures instead of sql statement?
    Example output...
    SQL&gt; SELECT DBMS_SQLTUNE.REPORT_TUNING_TASK( 'my_sql_tuning_task3')
    2 FROM DUAL;
    DBMS_SQLTUNE.REPORT_TUNING_TASK('MY_SQL_TUNING_TASK3')
    GENERAL INFORMATION SECTION
    Tuning Task Name : my_sql_tuning_task3
    Tuning Task Owner : SCOTT
    Scope : COMPREHENSIVE
    Time Limit(seconds) : 3000
    Completion Status : COMPLETED
    Started at : 02/26/2009 21:44:41
    Completed at : 02/26/2009 21:44:41
    Number of Errors : 1
    DBMS_SQLTUNE.REPORT_TUNING_TASK('MY_SQL_TUNING_TASK3')
    Schema Name: KPRAVEEN
    SQL ID : 479831s42xj1n
    SQL Text : SELECT a.pdrorn, a.pdrcto, a.pdrlln FROM f4311 a
    WHERE a.pddoco = receiptsrcrec.prdoco AND a.pddcto = :2 AND
    a.pdkcoo = :3 AND a.pdsfxo = :4 AND a.pdlnid = :5
    ERRORS SECTION
    SQL&gt;

  • JDBC 2.0 method not implemented error using bea jDriver for MS-SQLServer 2000

    I'm trying to reconfigure WebLogic Portal 7.0 (Platform 7.0 SP2) to run on MS SQLServer
    2000. According to the supported platform docs, the MS JDBC driver is not supported
    by Portal, hence I'm using the BEA jDriver for SQLServer.
    I'm now getting the following error when starting up Weblogic Portal which requires
    a re-sync with the EBCC before the applications will work.
    <28-Aug-03 09:28:30 BST> <Error> <Data Synchronization> <000000> <Application:
    portalApp; Corrupted data encountered in the persistent store; PLEASE RE-SYNCHRONIZE
    YOUR APPLICATION DATA WITH MODE "refresh-from-client" BEFORE CONTINUING! Failure
    to do so may result in incomplete or otherwise corrupted server state.
    Exception[com.bea.p13n.management.data.repository.PersistenceException: Failed
    to refresh JDBC Persistence Manager.] - with embedded exception: [java.sql.SQLException:
    java.sql.SQLException: This JDBC 2.0 method is not implemented] at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.refresh(JdbcDataSource.java:506)
    Has anyone else come across this problem and know how to resolve it. I have tried
    using the MS JDBC Driver on the off chance that it would work, but this also produced
    SQL Exceptions with the persistance store and would not work at all even after
    syncing with the EBCC

    Jim,
    Thanks, I'm awaiting for my account to be enabled with customer contract support.
    When this is done I will raise a case and send files as requested.
    In the mean time it's worth noting that these settings have been made. Connection
    to the DB is fine, the createDB, loadads, loaddocs and sync etc all worked fine.
    The problem only exists when restarting the server and the portal persistance
    store is trying to be refereshed. Once EBCC is re-synced all the DB access works
    fine.
    Steve
    Jim Litton <reply@newsgroup> wrote:
    Please open a support case and send in your set-environment.bat,
    db_settings.properties, and config.xml from your domain directory after
    trying the following.
    Given that your operating system is Windows for performing all database
    operations like create_db, loaddocs, sync. (because you should not
    bother trying to run them on with UNIX).
    Restore your set-environment.bat to it's original state. It does not
    need to be touched.
    Uncomment the MSSQL section in db_settings.properties.
    database=MSSQL
    db_version=2000
    jdbcdriver=weblogic.jdbc.mssqlserver4.Driver
    server=@MSSQL_SERVER@
    port=@MSSQL_PORT@
    dblogin=@MSSQL_USER@
    dbpassword=@MSSQL_PASSWORD@
    connection=jdbc:weblogic:mssqlserver4:@MSSQL_SERVER@:@MSSQL_PORT@
    The dataSyncPool entry in config.xml should appear as:
    <JDBCConnectionPool
    Name="dataSyncPool"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    URL="jdbc:weblogic:mssqlserver4:@MSSQL_SERVER@:@MSSQL_PORT@"
    Properties="user=@MSSQL_USER@;password=@MSSQL_PASSWORD@"
    Password="@MSSQL_PASSWORD@"
    InitialCapacity="1"
    MaxCapacity="5"
    CapacityIncrement="1"
    RefreshMinutes="99999"
    ShrinkingEnabled="false"
    Targets="sampleportalServer"
    TestConnectionsOnReserve="false"
    TestTableName="WEBLOGIC_IS_ALIVE"
    />
    -- Jim

  • Error code paper mismatch for photosmart D7560

    trying to print checks but error code indicates paper mismatch, does not match paper size or type...just spits out my blank check

    I had this problem for so long and finally figured it out.  HP was no help except for the suggestion to switch it to "draft" quality.
    Depending on your operating system, it will be different...  but basically... get to your printer's preferences ... Click on the "Paper / Quality" tab... and make sure that "Paper Type" (XP) or "Output Quality" (Windows 7) is set to AUTOMATIC.  That's it.  In Windows 7 ... there are a little more steps ... For Windows 7 you might have to go to printing preferences, change media type to plain, click on advanced, and change "Output Quality" to AUTOMATIC.  OH YEA... AND MAKE SURE TO CLICK "APPLY" AND NOT JUST "OK".  It works like a charm.  In Windows 7 The "Quality Settings" will automatically check the "Custom" checkbox when you put it on AUTOMATIC.  That's good... that's the way you want it..  So, the Quality Settings "Custom" checkbox will be checked and you will see that "Normal" is still selected but it is grayed out.  Hope this helps somebody.  I was going to go on HP's site and tell them the same thing since they haven't figured it out yet, but I don't want to make a new account... I have too many accounts already.  If someone has an HP customer blog account... feel free to copy and paste this in there if you want.  Good Luck People .

  • Error using uix wizard for bc4j connection

    I have been trying for days to get a connection to the database using uix and bc4j. When I use the wizard to create one I get this error:
    Servlet error: Renderer failed: oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The application pool (rola2.Rola2Module.Rola2ModuleLocal) failed to checkout an application module due to the following exception:
    this is all it says.. nothing else..
    how can I get it to work? what module is having the problem?
    the bc4j seems to look correct, I see the views it created.
    send me an email if you read this and know what the error means. I don' seem to be able to find my posts after a day or too.
    [email protected]

    Are you working with UIX XML or UIX JSP?

  • How to use Google API for Visual Studio Application using Google Drive

    I am creating an VB 2010 Form that will collect data and then automate sharing to select individuals. Right now I am storing the data in the Google Drive folder on the Desktop but some people that may be using this application may not have Google Drive downloaded
    on their desktop so I would like to know if there is another way to add the data files (Excel files) to Google Drive. I would also like to have my application automatically share the files with select individuals and possibly publish onto Google+ or at
    least create a notification on Google+ that a new file has been added to the Drive. Thanks in advance for ANY help that anyone can offer!

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you use Google Drive and Google API which are third-party, I suggest consult on its support forum/community provided by its publisher.
    IN addition, about Visual Basic programming, please consult on Visual Basic forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral for better response.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for