Blank App Engine stdout

I have an issue with a PeopleTools 8.52.09 instance where all of my Application Engine standard out log files are blank.
Here's what I have done to try to fix the issue:
I removed the Distribution node so that it would not post. I checked the file in the log_output directory where it was created and it still contained no data -- 0 bytes.
I turned on tracing for the Process Scheduler. I see the additional .trc files, but still a blank stdout file.
I deleted the Process Scheduler domain and rebuilt it. Same result.
I ran the same Application Engine program from App Designer, and it is able to redirect the standard output with no problem.
Does anyone have any thoughts on other things to do to get it to produce log files through the Process Scheduler?
Thanks...

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

Similar Messages

  • 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

  • YC_GEN app engine failed after upgrading from EPM 8.9 to 9.1 Rev1

    we tried upgrading our EPM 8.9 + tools 8.49.23 application to EPM 9.1 + tools 8.53.08. After upgrading when we tried to run the YC_GEN app engine it failed with the below error.
    Error:
    17449 20.26.27 0.000111 321: &ln_1 = &lbi_1.Execute();
    17450 20.26.27 0.017373 ErrorReturn-> 2 - Interlink Definition: Execution failed. (122,2) DERIVED_CG_BAT.CG_BATCH_PRV.FieldFormula Name:LoadDepends PCPC:27203 Statement:321
    Called from:YC_GEN_TBLS.MAIN.GBL.default.1900-01-01.UpdDpnds.OnExecute Statement:2
    17451 20.26.27 0.000080 <<< end-ext Nest=01 LoadDepends DERIVED_CG_BAT.CG_BATCH_PRV.FieldFormula Dur=2.480543 CPU=1.190000 Cycles=94840
    17452 20.26.27 0.000028 <<< end Nest=00 YC_GEN_TBLS.MAIN.GBL.default.1900-01-01.UpdDpnds.OnExecute Dur=2.486408 CPU=1.190000 Cycles=94874
    17453 20.26.27 0.008761 Database Options: override_connection_reset: 0
    we tried using libpsfidrvr.so file which delivered with EPM as well as with tools both is not working.

    I resolved my issue. Renamed search.sqlite and reinstalled Firefox 9.0.1
    All default search engines are now available.

  • XSL Mapper JDeveloper plugin fails to launch from App Engine

    XSL Mapper JDeveloper plugin fails to launch from App Engine ONLY WHEN THE TARGET LOCATION OF THE SERVICE CONFIGURATION POINTS TO AN HTTPS URL.
    If I make the target location field of the service configuration point to an HTTP url, the plugin launches fine.
    The error message indicates that there is a missing certificate in the chain:
    oracle.tip.tools.ide.common.xsdgrammar.SchemaGrammarException: sun.security.validator.ValidatorException: No trusted certificate found
    A basic google search on this error leads me to believe that I need to add a key to the java clients keystore on my PC. Can anyone confirm or deny this? Has anyone else encountered this?

    After digging pretty hard I believe I've found the cause and two possible solutions...and I quote...
    "This seems to be a known conflict between versions of the Digi 001, the Audio Media III card, Panther OS, Pro Tools, and QuickTime 7 and above. This Mac is running...
    OS Panther 10.3.9
    Pro Tools LE 6.2.2
    This is what I've found from http://sillydog.org/forum/sdt_8928.php (page three of this thread).
    "testing has yielded that the Audio Media III card can be used with Pro Tools LE 6.2.3 on a platform as high as OSX Panther 10.3.9 as long as you do not (I repeat do not) install QuickTime 7ever. The QuickTime 6.5.2 re-installer will not remove problems created by installing QuickTime 7."
    "Basically if you are running what Digidesign refers to as “Legacy” hardware. Audio Media III/ Toolbox or the Digi 001. You are running a version of Pro Tools LE that is incompatible with QuickTime 7. If at any point QuickTime 7 is installed you must re-install (the OS and all programs) to delete its effects, and are stalled on OSX 10.3.9 (w/o QuickTime 7)."
    Knowing this, I was able to find a possible solution here... http://fox-gieg.com/tutorials/2005/undo-quicktime-7/
    The other solution is to upgrade equipment, or re-install OS and other Apps to go backwards.
    Hope this helps some people!

  • 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,

  • Difference between do-while, do-when, do-until and do-select in app engine.

    Hi can anyone please tell me the difference between do-while, do-when, do-until and do-select in app engine.
    I read the peoplebooks, but i was not able to keep up with that.
    I know like do-while is like WHILE loop in any programming language.
    here my question starts. WHILE has a condition inside the parenthesis and it will check whether that condition is true or not. where do we have that condition in do-while(is it the where conditions inside the do-while)?
    Please clarify me.
    Thank you,
    Bye.

    Hello user609854,
    Do-While
    in simple words it is like, keep doing specified task , up to / when the condition is matching. once this is over, terminate the loop and come out. :)
    If the Do While does not return any rows, the step is complete.
    DoWhen - Select statement that allows subsequent actions to be executed if any rows of data are returned.i.e.when a particular conditions is matched like emplid='A2200' or may be a role based criteria etc
    A Do When statement runs before any other actions in the step. If the Do When statement returns any rows,the next action is executed.
    If the Do When conditions are not met, the remaining actions within that step are
    not executed. Your program executes a Do When action only once when the owning step executes.
    The only property that you can specify for the Do When action is the ReUse Statement property, which applies to all SQL-based actions.
    Do-Until
    Keep performing certain task , every time a particular task is being performed. its like keep doing task B until task A is accomplished.
    A Do Until action is a Select statement that runs after each action when a step completes. Use aDoUntil action if you want the processing actions to execute at least once, and to execute over and over until a certain condition is true, such as until a Select statement returns some rows.You can also use a Do Until action to stop a Do Select action prematurely.
    Do-Select
    a) Select/Fetch : AE performs a Fetch statement for each iteration of the loop to get each row from the Select statement
    b) Re-Select : For each Iteration , opens a cursor and fetches the first row. The cursor is reopen for each iteration. we put certain criteria by which the conditions should not match else this can be a deadlock
    c) Restartable : This is same as ReSelect accept, Restartable flexibility.
    We can restart this select/fetch as AE performs a checkpoint in the middle of the step. SQL in this mode,during restart will recognize where the previous run failed&where to restart processing.
    Please Note: When AE is not set up for restartability, then commits are not controlled, monitored, or restricted by PeopleSoft Application Engine.
    In Do Actions & Do Select we can specify ReUseStatement ~ SQL-based actions.
    Please , let me know if this is fine with you.
    SM Sachdeva

  • Exec command in App Engine Peoplecode stopped working in PT8.49.10 ??

    We run an a few app engine jobs that use the Exec command in peoplecode
    to call a bat file which moves a file from one directory to another (a backup directory).
    It had been working fine but since we upgraded to PT8.49.10, from PT8.47 the job abends
    at the Exec command with the following message:
    'Exec function error: (2,181) WC_FUNCLIB_HR.WC_FILENAME_IN.FieldFormula Name:wcBackupFile
    PCPC:799 Statement:9
    Called from:WCAPP001.MAIN.GBL.default.1900-01-01.Step03.OnExecute Statement:4 .'
    The actual statement it is abending on within the wcBackupFile function is this:
    &processid = Exec(&cmdstr, &synch);
    When re-creating the problem in our test environment I can see that:
    &cmdstr = "C:\temp\wcapp001.bat"
    &synch = False
    C:\temp\wcapp001.bat =
    cmd /c move /y \\dom_wfld\dfsroot\hr\files\req.csv \\dom_wfld\dfsroot\hr\bkup\req_20090318_112338.csv
    The command will work if I paste the contents of the bat file into a command line
    but it abends when called from the app engine program with the 8.49.10 tools.
    We are a DB2 shop.
    If anyone has some ideas regarding this I'd certainly welcome them.
    Thanks,

    Well, I figured out what the issue was and I appreciate everyone's suggestions made in this thread. The problem was that we actually changed our folder configuration when we went to PT8.49.10 (I know, a pretty big clue I didn't divulge in earlier posts) so now PS_HOME was a little different than before. The Exec command, if using boolean parameters (which we were) instead of Exec_constant + Path_Constant parameters, appends the PS_HOME value to the beginning of the path to the bat file. With the change in our folder structure the Exec command was not able to actually find the bat file to execute it. I made the change to using the Exec command, as follows, and it seems to be working fine. Here's what I changed it to: &processid = Exec(&cmdstr, %Exec_Synchronous + %FilePath_Absolute);
    Again, thanks for your suggestions.

  • How to identify if the COBOL ran successfully from app engine?

    I have scheduled a COBOL process from App Engine. Once it ran successfully, i need to start another process. How to accomplish this in App engine peoplecode? Is there any flag updated on the successfull run of the cobol process? How to handle when the cobol did not run successfully?

    Refer to PeopleBooks
    http://peoplebooks.cognizant.com/PSOL/PT848/eng/psbooks/tpcl/chapter.htm?File=tpcl/htm/tpcl02.htm%23H4529
    Sample code from PBooks Pasted below
    Rem Set the return code so we are sure it is sent back.
    &Returncode = -1;
    Rem Set the parameters that will be sent across.
    &param1 = "John";
    &param2 = "Smith";
    Rem Set the standard parameters that indicate program name and run-control.
    &RemoteCobolPgm = "CBLPROG1";
    /* call the remote function */
    RemoteCall ("PSRCCBL",
    "PSCOBOLPROG", &RemoteCobolPgm,
    "PSRUNCTL", workrec.runctl,
    "FirstName", &param1,
    "LastName", &param2,
    "Returncode", &Returncode,
    "MessageSet", &msgset,
    "MessageID", &msgid,
    "MessageText1", &msgtext1,
    "MessageText2", &msgtext2);
    if &Returncode <> 0
    WinMessage(MsgGet(&msgset, &msgid, "default message", &msgtext1, &msgtext2));
    end-if;

  • List of application engines that a delivered app engine touches

    Hi everybody,
    Can any one please tell me is there any documentation to get all the application engines that were touched by a delivered application engine.
    For example. the AP_VCHRBLD will call the app engine APVEDTPRRT and a lot other app engines.
    I want to know if there is any documentation provided by peoplesoft to know all the app engines that were touched by a delivered application engine.
    OR
    if you have any other docuementation(not from peoplesoft), please share with me.
    Thank you.

    You can look in the peoplettools table psaestepdefn. Where an AE step is statically coded to call another step it is recorded in AE_DO_APPL_ID and AE_DO_SECTION.
    select distinct ae_Applid, ae_do_appl_id
    from psaestepdefn
    where ae_do_appl_id != ' '
    and ae_applid != ae_do_appl_id
    order by 1,2
    AE_APPLID AE_DO_APPL_ID
    GP_PINMAP GP_PINMAP_CR
    GP_PKG_CMP GP_PINMAP
    GP_PKG_CR GP_PINMAP
    This is not going to work where the call is dynamic.

  • I was sent a url. Instead of Safari, it opened blank app store window; today, app shows 1 update available: GLIDE. Never downloaded it, not showing in settings?

    I received an a text including a shrunk URL.  I unshrunk the URL, www.glide.com.  I then pressed link in message.  Instead of opening Safari, a blank App store window opened.  Later I noticed an update available in the app store.  The update was for GLIDE video messaging app.  I NEVER INSTALLED IT, and IT DOES NOT SHOW UP IN SETTINGS.  any ideas???

    If you are completely confident that you didn't hide it, then you purchased those with different apple id. If you completely confident that you purchases with same apple id then you have hidden it. One of the other or you are speaking about a miracle. While miracles are possible they are not very likely. Remember
    Occam's razor?

  • Process Scheduler - App Engine Help.

    We are trying to run an application engine program that produces a simple report as an excel file (.XLS), in the process scheduler when running the program and selecting type EMAIL and format as XLS we are running into some issues.
    The report gets emailed, but we then schedule a PS Query to run as email and XLS format right after, the PS Query produces the output of the app engine report and not the query results.
    Any idea or suggestions on what this could be ?

    i found the issue. it base on the rows in the PSPRCSRQST and PS_CDM_LIST table, in Peoplesoft online, the user is deleting the process instance triggered by the event. She/he tries to delete the process instance while it is in progress of generating the PDF file. Thanks!

  • JavaFX to access Google Apps Engine database

    Hi,
    I have developed JavaFX browser application which needs to access Google Apps Engine database. Please help me to find way to access it.

    Hi,
    In javafx you can use java. So for example use can use Java Google App Engine. Look this http://www.wowebook.com/java/beginning-java-google-app-engine.html.
    One more interesting link http://www.java-javafx.com/2010/05/graphical-counter-on-gaej-google-app.html
    Edited by: prodesFx on Feb 22, 2011 11:06 AM

  • Blank Apps store

    Has anyone has this issue.
    had the blank apps store and followed all the threads that say to uninstall apple software. reinstalled and got my apps store back but i now get an error on start up of my computer (applesync.notifier.exe entry point not found. the procedure entry point xm/text-readerconstname could not be located in dynamic link library libxm2.dll) and Safari didnt start. I reinstalled Safari and bang apps store was blank again. uninstalled everything and Safari, got the error message again but apps store is back, but havent reinstalled safari as i fear this is possibly the issue as i also now have all green lights on firewall connections as when Safari is installed connection could not be made with one or more apple connections.
    does anyone have any suggestions.

    Try this:
    1. Close all apps in the Task Bar. Double-click the Home button and hold apps down for a second or two. Tap the minus sign to close app.
    2. Hold the Sleep and Home button down until you see the Apple Logo.

  • Integration with Google App Engine on iPhone

    Has anyone made an iPhone app that integrates with Google App Engine? Are there any restrictions on doing this?
    I have working python code for the client side, including authentication and sharing data, I'm thinking of migrating that code to Objective-C. Wanted to make sure it's OK and see what other people think.

    That's a good point, I was thinking my app would probably not be super popular, but I have no idea. A rough estimate of my app's behavior against the quotas gives me theoretically 65000 active users per day (limiting factor is HTTPRequest quota).
    In any case I am hardcoding a domain name that I own into the app. The server side code is also pretty simple, so if the quotas became a problem I can migrate to EC2 without too much code rewriting. Hopefully.

  • Sending request from sap to google app engine

    Hi All,
    How to send request from sap to google app engine?.
    Regards
    Ramesh

    Hi Mark,
    Could not get which push button you have mentioned.I'm using the HTTP2_POST FM to send the request to google app engine.There is java code running on google app engine which has servlet request method getting request body from HTTP2_POST and in return java sends response to SAP using servlet response.The reponse comes in xml type text.When the request is sent to the google app engine there is no log update on the engine site when the request is sent;there is error on sap side at the time of response as there is no suitable data coming.
    Regards
    Ramesh

Maybe you are looking for