Search found 45 matches

by leandrohmvieira
Wed Aug 10, 2016 8:19 am
Forum: Data Integration
Topic: Cannot create distinct user define data type on IDA
Replies: 0
Views: 39901

Cannot create distinct user define data type on IDA

Hello people. I want to create user defined data types on IDA, into a physical model, but when i try: - Distinct type option is unable to click. - Line type is enabled, but not working(nothing happens when i click). - Structured works, but i cant change sql type into properties. Someone have any ide...
by leandrohmvieira
Thu Jul 28, 2016 6:03 am
Forum: Data Integration
Topic: Change product HTTPS protocol
Replies: 2
Views: 16867

Hello @eostic, i did a netstat -a on the server, but port 19443 is not on the list, i can see just Architect ports: TCP [::]:56789 SRVBI07:0 LISTENING TCP 127.0.0.1:56788 SRVBI07:0 LISTENING I forgot to mention but, both Architect and IIS are installed on same machine, this is a problem? And another...
by leandrohmvieira
Wed Jul 27, 2016 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Resource Estimation and Performance Analysis tools
Replies: 1
Views: 5410

Resource Estimation and Performance Analysis tools

Quick question, resource estimation and performance analysis tools are enabled only for parallel jobs?

These buttons are always gray to me :cry:
by leandrohmvieira
Wed Jul 27, 2016 11:58 am
Forum: Data Integration
Topic: Change product HTTPS protocol
Replies: 2
Views: 16867

Change product HTTPS protocol

Hello, I want to import my Data Architect Physical and Logical Data Models to IGC, so i tried to import using a bridge/connector to IMAM. After setting Data Architect as a Metadata Interchange Server, i tried to create a new import area, but when IMAM attempt to connect , it comes with the following...
by leandrohmvieira
Tue Jul 26, 2016 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link report not found
Replies: 13
Views: 18270

Ha Ha Ha[2], got this on 11.5
by leandrohmvieira
Wed Feb 10, 2016 1:03 pm
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

I can't acess the Operations Console, but thanks anyway.
by leandrohmvieira
Wed Feb 10, 2016 12:15 pm
Forum: General
Topic: Calling Server routine from Sequence Job with empty params
Replies: 3
Views: 2793

Worked like a charm, thank you kduke!
by leandrohmvieira
Wed Feb 10, 2016 7:02 am
Forum: General
Topic: Calling Server routine from Sequence Job with empty params
Replies: 3
Views: 2793

Just trying to make my routine a little more elegant, i will try to pass '' right now.
by leandrohmvieira
Fri Feb 05, 2016 10:07 am
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

The code have some issues, and wasn't tested for every case yet, but here it is: *//FUNCTION GetAbortedJobs(Arg1,Arg2) *//Make it recursive DEFFUN GetAbortedJobs(Arg1,Arg2) CALLING 'DSU.GetAbortedJobs' $INCLUDE DSINCLUDE JOBCONTROL.H $INCLUDE DSINCLUDE DSJ_XFUNCS.H *//Could not figure out how to cal...
by leandrohmvieira
Fri Feb 05, 2016 7:04 am
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

I've made a recursive routine which look for all child jobs with a breadth search, thx everyone who helped.

:D
by leandrohmvieira
Fri Feb 05, 2016 5:57 am
Forum: General
Topic: Calling Server routine from Sequence Job with empty params
Replies: 3
Views: 2793

Calling Server routine from Sequence Job with empty params

Greetings, I've built a recursive server routine, which i use arg2 to build my Ans, but to work, it must receive a empty string when called. When i call it from an sequence job, if i let arg2 empty, i get the following compiling error: "Missing Mandatory value for parameter Arg2" There is ...
by leandrohmvieira
Thu Jan 21, 2016 1:39 pm
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

Hello, im back to this problem, and im trying to do what ArndW said, search in the log entries to find which child has aborted from a parent sequence. This is what i have so far: $INCLUDE DSINCLUDE JOBCONTROL.H $INCLUDE DSINCLUDE DSJ_XFUNCS.H *get parent job handle JobHandle = DSAttachJob(Arg1,DSJ.E...
by leandrohmvieira
Wed Jan 20, 2016 10:39 am
Forum: General
Topic: server routine to get the datastage job log information
Replies: 4
Views: 5831

Hello pandeesh, can you link us here? I couldn't find it
:cry:

thanks in advance
by leandrohmvieira
Thu Sep 03, 2015 2:01 am
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

Thank you,

There is a function which give me all the childs under a job?
by leandrohmvieira
Wed Sep 02, 2015 7:34 am
Forum: General
Topic: Get all child status recursively
Replies: 11
Views: 7694

Get all child status recursively

Greetings, http://flylib.com/books/2/264/1/html/2/images/fig21-5.jpg I have some sequences (1,2,3) and server jobs (4,5,6,7) Its possible to attach some job on sequence 1 which looks for all her childs for aborts statuses? Or any other way to do this? I would like to add a row on a DB for each abort...