Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Start DataSync without password prompt

Summary
How to start DataSync without password prompt
Content
Hi Folks -
I have DataSync installed in a Windows Server and we are creating and automated process to start DatSync if the Javaaw.exe service goes down
The issue is, when we try to automate "DataSync.bat", we are prompted to enter a password EVEN THOUGH we have "Remember Password" checked off. Is there a switch I can add to the startup command in "DataSync.bat" to suppress this dialogue box?
Thank you!
Answers
-
There are two components in Data Sync - a server part and a client part.
datasync.bat/.sh is a wrapper to bring both the components together.
startserver.bat/.sh is to bring up only the backend - this is the part that runs jobs, maintains the schedules etc.
datasyncClient.bat is to bring up only the client component. this will require the backend to be up and running.
In your usecase, use the startserver.bat to bring up the backend. And if you would like to monitor the job or do further work with UI, use datasyncClient.bat.
Do not use datasync.bat once you choose to go this way!
0