Cobra Help

wInsight Export Process

Use the wInsight Export API process to export Cobra data to wInsight in batch.

Process Settings

Below are the settings you must define for the wInsight Export API process.

Setting

Description

Sample Value

ProcessID

This setting informs Cobra to run the wInsight Export process.

wInsightExport

ConfigurationName

This setting refers to the name of the export configuration file.

This setting is required.

DemoAdvancedExport

ConfigurationOwner

If the user ID running the API process is not the owner of the configuration file, then you must define this setting in the API script.

This setting is optional. If not specified, this defaults to the user currently logged onto Cobra.

SYSADMIN

Project

This setting refers to an alternative project to export from, using a specified configuration file.

This setting is required. By default, this is set to the project specified in the configuration file.

Demo Advanced

ExportFile

This setting refers to the name of the file containing the exported wInsight data.

This setting is optional.

c:\\My Documents\\spaceshuttle - nov07.xml

wInsightContractName

This setting refers to the name that is used for the contract in wInsight.

This setting is optional. If this setting is not specified, Cobra uses the wInsight Contract Name saved in the configuration file.

SpaceShuttle

Sample Script

Below is a sample script file for the wInsight Export API process.

[Process006]
ProcessID=wInsightExport
ConfigurationName=DemoAdvancedExport
ConfigurationOwner=SYSADMIN
Project=Demo Advanced
ExportFile=c:\My Documents\spaceshuttle - nov07.xml
wInsghtContractName=SpaceShuttle

How to...

Run the API Script

Create Windows Shortcut for the API Script


Learn more about...

API Script

Project Template Creation

wInsight Wizard


Parent Topic:

Process Sections of the API Script