Hi Forum,
using latest BA 2022 R1 and when ever i create a new BA value and after mapping all the data getting the error.
'The column 'xyzcolumnname', that is used for matching, has not been supplied'. tried all update rules and still facing the same issue. the BA is to update few fileds in assets like retirement date, Disposal date and Retirement reason etc.
Any suggestions as the above error is not specific to this BA and seen with other BA's as well.
Appreciate your help
‎Apr 28, 2023 07:34 AM
Hello @winvarma_MCI , can you please provide screenshots of the issue and BA configuration? I was thinking the value field might be either not configured for the Object used for the matching field or might be a null value from source.
I hope that helps
‎May 02, 2023 09:35 AM
Hi,
I also have this issue when importing Asset via a CSV using Business Adapter.
Did you find a solution?
‎Feb 07, 2024 12:19 AM
I know this issue from different adapters... one workaround that helped me a lot (don't laugh) is saving the adapter, closing it and then open it again 😄
Do you use physical staging tables to select from for the import step?
‎Feb 08, 2024 02:27 AM
This also seemed to fix for me,
Now I get an issue where I add a Query text, it appends it to the file name
‎Feb 09, 2024 01:25 AM
Why do you want to filter from the CSV file? I am pretty sure that the comma behind the first line in your query is causing this issue 😉
‎Feb 09, 2024 01:27 AM
I would recommend not to filter directly in the staging step. Read the CSV as is and import the file to physical staging table. In a second (import) step you can then select and filter or transform the data directly from the staging table in sql server.
‎Feb 09, 2024 01:29 AM
I would like to transform the data i.e. Change 'Operational' value to say 'Installed' ... for status.
How do I do this I do this in the 2nd import step. If there is Doco for this, I can read.
‎Feb 09, 2024 01:34 AM
Please have a look in the documentation:
https://docs.flexera.com/FlexNetManagerSuite2023R2/EN/BusnAdap/index.html#mgsbi/topics/BAS-ChIntro.html
‎Feb 09, 2024 01:38 AM