Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Start DataSync without password prompt

Received Response
21
Views
1
Comments

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

  • User743400-Oracle
    User743400-Oracle Rank 3 - Community Apprentice

    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!