Search found 2886 matches

by qt_ky
Wed May 06, 2015 12:58 pm
Forum:
Topic: No Graph Viewer in IGC 11.3.x
Replies: 5
Views: 4458

I am not familiar with that feature. Would it help to use IBM InfoSphere Data Architect? That product is often bundled with other IBM products, like Information Server. Check your license documentation.
by qt_ky
Wed May 06, 2015 7:25 am
Forum: General
Topic: Jobs getting Queued instead of Running
Replies: 4
Views: 3603

Yes, it was one of many surprises encountered! :lol:
by qt_ky
Sun May 03, 2015 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFDC Pack - Experiences and pointers
Replies: 9
Views: 5037

Our experience with this stage is just beginning. We have it installed and are currently waiting on credentials in order to use it.
by qt_ky
Sun May 03, 2015 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify missing numbers in a source column
Replies: 5
Views: 1536

Consider joining as a premium member. It costs less than one restaurant lunch per month.
by qt_ky
Fri May 01, 2015 6:29 am
Forum: General
Topic: Oracle 12c supported?
Replies: 8
Views: 10542

Agreed!
by qt_ky
Fri May 01, 2015 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFDC Pack - Experiences and pointers
Replies: 9
Views: 5037

I can comment on two of the items, also about salesforce pack 1.5.0.2, but with IS 11.3.1 on AIX. 2. No entry was created in Version.xml for SFDC pack. "CONFIRMED" - The salesforce pack has its own installer which calls the "dscompinst" program. - I had also noticed there was no ...
by qt_ky
Wed Apr 29, 2015 1:40 pm
Forum: General
Topic: Assembly editor XSD
Replies: 1
Views: 788

Try renaming them and/or moving them to another folder, then start everything up to see what happens.
by qt_ky
Wed Apr 29, 2015 6:57 am
Forum: General
Topic: The timezone environment variable TZ is currently not set
Replies: 2
Views: 7647

TZ is Time Zone. Talk to your UNIX Administrator about setting it. It is hard to imagine how not having it set could degrade performance, but I suppose anything is possible.
by qt_ky
Mon Apr 27, 2015 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length file where last field is variable length
Replies: 4
Views: 1526

If the file is consistently formatted as described then you could read every record as a single varchar column with a high length limit (read it as a delimited file; delimiter choice would not matter), and do the columnization within your job design, i.e. substring each column in a Transformer stage.
by qt_ky
Mon Apr 27, 2015 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC not giving desired results
Replies: 7
Views: 2418

Your job design or change capture stage settings may be incorrect. Double check those areas. You may also want to review the online help for that stage because "it should output no rows" does not sound correct.
by qt_ky
Mon Apr 27, 2015 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job having high start up time
Replies: 8
Views: 4675

Check in the stage properties for any before-SQL statements. The last time I checked, those SQL executions were counted as startup time.
by qt_ky
Fri Apr 24, 2015 11:17 am
Forum: General
Topic: Master Sequence Job Design
Replies: 5
Views: 2624

Re: Master Sequence Job Design

My question is, do we build individual Sequence for each of these class of objects, like StgSeq, RefSeq, DimSeq, FactSeq to group them togather and then call these Sequence jobs in the Master Seq (Concept of Master and Child Seq) so we segregate them and it becomes easy to add more Dims/Facts in ne...
by qt_ky
Fri Apr 24, 2015 5:34 am
Forum: General
Topic: Deleting jobs in bulk
Replies: 7
Views: 2083

Yes, it would not be fast, but once you do it, it would be faster each time. It's not like you have to sit and wait for it. Just open it up and check back later. I thought projects had a physical limit of around 5K jobs, so I am surprised you have 15K in a single project. Hopefully you already have ...
by qt_ky
Fri Apr 24, 2015 5:27 am
Forum: General
Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command
Replies: 5
Views: 2921

We were getting error "du: 0653-175 Cannot find the current directory." when stopping and starting the engine as root. Support said to stop and start it using the dsadm ID according to the doc, and that error went away.
by qt_ky
Thu Apr 23, 2015 9:08 am
Forum: General
Topic: Deleting jobs in bulk
Replies: 7
Views: 2083

One option is using Director, View menu, uncheck Show Folders, wait for full jobs list to display at once, click a column header such as 'Last ran' to sort by last run time. Assuming you want to delete jobs that haven't run in a long time, multiple select them using Shift or Ctrl and hit the delete ...