orchestrator

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. E9.2 Read a text file from a network shared folder

    I need to read a text file located in a network shared folder (not AIS temp folder). is this possible using the groovy script? any sample groovy codes?
  12. E9.2 Orchestration Triggers

    Is it possible to set database triggers to launch orchestrations ? IE on feild changes or updates in tables ?
  13. cvilac

    E9.2 Token Invalid: Please Request a new Token

    Hello! I have a strange problem. I made an orchestrator and it was added in a project as an object with role for few users. The question is this orchestrator works fine with my user but not for the others users. The orchestrator Exception message is: E1LoginException ==> "Token Invalid...
  14. E9.2 Groovy: Script Generating Null Exception Error

    I am trying to write a Custom Groovy script to read through the output from a Data Request and produce a list of entries for inclusion in the body of an email. When testing the script within the Orchestrator Studio using the output from the Data Request everything works fine and I get the...
  15. E9.2 Unable to login Orchestration

    Hi All, We are using JDE 9.2.4.3, for some roles we are facing issue while login into Orchestration. The error appeared when user try to login with correct credentials "Access Denied : You are not authorized to run this application". The role has proper UDO security as well as have...
  16. cvilac

    E9.2 Rule compare with NULL

    Good morning Is it possible to make a Rule with the propuse to compare a value if is NULL or not? Thanks
  17. cvilac

    E9.2 Rule compare with NULL

    Good morning Is it possible to make a Rule with the propuse to compare a value if is NULL or not? Thanks
  18. E9.2 How to trim in DataRequest ?

    Does anyone have any idea on how to imitate SQL TRIM functionality in Data Request within Orchestrator ? I have a data request based on a UDC but my input isnt working because of all the spaces within the feild which makes it impossible to get the value i'm looking for. Help ?!? :P
  19. E9.2 Manipulate Outputs - Groovy

    Hello, In goovy "Manipulate Outputs" i would like print variables what was defined before (Input, dataselections or from forms) Are you know how to do? I found only how to add print "Thanks for using Weather Forecast". For example how to print variable DOC, KCO, ICU etc...
  20. E9.2 Orchestrator Report Service Call - Interate Message over

    Anyone come across this. Data Request identify vendors with open po's. Pass vendor # from data request to Report Service request (interate over data request) Message request attaching output of Report request. Problem I'm running into is the Message request cannot iterate over the Report...
Back
Top