Best Of
Re: Queries regarding Orchestration features in 9.2.9
Hi
You can see from the example used in Doc ID 2742423.1 there is an input variable addresnumber_in
This address number is received into the groovy service request through input AN8 which comes from orchestration input. So this is the manner in which orchestration input can be passed to the procedure called within groovy
The other document 2795726.1 about triggering orchestraiton from form has one of the options 'Define Inputs' which you can use to pass inputs to the called orchestration.
This is the manner in which you can pass the values.
Regards,
Prabhu
Re: Queries regarding Orchestration features in 9.2.9
As long as the SQL input is available as the input in ORCH, it should be possible to pass value from the application to this ORCH input when called using form extension.
Re: The Back button doesn't work when navigating to a Work Order from the Asset tab.
Hi Srini, I believe the question is for the EAM mobile app with the latest app version 10.2.1
Re: Issue agent: The connection has been closed by the server
Hi
JMX protocol is used for server manager communication and it may be normal reset or dropped due to disconnect.
If you are not facing any issue with functionality then you can ignore it. If there are issues we need to review complete log to check for other related errors.
Regards,
Prabhu
Re: Issue agent: The connection has been closed by the server
Hi
This is just warning saying connection has been closed. We need to review the complete log along with the symptom . What is the issue with agent ? . is it with runtime metrics , server status etc ?
Regards,
Prabhu
DFF NOT SHOWN TO APPROVER FOR REQUISITION
Hi,
I have open some DFF for Requisition at Line Level, when requester submit it for approval this DFF not shown to approver on Notification page.
How can approver see these DFF at notification Page.
Please provide the solution.
Thanks
Re: Announcing the New "My Oracle Cloud Support" Portal for Cloud Users
https://community.oracle.com/mosc/discussion/4578236/oracle-support-how-to-find-closed-service-requests#latest
Re: How to remove 0s from BI Publisher Word RTF Stacked Bar Chart
For the stacked graph, I ended up not showing the count on the graph, relying on a table underneath instead.
Counts are only being used on non-stacked graphs, this is the code for that in case it is useful:
<Graph seriesEffect="SE_NONE"><LegendArea visible="true" automaticPlacement="AP_NEVER" position="LAP_BOTTOM" /><O1Title text="Questions" visible="true"><GraphFont bold="false" italic="false" underline="false" fontColor="#000000" /></O1Title><Y1Title text="Number of Responses" visible="true"><GraphFont bold="false" italic="false" underline="false" fontColor="#000000" /></Y1Title><Y1TickLabel><GraphFont bold="false" italic="false" underline="false" fontColor="#000000" /></Y1TickLabel><O1TickLabel><GraphFont bold="false" italic="false" underline="false" fontColor="#000000" /></O1TickLabel><LocalGridData colCount="{count(xdoxslt:group(current-group(), 'G.LM_QUESTION_TEXT'))}" rowCount="{count(xdoxslt:group(current-group(), 'G.LM_RESPONSE_TXTLBL'))}"><RowLabels><xsl:for-each-group select="current-group()" group-by="G.LM_RESPONSE_TXTLBL" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/G.LM_RESPONSE_TXTLBL" /></Label></xsl:for-each-group></RowLabels><ColLabels><xsl:for-each-group select="current-group()" group-by="G.LM_QUESTION_TEXT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/G.LM_QUESTION_TEXT" /></Label></xsl:for-each-group></ColLabels><DataValues><xsl:variable name="G2" select="current-group()" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" /><xsl:for-each-group select="current-group()" group-by="./G.LM_RESPONSE_TXTLBL" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:variable name="G1" select="current-group()" /><RowData><xsl:for-each-group select="$G2" group-by="./G.LM_QUESTION_TEXT"><Cell><xsl:value-of select="sum($G1[(./G.LM_QUESTION_TEXT=current()/G.LM_QUESTION_TEXT)]/G.LM_ENRLMT_ID[.!=''])" /></Cell></xsl:for-each-group></RowData></xsl:for-each-group></DataValues></LocalGridData><MarkerText visible="true" markerTextPlace="MTP_OUTSIDE_MAX"><Y1ViewFormat><ViewFormat decimalDigit="0" decimalDigitUsed="true" /></Y1ViewFormat><GraphFont bold="false" italic="false" underline="false" fontColor="#000000" /></MarkerText></Graph>
Re: Where is Windows Patch for oracle 19.28?
No - conflict details are not contained in patch README files.


