We have created automation app using user abc. while scheduling the app, we gave user as xyz. Requirement is to have all schedules executed by one user xyz.
This is not easily possible. Your best bet would just be to create the actions and schedule them with the same user that you want to run them as.
User settings, including actions that you are running, are stored on a per-user basis in the %APPDATA% folder for each user.
You could possibly work around this by putting your User Files folder in a location accessible to all users (specify that using the "Application Data Directory" in Options -> General).
Then log in as XYZ and make the same setting, so that both users are using the same folder. However, if both users are using these files at the same time, you might have file sharing problems.
We have updated the Toad Application Directory under Toad Options > App Folders to a shared location for user abc. and have also given xyz user full access to this shared directory, but we are still not able to execute scheduled apps via xyz generic user.
The scheduled job action takes the App name as the parameter, we need to know what is the exact path where this app resides, maybe if we specify the full shared path in the parameter it will work
If my last suggestion doesn't work, you should probably just let ABC and XYZ each have their own settings, and import the desired apps into XYZ. Toad really wasn't made to operate according to your requirement.