ORABPEL-05215 URI scheme is not "file". - Not able to deploy BPEL process

We are trying to deploy the Oracle Siebel PIP integration pack for Siebel OD. The SOA environment is clustered with a proxy and https enabled.
While deploying a BPEL process, we are getting the following error. Not able to figure out whats going wrong. Any help on this will be appreciated.
[deployProcess] Deploying process C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\output\bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar
BUILD FAILED
C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\build.xml:79: A problem occured while connecting to server "abcd.oracle.com" using port "11545": bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
Error while loading process.
The process domain encountered the following errors while loading the process "CRMIntegSEBLODLeadConvertAsync" (revision "1.0"): URI scheme is not "file".
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
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 com.evermind.server.ThreadState.runAs(ThreadState.java:646)
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 DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
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:623)
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.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Any body else is facing similar issue?
Thanks,
Bhavnesh.

We are trying to deploy the Oracle Siebel PIP integration pack for Siebel OD. The SOA environment is clustered with a proxy and https enabled.
While deploying a BPEL process, we are getting the following error. Not able to figure out whats going wrong. Any help on this will be appreciated.
[deployProcess] Deploying process C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\output\bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar
BUILD FAILED
C:\Temp\10232008\CRMIntegSEBLODLeadConvertAsync\build.xml:79: A problem occured while connecting to server "abcd.oracle.com" using port "11545": bpel_CRMIntegSEBLODLeadConvertAsync_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
Error while loading process.
The process domain encountered the following errors while loading the process "CRMIntegSEBLODLeadConvertAsync" (revision "1.0"): URI scheme is not "file".
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
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 com.evermind.server.ThreadState.runAs(ThreadState.java:646)
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 DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
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:623)
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.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Any body else is facing similar issue?
Thanks,
Bhavnesh.

Similar Messages

  • Bpel is not showing all DEPLOYED bpel processes

    Hi,
    The data is not transfering after refresh the instance.When i click tab BPEL processes it is not showing all DEPLOYED bpel processes it shows only two process that is
    TaskActionHandler
    TaskManager
    Thanks
    Edited by: userpat on May 24, 2010 7:09 AM
    Edited by: userpat on May 24, 2010 7:11 AM

    The issue is resolved as below.
    Change the directory to the dir of individual process suitcase dir and run the bellow command
    $ORACLE_HOME/bpel/bin/bpelc.sh -rev 1.0 -deploy default

  • Not able to Deploy BPEL in Jdev 11g

    Hi ALl,
    The folllowing is the Jdev Version and i created a BPEL process and not able to find the SOA server to deploy, please let me know what else needs to be installed.
    Component     Version
    =========     =======
    ADF Business Components     11.1.1.59.23
    Java(TM) Platform     1.6.0_21
    Oracle IDE     11.1.1.4.37.59.23
    SOA Composite Editor     11.1.1.4.0.56.82
    Versioning Support     11.1.1.4.37.59.23
    Thanks
    Rakesh

    You could follow this tutorial:
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/bulldog/deploysoaapp/deployment.htm
    NA
    http://nickaiva.blogspot.com

  • DBAdapter polling for new or changed records not issuing callback within an asynchronous BPEL process?

    Hi,
    I have a requirement to poll a database table withing an asynchronous process. The reason I want to use a receive within an asynchronous BPEL is because the process needs to be notified many times thru polling. So might need many receive activities.
    I have developed a process as described below :-
    1. Created an asynchronous process.
    2. Created a Database adapter for polling a table. Logical delete strategy is being used.
    3. Have put a receive activity from the DB Adapter created.
    4. Created a correlation set consisting of a single property(String)
    5. Created a property alias to refer to
    a. the input string of the asynchronous process. (unique for this process)
    b. the input from the database adapter (unique for this process)
    I initiate this process from the console. Then I inserted a record the table with proper inputs.
    But the BPEL waits indefinitely at the receive activity.
    When I try to poll the table from an empty BPEL process, it works perfectly fine.
    Regards
    Kabir

    Hi Kabir,
    Please refer the following sample for your usecase.
    Though Please be aware that one instance of BPEL process will correlate with only one message if you have one receive activity. Not all the messages tht DBAdapter polls.
    bpel-305-InboundCorrelationShows how to perform message correlation within BPEL
    Also Refer the following in Developer guide.
    http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_correlate.htm#CHDFHAAE
    If you want to keep polling and receiving the messages in the same BPEL process you might have to put the receive activity in a while loop construct. But as a design this is not a good design.
    Can you elaborate your requirement to understand better and suggest better solution.

  • File adapter unable to read file, can it call another BPEL process

    hi'
    I have a XML file to read and I am able to read it by using a File adapter, if the read is success the file is moved to success directory and if the file is invalid its going in the fail directory, now the question is If the file read is not valid at that moment can another BPEL process be invoked, becasue if the file read is invalid then the BPEL process dosent gets initiated due to which I am unable to do anything.
    please advice
    thanks
    Yatan

    Hi,
    You can use file rejection handler which can invoke a user defined BPEL process in case of invalid file. Check :
    http://www.oracle.com/technology/products/integration/adapters/pdf/Adapter_TN_004_Adapter_ErrorManagement.pdf
    HTH,
    Ketan

  • Not able to deploy BPM Process

    HI,
    while deploying the bpm process i am getting the error i.e
    [06:41:46 PM] Error deploying archive sca_ArCnWorkflow_rev1.0.jar to partition "default" on server AdminServer [http://ddrvaka:7001]
    [06:41:46 PM] HTTP error code returned [500]
    [06:41:46 PM] Error message from server:
    There was an error deploying the composite on AdminServer: Deployment Failed: Error in getting XML input stream: oramds:/deployed-composites/default/ArCnWorkflow_rev1.0/SCA-INF/classes/META-INF/ATC DEV APPS-jdbc.xml: Illegal character in path at index 84: oramds:/deployed-composites/default/ArCnWorkflow_rev1.0/SCA-INF/classes/META-INF/ATC DEV APPS-jdbc.xml.
    [06:41:46 PM] Check server log for more details.
    [06:41:46 PM] Error deploying archive sca_ArCnWorkflow_rev1.0.jar to partition "default" on server AdminServer [http://ddrvaka:7001]
    [06:41:46 PM] #### Deployment incomplete. ####
    [06:41:46 PM] Error deploying archive file:/E:/Ram/6-07-2012/ARCNWorkflow/deploy/sca_ArCnWorkflow_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    if anybody has faced the same issue... please help me on this issue
    Thanks in advance,
    Ram
    Edited by: Kodanda Rami Reddy on Jul 10, 2012 7:16 AM

    Hi
    1 . What dependency is there is that component any EJB/External Lib/rfc etc...
    2. Open the component tree hirerchy and select component (with red indication ) right click and select build/ resolve dependency.
    Best Regards
    Satish Kumar

  • Deployment utility gives file not found warning, but build completes succesfully.

    When running the deployment utility, I am able to analyze source files successfully; no problems there.  When I go to build, all appears to go well until I click the popup that has the message: "The build is finished."  After closing the popup, I get the following warning:
    "Warning: This problem will cause an error when building a deployable image or an installer. The following file(s) were not found:"
    It's followed by a list of dozens of files.  However, I verified that all files are included in the search directories.
    I installed the deployment as-is and it seems to run ok; it finds the files it's supposed to.  However, I'm going to have a hard time selling this procedure off to QA if the deployment shows a 'file not found' message.
    My question is: why do I get the 'file not found' warning during the deployment build process, yet the 'analyze source file' step finishes ok and the deployed files work ok?

      These files are all relative and are part of the workspace.  I did find a
    workaround to the problem.
    In the search directories selection box, the top-level entry is "Current
    sequence file" with subdir search enabled.  The next entry is the workspace
    directory with subdir search enabled; all files are in subdirs of the
    workspace directory.  The remaining entries are unchecked or not
    user-defined (ie.: other NI directories on my computer).  In order for the
    deployment to work, I had to enable the third entry on the list: "Initial
    directory" along with subdir enabled.  However, the initial directory is
    the same as the workspace directory (since I opened teststand by
    double-clicking on my .tsw file).  What I don't understand is why should it
    matter that I have initial directory on the path if it's the same as the
    entry before it?

  • Lost some Note files after upgrade to iOS 5

    After I finally succeeded updating to iOS 5, I found some of my Note files are missing
    My update failed the fisrt time with "Unable to restore iPhone" error. I rebooted my Mac and tried the update again. It went the again the "Prepare...", "Sync for restore" again and this time the update worked. But I lost many Note files.
    I wish the backup process is more trouble proof, maybe entirely separate for the update step in which I can for certain save the content of my iPhone.  Then after the update, restore the backup.

    Already tried re-syncing and rebooting both devices with no apparent effect.

  • SOA Suite 10.1.3 Developer Preview - Can not deploy workflow process

    Hi, I have a strange problem:
    I installed the SOA Suite on my laptop. From JDeveloper 10.1.3.1, I compiled the sample process DocumentReview (bpel_home/samples/demos/DocumentReview) and tried to deploy it. I have the following error:
    Buildfile: D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/Oracle/JDeveloper101301/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process DocumentReview on localhost, port 7200
    [deployProcess] Deploying process D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\output\bpel_DocumentReview_1.0.jar
    [deployProcess] Successfully deployed the process "DocumentReview" on server "localhost" and port "7200"
    deployTaskForm:
    [echo]
    | Deploying workflow form for DocumentReview on localhost, port 7200
    [deployTaskForm] 06/08/23 13:45:50 Notification ==>Application Deployer for default_DocumentReview_1_0_DocumentReview STARTS.
    [deployTaskForm]
    [deployTaskForm] 06/08/23 13:45:50 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] BindWebApp error: BindWebApp failed: Unable to updateEJBModule: application default_DocumentReview_1_0_DocumentReview does not exist!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:783)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         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 oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 18 seconds
    What's wrong?
    Thanks for your help,
    Cyryl

    Hi. I made another account for I can't email address in my profile.
    I found that my problem is cluster specific problem. JDeveloper's default configuration works with clustered BPEL engines for simple processes that have no human tasks. But human-task-included processes are deployed without task forms with the same errors you'd had.
    I found a work-around for it. I changed build.properties in the project for cluster configuration as below,
    platform = ias_10g
    domain = default
    rev = 1.1
    admin.user = oc4jadmin
    admin.password = welcome1
    http.hostname = the_server_address
    http.port = 7779
    cluster = true
    j2ee.hostname = the_server_address
    rmi.port = 23791
    opmn.requestport = 6004
    oc4jinstancename = default_group
    And, yes, Ant would definitely be an answer for it, too.
    Thank you for your reply,
    Joon.

  • Urgent:  ORABPEL-05215    PLEASE HELP!

    I am trying to get following code in a bpel process to work under SOA 10.1.3.1. The code works fine until I added the FOR LOOP which accesses the tasks in the List tasks. I am able to create a LIST tasks using taskQueryService.queryTasks, but when I try and access each task in the LIST, by using Task task = (Task)tasks.get(i); I compile the code, and it returns 0 errors, but when I deploy it, I get:
    BUILD FAILED
    C:\BPELWorkList\BPELWorkList\build.xml:79: A problem occured while
    connecting to server "missun2db" using port "8890":
    bpel_BPELWorkList_1.0.jar failed to deploy. Exception message is:
    ORABPEL-05215
    One of my imports is:
    <bpelx:exec import="oracle.bpel.services.workflow.task.model.Task"/>
    Here is the code:
    String user = (String)getVariableData("InputUserId");
    String password = (String)getVariableData("InputPassword");
    String sStatus = (String)getVariableData("InputStatus");
    String sPriority = (String)getVariableData("InputPriority");
    String expDateFromFilter = (String)getVariableData("InputExpFromDate");
    String expDateToFilter = (String)getVariableData("InputExpToDate");
    String createDateFromFilter =
    (String)getVariableData("InputCreateFromDate");
    String createDateToFilter =
    (String)getVariableData("InputCreateToDate");
    String sKeywords = (String)getVariableData("InputKeywords");
    String sCategory = (String)getVariableData("InputCategory");
    SimpleDateFormat df = new SimpleDateFormat( "MMM dd, yyyy" );
    IWorkflowServiceClient wfSvcClient =
    WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceCli
    entFactory.JAVA_CLIENT);
    ITaskQueryService taskQueryService = wfSvcClient.getTaskQueryService();
    IWorkflowContext wfCtx = taskQueryService.authenticate(user, password,
    oracle.tip.pc.services.identity.config.ISConfiguration.getDefaultRealmNa
    me(), null);
    Map filterParams = new HashMap();
    if ((sPriority != null) && (!sPriority.equals("")))
    filterParams.put(IWorklistService.FILTER_TYPE_PRIORITY_FILTER,
    sPriority);
    if ((sStatus != null) && (!sStatus.equals("")))
    filterParams.put(IWorklistService.FILTER_TYPE_STATUS_FILTER,
    sStatus);
    if ((expDateFromFilter != null) && (!expDateFromFilter.equals("")))
    Date fromDate = new Date(df.parse(expDateFromFilter).getTime());
    filterParams.put(IWorklistService.FILTER_TYPE_EXP_DATE_FROM_FILTER,
    fromDate);
    if ((expDateToFilter != null) && (!expDateToFilter.equals("")))
    Date toDate = new Date(df.parse(expDateToFilter).getTime());
    filterParams.put(IWorklistService.FILTER_TYPE_EXP_DATE_TO_FILTER,
    toDate);
    if ((createDateFromFilter != null) &&
    (!createDateFromFilter.equals("")))
    Date fromDate = new
    Date(df.parse(createDateFromFilter).getTime());
    filterParams.put(IWorklistService.FILTER_TYPE_CREATE_DATE_FROM_FILTER,
    fromDate);
    if ((createDateToFilter != null) &&
    (!createDateToFilter.equals("")))
    Date toDate = new Date(df.parse(createDateToFilter).getTime());
    filterParams.put(IWorklistService.FILTER_TYPE_CREATE_DATE_TO_FILTER,
    toDate);
    Predicate filterPredicate = null;
    filterPredicate = FilterUtil.createPredicateFromRequest(wfCtx,
    filterParams, new HashMap());
    List queryColumns = new ArrayList();
    queryColumns.add("TASKID");
    queryColumns.add("TITLE");
    queryColumns.add("PRIORITY");
    queryColumns.add("ASSIGNED USERS");
    queryColumns.add("ASSIGNED GROUPS");
    queryColumns.add("STATE");
    queryColumns.add("CREATED DATE");
    queryColumns.add("EXPIRATION DATE");
    List tasks =
    taskQueryService.queryTasks(wfCtx,null,null,ITaskQueryService.ASSIGNMENT
    FILTERMY_AND_GROUP,sKeywords,filterPredicate,null,0,0);
    String myTasks = "\n";
    int i=0;
    for(i=0;i<tasks.size();i++)
    Task task = (Task)tasks.get(i);
    int taskNumber = task.getSystemAttributes().getTaskNumber();
    String title = task.getTitle();
    String taskId = task.getSystemAttributes().getTaskId();
    setVariableData("outputVariable","payload","/ns1:WorkList_Response/ns1:E
    rrors","User Authenticated! Tasks Size: "+tasks.size()+myTasks);
    catch (WorkflowException wfe)
    setVariableData("outputVariable","payload","/ns1:WorkList_Response/ns1:E
    rrors", "WorkFlowException: "+wfe);
    catch(Exception ex)
    setVariableData("outputVariable","payload","/ns1:WorkList_Response/ns1:E
    rrors","Exception: "+ex.getMessage());
    Here is the ERROR:
    Buildfile: C:\BPELWorkList\BPELWorkList\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed
    without errors
    deployProcess:
    [echo]
    | Deploying bpel process BPELWorkList on missun2db, port 8890
    [deployProcess] Deploying process
    C:\BPELWorkList\BPELWorkList\output\bpel_BPELWorkList_1.0.jar
    BUILD FAILED
    C:\BPELWorkList\BPELWorkList\build.xml:79: A problem occured while
    connecting to server "missun2db" using port "8890":
    bpel_BPELWorkList_1.0.jar failed to deploy. Exception message is:
    ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the
    process "BPELWorkList" (revision "1.0"): Failed to compile classes.
    Failed to compile the generated BPEL classes for "BPELWorkList".
    If you have installed a patch to the server, please check that the
    bpelcClasspath domain property includes the patch classes.
    at
    com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHol
    der.java:285)
    at
    com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(Deplo
    ymentManager.java:804)
    at
    com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(Depl
    oymentManager.java:670)
    at
    com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomai
    nManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
    a:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
    Impl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJ
    BJoinPointImpl.java:35)
    at
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Invoca
    tionContextImpl.java:119)
    at
    com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInte
    rceptor.java:52)
    at
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Invoca
    tionContextImpl.java:119)
    at
    com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInt
    erceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at
    com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASIn
    terceptor.java:34)
    at
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Invoca
    tionContextImpl.java:119)
    at
    com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(
    TxRequiredInterceptor.java:50)
    at
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Invoca
    tionContextImpl.java:119)
    at
    com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInte
    rceptor.java:52)
    at
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(Invoca
    tionContextImpl.java:119)
    at
    com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPo
    ol.java:55)
    at
    com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(Stat
    elessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at
    com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.
    java:317)
    at
    com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.j
    ava:339)
    at
    deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at
    com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at
    com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChai
    n.java:64)
    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(ServletRequestD
    ispatcher.java:621)
    at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Servle
    tRequestDispatcher.java:368)
    at
    com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequest
    Handler.java:866)
    at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHa
    ndler.java:448)
    at
    com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestH
    andler.java:216)
    at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:
    117)
    at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:
    110)
    at
    oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocke
    tReadHandler.java:260)
    at
    oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSoc
    ketAcceptHandler.java:239)
    at
    oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcc
    eptHandler.java:34)
    at
    oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(Ser
    verSocketAcceptHandler.java:880)
    at
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Releasab
    leResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 42 seconds
    I added the following to C:\product\10.1.3.1\OracleAS_1\j2ee\home\config\application.xml:
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-infra.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar"/>
    <library path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/j2ee/home/oc4jclient.jar"/>
    <library path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/xml.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/xmlparserv2.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/webservices/lib/orasaaj.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/webservices/lib/soap.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/system/services/config"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/system/services/lib/bpm-servic
    es.jar"/>
    <library
    path="C:/product/10.1.3.1/OracleAS_1/bpel/system/services/schema"/>
    <library path="C:/product/10.1.3.1/OracleAS_1/bpel/lib/olite40.jar"/>
    <library path="C:/product/10.1.3.1/OracleAS_1/jdbc/lib/ojdbc14.jar"/>
    the bpelcClasspath is:
    /opt/flora/bpel/lib/bpm-infra.jar:
    /opt/flora/bpel/lib/orabpel-common.jar:
    /opt/flora/bpel/lib/orabpel-thirdparty.jar:
    /opt/flora/bpel/lib/orabpel.jar:
    /opt/flora/j2ee/home/oc4jclient.jar:
    /opt/flora/bpel/lib/xml.jar:
    /opt/flora/bpel/lib/xmlparserv2.jar:
    /opt/flora/webservices/lib/orasaaj.jar:
    /opt/flora/webservices/lib/soap.jar:
    /opt/flora/bpel/system/services/config:
    /opt/flora/bpel/system/services/lib/bpm-services.jar:
    /opt/flora/bpel/system/services/schema:
    /opt/flora/bpel/lib/olite40.jar:
    /opt/flora/jdbc/lib/ojdbc14.jar
    But still no change. I really need to resolve this as soon as possible.
    Any help is appreciated.
    Thanks!!
    Moe

    I removed the lines in application.xml, restarted the server, and deployed my process again, but no luck, the same error:
    BUILD FAILED
    C:\BPELWorkList\BPELWorkList\build.xml:79: A problem occured while connecting to server "missun2db" using port "8890": bpel_BPELWorkList_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "BPELWorkList" (revision "1.0"): Failed to compile classes.
    Failed to compile the generated BPEL classes for "BPELWorkList".
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    This error is only happening when I add this for loop:
    for(i=0;i<tasks.size();i++)
    Task task = (Task)tasks.get(i);
    int taskNumber = task.getSystemAttributes().getTaskNumber();
    String title = task.getTitle();
    String taskId = task.getSystemAttributes().getTaskId();
    I am using this import for the TASK variable:
    oracle.bpel.services.workflow.task.model.Task
    What am I missing?

  • ESB errors not propagating to BPEL process

    I am working in SOA Suite 10.1.3.3. I have an asynchronous BPEL process that is orchestrating a number of ESB services, most of which perform database operations. Occasionally an attempt is made to insert a record into a table which results in an error (e.g., null value inserted into a non-null field, record already exists, non-existent record in parent table upon which current table depends, etc.). This correctly results in an error in the ESB service that shows up in the ESB Control console.
    The problem is that the error is NOT propagated upward to the invoking BPEL process (which contains all manner of fault catching branches to process the error, log it, send email notifications, and perform other database operations dependent upon the success or failure of the ESB operations). The BPEL process is therefore left "hanging" and never appears in the BPEL Control console as an instance. It shows up in the Manual Recovery queue as an essentially unrecoverable process.
    I am assuming that this change in behavior (such errors formerly propagated to the calling BPEL) is a direct result of the new Fault Handling Framework. My question is: what do I have to do in order to restore the original behavior of the system (ESB service encounters an error and propagates the fault to the async BPEL process, which catches it and does whatever it needs to do to fulfill the requirements of the overall system)? Is this something that can be handled by changes to the BPEL/ESB system configuration, the BPEL process definition, the ESB service definitions, or some combination thereof?
    Thanks for your time.
    Paul Camann

    Hello. We applied 10.1.3.3.1 MLR14 in late October 2008.
    We are seeing large numbers of errors like this in the ESB log ($ORACLE_HOME/j2ee/oc4j_soa/log/oc4j_soa_default_group_1/oc4j/log.xml):
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-01-26T13:11:15.497-05:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>biwsvlbat027.gdbiw.com</HOST_ID>
    <HOST_NWADDR>1.2.3.4</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.soap</MODULE_ID>
    <THREAD_ID>98</THREAD_ID>
    <USER_ID>oracle</USER_ID>
    <SUPPL_ATTRS>
    <ATTR NAME="J2EE_MODULE.name">provider-war</ATTR>
    <ATTR NAME="J2EE_APP.name">esb-rt</ATTR>
    <ATTR
    NAME="WEBSERVICE_PORT.name">__soap_Router_ODS_STAGE_Insert_ODS_STAGE_I_PortType</ATTR>
    <ATTR NAME="WEBSERVICE.name">ESB_Router_ODS_STAGE_Insert_Service</ATTR>
    </SUPPL_ATTRS>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>1232993475:1.2.3.4:7097:0:307</UNIQUE_ID><SEQ>5</SEQ></EXEC_CONT
    EXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Exception while print response</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NullPointerException
    at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.processMessage
    (EventOracleSoapProvider.java:215)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing
    (ProviderProcessor.java:956)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation
    (WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing
    (ProviderProcessor.java:466)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest
    (WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:713)
    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.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run
    (ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run
    (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    which is possibly the message that would come back from ESB to BPEL failing?
    Thank you.

  • Need help in  URI scheme is not ¨file¨  error in uploading .PDF file

    I am getting the URI scheme is not file error when I am uploadin a .PDF file
    I am using the following piece of code
    String lPathPrefix = "gopher://muceap10.muc.amadeus.net/User Step Folders/BPS_Files/Outlooksoft CPM/01 - Production Environment/01 - Documentation Library/01 - Documents/Daily_Checks/";String lPath = (lPathPrefix + doccolvalue).replace(" ", "%20");
    URI lURI = new URI(lPath);String lPathPrefix = "file://muceap10.muc.amadeus.net/User Step Folders/BPS_Files/Outlooksoft CPM/01 - Production Environment/01 - Documentation Library/01 - Documents/Daily_Checks/";
    String lPath = (lPathPrefix + doccolvalue).replace(" ", "%20");
    URI lURI = new URI(lPath);
    Can anyone please help me in solving this problem
    I will be very much greatful to you,
    Thankx.

    Did you get to resolve this error? We are also getting the same error and not able to figure out.
    Edited by: Joe A on Nov 10, 2008 5:09 PM

  • URI Scheme Not Working - Windows

    The URI scheme is not working on Internet Explorer or any browser in Windows 8. I am using the URI scheme from the microsoft technet site. Oddly enough, it works flawlessly on apple computers - it launches the microsoft remote desktop app when i click on
    the link that contains the URI scheme. On Windows 8, it says that no apps are installed to read that file type (rdp). I really need the use of this. Why is it working on macs but not on pc's running windows?
    Here is the URI scheme i am using - obviously the server name and domain have been replaced
    rdp://full%20address:s:servername&domain:s:domainhere

    Hi,
    Yes, this URI Scheme only works for Android, Mac and IOS devices.
    Remote Desktop Client URI Scheme Support
    http://technet.microsoft.com/en-us/library/dn690096.aspx
    For Windows Client, you need to register an application to a URI Scheme, such as associate mstsc.exe with rdp://
    Registering an Application to a URI Scheme
    http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Object reference not set to an instance of an object error when generating a schema using flat file schema wizard.

    I have a csv file that I need to generate a schema for. I am trying to generate a schema using flat file schema wizard but I keep getting "Object reference not set to an instance of an object." error when I am clicking on the Next button after
    specifying properties of the child elements on the wizard. At the end I get schema file generated but it contains an empty root record with no child elements.
    I thought may be this is because I didn't have my project checked out from the Visual SourceSafe db first but I tried again with the project checked out and got the same error.
    I also tried creating a brand new project and generating a schema for it but got the same error.
    I am not sure what is causing Null Reference exception to be thrown and there is nothing in the Windows event log that would tell me more about the problem.
    I am using Visual Studio 2008 for my BizTalk development.
    I would appreciate if some has any insides on this issue.

    Hi,
    To test your environment, create a new BizTalk project outside of source control.
    Create a simple csv file on the file system.
    Name,City,State
    Bob,New York,NY
    Use the Flat file schema Wizard to create the flat file schema from your simple csv instance.
    Validate the schema.
    Test the schema using your csv instance.
    This will help you determine if everything is ok with you environment.
    Thanks,
    William

  • File: URI scheme gotcha

    This is mainly a public note to myself; maybe it will help others, and maybe it will be even added to the FAQ and used to amend the relevant sections of the documentation. Trying to load a document from the filesystem, I've just again run into this issue of the file: URI weirdness with DBXML. The doc() function works with HTTP as you would expect:
    doc('http://example.com/videos.xml')But how does it work for the local filesystem? Well, the documentation has two suggestive, but misleading examples: file://path-to-document - found here, and myscheme://a/b/c - found in the [FAQ (What are the restrictions on document names?)|http://www.oracle.com/technology/products/berkeley-db/faq/xml_faq.html#18]. So I went:
    doc('file:///C:/videos.xml') (: wrong :)
    doc('file://C:/videos.xml') (: wrong :)
    doc('file:/C:/videos.xml') (: wrong :)
    doc('file:C:/videos.xml') (: finally ... looks weird, but works :)It didn't occur to me that despite the customary double slash shown in the examples in the documentation, you mustn't put any slash at all after the file: scheme!
    Michael Ludwig
    PS:
    Maybe you could comment on how it is supposed to work? Just found that for a file in the current directory, I can use all of the following:
    doc('file:u.xml')
    doc('file:/u.xml')
    doc('file://u.xml')
    doc('file:///u.xml')
    doc('file:////////////////////////////////u.xml')Edited by: miluas on Apr 27, 2009 6:58 PM
    Edited by: miluas on Apr 29, 2009 9:33 AM

    As far as Xerces is concerned, I don't think it is a bug. I don't think it's a non-conformance either. The file URI Xerces wants for Windows is conformant to the general URI scheme, as far as I can tell.
    [RFC 1738 - Uniform Resource Locators (URL)|http://tools.ietf.org/html/rfc1738]
    [RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax|http://tools.ietf.org/html/rfc3986]
    But I think it's a bug in the BDB XML documentation and FAQ, which I included links to in my original message, to suggest another, non-working syntax.
    Michael Ludwig

Maybe you are looking for

  • Oracle 11g: Oracle insert/update operation is taking more time.

    Hello All, In Oracle 11g (Windows 2008 32 bit environment) we are facing following issue. 1) We are inserting/updating data on some tables (4-5 tables and we are firing query with very high rate). 2) After sometime (say 15 days with same load) we are

  • How do I extract pages from a Secured PDF file

    How do I extract pages from a Secured PDF file?

  • Regarding String truncation

    Hello all, I have got a small problem. Hope you will help me. I have got a text String which contains both single byte characters and multi-byte characters mixed up(English characters and non-english characters) which i need to insert into database t

  • Problem in creating dynamic select-options creating from ';' seperated file

    Hi all, My requriement is selection screen fields will come from a flat file like below(first row is field names and remaining r field values) For example for VBAK table VBELN;VKORG;VTWEG;SPART 3999202;B227;BD;XX file can be vary(number of fields)  a

  • How Install workspace on Solaris ?

    Hello All , I use Hyprerion 9.3.1 and Now I working under installing Planning on Solaris. After Installing Planning I must install workspace to use Planning. I have problems during insallation Workspace I can't autodeploy workspace on Tomcat (((( why