Forum: IPA/ProcessFlow

52 Subscribed to this forum
Page 4 of 48 << < 23456 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Referencing Business Tasks in an IPA Flow      

Started By  Tony
Hello, I was wondering if anyone has experience triggering a business task in a custom IPA flow. Specifically, I am looking to trigger the EMail Executor business task at the end of the flow, but to only process the emails that have gone into the 'New' status that same day. As context, I recently built a custom flow to trigger a 'reminder' action for our Health Module components but the emails are getting put into the 'New' status in the Email Queue. We've found that the temporary solution...
0 3174 0

QUEUEDJOBS WebRun      

Started By  Scooter
I'm running a Webrun to return any job in 'Needs Recovery' status and want to know how to pull certain output fields, like  jobOwner,  jobName.  How do I pull those 2 output fields from the Webrun Output results Here's the Webrun code. /lawson-ios/action/ListQueuedJobsfilter=jobStatus20EQ20needsRecovery Below is Webrun Output results, i.e. jobOwner='u0003035' token='BN320' jobName='BN320TEST' jobQueue='**********' jobStepType='application' jobNumber='0000008586' j...
0 4056 0

Web Run Node - File Upload      

Started By  Chad Dirst
We are successfully using IPA to call various REST API web services via the Web Run node.  In one of the calls we need to transmit a file and am having issues getting this working.  Has anyone had experience will successfully transferring files via an IPA Web Run node
3 15415 2
by David Williams

Resource Update Node - Remove specific Role or Group      

Started By  Nabil
Hi All, I'm trying to delete a specific Group from the existing list. I only want to delete 'Manager Self Serve' but instead it deletes all group the user has.   In the Group value, here is what I have:
2 16271 1
by JimY

Issue with JavaScript Date      

Started By  tommyg-006
Good Afternoon All, I am hoping somebody else has run into this issue before.  I seem to be having with a JavaScript calculation in IPA.  We are trying to take today's date (i.e 10/15/2019) and move it forward to December so the date range starts at 12/01/2019.  However, when the script runs it returns a date of 00/01/2020.  The script works for every other month in the calendar except for 12/1.  Below is the script that we have in IPA:   Evaluating JavaScript expression jsDate=CurrentDateTR ...
1 15622 1
by David Williams

Effective Date in a flow/form      

Started By  weeoooohhhh
Hey guys, so I need to obtain the Effective Date within the Transfer Flow.  There is a caveat to this though.  I have the node looking up the Effective Date variable from the PFIWorkUnitVariable table which works great.   However, once the flow gets into the HROPs inbasket, they may end up changing the Effective Date at this point within the flow.  Once that happens the PFIWorkUnitVariable table does not get updated with the new Effective Date so I can't re-look it back up using that.   Where is...
2 15116 1
by weeoooohhhh

Batch job monitoring with ProcessFlow      

Started By  Scooter
I'm creating a processflow to monitor Batch jobs completion.  Using SQL node to query 'GEN' table QUEUEDJOB.    When testing query, field STATUS returns values like Bf106b0  First, is this correct table to monitor batch jobs  If yes, how can we determine if job went to recovery or completed successfully when            STATUS has values like Bf106b0    What am I missing    Below job PA102 completed successfully but STATUS returns unknown value B1bc6b3a   What does B1bc6b3a me...
7 16377 3
by Scooter

IPA and ADFS issues      

Started By  Joan Herzfeldt
We just switched to ADFS and my IPA inbasket is requesting the user to Login again in order to see the detail of the requisition/workunit.  The User Action node is set up with a display type of HTML and uses File Id: recsum.htm (see attached print screen).    Where is the connections between the user who’s already logged in and viewing their inbasket (with the general information) to see detail. My basic understanding is... the system is displaying the general detail then trying to go back i...
3 17327 2
by Joan Herzfeldt

Converting .prt file to Excel formats      

Started By  Scooter
Thanks for your assistance.
10 21076 0
by Scooter

System Command node      

Started By  Scooter
for example: cd /Lawson/ cp fileA fileB
4 16114 0
by steve finger

How do I update information on "page 3" of HR15.1      

Started By  Todd Mitchell
How do update an item on 'page 3', page down twice, of HR15.1.
8 16776 2
by David Williams

Removing Identities with IPA      

Started By  Scooter
We want to remove employee's Identities from Infor Rich Client. Our test flow is removing the employee's userid and passwords from each Identity  but,  the flow is not deleting the Identity name (e.g. SSOP) from Infor Rich Client when we view the employee, after flow is run. We are using a WebRun node with code that works on our PROD environment.  What could be missing from our 'test' flow that stops it from deleting the employee's Identities Thanks for your assistance.
5 16312 0
by Scooter

How to calculate last day of current month      

Started By  Scooter
In processflow, we need the last day of current month.  This last day of month value will be used in batch pgm parm date, i.e. BN100, Thru-Date=20190831  Has anyone does this before Is there an Infor PF date function that can do this
2 15985 0
by Scooter

IPA Data Iterator node cannot find input file.      

Started By  Scooter
IPA Data Iterator node cannot find input file. Need your assistance to identify issue with Data Iterator node. Error message is 'File 'https://lawtestv10.dart.org/lawson02/univ2/dartipa/appload.CSV' does not exist.' We've confirmed file (appload.CSV) exists on this directory (/lawson02/univ2/dartipa/ and server (lawtestv10.dart.org). Below error message was copied from workunit log file: Activity nameI1 id:1 started 08/12/2019 03:41:24.578 PM Executing Data Iterator Activity DI1 ... ...
5 16153 1
by Scooter

IPA Email Node when SMTP Server is Unavailable      

Started By  jmartin
We’ve had issues lately with our on-premises Exchange server and found that emails failed from IPA when SMTP was unavailable.  We were hoping they would be able to queue... like magic.  Unfortunately, we are unable to simply restart the work units to resend the email notifications.   How do you handle situations where the SMTP server may be unavailable but the jobs need to continue to run and emails need to send/queue   Do you setup an error connection to an alternate SMTP server  ...
0 4144 1

Records returned in IPA using lawson query node      

Started By  steve finger
when i do a lawson query from IPA, when the number of records specified in the query string is reached (512 by default i believe), the query seems to 'skip' a large number of records before the next record returned by the query.  for example...if the 'MAX' value is set to 512, the first 512 records are returned....then a number or records are skipped before the next record is returned. pretend i'm querying the apvenmast...  i have 10,000 vendors numbered sequentially from 1 to 10,000. ...
13 16973 3
by steve finger

IPA - Webrun used to update Landmark      

Started By  Scooter
I would have used Landmark Transaction node to update user's profile.  Not sure why previous developer coded like this.  See below code string and this is only a small part of entire code string. If anyone can explain why it was coded this way, please reply.   I don't see advantage and this code is very difficult to maintain. WebRun Code (partial string) - code is executed from a WebRun node.  /scwebadminapp/ResourceManagementServletTASKTYPE=PROVISIONING&OBJECTTYPE=IDENTITY&CREATOR=lawso...
8 17014 2
by JimY

Setting up IPA Service Process in new IPA environment      

Started By  Kert490
I set up the Infor Process in the Rich Client in the new environment exactly as it is currently setup in our production environment, but the form is unable to communicate with the Service I setup in the Rich client. This is the error that is generated after I run the GL146 process from Lawson: Processing GL146 - Batch Journal Control java.lang.NoClassDefFoundError: com/lawson/bpm/eprocessserver/interfaces/mingle/MingleRequest at java.lang.Class.getDeclaredMethods0(Native Method) at java.l...
2 16108 2
by Kert490

powershell script vs for loop w/IPA nodes      

Started By  Joan Herzfeldt
I need some advice with a new IPA process We have Lawson S3 v10 and IPA v10.1.1.58 I am creating an IPA that automatically update the PA16 The file I'm receiving can not be sorted or changed before I get it. The records are random, meaning there are multiple PA16's to be updated for the same person, but the records are NOT grouped together they can be 3rd record, 12th record and 22nd record. I want to update Each Employee's PA16 screen once. So I need to order the file or loop through a...
0 4341 0

Server Timed Out      

Started By  ScottCT
We get these time out errors on some of our processes, is there a way to increase the timeout time And which server would this setting be located, on the IPA or in M3
1 15294 0
by steve finger

Updating PO20.2 using Transaction Node      

Started By  AC_Slater
Good morning,   I am currently working on a process flow to update a single field on the PO20.2 (PCR-PO-USER-FLD-5) using the Lawson Transaction Node.  My original thought was that I would be able to take the header information that is on the top of the PO20.2 screen to select the correct record and then perform a “C” FC on the form.  I isolated all of the header fields (pcr-company, pcr-buyer-code, pcr-po-date, pcr-po-number, pcr-vendor, pcr-purch-fr-loc, pcr-lcation) through a mix of Lawson ...
0 4051 0

Landmark transaction query results      

Started By  mrabas
We are implementing GHR so I am starting to learn how to use the Landmark Transaction nodes to query data.  In S3, with a Lawson Query node we could access a specific row from a query like so: EmpQry_3_EMPLOYEE   Which would return the EMPLOYEE field for the third result of the query.  Accessing the results outside of the query loop allowed us to speed up the processing considerably.  Is there any way to access the full query results from the Landmark Transaction node   Thanks, Mike
0 5351 1

Parsing CSV with double quotes      

Started By  AC_Slater
Hi All, I'm hoping someone else might have had to tackle a similar issue, and seeing as though my regex skills are pretty rusty, I thought I'd reach out. I am currently using the Data Iterator to go through a CSV file to break up the file by line.  Normally, I would use a second data iterator to go through and break up the fields by their delimiter, which is a comma, but unfortunately some of the fields have valid commas within their data: For instance: 1234,Cake,,'Smith,John',,'Status: Ackn...
9 16462 3
by steve finger

Cannot activate or deactive a File Channel in Rich Client      

Started By  LauraPat
I use File Channel/Receiver to initiate a process flow. It's been working fine until we had a problem with our system and the process hung due to bad data and an enormous file. To prevent it from kicking off again - I tried to deactivate the File Receiver. I didn't realize until now that the deactivation failed). I've tried to deactivate it again and I get an error that the receiver is not active. If I try to reactivate it - I get the error 'Receiver must be in activated failed or inactive or fa...
0 4421 0

Is this possible?      

Started By  Ronnie
We currently have a server that has a scheduled task on it to run an executable. That executable takes files from one directory and moves them to another.   Is there a way that a process flow can be written that can take files and move them from one directory to another I know there is a file access node that can be used to check a location to see if a file exists, but what about moving files
16 16746 1
by steve finger
Page 4 of 48 << < 23456 > >>


RSS Feed Available