Guest_imported
New member
- Jan 1, 1970
- 0
I am attempting to run a Cognos script which opens an Impromptu Report from a third party scheduler--Tivoli's Maestro. The program hangs indefinately on the 'createobject' part of the script.
If I run the script myself, everything works fine, but something with not being able to run in batch mode (as in the -n -s options for transformer) is killing the process.
Cognos swears this can be done, but no one can tell me how. I have attached the code below. Any help is appreciated.
jb
*********************************************************
sub main
dim impapp as object
SET impapp = CreateOBJECT("Impromptu.Application"
impapp.Visible 0
end sub
If I run the script myself, everything works fine, but something with not being able to run in batch mode (as in the -n -s options for transformer) is killing the process.
Cognos swears this can be done, but no one can tell me how. I have attached the code below. Any help is appreciated.
jb
*********************************************************
sub main
dim impapp as object
SET impapp = CreateOBJECT("Impromptu.Application"
impapp.Visible 0
end sub