I have created a .NET add-in for GP2013. It replaces the Direct Deposit ACH Creation process with one that is pertinent to my client. The application evaluates the data and creates a text file in a common folder. The three production instances of GP run through Citrix. Here is what is known:
1) The GP user is inconsequential (doesn't matter whose ID you use).
2) GP has no problem creating the file using the standard ACH creation process, no matter who is logged into Citrix.
3) If the user logs into Citrix as Administrator, GP can create the standard ACH file AND when running my Add-In (from the "Additional" menu), my ACH file is created as well.
4) If the user logs into Citrix as anyone else (other than Administrator), GP can create the standard ACH file BUT my Add-In receives a permissions error and it won't create the file.
Obviously, GP has some internal rights that I don't know about. I also can't get an answer from the hosting company (their environment is out-sourced) about how to set the permissions for my app to create this file.
Any ideas or suggestions?
Don
*This post is locked for comments