-
Drop a file into Business Engine files using ION with CFT/IEC installed
Hi, We are trying to design a cloud flow where we wanted to publish a file to M3 Business Engine files via ION with out having CFT installed in any of the on-prem systems Regards, Syam
-
Need to write custom name file in connection point from CSV output
I have a data flow generated CSV file and send it to file connection point, I need to pass one of the CSV file values and assign it as file name.
-
Upload Document with ION and Infor Document Management but get xml.etree.ElementTree.Element' ob
Hi I have follow Infor video to setup data flow to upload file to IDM via ION. But I get error xml.etree.ElementTree.Element' object has no attribute 'getiterator' in the scritp. Infor vide: https://www.youtube.com/watch?v=2AbW8uVp5Kk My data…
-
What version and source of pandas and openpyxl m ION Script convert xlsx to csv
Hi, I'm setup follow this guide to convert excel to csv then ingest to data lake https://developer.infor.com/tutorials/data-management/ingest-excel-files-into-the-data-lake I have download and import libary Openyxl files.pythonhosted.org/.../openpyxl-3.1.5-py2.py3-none-any.whl and pandas…
-
Is there an API call to Atlas to purge by indexed date?
I have a need to weekly purge certain tables, keeping only the last set of documents indexed. Is there an API call to do such a process as I'd like to automate it.
-
Using ION BODs to sync M3 tables to Mongoose
Hi, does anyone have a simple step by step process how we can sync an M3 table into Mongoose using BODs. At the moment we have a datalake setup which then requires stored procedures for transfer the data but this is quite laborius to maintain
-
Splitter giving "Content not allowed in prolog" error
I am trying to use the splitter on a simple BOD and am getting a "content not allowed in prolog" error. I have used the splitter successfully on a purchase order BOD, so I'm not sure what the problem is here. The looks like this: <ProcessXYZ><br /> <ApplicationArea> ... </ApplicationArea><br /> <DataArea><br /> <Process>…
-
API FLOWS response: {"prod":["ABC","XYZ"],"seqno":[1,2],"price":[61.7047,56.1235]}
I get this response in my API FLOW: {"prod":["ABC","XYZ"],"seqno":[1,2],"price":[61.7047,56.1235]} Is there a way to have this format instead: { "seqno": 1, "prod": "ABC", "price": 61.7047, }, { "seqno": 2, "prod": "XYZ", "price": 56.1235, }
-
Issues triggering LNMessage BOD from extension
Hi, I'm trying to use the LNMessage BOD to send custom information from LN CE to ION for alerts and workflows, but I ran into some issues triggering the BOD with the current documentation. Did anyone could actually publish this BOD from an extension of a table or a session in LN CE to ION? If so, can you please share your…
-
locale selection was mistakenly set to enUS instead of en_US in data lake.
Hello everyone, We're using LN Analytics in a multi-tenant environment and have transferred data from LN to Data Lake. However, we've noticed that the description column in the taxonomy table is empty in compass. Upon investigation, it seems that the locale selection was mistakenly set to enUS instead of en_US. I've…
-
API FLOWS Convert Format Date.
Hi api flows can use convert fornat from 2024-01-20T14:20:00Z to 2024-01-20 can it be done?
-
Document Flow Routing by Verb
Hi, I was doing some exercises with document flows and I'm curious if it's possible to route a document based on the BOD's verb. Let me give you an example: I have an SFTP that send both Sync and Process BODs for ItemMaster, but one of the target activities requires a SyncItemMaster, while the other must work with a…
-
IMS to Azure Function - Unable to fetch MessagePayload
Hi! (This is on-prem) I've been trying to setup an Azure Function (JAVA) to receive data over IMS from within a Data Flow. However, no matter how much I try, I cannot find a way of even reading the MessagePayload content from the API call. I do know that the IMS examples that you could download works, but these aren't…
-
ION Monitor Setup For Failures for CaptureDocument BOD
Hey Community, I'm trying to setup an ION Monitor to send an email to myself when the CaptureDocument BOD has a failure with a reason code "[ReasonCode] contains 'Unable to complete process - FSM_ION_SyncCaptureDocument_Inbound'". I have the document defined as 'CaptureDocument' along with attributes ReasonCode and Code…
-
ION enterprise connector: Unable to execute HTTP request:
Hello, we are starting to deploy enterprise connector. I tried to import location credentials but after load it failed with this error message: Failed to validate configuration. Error: com.amazonaws.SdkClientException: Unable to execute HTTP request: certificate_unknown(46) Do you have any idea, how could I fix this…