- Import data with Maximo Integration Framework (MIF)
- Import/Export data with MxLoader by Bruno Portaluri
- Import labor codes with Maximo Integration Framework
- Import users security groups with MIF
- Import Inventory Records using Maximo Integration Framework (MIF)
- Exporting data to XML with MIF event listener for any changes on an object automatically
- Import asset classification hierarchies and classification attributes with MIF
- Import PM’s and PM sequences with Maximo Integration Framework (MIF)
- Import locations with Maximo Integration Framework
- How to import failure codes with the Maximo Integration Framework (MIF)
- Create a Person Group object structure and web services with MIF
- Screencast: Import data with XML flat files
- Export data to XML files with MIF
- Screencast: Import users and passwords with Maximo Integration Framework
- Import assets and asset specifications with MIF
This screencast will walk you through importing security users and be able to set their passwords. Read this post to setup your CRON tasks, if you haven’t already done so.
What you will learn in this video:
- Import users and set user passwords
- Disable emailing passwords to user
- Disable password expiration
- Attribute restrictions
- Manage Admin Mode
- Config DB from with Maximo
Do I need to create an external system just like you did to make this work?
No, that is just one way to do it. It depends on how you want to import your data. I showed how to import via interface tables, hence the endpoint for my external system is MXIFACETABLE. You can use the existing EXTSYS1 to import via XML files.
Is there a way to add the Persons without having to manually add them to Maximo first?
You could use MIF to import the person record first.
Hi
Regarding Installation of Websphere application server and db2 in AIX, I have some doubts . please help me .thanks in advance
1. Launchpad runs or not in AIX
2. s
I am not yet installed Maximo on AIX so I can’t say for sure.
2. Should i go for manual or automatic configuration of WAS and DB2 while installing asset management
Hi,
the video is not working, how can I download it?
Thank you for your attention.
Bye
The video is working, you must be registered and logged in to view the video.
Excellent video. In your video you set the password to maximotest. What if I want to import users from Maximo 6 where they already have a password which is stored as an encrypted value. (i.e. How do I tell the MIF that the password I supplied is an encrypted value?)
I don’t think that is possible. If they are already in the database then you can just update all other fields except for the password.
Excellent video, thanks Chon
Hello Chon, I could not see any video… It says 1 item remaining in status bar. I am registered, logged in and purchased too… I am trying to see in IE8 and Firefox
If you have any external link, could you please share?
Hello Chon,
can u tell me how to create object that would IMPORT data into GROUPUSER?
Hello Chon,
Great Video.
I have a question, hee you set the password as maximotest. How can we Generate Password like we do it from the application ?
Regards,
Megha Tatiya
thanks Nice video, I like to know how to create the cron task which fetches the record form the mxin_inter_trans table to the main MBO table., As i have practiced and reached up to the insertion of record in the mxin_inter_trans table and in the iface table., the records need to be transferred from iface table to main mbo table. how to do it through cron task.