orchestrator

  1. E9.2 Groovy script works in one PD environment and throws exception in other PD environment for same code

    Hi, We have same orchestration running in 2 different PD servers. One of the groovy script (which has same code) fails in one PD environment whereas it works fine in other PD environment. A value from Data request is being sent as input to Groovy script. Step trace does not provide the details...
  2. E9.2 Parsing connector response

    I have created a connector for an external rest call, and I am having issues parsing the return values. The data returns correctly up to the highlighted: This is the raw return: ConnectorRequest1": { "quoteSummaries": [ { "quoteId": 2215455953, "carrier": {...
  3. E9.2 Orchestration schedule run After orchestration in deleted

    Hello everyone, I make an orchestration and a scheduling associated to the orch. After that I have activated the schedule from the scheduler control panel in the Orchestrator studio. So, I have deleted the orchestration and the scheduling, without deactive It from the control panel. In this way...
  4. E9.2 Logic Extension - {28=DD validation failed for value null}

    I have an Orchestration that has an input of a UKID that is then using a data request to fetch a record from a table. Two of the columns it is fetching are Date Fields where one or the other is populated with a date and the other is populated with a zero. I can confirm this is the case with...
  5. E9.2 Is there anyway to establish the IP address that is calling your orchestration?

    We have a number of RFID scanners around the building that we can configure to call an Orchestration when it detects an ID has passed near by, that is great, the only issue is that the only information we we are receiving is the RFID tag ID that has been scanned, we have no way of identifying...
  6. E9.2 Orchestrator to add inventory adjustment (IA) document

    Hi, I am creating small orchestration to check on-hand quantity for specific branch in F41021 and adjust these on-hand to zero using IA document. I created this simple one. data request to select the items/quantities to adjust, then form request to create the IA document. problem is that the...
  7. E9.2 Append data into an array

    Hello, Here is my problem. I have an orchestration where I get data from a REST API. The output is an array with multiple rows. At the end I need to create a CSV file with this data which is ok. But before that I need to add more information related to each row from the array before creating...
  8. aostdiek

    E9.2 Form Request Username to Populate in Audit fields

    I have an orchestration that updates F0411 records via a form request, that will run on a schedule. What are my options to allow the USER audit fields to be something other than my own since I created the ORCH components, including the Schedule? Would I need to log into Orch Studio, with the...
  9. E9.2 Put a grid on a Fix/Inspect form

    Hi. I'm developing an application with a Fix/Inspect form that call an orchestration and shows static info and values from that orchestration. Now I need to put more orchestration values but in a grid format. Is there some way to put a grid on it? Or do I need to change the form type that I'm...
  10. E9.2 Fail orchestration if rule false

    Looking to see if can make an orchestration fail to status Error (500) if a rule in orchestration returns false. Currently returns status Success (200)
  11. E9.2 Orchestrator history table

    Hello, we espose a service in order to make a data-transfer with a thirdy part supplier. We develop this with orchestrator jde. I would like to read when the thirdy part supplier calls the orchestrator and what is the input done. Is there a table in which are stored this information? Thankyou...
  12. E9.2 ORCH - Performance improvement suggestions

    Hi, Requirement: Get Branch plants from UDC and pass to P43090 and process all records(Update process). Here we have to iterate over 2 components, UDC table to process all branch plants 43090 table to process all records of each branch plant. ORCH design: First ORCH- Fetch branch plants from...
  13. aostdiek

    E9.2 API Rest Call ending in No Response

    I am starting to schedule some of my first Orchestrations and am attempting to start our Orchestrator Scheduler via API's, but am getting 'No Response' when trying to setup any initial API calls (done via Talend API Tester). Is there a resource available someone can direct me to, or does anyone...
  14. E9.2 Problem with Orchestrator web DV / web PY

    Hi all, I have a problem with a simple custom Orchestrator , it sends a message to the user DV Environment working OK, in PY Environment and P98ORCH return the error I don't understand , the orch is published correctly in P98220U the error is in the IAS, or directly does not find the ORCH ?
  15. Orchestrator - Message request connect to application

    Hello everyone, i designed an orchestration that send a message to an email address when a specific event occurs. That mail contains a link to a jde EnterpriseOne application. The sent link was something like "tcp:///jde:80 etc etc". When i click on this link the app doesn't appear. When i...
  16. E9.2 Orchestration called from Composite page updates needed records but throws error message after completion

    Hi, We are in 9.2.7.2 Orchestration runs successfully and throws no error when ran in Studio and P98ORCH. But when called from Composite page it does update the needed records but throws error after completion. Has anyone faced this issue? Regards, Kaliraj
  17. cazzafed

    E9.2 Issue with Run Orchestrator from Form Extension

    Hi, i have a problem when i wanna run a orchestration from Form Extension... the input param is obtained from a value in grid from selected row... when i execute this orchestration, this run ends correctly, but if execute another user the orchestration show this error We have made a log and...
  18. alfredorz

    E9.2 REST API Output connector XML

    Hi friend, I need to call to REST service with XML body and response. The request it's fine, y add xml to body and content-type and accept to header. But I don't know how I get the value of xml tag: I've tried output as json message with response.messageEngine but doesn't work. I've tried...
  19. E9.2 API tester works but we get error 500 'message': 'Endpoint not defined with real system

    Hello all, I am new to using JDEO, and I am currently stuck at calling JDEO from outside via REST API connection. I made a simple orchestration, it is just a data request which returns a json file. and I would like this data to be called/used from outside systems. My understanding is this...
  20. E9.2 Not Receiving File Output from Orchestration

    Hi All, I'm building an orchestration to output a CSV file from Data Request data. When testing I can output the file, however, when calling the orchestration from an E1 page it does not display the output file. I have used as an example the 'Call Orchestration from an EnterpriseOne Page and...
Back
Top