Skip Headers
Oracle® Health Sciences Clinical Development Analytics Administrator's Guide
Release 2.2 for Standard Configuration

E25023-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

A Troubleshooting

This appendix contains the following topics:

A.1 Oracle Business Intelligence Data Warehouse Administration Console Task Fails due to Missing Parameter File

In DAC 10.1.3.4.1 + patch (***) command_infa.xml uses -paramfile as the default option for the parameter file. The DAC tasks will fail if DAC and Informatica servers are on different machines.

To fix the problem, perform the following steps:

  1. Navigate to <DAC>\conf folder and edit the file infa_commands.xml.

  2. Edit the block START_WORKFLOW_7 or START_WORKFLOW_8 and change the content as follows:

    • For START_WORKFLOW_7 replace the following line:

      pmcmd startworkflow -sv %SERVER -d %DOMAIN -u %USER -p %PASSWORD -f %FOLDER -paramfile %PARAMFILE %WORKFLOW

      with

      pmcmd startworkflow -sv %SERVER -d %DOMAIN -u %USER -p %PASSWORD -f %FOLDER -lpf %PARAMFILE %WORKFLOW

    • For START_WORKFLOW_8 replace the following line:

      pmcmd startworkflow -sv %SERVER -d %DOMAIN -u %USER -p %PASSWORD -f %FOLDER -paramfile %PARAMFILE %WORKFLOW

      with

      pmcmd startworkflow -sv %SERVER -d %DOMAIN -u %USER -p %PASSWORD -f %FOLDER -lpf %PARAMFILE %WORKFLOW

      Note:

      These modifications should be done both on the DAC client and the server machines.
  3. After you modify this file, restart the DAC server and client for the changes to take effect.

A.2 Sorting and Displaying of Null Values in Reports

In order to understand results shown in OBIEE reports, it may be necessary to understand how null values are sorted and displayed in reports.

Oracle uses NULL as a pseudo-value for a table cell when there is no actual value. For example, if the number of documents awaiting completion for a site is unknown, the column containing that attribute of the site will be set to null in the database.

As null values can appear in among data, OBIEE has rules that determine how to display the null values. And as OBIEE supports sorting of data in a column, it has rules for how nulls should be sorted.

The following are the rules:

These rules can produce unexpected results. This following section describes how to interpret such unexpected results. It also describes actions you can take in creating OBIEE requests to override OBIEE's default rules.

The results of these rules are:

If you use IFNULL, it is important that you:

A.3 Aborting a Workflow

A workflow can be aborted by the following two methods:

Method 1

Perform the following steps in DAC to abort a workflow:

  1. Navigate to Execute > Execution Plan sub tab.

  2. Click the Execution Plan you want to abort.

  3. Click Abort.

Method 2

Perform the following steps in Informatica PowerCenter to abort a workflow:

  1. Open the Informatica PowerCenter Workflow Monitor.

  2. In the Repositories tree, navigate to the particular folder that contains the Informatica job.

  3. In the Workflow Run pane, select and right-click the workflow, and click Abort.

See Also:

Informatica PowerCenter Online Help