Download Latest Version ExecuteWorkflow.jar (32.7 kB)
Email in envelope

Get an email when there's a new version of Informatica ExecuteWorkflow

Home / Current / V1.3
Name Modified Size InfoDownloads / Week
Parent folder
README.TXT 2013-11-07 2.6 kB
ExecuteWorkflow_LINUX_X86_64.zip 2013-11-07 36.1 MB
ExecuteWorkflow_WIN64.zip 2013-11-07 14.3 MB
ExecuteWorkflow_WIN32.zip 2013-11-07 11.1 MB
Totals: 4 Items   61.5 MB 0
Description:
A Java utility that uses the Informatica Operations API allowing parameter inputs, trapping of suspended workflows and ability to send an email on failure. This utility extends the functionality of the pmcmd startworkflow and starttask command. If you pass in a parameter file and individual parameters on the command line, a temporary parameter file is created that has the values from the parameter file and appends the individual parameters. The e-mail sent is in HTML format using tables and looks similar to the workflow monitor output.

Features:
  -Written in java using Informatica Operations API.
  -Platform independent.
  -Can be executed on any OS supported by Informatica SDK without installing the PowerCenter server or client software.
  -Pass in up to 10 individual name-value pair parameters enclosed with "" that will be used in the workflow (ie "$$Parameter=value")
  -Individual parameters can be appended to an existing parameter file.
  -Ability to send an email to comma delimited list of addresses on workflow failures using SMTP.
  -Traps a suspended workflow and fails the command.
  -Use of a default properties file to define server names, authentication and email settings.
  
V1.3
	Bug Fixes:
		-Fixed time format not correct in workflow and session details output.
		-Fixed Exception error if no email address specified in properties file
		
	Enhancements:
		-New option in properties file allows ability to log using Security Domain.
		-New option in properties file to set polling time for checking workflow status while running. Potential risk of   workflow delays if a large number of workflows are running concurrently and trying can flood the repository with requests for workflow details. The default is 30 seconds(30000).
		-New flag -os allows the ability to pass in a folder OS Profile name at run time. 
V1.2
	Bug Fixes:
		-The "-prop" parameter was not recognizing the value of parameter file being passed in.
	
	Enhancements:		
		-Recompiled and re-orgamized to not use classes and call jar file directly. This allows easier updates to the program by just releasing the jar file. 
		-Moved infa.properties to root directory for easier access to modifcations.
		-New parameter "-ri" to pass in a workflow instance name (this can only be used for concurrent workflows).
		-New flag "-d" to enable server details (this was displaying by default before). If -d is not used, no server details will be displayed on the console during execution.
V1.1
	Bug Fixes:
		-Fixed a java error when a worklet fails in a workflow. 
V1.0
	Initial Release	
Source: README.TXT, updated 2013-11-07