orchestrator

  1. 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...
  2. 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...
  3. 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...
  4. 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)
  5. 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...
  6. 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...
  7. 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...
  8. 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 ?
  9. 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...
  10. 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
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. E9.2 JDE Orchestrator Connector Malformed Response

    Hi, We are calling a REST/POST API from Orchestrator - using a connector through a connection - and it works well. However, when there are issues with say the data or duplicates etc, the API will return a JSON file, but it'll return a http code of say 422 - suffice to say it's not returning...
  16. cazzafed

    E9.2 How To Update Multiple Lines into Order Detail

    Hello, in advance sorry for my English. i am using EnterpriseOne 9.2.4.5 I am working on an orchestration to be able to copy sales orders. When copying these orders, I want to change some values in the grid, but the problem is when there are several lines within the detail, how can I change the...
  17. notchy

    E9.2 Solution for Calling UBE on Distinct Order No using Data Request

    Hi , I am currently stuck on a requirement using Orchestrator. I need to read through F4211 and let's say I need to call a UBE for each distinct Order that is at a NXTR at '560' how do I go about doing this in Orchestrator. I can do this easily in RDA and call a UBE on a Level break but how do...
  18. E9.2 Change Management - Orchestrator, do you use DV?

    We are just beginning to use Orchestrator. In our usual JDE development (RDA and Form Design) we would create the project and objects in DEV at status 21. We would then promote to to 26 and test in PY before promoting to PD. In Orchestrator, should we follow this same path, or just use PY and...
  19. E9.2 Using Orchestrator versus DB2 Stored Procedures to extract data from JDE

    Hi The company I work for currently has E9.10 and is in the process of upgrading to E9.20. An outside company created a web application to (currently) show orders/statuses etc for our customers. We've created DB2 stored procedures to extract the required data for that company to build into...
  20. E9.2 Pass a JSON string through a Connector

    Hello, I want to use a Connector in which I call an external web service & I use a JSON file to send. I would be generating a different JSON every time, so the Orchestrator would receive such a file as a text or CLOB. I.e. a variable. I know the Orchestrator Studio has the sections: Pathing...
Back
Top