orchestrator

  1. alfredorz

    E9.2 Get Processing Option Values

    Hi folks, There are any bsfn or similar to get a specific value or option proccess by generic application and version??? I supposed this is debated a lot for here, but I only find a post. I know exist BSFN API in C for para specific application what defined application data structure and you...
  2. cazzafed

    E9.2 TXT File Output

    Hi, I'm working on TXT output, but I'm on 9.2.4.5 I read that in 9.2.6 we can work with input/ouput csv/txt files, but is it possible in 9.2.4.5? Probably I need to concatenate to make a one full string like a "txt file" and return that... Could anybody advise me on that?
  3. alfredorz

    E9.2 Issue in LEX with Select and decimal values

    Hi JDE Friends, I have requeriments for update F4072 with Form Extension throught Orchestrator and LEX. Ok, this table has some peculiarities but I'm working to try Select with all index key except UPMJ and TDAY (I will never know why are in index). All It's OK in execution but fails with...
  4. 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...
  5. 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": {...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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)
  14. 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...
  15. 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...
  16. 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...
  17. 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 ?
  18. 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...
  19. 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
  20. 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...
Back
Top