Search found 45 matches

by leandrohmvieira
Fri Feb 03, 2017 6:02 am
Forum:
Topic: IGC: binding physical and virtual Data File info assets
Replies: 3
Views: 6930

Did you try to import admin variables to IGC? Maybe it not binding because of variable values in file path
by leandrohmvieira
Mon Dec 12, 2016 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last update timestamp logic on SCD stage
Replies: 0
Views: 2159

last update timestamp logic on SCD stage

Greeting experts. We are migrating some dimension jobs made in server job to parallel jobs. On Dimension tables there is a field called "LAST_UPDATE_DATE" which enters as null for new dimension rows and is filled with current timestamp when a type 1 update occurs. How do i implement this l...
by leandrohmvieira
Fri Oct 28, 2016 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore DSJ.BADLINK error on Server routine
Replies: 1
Views: 5834

I could not achieve a way to ignore this error, so i did a workaround solution, starting from JobInfo, which i have sure it exists. Here is the code: FOR Counter = 1 TO (COUNT(ParamDef,',')+1) STEP 1 ParamName = FIELD(ParamDef,",",Counter) StageName = FIELD(StageDef,",",Counter) ...
by leandrohmvieira
Wed Oct 26, 2016 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore DSJ.BADLINK error on Server routine
Replies: 1
Views: 5834

Ignore DSJ.BADLINK error on Server routine

Greetings Experts, I want to ETL the rowcount of my jobs , and for it we adopted a dev pattern and created an after-job routine that get the values and inserts them in a table. But when routine is executed from a job that does not have the link, the routine aborts: LDWDim_Age..AfterJob (fatal error ...
by leandrohmvieira
Fri Oct 14, 2016 5:53 am
Forum:
Topic: End to End Columns
Replies: 9
Views: 6119

Some stages are not compatible with lineage, maybe a unsupported stage are breaking the lineage flow:

check this here:
http://www-01.ibm.com/support/docview.w ... wg21685151
by leandrohmvieira
Thu Oct 13, 2016 11:02 am
Forum:
Topic: physical table and Job
Replies: 3
Views: 4067

Are tables transparent? If they look transparent, its a virtual asset, on this case you must map connection to database on IGC. I followed this steps and was able to fix the problem: http://www.ibm.com/support/knowledgecenter/SSZJPZ_11.3.0/com.ibm.swg.im.iis.mdwb.doc/topics/t_data_connection_mapping...
by leandrohmvieira
Thu Oct 13, 2016 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running SQL statements in datastage
Replies: 7
Views: 7713

IF this is a one time operation, craig got it. But assuming that you want to schedule this, just build a simple job like this: 1-import table definition of table2 2- Build this: connector------->transformer-------->connector 3- On connectors, load table2 definition. 4- On source connector, set gener...
by leandrohmvieira
Tue Oct 11, 2016 6:02 am
Forum:
Topic: Can't create a table definition from shared metadata
Replies: 0
Views: 2842

Can't create a table definition from shared metadata

Greeting experts. Im having problems in accomplishing this task: https://www.ibm.com/support/knowledgecenter/SSZJPZ_11.5.0/com.ibm.swg.im.iis.ds.design.doc/topics/creatingatabledefinitionfrommetadatainthesuiterepository.html i can see and select tables imported to IMAM but the "create" but...
by leandrohmvieira
Wed Sep 28, 2016 6:50 am
Forum: IBM QualityStage
Topic: Investigate Reports
Replies: 12
Views: 29309

NLS configurations in Administrator client match our locale.

Should i open another thread do discuss this matter? Since is about another problem related to IIS console Information Analyzer project?
by leandrohmvieira
Tue Sep 27, 2016 8:57 am
Forum: IBM QualityStage
Topic: Investigate Reports
Replies: 12
Views: 29309

Thank you very much rjdickson, it was a locale problem, we are using PT_BR NLS, so decimal separators are comma separated, i changed the file separators mannualy and the report worked just fine. But this opens another question, there is a way to change IIS NLS Settings?So i dont need to change every...
by leandrohmvieira
Fri Sep 23, 2016 1:54 pm
Forum: IBM QualityStage
Topic: Investigate Reports
Replies: 12
Views: 29309

Im just having the same problem now, can someone help me? :cry: Further information, i designed a job like this: Oracle Connector------->Investigate------->Sequential file Writing into a txt file. write mode set to overwrite. Write method set to specific files clean on fail true column names true(as...
by leandrohmvieira
Mon Aug 29, 2016 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Container best practices
Replies: 2
Views: 5375

Shared Container best practices

Just curious.
Can someone show me a good example on how to use shared containers in server jobs?
Because i just cant figure out one. Some example where i can use it several times to reduce dev time

Thanks in advance.
by leandrohmvieira
Fri Aug 26, 2016 9:01 am
Forum: General
Topic: How to enqueue or delete all multi instance jobs?
Replies: 1
Views: 1513

How to enqueue or delete all multi instance jobs?

Hello everyone, Im designing a job control process based on the following example: I have a seq: Job1 -> Job2 -> Job3 and a table on database REQ DEP Job1 - Job2 Job2 - Job3 If Job1 aborts, it will prevent Job2 and Job3 to execute and so on. To check jobs, i use a before and after subroutine to call...
by leandrohmvieira
Wed Aug 24, 2016 8:32 am
Forum: General
Topic: ETL Development standards, best practices, guidelines etc.,
Replies: 6
Views: 4738

There is a similar book for Server Job development?