Skip to main content

Hi Team,

 

I was calling files from XML map connector to do cross reference from Input values to pick the respective values from list. 

This function working fine, and from yesterday i am facing the below error “System error: Access to the path 'C:\Users\ligEDIAdmin\Documents\SCJ\SCJCode.xlsx' is denied” 

 

Same function works fine in Production environment, but in Test system i am facing the issue, We have worked with all network / server team and there where no changes made with access / permission levels. 

Still i am facing the issue, could anyone please help me out by pointing what is to be done to fix this issue. 

Hi Pradeep,

The error "Access to the path 'C:\Users\ligEDIAdmin\Documents\SCJ\SCJCode.xlsx' is denied" suggests that the application attempting to access the file lacks the necessary permissions.

Check File Permissions

  1. Navigate to the file path: C:\Users\ligEDIAdmin\Documents\SCJ\SCJCode.xlsx.
  2. Right-click the file and select Properties.
  3. Go to the Security tab.
  4. Verify that the user or application running the process has Read/Write permissions.
    • If permissions are insufficient, click Edit, select the relevant user/application, and grant the required permissions.

Check Folder Permissions

  • Ensure that the folder (SCJ) and its parent directories also have the appropriate permissions.
  • Permissions should be applied to the user or account used by the application.

Account Type Consideration

  • Determine how the application is being run:
    • If using a local system account, it typically has broader access to local resources.
    • If using a network account, permissions might be more restricted, which can lead to access issues.

Adjust permissions, accordingly, ensuring the account running the application has sufficient rights to access both the file and the directory.


Reply