The Branch node in IP Designer is useful for an “if-then-else” type of logical statement.
After adding a branch node to your process, make sure the node is connected (using the connection tool) to previous nodes. That way, all your variables will be available. Then, click on the branch node and add conditions. You can add many conditions, and you can use variables and/or javascript code to create the comparisons.
In this example, we have very simple conditions:
When you create a connection from a branch to another node, you will be prompted to select the condition that should lead to that node:
NOTE: If you need to connect your branch node to a different node, DO NOT DELETE the connection. That will delete your entire condition!!! Simply grab the end of the arrow and move it to the correct node, or right click on the connection to unlink it and create another connection to the correct node.
https://www.nogalis.com/wp-content/uploads/2017/01/IP-Designer-Series–The-Branch-Node.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2017-01-24 07:54:592017-01-23 13:57:05IP Designer Series – The Branch Node
In Lawson version 10.0.8, you may encounter performance issues followed by the dreaded “error occurred outside of IOS” notification. If you run into these issues, check your event viewer. If you see an error like the one below, you may need to reinstall the Micro Focus license manager. Here are the steps to do install it.
Sometimes Lawson errors can be very cryptic and difficult to troubleshoot. Sometimes you will have a very specific error in the ios.log or other system logs, and a search on InforXtreme produces ZERO results. It can be quite frustrating! Don’t forget that you have another place to check for errors. Always remember to check your Windows Event Viewer for another “perspective” on the error. Sometimes a Google search or even InforXtreme search on the error text in Event Viewer will actually produce results where the log search didn’t. Some examples I have found are an error in the importdb script, which provided more information for an Infor ticket I had open, and a MicroFocus license manager error that led me to a KB and a download that solved some performance issues for us. So, the bottom line is, don’t forget to check server logs in addition to Lawson and WebSphere logs!
https://www.nogalis.com/wp-content/uploads/2017/01/Don’t-forget-to-check-your-Event-Viewer-e1483656249258.jpg544599Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2017-01-05 14:44:272017-01-05 14:44:27Don’t forget to check your Event Viewer
The Assignment node in IP Designer is pretty straightforward and simple to use, but it can also be very useful and flexible. The first step to using the assignment node is to create and initialize your variables in the start node properties.
The assignment node can be used to set simple variables. It can also be used for more complex assignments. Here is a simple assignment, created by clicking :
You can also use javascript and regular expressions in your assignment node to manipulate strings. This example uses a simple “if” statement to assign a variable (created by clicking ):
This example takes a line from a data iterator, splits it on the “,” , and removes unwanted characters using regular expressions. It assigns that string to the “impCompany” variable, which was created and initialized in the Start node.
https://www.nogalis.com/wp-content/uploads/2017/01/IP-Designer-Series-The-Assignment-Node.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2017-01-03 11:30:352017-02-17 11:25:18IP Designer Series – The Assignment Node
Drag and drop your Dimension (column header) to the Dimension in the grid, the dimension will be switched.
Right click on the data for more formatting options:
Limit/filter reporting data by double clicking on column header.
Double click dimensions in the table , the List Designer will open in the right side of the report for selecting specifics
List Designer will assist with Structure Selection, Filter, Sort, Attributes (and Advance options)
https://www.nogalis.com/wp-content/uploads/2016/12/Infor-BI–Office-Plus-Ad-hoc-Report-How-to-Change-Dimensions.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-12-13 10:54:392016-12-13 10:54:39Infor BI–Office Plus – Ad-hoc Report: How to Change Dimensions
Once you have done all your Infor work to create your files for submitting to IRS, the steps below will help you get your file submitted successfully. The final files are generated when you run the BN299.
An XML Reader Application is needed to validate the files. Altova XMLSpy application is a good program to use for this. Follow the steps in the above KB article to validate the files.
Once you make the changes that are noted in the XML Validator you will need to update the Checksum value in the Manifest.xml
Checksum verifies the integrity of the file. Download the utility FCIV. FCIV (File ChecksumIntegrity Verifier) is utility from Microsoft that computes (MD5 and SHA1) and verify Integrity of the File.
From the command prompt:
Browse to the location where your files and fciv.exe is located
Type program name + file name (ex. fciv.exe 1094C_Request_BB9LL_20160629T100009000Z.xml)
Press enter
The unique value should be placed in the ChecksumAugmentationNum tag in the Manifest.xml
You also will need to make sure the AttachmentByteSizeNum is correct. This can change when you make changes to the file.