ELM9.1, LELWGENERAL.LELWZipWrapper.OnExecute  Name:unzip  PCPC:111

In ELM 9.1 we are trying to load Scorm 1.2/2004 content.
Getting error:
Message
Java Exception: java.lang.NoClassDefFoundError: com/peoplesoft/els/lelm/utils: finding class com.peoplesoft.els.lelm.utils (2,725) LELWGENERAL.LELWZipWrapper.OnExecute Name:unzip PCPC:111 Statement:4
Called from:LM_LEL_IMPORT.GBL.LM_IMP_CRS_WRK.LM_IMP_CRS_SCORM12.FieldChange Statement:39
The noted error was encountered while looking for the given class. Possible errors include a misspelling of the class name, or not having the location of the class file in the CLASSPATH.
Please advice as to what to do.

When an appserver or process scheduler process attempts to use Java code, it creates a JVM via JNI and you'll see that in the log.
Not all processes do this on startup but a PUBSUB process should do it pretty much right away.
I just restarted an ELM Dev domain and got the following log entry:
PSPUBDSP_dflt.3448 (0) [04/25/13 02:23:09](3) PSJNI: Classpath: 'D:/psoft/ELMDEV/class/com.peoplesoft.els.lelm.jar'You should see many others being pulled from the %PS_HOME%\class directory as well.
It's possible the file is corrupted, but that's unlikely in my opinion.
Since your on 8.53, maybe your are having a problem with %PS_APP_HOME% ? Do you have it set? What is your %PS_HOME%?
You didn't happen to use %PS_HOME% of E:\PT8.53 and %PS_APP_HOME% of E:\PT8.53\LM9.1 and then not set the variable %PS_APP_HOME% when running psadmin did you?
run psadmin and give us the output, it should indicate those values at the top in 8.53.
PeopleSoft Server Administration
  PS_CFG_HOME            /opt/apps/psoft/domains
  PS_HOME                /opt/apps/psoft/pt853
  PS_APP_HOME            /opt/apps/psoft/hcm92

Similar Messages

  • Issue with 'text box' in rtf sub template for peoplesoft XMLP

    Hi all,
    i have a weired problem using 'text Box' in a sub template. I am calling a sub template from my template. In my Sub template i have a text box ( i am using text box bcoz i want to justify the text not to the page margin but starting from a specific column.not sure if there is any other way with which i can do the same !!) . When i process the report (using application engine program) i get the below error
    Message Log entry:
    [052311_071441208][oracle.apps.xdo.common.xml.XSLTWrapper][ERROR] XSL error:
    psxmlp://SUB_BMX2<Line 63, Column 191>: XML-22031: (Error) Variable not defined: '_MR'.
    @Line 63 ==> </xsl:stylesheet>
    [052311_071441216][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:618)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:74)
    Caused by: oracle.xdo.parser.v2.XPathException: Variable not defined: '_MR'.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
         ... 13 more
    [052311_071441218][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=64MB, total=11MB, free=1MB
    PeopleTools 8.49.27 - Application Engine
    Copyright (c) 1988-2011 PeopleSoft, Inc.
    All Rights Reserved
    Processing started
    data extraction for EMPLID:1000646332 EMPL_RCD:0 EFFDT:2009-12-28 and EFFSEQ:6
    CFilem::LoadDefn(RDCRHIUTEECKNDZN2SPSRQ) : read 1 chunks
    UnchunkStuff : read 1 chunks for nCharDataLen 10520 chars
    CFilem::LoadDefn(RDCRHIUTEECKNDZN2SPSRQ) : after decode & decompress: 35330 bytes
    Calling XMLP
    Processing Report Defn:TR_BMX2
    Error Executing XMLP.Error generating report output: (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:51952 Statement:1163
    Called from:TR_LATAM_CONTRACTS.ContractsXML.OnExecute Name:ExecuteXmlp Statement:16
    Called from:TR_LAMCNTRCT.MAIN.GBL.default.1900-01-01.Step04.OnExecute Statement:20
    Process 442706 ABENDED at Step TR_LAMCNTRCT.MAIN.Step04 (PeopleCode) -- RC = 22 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    It works fine when i remove the text box from my sub template. I tried to put the text box directly in the main template and it worked fine !! it is erroring out only when i use the text box in sub template !!
    Template file:
    <?import:psxmlp://SUB_BMX2?>
    <?choose:?>
    <?when: .//LETTER_CD=”PA4”?>
    <?call: BA101?>
    <?end when?>
    <?otherwise:?>
    Invalid Letter Code. No Sub Template Call defined for this Letter Code.
    <?end otherwise?>
    <?end choose?>
    Sub Template:
    <?template:BA101?>
    Testing without text box.
    Testing with text box
    there is a text box with text here .. cannot be copied from word !!
    <?end template?>
    i got the below error when i tried to 'preview' the report from my report definition.
    Error generating the report output: During calling method PTFOProcessor.generateOutput, the XDO engine throws an exception:NULL. (235,3101) (235,2309)
    Error occurred during the process of generating the output file from template file, XML file, and the translation XLIFF file.
    Any help would be greatly appreciated.
    Edited by: Naveen Kumar on May 23, 2011 4:31 AM

    misunderstood =/
    Original (Coming - output):  "<PAY_TXT>PAYκ Contact your bank or financial institution to make this payment from your cheque, savings, debit or transaction account.</PAY_TXT>"
    it's in output but what is data in database ?
    sorry but without knowing about source data for forming the xml i haven't ideas about your problem
    in db it's "TM " or "™" or ... ?
    Original (Coming - output):  "<PAY_TXT>PAYκ Contact your bank or financial institution to make this payment from your cheque, savings, debit or transaction account.</PAY_TXT>"
    Something like XAE or "K" after PAY Value in the xml tag and continued the text value.  (Tag value is not getting copied exactly here - i am sorry for that )
    that's ok. i need to see the problem not the data as is
    Expected (output):  "Here it needs to produce the "PAY TM" (Here "TM" should be super scripted to "PAY" Value in tag).
    as super scripted in xml?
    as idea - you can have <PAY_TXT>PAY TM</PAY_TXT> and in publisher set TM as super
    Designing XSL Subtemplates - 11g Release 1 (11.1.1)

  • PeopleSoft XML Publisher report error with java.io.FileNotFoundException

    Hi,
    I have created two reports using XML Publisher in Peoplesoft Financials. The two reports are not related and they were submitted for processing separately. The first report completes without any issues. The second report results in error with the following message:
    09.11.17 ..(CIS_POTRPT.XML_FILE.Step03) (PeopleCode)
    [012309_091118154][oracle.apps.xdo.template.FOProcessor][EXCEPTION] IOException is occurred in FOProcessor.setData(String) with 'files/cis_potrpt.xml'.
    [012309_091118500][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.io.FileNotFoundException: files/cis_potrpt.xml (A file or directory in the path name does not exist.)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java(Compiled Code))
         at java.io.FileInputStream.<init>(FileInputStream.java:89)
         at oracle.apps.xdo.template.FOProcessor.getInputStream(FOProcessor.java:1316)
         at oracle.apps.xdo.template.FOProcessor.getXMLInput(FOProcessor.java:1100)
         at oracle.apps.xdo.template.FOProcessor.setData(FOProcessor.java:372)
         at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:53)
    2009-01-23-09.11.18.000418 AePcdExecutePeopleCode [174] Exception logged: RC=100.
    Error generating report output: (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:51552 Statement:1153
    Called from:CIS_POTRPT.XML_FILE.GBL.default.1900-01-01.Step03.OnExecute Statement:8
    2009-01-23-09.11.18.000617 DoStepActions [1797] Exception logged: RC=100.
    Process 598607 ABENDED at Step CIS_POTRPT.XML_FILE.Step03 (PeopleCode) -- RC = 24 (108,524)
    In the process monitor detail > view log/trace page, the xml file is accessible so the file was generated to a valid directory.
    The weird thing is I was able to run this report without any issues few weeks ago although another user also ran into same error. The PeopleCode step that has been identified is essentially same in the two reports. I checked the app server and the directory does exist as well as the xml files for the two reports. The problem does not occur in test environment, just in production. Any help would be appreciated.

    We encounter the same problem. Did you get the answer for this issue? Thanks in advance.

  • XML publisher report with a template file missing

    I get the following error
    Active template file not found in the template definition <TEMPLATE_NAME> for date <EFFDT>. (235,2515)
    PSXP_RPTDEFNMANAGER.TemplateDefn.OnExecute Name:GetActiveTemplateFile PCPC:15872 Statement:346
    but in
    Reporting Tools > XML Publisher > Report Definition > Template tab
    I did have the setting Effective date, what cause the problem?

    Have a look at following post and run the sql in this post to see if your template definition is missing.
    http://peoplesoft.wikidot.com/xml-publisher-template-file-missing
    You could also run Application Engine PSXPCLEAN to clean orphan rows.
    Are you running the report online or through PeopleCode?
    In last case make sure the effdt is set correct in PeopleCode.
    Also have a look if your server time settings are correct.
    Hakan

  • Error in XML Publisher File Reporting

    Hi,
    I am getting following error on XML publisher report.
    Error generating report output : (235,2309) PSXP_RPTDEFNMANA GER.ReportDefn.OnExecute Name :ProcessReport PCPC: 97120 Statement:2012 Called from:APP_Engine.Repor t.GBL.default.1900-01-01.Step0 1.OnExecute Statement:8
    Not sure why this is erroring out. I have verified all the data which is to be reported and it looks fine. The .XML file is generated correctly and reporting seems to be an issue.
    Appriciate your inputs if you have faced similar issue.

    If you are using an RTF template, have you validated the report template in the Microsoft Word XML/BI Publisher tool? Does the preview work or does it throw the same error?

  • Error Message when running BI Publisher

    Hi-
    Getting the following error message when running a custom report, report has been defined but still getting the error message in HCM 9.2 with PeopleTools 8.53
    Template definition MAC_CONF_STM not found in the report definition. (235,2012) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:GetTemplate PCPC:15048 Statement:325
    Called from:PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:GetTemplateRuntime Statement:1778
    Called from:PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport Statement:1115
    Called from:BA_VALIDATION.ConfirmStmtPrint.OnExecute Name:PrintConfirmStmt Statement:53
    Called from:W3EB_ENR_SUMMARY.GBL.W3EB_ENR_PB_WRK.ODEM_CONF_STMT_PB.FieldChange Statement:2
    Any idea regarding the error message
    Regards,
    MACD

    Did your custom report ever ran successfully in the environment you are getting the error.
    Most of the time not all the report definition and associated definitions are migrated to the next environment.
    Have a look at following doc:
    E-BI/XMLP: How To Migrate BI/XML Publisher File Definition Objects? (Doc ID 659919.1)

  • Synch BPEL Process calling PeopleSoft CI Web Service

    Hello....I am trying to create a simple BPEL Process which invokes a PeopleSoft Component Interface Web Service that I created in PeopleSoft 8.9 and when I execute the BPEL Process, the following binding fault is thrown:
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">The request string ( Envelope ) is not properly formed. (158,16005) PT_INTEGRATION.CIDefinition.OnExecute Name:getFunctionAndCiName PCPC:3128 Statement:60 Called from:PT_INTEGRATION.CIDefinition.OnExecute Name:OnEvent
    Has anyone attempted a similar task and if so, have you received this fault?
    Thanks!

    Hi,
    Write a simple java class and right click and use create j2ee web service option run the wizard accepting the default's....after that under the resources folder in Jdev u find a .deploy file deploy on the application server...get the wsdl and consume it in the BPEL process.

  • Testing Resume extractor is configured - I am getting following error.

    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    After Press Upload button I am getting Following error.
    Java Exception: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64: during call of com.peoplesoft.hrms.hrs.base64Utils.base64Encode. (2,763) HRS_HROI.UTIL.Base64Wrapper.OnExecute Name:encode PCPC:251 Statement:6
    Called from:HRS_HROI_RESUMEEXTRACT.UTIL.ResumeProcessing.OnExecute Name:uploadResume Statement:58
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:buildTestpage Statement:89
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_LINK Statement:150
    Called from:HRS_VENDOR_SETUP.GBL.HRS_VNDR_WRK.HRS_TEST_LINK.FieldChange Statement:2
    Edited by: Silambarasan.K on Jul 4, 2011 6:12 PM

    Now resume loaded,It's show following error now.
    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    Now loaded Press Continue Button It's show new exception,
    Fatal SQL error occurred. (2,125) HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLogXml PCPC:14843 Statement:289
    Called from:HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLog Statement:167
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:DoService Statement:14
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:processTestPage Statement:119
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_SUBMIT Statement:159
    C
    A SQL error has occurred, review the SQL to determine the cause of the error.
    Review the program for errors. If necessary, run a PeopleCode trace to determine the program that failed.

  • I am getting error in an top of Base navigation page while signon....

    Java Exception: java.lang.UnsupportedClassVersionError: Bad version number in .class file: finding basic class PeopleSoft.PeopleCode.Name (2,727) PT_FAV.AddToFav.OnExecute Name:getPTISSID PCPC:12703 Statement:248 Called from:PT_FAV.AddToFav.OnExecute Name:setHTML Statement:113 Called from:PT_FAV.AddToFav.OnExecute Name:AddToFav Statement:22 Called from:PT_POPUP.Popup.OnExecute Name:Popup Statement:15 Called from:PT_BRANDING.IframeHeader.OnExecute Name:setAddToFavPopupHTML Statement:101 Called from:PT_BRANDING.IframeHeader.OnExecute Name:SetAddFav Statement:98 Called from:PT_BRANDING.BrandingBase.OnExecute Name:getIframeHeaderHTML

    Bad version number in .class file indicates a mismatch in Java version used to compile and execute. Check your PATH variable to ensure your not picking up a java binary from somewhere else. This might be occurring if 8.53 uses Java 7, Tuxedo uses Java 6, and you've got the Tuxedo Java being found in the PATH first. I'm just guessing here because I've not looked at what version the 8.53 Tuxedo uses. But I know 8.53 itself users Java 7
    Here is a post detailing a similar error in report posting on the process scheduler
    http://remotepsadmins.com/2012/08/06/environment-environment-environment/

  • Regarding getting java error in peoplesoft ?

    Hi TEAM,
    I am getting the below error  while accessing some data in peoplsoft. Please give any idea regarding thsi why such type of error is coming??
    Java Exception: java.lang.NoSuchMethodError: PeopleSoft.PeopleCode.Func.CreateSQL(Ljava/lang/String;[Ljava/lang/Object;)LPeopleSoft/PeopleCode/SQL;: during call of
    com.peoplesoft.hr.hr.cache.MetaCatalog.getObjectCatalog. (2,763) HCMD_CORE.metadata.ObjectCatalog.OnExecute  Name:getJavaObject  PCPC:1099  Statement:19
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute  Name:FindJavaObject  Statement:177
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute  Name:FindObject  Statement:212
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute  Name:GetRecordField  Statement:67
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute  Name:CreateCache  Statement:26
    Called from:WCS_SOURCE.Impleme
    Thanks
    Bulu

    It's right there in the stack trace:
    java.net.UnknownHostException: www.bseindia.comAnd this has nothign to do with JSSE.

  • App Engine XMLP Report with PeopleTools 8.5

    Hi All,
    I have an issue with creating an XMLP report in App Engine using PeopleTools 8.5 / PSFT HCM 9.1. As Rowsets, XMLDoc objects are now depreciated as a datasource, I am using XML File as the datasource type.
    In my code, I create an XMLDoc object populate an XML file I put on the app server to be used as the datasource. I have taken this XML file output and loaded it into the template builder within Word without any problem, so by that I trust that the XML is well-formed. I have also created the appropriate datasource, report definition for the report within the PIA.
    My problem comes up when I try to run the report through System Process Requests. I run it as an XML Publisher process type and it gives me the following output. The error makes it appear like my XML is not formed correctly, but if that was the case, would it load into the template builder? If anyone can provide any insight into this problem, would be greatly appreciated. Below is snippets.
    XML output file I use for the datasource:
    <?xml version="1.0"?>
    <root>
    <employee>
      <under_500>
        <empl_num>
          <![CDATA[115]]>
        </empl_num>
        <empl_pct>
          <![CDATA[87.79]]>
        </empl_pct>
        <surv_num>
          <![CDATA[16]]>
        </surv_num>
        <surv_pct>
          <![CDATA[12.21]]>
        </surv_pct>
        <all_num>
          <![CDATA[131]]>
        </all_num>
        <all_pct>
          <![CDATA[1.49]]>
        </all_pct>
      </under_500>
    </employee>
    </root>Stdout file:
    [081710_155732658][oracle.apps.xdo.common.xml.XSLT10gR1][UNEXPECTED] <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    [081710_155732659][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(Unknown Source)
            at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
            at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
            at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
            at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
            at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
            at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
            at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:88)
    Caused by: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
            at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
            at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
            at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:343)
            at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
            at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
            ... 12 more
    081710_172859989][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=63MB, total=13MB, free=2MB
    Error generating report output:  (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute  Name:ProcessReport  PCPC:59808  Statement:1291
    Called from:TEST83.MAIN.GBL.default.1900-01-01.Gen_Rpt.OnExecute  Statement:193
    Process 5805 ABENDED at Step TEST83.MAIN.Gen_Rpt (PeopleCode) -- RC = 24 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    PSAESRV completed service request at 17.29.00 2010-08-17
    PeopleTools(8.50.11) AE SQL/PeopleCode Trace - 2010-08-17Trace file:
    Line     Time       Elapsed Trace Data...
    -------- --------   ------- ------------->
    161      17.28.59  5487.402000                   PCodeWTL(3/3): xdo.cfg path: D:\Apps\psoft\DEV1NAM\appserv\xdo.cfg
    162      17.28.59     0.008000           PCodeWTL(3/3): Using Output Directory:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\RptInst
    163      17.28.59     0.000000           PCodeWTL(3/3): XML Publisher ProcessReport Job Start: 2010-08-17-17.28.59.000000
    164      17.28.59     0.000000           PCodeWTL(3/3): Report Definition Name: TEST83
    165      17.28.59     0.000000           PCodeWTL(3/3): Template ID:
    166      17.28.59     0.000000           PCodeWTL(3/3): Language CD: ENG
    167      17.28.59     0.000000           PCodeWTL(3/3): As of date: 2010-08-17
    168      17.28.59     0.000000           PCodeWTL(3/3): Output format: PDF
    169      17.28.59     0.000000           PCodeWTL(3/3): Actual output format: 2
    170      17.28.59     0.006000           PCodeWTL(3/3): Actual template ID: TEST83_1
    171      17.28.59     0.000000           PCodeWTL(3/3): Actual template date: 2010-08-11
    172      17.28.59     0.001000           PCodeWTL(3/3): Actual Language Code: ENG
    173      17.28.59     0.001000               PCodeWTL(3/3): TMPLFILE: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl
    174      17.28.59     0.000000               PCodeWTL(3/3): RTFFILE: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83.rtf
    175      17.28.59     0.014000           PCodeWTL(3/3): XSL template: D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl
    176      17.28.59     0.000000           PCodeWTL(3/3): Xliff File:
    177      17.28.59     0.008000                   PCodeWTL(1/3): xmlpublisher PTFOProcessor.generateOutput error.  XSL file:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\TEST83_1.xsl  Data file:D:\Temp\xmlOut.xml  Xliff file:  Output file:D:\apps\psoft\DEV1NAM\appserv\prcs\DEV1NAM\files\XMLP\73148205-aa46-11df-8375-a29d367ea3a0\RptInst\TEST83.pdf  Format:2
    XDOException:nullIf anyone could provide any help, would be greatly appreciated. Thanks!
    Jared

    Jared,
    I'm facing EXACTLY the same issue as you have posted above.
    The issue is at the statement (in PeopleCode) : &ReportDef.ProcessReport(&sTemplateId, %Language_User, %Date, &sOutputFormat);
    And the trace is exactly the same as you have posted above. Were you able to resolve this issue?
    Any help would be appreciated!
    Thanks
    Saad Umair

  • Running Connected Query with Run Control Parameters using App Engine

    Hello,
    I created a connected query that has 1 parent query and 1 child query, and use this as DataSource for the report that I am going to generate. I created an app engine that willl be called to generate this report. However, I encounter the error "Error occurred while processing the request. (228,101) PT_CONQRS.CONQRSMGR.OnExecute Name:GetXMLData PCPC:59072 Statement:1309". What could be causing this issue? One cause I am thinking is that the Connected Query not returning any data since I am not able to pass / map the values to the CQ's prompt fields. How is this done in CQ? I've done it in PS Query by using the function SetPSQueryPromptRecord+. I'm trying to search for this function's equivalent in CQ. I was able to search for a workaround (http://mfinchps.blogspot.com/2011/05/how-to-launch-connected-query-xml.html), but I still prefer to have a CQ data source.
    Below is the code that should handle mapping of CQ prompt fields:
    &oConQrsInst = create PT_CONQRS:CONQRSMGR(&OperId, &ReportName);
    &result = &oConQrsInst.Open(&oConQrsInst.Const.InitExisting);
    &CQPromptsArray = &oConQrsInst.QueriesPromptsArray;
    &rcdQryRunParms = CreateRecord(@&PromptRec);
    &sqlSelectQryParms = CreateSQL("%Selectall(:1) WHERE OPRID = :2 AND RUN_CNTL_ID = :3");
    &sqlSelectQryParms.Execute(&rcdQryRunParms, &OperId, &RunControlId);
    /*Loop through the Connected Query "Queries" and fill in each query's prompts as needed*/
    For &arrCtr = 1 To &CQPromptsArray.Len
    &rcdQryPrompts = &CQPromptsArray.Get(&arrCtr).QueryPromptRecord;
    For &i = 1 To &rcdQryPrompts.FieldCount
    While &sqlSelectQryParms.Fetch(&rcdQryRunParms)
    If &rcdQryPrompts.GetField(&i).Name = &rcdQryRunParms.GetField(Field.BNDNAME).Value Then
    &rcdQryPrompts.GetField(&i).Value = &rcdQryRunParms.GetField(Field.BNDVALUE).Value;
    Break;
    End-If;
    End-While;
    End-For;
    &sqlSelectQryParms.Close();
    End-For;
    rem &oRptDefn.SetPSQueryPromptRecord(&rcdQryPrompts);  -> need to have equivalent of this+
    &oConQrsInst.Close();
    Thanks!
    Janet

    i think you have run the code to generate the XML file from your connected query...
    check the following things
    1. Check the Report definition is defined or not for the file that you want generate.
    2. if its defined check the RTF template is present or not.
    3.Check your code in Appengine whether you have mentioned the Report Definition and template name,

  • Java Exception: java.lang.NoSuchMethodError -while accessing Job Code Table

    Recently we upgraded tools from 8.51.03 to 8.52.12
    when try to open data from below navigation.
    Set Up HRMS--> Foundation Tables--> Job Attributes---> Job Code Table
    then getting below error. Seriously doubt if a jar file is missing in PS_APP_HOME/class. Any clue?
    Java Exception: java.lang.NoSuchMethodError: PeopleSoft.PeopleCode.Func.CreateSQL(Ljava/lang/String;[Ljava/lang/Object;)LPeopleSoft/PeopleCode/SQL;: during call of com.peoplesoft.hr.hr.cache.MetaCatalog.getObjectCatalog. (2,763) HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:getJavaObject PCPC:1099 Statement:19
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:FindJavaObject Statement:177
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:FindObject Statement:212
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute Name:GetRecordField Statement:67
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute Name:CreateCache Statement:26
    Called from:WCS_SOURCE.Impleme
    The noted Java error was thrown during a call of the given method.
    Error Codes
    Java Exception: java.lang.NoSuchMethodError: PeopleSoft.PeopleCode.Func.CreateSQL(Ljava/lang/String;[Ljava/lang/Object;)LPeopleSoft/PeopleCode/SQL;: during call of com.peoplesoft.hr.hr.cache.MetaCatalog.getObjectCatalog. (2,763)
    Problem Category/Subcategory                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Not sure about 8.52, but in 8.51, I found the PeopleSoft.PeopleCode.Func class in PS_HOME/appserv/classes/peoplecode.jar, and CLASSPATH gets set to PS_HOME/appserv/classes by psconfig.sh
    Not an answer, but it might give you some ideas on where to look.
    Regards,
    Bob

  • Vendor Approval Workflow error

    Hi,
    I tried (unsuccessfully so far) to turn on the standard workflow for Vendor approval (conveniently called: VendorApproval)
    However when I try to change a vendor (thus triggering the workflow) I receive the following message:
    op Fiatteringsproces (ID = VendorApproval, definitie-ID = ApproveVendors, ingangsdatum 2007-01-01, thread-ID 32) (18081,1056):1:1, Step nbr 1 (18081,1058) EOAW_CORE.ENGINE.DefStepInst.OnExecute  Name:Activate  PCPC:8036  Statement:114
    Called from:EOAW_CORE.ENGINE.PathInst.OnExecute  Name:Launch  Statement:68
    Called from:EOAW_CORE.ENGINE.StageInst.OnExecute  Name:InnerLaunch  Statement:206
    Called from:EOAW_CORE.ENGINE.StageInst.OnExecute  Name:Launch  Statement:224
    Called from:EOAW_CORE.ENGINE.AppInst.O
    Aan dit bericht wordt een uitzondering gehecht zodat er een stapeltracering kan plaatsvinden.
    The last sentence is something like: An exception is added to this message so stacktracing can occur (or take place).
    Any thoughts on this?
    What I have done so far:
    - Added a row to PS_EOAW_IDS for: VNDR_AF_XREF (since there was no row
    Thanks in advance for reading!

    After some more trial and error, the error was caused by a user. After the user was removed from the list (user list was based on a query using a specific role), the workflow worked correctly.

  • Financials AWE - EOAW_CORE.ENGINE error when submitting approval workflow

    I'm getting the following error when trying to approve or preview and save a requisition with approval workflow (awe) enabled in our stage environment. It works correctly in our development environment, and I've tried comparing all of the configurations, roles, permission lists, templates, etc., to assure that they match, but something is still awry. I've compared a lot of table contents between both environments; although I may be missing some. Can anyone give me some ideas as to what to look for to see what might be missing from our stage environment that might have been overlooked? When workflow for requisitions is disabled; the requisition saves correctly.
    First operand of . is NULL, so cannot access member Check. (180,236) EOAW_CORE.ENGINE.DefPathinst.OnExecute
    Name:InstantiateSteps PCPC:2891 Statement 38
    Called from:EOAW_CORE.ENGINE.DefPathInst.OnExecute
    Name:Instantiate Statement:24
    Called from:EOAW_CORE.ENGINE.StageInst.OnExecute
    Name:InstantiatePaths Statement:55
    Called from:EOAW_CORE.ENGINE.AppInst.OnExecute
    Name:RetrieveStages Statement:370
    Called from:EOAW_CORE.ENGINE.AppInst.OnExecute
    Name:InstantiateStages Statement:416
    Called from:E
    The first operand of the dot operator is the NULL value, indicating the lack of any object value. As a consequence, the given method or property cannot be used.

    PeopleSoft 9.1 - eProcurement - Create requisition
    Hi,
    Could some one help to find the solution?
    While editing a requisition, Just deleting a line and ‘save and submit’ creates a .is NULL error
    First operand of . is NULL, so cannot access member Terminate. (180,236) EOAW_CORE.ENGINE.AppInst.OnExecute Name:TerminateLine PCPC:60811 Statement:964
    Called from:EOAW_CORE.ApprovalManager.OnExecute Name:DoLineTerminate Statement:166
    Called from:PV_REQ_WRK.PV_SAVE_AND_SUBMIT.SavePostChange Name:KickoffAW Statement:103
    Called from:PV_REQ_WRK.PV_SAVE_AND_SUBMIT.SavePostChange Statement:185

Maybe you are looking for

  • Limiting Number of connections from a single user

    Hi , I am using 9.2.0.6 DB, i need to restrict the number of connections from a single user to 100. Currently the user is having DEFAULT profile, this profile is having several other users associated to it. What are all the available options to creat

  • HT3775 can you convert an AVI video file?

    how do you convert to view an AVI video

  • Fresh Leopard Install and Time Machine

    Leopard has been a miserable experience on my Imac 1.8Ghz G5. It has played havoc with the fan management and constantly overheats causing an abrupt switching off with a "pop" (presumably a safety feature). I am planning a completely fresh Leopard in

  • About mail not showing up

    My rescue email doesn't get any emails from retrieving or change security question what should I do

  • Day Types in WSR

    Hi Gurus, Have a question on Day Types. Have defined spl day rules and assigned it to WSR. Got the work schedule re generated. Defined Bridge day: Say Nov 6 is Weekly off - where they are intended to work. specified as 0/ work and paid Following week