Plz helpme abt this error!

Hi folks,
after creating iview in Portal..by clicking on Preview.
i got this below error...plz let me know what could be the problem.
  Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/nk/com.kimball.keg.ZNK_TEST
Component Name : com.sap.portal.appintegrator.sap.WebDynpro
Exception in SAP Application Integrator occured: Unable to parse template '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&<ProducerInfo>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>'; the problem occured at position 310. Cannot process expression <System.client> because Invalid System Attribute: System: &#39;SAP_LocalSystem&#39;, Attribute: &#39;client&#39;. .
Exception id: 01:14_18/05/07_0010_11896250
See the details for the exception ID in the log file
Thanks & Regards,
NKumar

i' gotten the same error, here my solution:
1. Create a new System in Systemlandscape, fill the nessesary Parameters (SAP-Client, SAP SystemID etc.) .
2. create a alias for this system! (Listbox view --> Systemaliases)
3. set the 'usermapping for systemaccess' in useradministration to the new alias
4. create a new iView, webdynpro template and choose your new alias.
this will help...

Similar Messages

  • Plz help me with this error

    hello plz help me wat i can do for this error and plz also tell me where to place the POI api in tomcat directory.........
    The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 22 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:13: ';' expected
    import org.a
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:8: package org.apache.poi.poifs.filesystem does not exist
    import org.apache.poi.poifs.filesystem.POIFSFileSystem;
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:9: package org.apache.poi.hssf.record does not exist
    import org.apache.poi
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:11: package org.apache.poi.hssf.model does not exist
    import org.apache.poi.hssf.model.*;
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:12: package org.apache.poi.hssf.usermodel does not exist
    import org.apache.poi.hssf.usermodel.*;
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:13: cannot resolve symbol
    symbol : class a
    location: package org
    import org.a
    ^
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:74: cannot resolve symbol
    symbol : class POIFSFileSystem
    location: class org.apache.jsp.HSSFExample_jsp
    POIFSFileSystem fs =
    ^
    An error occurred at line: 22 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:75: cannot resolve symbol
    symbol : class POIFSFileSystem
    location: class org.apache.jsp.HSSFExample_jsp
    new POIFSFileSystem(new FileInputStream(filename));
    ^
    An error occurred at line: 22 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:76: cannot resolve symbol
    symbol : class HSSFWorkbook
    location: class org.apache.jsp.HSSFExample_jsp
    HSSFWorkbook wb = new HSSFWorkbook(fs);
    ^
    An error occurred at line: 22 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:76: cannot resolve symbol
    symbol : class HSSFWorkbook
    location: class org.apache.jsp.HSSFExample_jsp
    HSSFWorkbook wb = new HSSFWorkbook(fs);
    ^
    An error occurred at line: 35 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:89: cannot resolve symbol
    symbol : class HSSFSheet
    location: class org.apache.jsp.HSSFExample_jsp
    HSSFSheet sheet = wb.getSheetAt(k);
    ^
    An error occurred at line: 35 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:94: cannot resolve symbol
    symbol : class HSSFRow
    location: class org.apache.jsp.HSSFExample_jsp
    HSSFRow row = sheet.getRow(r);
    ^
    An error occurred at line: 48 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:108: cannot resolve symbol
    symbol : class HSSFCell
    location: class org.apache.jsp.HSSFExample_jsp
    HSSFCell cell = row.getCell(c);
    ^
    An error occurred at line: 48 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:115: cannot resolve symbol
    symbol : variable HSSFCell
    location: class org.apache.jsp.HSSFExample_jsp
    case HSSFCell.CELL_TYPE_FORMULA :
    ^
    An error occurred at line: 48 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:119: cannot resolve symbol
    symbol : variable HSSFCell
    location: class org.apache.jsp.HSSFExample_jsp
    case HSSFCell.CELL_TYPE_NUMERIC :
    ^
    An error occurred at line: 48 in the jsp file: /HSSFExample.jsp
    Generated servlet error:
    C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\HSSFExample_jsp.java:125: cannot resolve symbol
    symbol : variable HSSFCell
    location: class org.apache.jsp.HSSFExample_jsp
    case HSSFCell.CELL_TYPE_STRING :
    ^
    16 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:248)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:315)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:328)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:427)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:142)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:445)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:536)

    You can put the POI jar file in the WEB-INF/lib directory of your application, or if you want to use it in multiple applications you can put it in the tomcat 4.1/shared/lib directory.

  • Plz help me for Solution of this error

    hello,
      I m upgrading SAp 4.6c(Non unicode) to ECC 6.0 (UInicode) with windows platform and SQL database. i m getting this error. can any body help me out what this error about and whats the reason n solution. plz..tell me urgently.
    TRACE-INFO: 44:  [developertra,00000]  Tue Dec 19 13:48:24 2006                                  16270397  65.213831
    TRACE-INFO: 45:  [developertra,00000]  MapHr:8000FFFF E_UNEXPECTED                                     9  65.213840
    TRACE-INFO: 46:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 17, sev 0), [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
    TRACE-INFO: 47:                                                                                33  65.213873
    TRACE-INFO: 48:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    TRACE-INFO: 49:                                                                                27  65.213900
    TRACE-INFO: 50:  [developertra,00000]  Tue Dec 19 13:48:40 2006                                  16280570  81.494470
    TRACE-INFO: 51:  [developertra,00000]  MapHr:8000FFFF E_UNEXPECTED                                     9  81.494479
    TRACE-INFO: 52:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 17, sev 0), [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
    TRACE-INFO: 53:                                                                                31  81.494510
    TRACE-INFO: 54:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    TRACE-INFO: 55:                                                                                25  81.494535
    TRACE-INFO: 56:  [developertra,00000]  Tue Dec 19 13:48:57 2006                                  16265887  97.760422
    TRACE-INFO: 57:  [developertra,00000]  MapHr:8000FFFF E_UNEXPECTED                                     9  97.760431
    TRACE-INFO: 58:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 17, sev 0), [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
    TRACE-INFO: 59:                                                                                32  97.760463
    TRACE-INFO: 60:  [developertra,00000]  HandleOledbError [OpenOledbConnection,line 34110]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    TRACE-INFO: 61:                                                                                25  97.760488
    TRACE-INFO: 62:  [developertra,00000]  failed to establish conn. 0                                 10311  97.770799
    TRACE-INFO: 63:  [dblink      ,00627]  ***LOG BY2=>sql error -1     performing CON                  1010  97.771809
    TRACE-INFO: 64:  [dblink      ,00627]  ***LOG BY0=>                                                   10  97.771819
    ERROR: Connect to DS8 failed (20061219134857).
    Process with ID 6092 terminated with status 232
    Thanks..
    Deepak

    Deepak
    This forum is for sap and oracle.
    Any way have  a look on 687866 note.SQL Server does not exist or access denied.
    means u are not able to establish connection to Server.Check this.
    Vinod

  • I cant under this error , plz explain step by step

    for object rf_beleg 2012,number range internal 49 does not exist fbn1 ?
    how to salve the this error , plz explain to me step by step , send me mail

    his question is:
    Can any one explain step by step clearly how to proceed with the given points when im setting up of multiple homes.
    I can supply my Paypal account if you want me to do the work for you.

  • Wat is this error abt??

    Hi Guys,
    I am awfully new to j2EE and try compiling a very simple code in the book.. but it doesnt seem to work.. may I know why??
    Many thanks!!
    regards
    Henry
    The code giving this error is:
              [i]HelloHome home = (HelloHome)
              javax.rmi.PortableRemoteObject.narrow(
                        ctx.lookup("Hello"), HelloHome.class);
    Error message:
    "Exception in thread "main" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resources file: java.naming.factory.initial
         at javax.naming.InitialContext.getDefaultInitCtx<InitialContext.java:247>
         at javax.naming.InitialContext.getURLorDefaultInitCtx<InitialContext.java:284>
         at javax.naming.InitialContext.lookup<InitialContext.java:351>
         at HelloClient.main<HelloClient.java:83>"

    i found the soln..
    just need to include a jndi.properties file with
    java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
    java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
    java.naming.provider.url=localhost
    it works.. =)
    cheers

  • How to fix this error in webutil configuration

    hi all,
    I'm new in forms now i'm trying to configure webutil in forms 10g, actually i search in this forum and i found this link
    http://baigsorcl.blogspot.com/2010/01/open-file-dailog-box-example-using.html
    for BaiG member but i stucked in this step 8 and i need more help
    i get this error :
    D:\>d:\DevSuiteHome_1\forms\webutil\sign_webutil d:\DevSuiteHome_1\forms\java\fr
    mwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> alr
    eady exists
    There were warnings or errors while generating a self signing certificate. Pleas
    e review them.
    Backing up d:\DevSuiteHome_1\forms\java\frmwebutil.jar as d:\DevSuiteHome_1\form
    s\java\frmwebutil.jar.old...
            1 file(s) copied.
    Signing d:\DevSuiteHome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    D:\>any help i greatly appreciated
    thanks & regard

    hi Andreas and BaiG
    until now i stucked
    look the same error
    D:\DevSuiteHome_1\jdk\bin>d:\DevSuiteHome_1\forms\webutil\sign_webutil.bat d:\De
    vSuiteHome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> alr
    eady exists
    There were warnings or errors while generating a self signing certificate. Pleas
    e review them.
    Backing up d:\DevSuiteHome_1\forms\java\frmwebutil.jar as d:\DevSuiteHome_1\form
    s\java\frmwebutil.jar.old...
            1 file(s) copied.
    Signing d:\DevSuiteHome_1\forms\java\frmwebutil.jar using key=webutil2...
    jarsigner: attempt to rename d:\DevSuiteHome_1\forms\java\frmwebutil.jar to d:\D
    evSuiteHome_1\forms\java\frmwebutil.jar.orig failed
    There were warnings or errors while signing the jar. Please review them.
    D:\DevSuiteHome_1\jdk\bin>plz i need more boring details

  • I am getting this error while file uploading

    Hi!
    I am getting this error while file uploading,I can't find any solution.
    SRVE0026E: [Servlet Error]-[org.apache.commons.fileupload.FileUpload: method setSizeMax(I)V not found]: javax.servlet.ServletException: org.apache.commons.fileupload.FileUpload: method setSizeMax(I)V not found
    at com.honeywell.sdm.base.controller.SDMActionServlet.service(SDMActionServlet.java:75)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
    at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
    at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
    at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
    at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
    at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
    at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
    at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
    at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
    at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
    at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
    at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    Please help me.I have attached the bean,action ,jsp pages
    uploadInfo.jsp
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <html:html>
    <HEAD>
    <script>
    function submitting(){
    document.uploadForm.operation.value = "uploadOrgAdj";
    document.uploadForm.action = "/uploadRecAction.do";
    document.uploadForm.submit();
    </script>
    </HEAD>
    <body>
    <html:form action="/uploadRecAction" method="post" enctype="multipart/form-data">
    Select the .xls File to upload data
    <html:file property="fileName"></html:file>
    <html:hidden property="operation" value=""/>
    <html:button property="btn" value="Submit" onclick="submitting()"></html:button>
    </html:form>
    </body>
    </html:html>
    uploadAdjForm :
    import javax.servlet.http.HttpServletRequest;
    import org.apache.struts.action.ActionError;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionMapping;
    import org.apache.struts.upload.FormFile;
    public class uploadAdjForm extends ActionForm{
    private FormFile fileName;
    * @return
    public FormFile getFileName() {
    System.out.println("getFileName"+fileName);
    return fileName;
    * @param string
    public void setFileName(FormFile string) {
    System.out.println("setileNmame"+string);
    fileName = string;
    Action:
    public class uploadFinancialAdjAction extends DispatchAction{
    public org.apache.struts.action.ActionForward uploadOrgAdj(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception {
    String sForward = "UploadInfo";
    HttpSession session = request.getSession();
    String sStartIndex = null;
    String sEndIndex = null;
    try
    uploadFinancialAdjForm UploadForm=(uploadFinancialAdjForm)form;
    System.out.println(UploadForm.getFileName().getContentType().toString());
    String file=UploadForm.getFileName().toString();
    uploadFinancialAdjManager businessManager = new uploadFinancialAdjManager();
    ArrayList fileName = new ArrayList(); fileName = businessManager.getOrgAdjDetails(file);
    boolean isMultipart = FileUpload.isMultipartContent(request);
    if(isMultipart){
    // Create a new file upload handler
    DiskFileUpload upload = new DiskFileUpload();
    // Parse the request
    List items = upload.parseRequest(request);
    //Process the uploaded items
    Iterator iter = items.iterator();
    while (iter.hasNext()) {
    FileItem item = (FileItem) iter.next();
    if (item.isFormField()) {
    //processFormField(item);
    if(item.getFieldName().equalsIgnoreCase("txtStartIndex")){
    sStartIndex = item.getString();
    else if(item.getFieldName().equalsIgnoreCase("txtEndIndex")){
    sEndIndex = item.getString();
    uploadFinancialAdjForm UploadForm=(uploadFinancialAdjForm)form;
    String file=UploadForm.getFileName().toString();
    uploadFinancialAdjManager businessManager = new uploadFinancialAdjManager();
    ArrayList fileName = new ArrayList();
    fileName = businessManager.getOrgAdjDetails(file);
    }else{
    if(item.getName()!=null && !item.getName().toUpperCase().endsWith(".XLS")){
    throw new Exception("Please browse an excel file and Upload");
    session.setAttribute("fileItem",item);
    }//end of while
    session.setAttribute("startIndex",sStartIndex);
    session.setAttribute("endIndex",sEndIndex);
    request.setAttribute("FileUploadStatus","true");
    else{
    throw new Exception("Error:Form is not multipart");
    catch(Exception e)
    System.out.println(e);
    return mapping.findForward(sForward);
    }

    Plz answer for my question

  • Resolve this error during installation of EBS 11i

    i faced this error when install Oracle 11i on windows XP.
    It Bootrstapping to temp. folder and after Bootrstapping log file show below error:
    plz any one can help me to resolve this mentioned issued on last two lines......
    ================================================================
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2
    Returning - 0
    ===================================================================
    Below are the logfile details......
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Sun Mar 21 14:12:43 IST 2010
    >> Rapid Wizard source location : F:\Stage11i\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : munna.com
    Host Operating System : Windows
    User running Install : Abhi
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    InstallPanel
         User action : Create configuration file
         Description : To create a new intance cofiguration.
    NumNodesPanel
         Install type : Single node Install
         Description : Installs all the services on a single node.
    InstallSidPanel
         Database type : Vision Demo Database
         Database name : VIS
    RdbmsPanel
         Derived Mount Points :
              Base Install directory : d:\oracle
              Oracle Home : d:\oracle\visdb\9.2.0
              Data Top (SYS) : d:\oracle\visdata
              Data Top (LOG) : d:\oracle\visdata
              Data Top (TXN) : d:\oracle\visdata
              Data Top (ARCHIVE) : d:\oracle\visdata
    MtierInfoPanel
         Configuration Information for Node - munna - Admin Server / Concurrent Mgr / Forms Server / Web Server
              Derived Mount Points :
                   MKS directory : C:\install_soft\MKS
                   MSDEV directory : C:\install_soft\MVS\VC98
                   Base Install directory : d:\oracle
                   APPL_TOP Mount point : d:\oracle\visappl
                   APPL_TOP aux. 1 : d:\oracle\visappl
                   APPL_TOP aux. 2 : d:\oracle\visappl
                   APPL_TOP aux. 3 : d:\oracle\visappl
                   COMMON_TOP : d:\oracle\viscomn
                   8.0.6 ORACLE_HOME : d:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : d:\oracle\visora\iAS
                   Temp Directory : d:\oracle\viscomn\temp
    PortPanel
              Selected port pool :
                   Domain Name : com
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\Abhi\LOCALS~1\Temp
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\Abhi\LOCALS~1\Temp <-> C:\DOCUME~1\Abhi\LOCALS~1\Temp\
              Writing configuration file to : C:\DOCUME~1\Abhi\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    RPC Port Value = 1626...... Available
    Forms Listener Port Value = 9000...... Available
    Metrics Server Port Value = 9100...... Available
    Metrics Client Port Value = 9200...... Available
    Forms Servlet Port Range Value = 18000...... Available
    Forms Servlet Port Range Value = 18001...... Available
    Forms Servlet Port Range Value = 18002...... Available
    Forms Servlet Port Range Value = 18003...... Available
    Forms Servlet Port Range Value = 18004...... Available
    Forms Servlet Port Range Value = 18005...... Available
    Forms Servlet Port Range Value = 18006...... Available
    Forms Servlet Port Range Value = 18007...... Available
    Forms Servlet Port Range Value = 18008...... Available
    Forms Servlet Port Range Value = 18009...... Available
    Report Listener Port Value = 7000...... Available
    Web Listener Port Value = 8000...... Available
    Web Listener PLSQL Port Value = 8200...... Available
    Servlet Port Value = 8800...... Available
    JTF Fulfillment Server Port Value = 9300...... Available
    Map Viewer Servlet Port Value = 9800...... Available
    OEM Web Utility Port Value = 10000...... Available
    VisiBroker OrbServer Agent Port Value = 10100...... Available
    MSCA Server Port Value = 10200...... Available
    MSCA Dispatcher Port Value = 10300...... Available
    OACORE Servlet Port Range Value = 16000...... Available
    OACORE Servlet Port Range Value = 16001...... Available
    OACORE Servlet Port Range Value = 16002...... Available
    OACORE Servlet Port Range Value = 16003...... Available
    OACORE Servlet Port Range Value = 16004...... Available
    OACORE Servlet Port Range Value = 16005...... Available
    OACORE Servlet Port Range Value = 16006...... Available
    OACORE Servlet Port Range Value = 16007...... Available
    OACORE Servlet Port Range Value = 16008...... Available
    OACORE Servlet Port Range Value = 16009...... Available
    Discoverer Servlet Port Range Value = 17000...... Available
    Discoverer Servlet Port Range Value = 17001...... Available
    Discoverer Servlet Port Range Value = 17002...... Available
    Discoverer Servlet Port Range Value = 17003...... Available
    Discoverer Servlet Port Range Value = 17004...... Available
    Discoverer Servlet Port Range Value = 17005...... Available
    Discoverer Servlet Port Range Value = 17006...... Available
    Discoverer Servlet Port Range Value = 17007...... Available
    Discoverer Servlet Port Range Value = 17008...... Available
    Discoverer Servlet Port Range Value = 17009...... Available
    XMLSVCS Servlet Port Range Value = 19000...... Available
    XMLSVCS Servlet Port Range Value = 19001...... Available
    XMLSVCS Servlet Port Range Value = 19002...... Available
    XMLSVCS Servlet Port Range Value = 19003...... Available
    XMLSVCS Servlet Port Range Value = 19004...... Available
    XMLSVCS Servlet Port Range Value = 19005...... Available
    XMLSVCS Servlet Port Range Value = 19006...... Available
    XMLSVCS Servlet Port Range Value = 19007...... Available
    XMLSVCS Servlet Port Range Value = 19008...... Available
    XMLSVCS Servlet Port Range Value = 19009...... Available
    Operating System Check
    command : cmd.exe /c F:\Stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    F:\Stage11i\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Abhi\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=MUNNA
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DISPLAY=:0.0
    FP_NO_HOST_CHECK=NO
    HOME=C:\Documents and Settings\Abhi
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Abhi
    include=C:\install_soft\MVS\VC98\atl\include;C:\install_soft\MVS\VC98\mfc\include;C:\install_soft\MVS\VC98\include
    lib=C:\install_soft\MVS\VC98\mfc\lib;C:\install_soft\MVS\VC98\lib
    LOGONSERVER=\\MUNNA
    MSDevDir=C:\install_soft\MVS\common\MSDev98
    NUMBER_OF_PROCESSORS=4
    NUTCROOT=C:\INSTAL~1\MKS
    OS=Windows_NT
    Path=C:\INSTAL~1\MKS\bin;C:\INSTAL~1\MKS\bin\x11;C:\INSTAL~1\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\install_soft\MVS\common\Tools\WinNT;C:\install_soft\MVS\common\MSDev98\Bin;C:\install_soft\MVS\common\Tools;C:\install_soft\MVS\VC98\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=2502
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=C:\INSTAL~1\MKS
    SESSIONNAME=Console
    SHELL=C:\INSTAL~1\MKS\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=C:\INSTAL~1\MKS\etc\termcap
    TERMINFO=C:\INSTAL~1\MKS\usr\lib\terminfo
    TMP=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    TMPDIR=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    USERDOMAIN=MUNNA
    USERNAME=Abhi
    USERPROFILE=C:\Documents and Settings\Abhi
    windir=C:\WINDOWS
    Operating System patch/version test has succeeded
    O/S User and Group Check
    Domain=MUNNA
    ,Username=Abhi
    ,PC-Name=MUNNA
    User belongs to the Administrators Group.
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME available:
    Mount Point = d:\oracle\visdb\9.2.0
    Database ORACLE_HOME admin folder available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil
    Database ORACLE_HOME temp folder available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\temp
    Database Install Log Directory available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\log\VIS_munna
    Database Install Out Directory available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\out\VIS_munna\templbac
    Database System File Directory available:
    Mount Point = d:\oracle\visdata
    Database Log File Directory available:
    Mount Point = d:\oracle\visdata
    Database Transaction File Directory available:
    Mount Point = d:\oracle\visdata
    Database Archive File Directory available:
    Mount Point = d:\oracle\visdata
    APPL_TOP available:
    Mount Point = d:\oracle\visappl
    APPL_TOP admin available:
    Mount Point = d:\oracle\visappl\admin
    APPL_TOP mount 2 available:
    Mount Point = d:\oracle\visappl
    APPL_TOP mount 3 available:
    Mount Point = d:\oracle\visappl
    APPL_TOP mount 4 available:
    Mount Point = d:\oracle\visappl
    COMMON_TOP available:
    Mount Point = d:\oracle\viscomn
    JAVA_TOP available:
    Mount Point = d:\oracle\viscomn\java
    PORTAL_TOP available:
    Mount Point = d:\oracle\viscomn\portal
    Temp Directory available:
    Mount Point = d:\oracle\viscomn\temp
    APPL_TOP admin Install Log Directory available:
    Mount Point = d:\oracle\visappl\admin\VIS_munna\log
    APPL_TOP admin Install Out Directory available:
    Mount Point = d:\oracle\visappl\admin\VIS_munna\out\templbac
    Apps ORACLE_HOME available:
    Mount Point = d:\oracle\visora\iAS
    Tools ORACLE_HOME available:
    Mount Point = d:\oracle\visora\8.0.6
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = d:\oracle\visdb\9.2.0
    required = 2800.0
    actual = 109910.765625
    Disk space on system acceptable :
    Database System File Directory = d:\oracle\visdata
    required = 12009.0
    actual = 107110.765625
    Disk space on system acceptable :
    Database Log File Directory = d:\oracle\visdata
    required = 160.0
    actual = 95101.765625
    Disk space on system acceptable :
    Database Transaction File Directory = d:\oracle\visdata
    required = 28438.0
    actual = 94941.765625
    Disk space on system acceptable :
    Database Archive File Directory = d:\oracle\visdata
    required = 20186.0
    actual = 66503.765625
    Disk space on system acceptable :
    APPL_TOP = d:\oracle\visappl
    required = 5388.0
    actual = 46317.765625
    Disk space on system acceptable :
    APPL_TOP mount 2 = d:\oracle\visappl
    required = 2664.0
    actual = 40929.765625
    Disk space on system acceptable :
    APPL_TOP mount 3 = d:\oracle\visappl
    required = 4667.0
    actual = 38265.765625
    Disk space on system acceptable :
    APPL_TOP mount 4 = d:\oracle\visappl
    required = 2157.0
    actual = 33598.765625
    Disk space on system acceptable :
    COMMON_TOP = d:\oracle\viscomn
    required = 2207.0
    actual = 31441.765625
    Disk space on system acceptable :
    Apps ORACLE_HOME = d:\oracle\visora\iAS
    required = 1130.0
    actual = 29234.765625
    Disk space on system acceptable :
    Tools ORACLE_HOME = d:\oracle\visora\8.0.6
    required = 2425.0
    actual = 28104.765625
    Host/Domain Check
    command : ping -n 1 munna
    Pinging munna.com [192.168.1.100] with 32 bytes of data: Reply from 192.168.1.100: bytes=32 time<1ms TTL=128 Ping statistics for 192.168.1.100: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has succeeded
    command : ping -n 1 munna.com
    Pinging munna.com [192.168.1.100] with 32 bytes of data: Reply from 192.168.1.100: bytes=32 time<1ms TTL=128 Ping statistics for 192.168.1.100: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Windows XP OSVersion = 5.1
    No Patch Information available for this Platform
    System Utilities Check
    command : cmd.exe /c F:\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\install_soft\MKS C:\install_soft\MVS\VC98
    F:\Stage11i\startCD\Disk1\rapidwiz>echo off
    Setting environment for using Microsoft Visual C++ tools.
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\WINDOWS\system32/gnumake.exe
    'gnumake' is available.
    C:\WINDOWS\system32/cc.exe
    'cc' is available.
    C:\INSTAL~1\MVS\VC98\BIN/link.exe
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has succeeded
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2
    Returning - 0
    =======================================================================
    PLEASE HELP ME ..................

    Hi,
    DoInstallPanel - User continued install at warning dialog.At what test you get the warning message?
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2Please set the temporary directory to point to C:\temp instead of "C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall" and run RapidWiz again.
    Regards,
    Hussein

  • In message mapping testing i'm getting this   Error

    hi,
       in message mapping testing i'm getting this error..  can u plz explain what is this error.. and how can i solve this error..
    12:27:47 Start of test
    Source code has syntax error:  D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:72: illegal start of expression </textarea> ^ D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:73: ';' expected } ^ 2 errors  Source code has syntax error:  D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:72: illegal start of expression </textarea> ^ D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:73: ';' expected } ^ 2 errors
    12:27:48 End of test
    thanks
    Babu

    BABU,
    In your message mapping correct the UDF code.
    There is a problem in your textarea and you have missed to place semi colon ";".
    Regards,
    Sarvesh

  • Reason of this error ?

    I am trying to compile following code but compiler reporting a error .Plz someone explain me the reason of this error .
    myvector.java:12: class MyNewVector is public, should be declared in a file named MyNewVector.java
    Code is :
    package foo;
    import java.util.Vector;
    private class myvector extends Vector {
    int i = 1;
    public myvector() {
    i = 2;
    public class MyNewVector extends myvector {
    public MyNewVector() {
    i = 4;
    public static void main(String args[]) {
    myvector v = new MyNewVector();
    }

    a .java file must contain one and only one class with the "public" attribute
    it means that if you have "public class something" in a java file, this java file HAS TO BE named something.java
    here, your .java must be called MyNewVector.java since your public class is MyNewVector

  • Plz help include activation error

    Hi experts
    plz help me getting this error
    when i activate include getting this error
    REPORT/PROGRAM statement missing, or program type is I (INCLUDE).     
    plz help me and tel me hw to rectify it.

    hi anit,
    do one thing..go to SE80 --> enter program name --> and right click on the program name > click on activate> this will activate the include....
    hope this will work out...
    please rewards points in case usefull...
    regards,
    prashant

  • When m testing webdynpro abap application m getting this error  help me to get solution

    hi all,
    when m testing webdynpro abap application m getting this error  help me to get solution.
    plz find the screen shot

    Hi
    I think you are using the IDES system, Can you check the services in SICF transaction. If the service is not activated you activate it again.
    In this path you will find  in the below path and try to check/activate the services relevant to the WDA stack.
    sap/bc/webdynpro/sap

  • Why After Vo Creation dynamicall i got the this error ?

    Hi Gurus,
    After VO Creation dynamically i got this error pl z help us.
    **Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tokens: VONAME = BehCompetenceElementsVoEx; APPLICATION_MODULE = xxhr.oracle.apps.per.selfservice.appraisals.server.BEHVAssessmentsAMEx;**
    i am trying create the new VO dynamically .
    i am using this code plz help us.
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject ratingvo = (OAViewObject)am.findViewObject("BehCompetenceElementsVoEx");
    if ( ratingvo != null ) {
    System.out.println("Vo Found VO BehCompetenceElementsVoEx for AM. This means we have re-entered the page" );
    else
    System.out.println("CAN NOT FIND VO for AM" );
    ratingvo = (OAViewObject)am.createViewObject("BehCompetenceElementsVoEx", "xxhr.oracle.apps.per.selfservice.appraisals.server.BehCompetenceElementsVoEx") ;
    Regards,
    Srini

    Hi Ali,
    Plz help i am new in these things this is my VO Query ,plz help me how to write the programmatic ........i am trying but unable to retrieve the data plz give me any reference controller.
    SELECT pce.competence_element_id, pce.business_group_id, pce.competence_id,
    pce.proficiency_level_id, pce.high_proficiency_level_id,
    pce.weighting_level_id, pce.rating_level_id, pce.person_id,
    pce.enterprise_id, pce.job_id, pce.valid_grade_id, pce.position_id,
    pce.organization_id, pce.assessment_id, pce.assessment_type_id,
    pce.comments, pce.effective_date_from, pce.effective_date_to,
    pce.line_score, pce.attribute_category, pce.attribute1,
    pce.attribute2, pce.attribute3, pce.attribute4, pce.attribute5,
    pce.attribute6, pce.attribute7, pce.attribute8, pce.attribute9,
    pce.attribute10, pce.attribute11, pce.attribute12, pce.attribute13,
    pce.attribute14, pce.attribute15, pce.attribute16, pce.attribute17,
    pce.attribute18, pce.attribute19, pce.attribute20, pc.NAME,
    pc.competence_id AS competence_id1, pc.rating_scale_id,
    pc.competence_alias,
    DECODE (pce3.TYPE,
    'ASSESSMENT', 'DisableCompDelete',
    'ASSESSMENT_COMPETENCE', 'DisableCompDelete',
    NVL ((SELECT DISTINCT 'DisableCompDelete'
    FROM per_competence_elements
    WHERE parent_competence_element_id =
    pce.competence_element_id),
    'EnableCompDelete'
    ) AS delete_comp,
    pce.parent_competence_element_id, prl1.NAME AS prof_level,
    prl1.rating_level_id AS rating_level_id1, prl2.NAME AS perf_level,
    prl2.rating_level_id AS rating_level_id2, prl3.NAME AS weigh_level,
    prl3.rating_level_id AS rating_level_id3, pce.object_id,
    pce.object_name, pce1.competence_element_id AS ref1_comp_element_id,
    pce1.proficiency_level_id AS ref1_prof_level_id,
    pce1.weighting_level_id AS ref1_weigh_level_id,
    pce1.rating_level_id AS ref1_perf_level_id,
    pce1.comments AS ref1_comments,
    pce1.attribute_category AS ref1_attribute_category,
    pce1.attribute1 AS ref1_attribute1,
    pce1.attribute2 AS ref1_attribute2,
    pce1.attribute3 AS ref1_attribute3,
    pce1.attribute4 AS ref1_attribute4,
    pce1.attribute5 AS ref1_attribute5,
    pce1.attribute6 AS ref1_attribute6,
    pce1.attribute7 AS ref1_attribute7,
    pce1.attribute8 AS ref1_attribute8,
    pce1.attribute9 AS ref1_attribute9,
    pce1.attribute10 AS ref1_attribute10,
    pce1.attribute11 AS ref1_attribute11,
    pce1.attribute12 AS ref1_attribute12,
    pce1.attribute13 AS ref1_attribute13,
    pce1.attribute14 AS ref1_attribute14,
    pce1.attribute15 AS ref1_attribute15,
    pce1.attribute16 AS ref1_attribute16,
    pce1.attribute17 AS ref1_attribute17,
    pce1.attribute18 AS ref1_attribute18,
    pce1.attribute19 AS ref1_attribute19,
    pce1.attribute20 AS ref1_attribute20,
    pce2.competence_element_id AS ref2_comp_element_id,
    pce2.proficiency_level_id AS ref2_prof_level_id,
    pce2.weighting_level_id AS ref2_weigh_level_id,
    pce2.rating_level_id AS ref2_perf_level_id,
    pce2.comments AS ref2_comments,
    pce2.attribute_category AS ref2_attribute_category,
    pce2.attribute1 AS ref2_attribute1,
    pce2.attribute2 AS ref2_attribute2,
    pce2.attribute3 AS ref2_attribute3,
    pce2.attribute4 AS ref2_attribute4,
    pce2.attribute5 AS ref2_attribute5,
    pce2.attribute6 AS ref2_attribute6,
    pce2.attribute7 AS ref2_attribute7,
    pce2.attribute8 AS ref2_attribute8,
    pce2.attribute9 AS ref2_attribute9,
    pce2.attribute10 AS ref2_attribute10,
    pce2.attribute11 AS ref2_attribute11,
    pce2.attribute12 AS ref2_attribute12,
    pce2.attribute13 AS ref2_attribute13,
    pce2.attribute14 AS ref2_attribute14,
    pce2.attribute15 AS ref2_attribute15,
    pce2.attribute16 AS ref2_attribute16,
    pce2.attribute17 AS ref2_attribute17,
    pce2.attribute18 AS ref2_attribute18,
    pce2.attribute19 AS ref2_attribute19,
    pce2.attribute20 AS ref2_attribute20,
    pce3.competence_element_id AS par_comp_element_id,
    pce1.TYPE AS type1, pce2.TYPE AS type2, pce3.TYPE AS type3, pce.TYPE
    FROM per_competence_elements pce,
    per_competences_vl pc,
    per_rating_levels_vl prl1,
    per_rating_levels_vl prl2,
    per_rating_levels_vl prl3,
    per_competence_elements pce1,
    per_competence_elements pce2,
    per_competence_elements pce3
    WHERE pce.competence_id = pc.competence_id
    AND pce.proficiency_level_id = prl1.rating_level_id(+)
    AND pce.rating_level_id = prl2.rating_level_id(+)
    AND pce.weighting_level_id = prl3.rating_level_id(+)
    AND pc.NAME LIKE 'BEHV%'
    --AND pc.NAME is         Not Null
    AND pce.competence_id = pce1.competence_id(+)
    AND pce1.object_id(+) = :1
    AND pce.assessment_id = pce1.assessment_id(+)
    AND pce1.object_name(+) = :2
    AND pce.competence_id = pce2.competence_id(+)
    AND pce2.object_id(+) = :3
    AND pce.assessment_id = pce2.assessment_id(+)
    AND pce2.object_name(+) = :4
    AND pce.parent_competence_element_id = pce3.competence_element_id(+)
    AND (pce.assessment_id = :5 AND pce.object_id = :6
    AND pce.object_name = :7
    ORDER BY pc.NAME
    Regards,
    Srini

  • Anyone got this error message when going to the creative suite color settings from the bridge ?

    I got this error message saying :"BRIDGE'S PARENT APPLICATION IS NOT ACTIVE, Bridge requires that a qualifying product has to have been launched at least once to enable this feature.
    Plz anyone do you have any tips or help to fix this problem? thank you very much

    What do you have installed, in what form did you acquire it, and what kind of computer you're using please?
    So Bridge doesn't think you have any other Adobe programs installed properly.
    If this isn't a trial or cracked version you're using, you're entitled to free installation support from Adobe by phone.

  • How to solve this error using OSX Server's bots

    Plz help me.
    My remote repository is SVN version controll system.
    when I started integration using bot in OSX Server. this error was pisplayed on a log.
    how to solve this error to integrate my project using OSX Server.
    Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:466 77537310 +61ms] Will NOT send email notifications because notifyCommitterOnFailure is NO Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:470 77537310 +0ms] Posting email notification for bot run with type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:471 77537310 +0ms] Sending email to committers = (null) Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:1033 77537310 +0ms] Posting notification of type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:199 77537310 +0ms] Posting notification for bot run GUID f87f0098-f8ca-4bfa-945e-cbb11a2f6abb of type com.apple.notifications.BotFailed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{AuthService.enterMagicalAuthRealm()} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +45ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.postNotificationForBotGUID:andRunGUID:andNotificati onType:additionalEmails:(c6189ca0-0649-0649-c01e-81c4d0b52dd9,f87f0098-f8ca-4bfa -945e-cbb11a2f6abb,com.apple.notifications.BotFailed,( ))} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:601 77537310 +84ms] Deleting work queue item: cf7fe6b8-4df8-b723-4794-50fbf27955ed Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCWorkQueueService.deleteWorkQueueItemWithGUID:(cf7fe6b8-4df8-b7 23-4794-50fbf27955ed)} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildBundle.m:929 77537310 +13ms] Marking build bundle complete with status failed and sub-status internal-checkout-error Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{AuthService.enterMagicalAuthRealm()} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:97 77537310 +55ms] Updating bot run with GUID f87f0098-f8ca-4bfa-945e-cbb11a2f6abb Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:102 77537310 +0ms] Updating bot run (f87f0098-f8ca-4bfa-945e-cbb11a2f6abb): { guid = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; status = failed; subStatus = "internal-checkout-error"; } Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBotRun:({ guid = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; status = failed; subStatus = "internal-checkout-error"; })} Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:108 77537310 +121ms] Updating bot with GUID c6189ca0-0649-0649-c01e-81c4d0b52dd9 Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:117 77537310 +0ms] Updating bot with latest bot run GUID key Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Debug>: [XCSBuildHelper.m:124 77537310 +0ms] Updating bot (c6189ca0-0649-0649-c01e-81c4d0b52dd9): { guid = "c6189ca0-0649-0649-c01e-81c4d0b52dd9"; latestFailedBotRunGUID = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; latestRunStatus = failed; latestRunSubStatus = "internal-checkout-error"; } Apr  3 16:56:42 server.mbkwon.com xcsbuildd[20259] <Info>: [CSRemoteServiceClient.m:151 77537310 +0ms] Connecting to https://localhost:4443/svc to execute [https]Request{XCBotService.updateBot:({ guid = "c6189ca0-0649-0649-c01e-81c4d0b52dd9"; latestFailedBotRunGUID = "f87f0098-f8ca-4bfa-945e-cbb11a2f6abb"; latestRunStatus = failed; latestRunSubStatus = "internal-checkout-error"; })}

    Hello,
    You need to make sure both names match exactly

Maybe you are looking for

  • Max hdd size for ms-6140 ??

    anyone out there know the maximum size that the ms-6140 motherboard can handle?? its also called the 'micro ATX EX7' on some occasions. ive searched alot and cant find anything... bios has been flashed to most recent version, even though its only fro

  • Include Manager Lookup field on User Create & Modify form oim11g

    Hi Experts, I deleted the add manager field text box from the User modify and create page during customizations and published the sandbox. Now, as per the latest changes i needed to bring this field back. When I try to customize and add the content,

  • Px4-300d shuts down/powers off while on UPS battery, regardless of remaining battery level

    Upon line power failure, the UPS is instantly available to supply power to the px4-300d.  The UPS is adequately sized to provide well over an hour of runtime during a power failure.  The only way to have caching operate is to have a UPS connected.  W

  • Adobe Acrobat Language Settings

    We've been using LiveCycle to create forms that are 508 Compliant and have found a major issue with creating a document in LiveCycle and saving it as a PDF. When brought into Acrobat there are several options that have been lost in the Form Propertie

  • MR22 for Special Stock "E"

    Dear Experts, Can we use MR22 to adjust the unit price and quantity for a material which is lying under special stock "E". Thanks Abdul.