Hello everyone,
Regarding SAP Data services 4.2,
I am having some issues with my "data services locale selector" application shortcut. When i launch this shortcut, i see javaw.exe in Task Manager for few seconds and then Javaw.exe exits without launching UI.
On further troubleshooting i found that on launching the shortcut, Application tries to create some dll files under %UserProfile%\.swt/lib/win32/x86 location. Due to some reasons application doesn't have permission to create files and folder directly under %UserProfile% location on my machine that's why application is failed to launch and it exits without showing any UI.
I want to redirect this file creation to some other location e.g. %UserProfile%\Documents\.swt/lib/win32/x86 . I have searched through many .ini and .txt files present in application installation directory but i am not able to figure out which configuration file i need to change.
Please suggest if anyone knows about "data services locale selector" folder configuration.