IdentityIQ (IIQ) IIQ Discussion and Questions

Hello, i am trying to connect to the employee Delimited file and always give that message earlier it was working fine but later, i got this message when i am onboarding a new one" Unable to open filestream for file: C:\Users\amrdo\Desktop\SourceData\Employees.csv the path is correct the CV is correct the delimiter also and checked the file has column header on the first line i am not sure what is wrong first time to encounter this

Hi @amrdodani

Please check below solutions:

Unable to open filestream for file - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

I’m facing this issue to open a file stream 'Unable to open filestream for file: ‪C:\hrms\hrms-file.csv? - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

Delimiter Test connection - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

solution from above topic:

Can you use / instead of \ this?

other pointers:
Please check that your file is located in the correct path and check that permissions are properly set.
Try to create brand new csv file, copy paste the content by using notepadd++

I even tried this and not working !!


Hi @amrdodani

I know why it was not working, because you keep the file inside the user’s(amrdo) folder… where the super user doesn’t have permission. once you keep the file outside Indvidual user folder then it is started working.

small request: please update the topic category to IdentityIQ (IIQ) IIQ Discussion and Questions

image