Questions tagged [iics-mi]

3 questions
0
votes
0 answers

Is there any documentation or article on how IICS IPU is calculated for different services (CDI, CAI, MI etc)

I did some research online and couldn't find how exactly the IPU is calculated. The only information I got is the different scalars used for different services. Is there any specific formula where the server type (CPU, memory) is a function, for the…
DDJ
  • 5
  • 4
0
votes
2 answers

File transfer using IICS

I have a requirement where I need to transfer 1000s of files(around 200 GB) via IICS. How can I perform this using IICS? The files are stored in a server that does not run a secure agent which makes it complicated
DDJ
  • 5
  • 4
0
votes
1 answer

What is the best approach to load multiple excel files that are on NAS folder using IICS?

I have 50+ excel files on NAS folder that I would like to load to my S3 bucket using IICS. Each file has different column names and number. For loading files. I am using File ingestion task, to be specific "Filelist" as my source object. For…