Siebel Business Analytics Server Administration Guide > Setting Up Mobile Analytics > Synchronizing Mobile Analytics Applications >

Synchronizing Mobile Analytics in the Background (Silent Mode)


To integrate dashboards with Oracle's Siebel Mobile Web client, you need to set up mobile analytics to run in the background (silent mode) using the following syntax.

Sync

(Required)

-u|U[User Name]

(Required)

-p|P[Password]

(Required)

-f|F[Dad File / URL Link]

The DAD file name. Only if you know the DAD file name on the server.

-s|S[Server]

Machine name. URL is constructed from machine & application name

-a|A[Application Name]

Required to be used in conjunction with server

-d|D

(Optional) To just download files, not update, the files won't be written to disk.

-l|L[Log Filename]

(Optional)

-o|O[Output Folder]

(Optional) Primarily used for testing.

CAUTION:  If you type a space between a parameter and its corresponding value, you will get an error such as Cannot Find DAD File. For example, type -aPharma, not -a Pharma.

Pharma Mobile Analytics Example

The command line interface is used extensively by Oracle's Siebel Pharma application and Pharma Mobile Analytics so that synchronization can be performed on a batch basis on weekends or nights. Pharmaceutical sales representatives typically synchronize multiple mobile analytics data sets using a single synchronization process. This process runs synchronization scripts for all their applications including Siebel operational applications, Mobile Analytics, and Outlook.

Pharma Mobile Analytics synchronization typically is run as a set of scripted commands that are embedded in a script and run in the background. Pharma Mobile Analytics users typically do not use Disconnected Analytics Application Manager synchronize.

The following is an example of the command line synchronization for Pharma Mobile Analytics:

  • Type the following on the command line if the server and application name are specified:

    sync -uuser -ppassword -sserver -aPharma where server is <hostname>:<port>

    NOTE:  Lowercase (analytics) is the default on the command line if the server and application name are specified.

  • Type the following on the command line if the URL of the DAD file is specified:

    sync -uuser -ppassword -f"http://server/Analytics/saw.dll?SyncDAD&app=Pharma"

Siebel Business Analytics Server Administration Guide