Search found 2886 matches

by qt_ky
Mon Mar 30, 2015 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of distribution key in the design schema
Replies: 4
Views: 2567

Perhaps DB2 privileges are different? Either way, you could also do additional testing to narrow it down, such as carefully testing a test job against a prod database, and/or carefully testing a prod job against a test database.
by qt_ky
Fri Mar 27, 2015 12:16 pm
Forum: General
Topic: Run DSJOB -run from command activity stage having limitation
Replies: 16
Views: 7266

Doesn't the job activity stage wait for each job to complete, whereas the dsjob -run command has a -nowait option?
by qt_ky
Thu Mar 26, 2015 9:04 pm
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

Another 11.3.x surprise we found was related to the Workload Management feature, or WLM. Others may have run across in 9.1.x, which we skipped... In our first pass at setting up an 11.3 server, we had a minimal amount of physical memory, although it may have been more than the minimum recommended. T...
by qt_ky
Thu Mar 26, 2015 8:25 pm
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

The g++ reference was mistakenly misleading, and they did correct it on the system requirements site soon after we pointed it out.
by qt_ky
Thu Mar 26, 2015 10:46 am
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

I saw an IBM bulletin yesterday that indicated that Fix Pack 1 for 11.3.1 (= version 11.3.1.1) results in a problem in the Operations Console (JR52899). Here is a link.

https://www-304.ibm.com/support/entdocv ... wg1JR52899
by qt_ky
Thu Mar 26, 2015 10:42 am
Forum: General
Topic: Migrate v8.7 to 11.3 call for stories
Replies: 2
Views: 932

Start by reviewing this topic: http://www.dsxchange.com/viewtopic.php?t=153699&highlight=surprise The IBM Concierge service is no more. They used to help customers with such migrations. Their migration utility is no longer supported either. There is a migration document, and corresponding sectio...
by qt_ky
Thu Mar 26, 2015 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 6452

An alternative outside of DataStage would be to request a network person to monitor inbound and outbound network traffic with your DataStage server over an average 24 hour period and send you a report with the number of bytes for each. There are probably operating system commands that would let you ...
by qt_ky
Wed Mar 25, 2015 7:56 pm
Forum: General
Topic: How to display project protection status from command line?
Replies: 7
Views: 4079

Support confirmed with engineering that there is no command line method available (at least nobody knows of one)... So I have entered an Enhancement Request. Please review this enhancement request and VOTE using the RFE link below with your IBM ID. Here is the write-up: 1. Enhance the dsadmin comman...
by qt_ky
Wed Mar 25, 2015 7:45 pm
Forum:
Topic: Accidental loss of data when creating new IGC assets
Replies: 1
Views: 2671

Accidental loss of data when creating new IGC assets

Please review this enhancement request and VOTE using the RFE link below with your IBM ID. I had a PMR on this topic and was told it is working as designed, therefore it is not a defect. Tell that to your glossary authors! :? Here is the write-up: Avoid accidental loss of data when creating new asse...
by qt_ky
Wed Mar 25, 2015 7:36 pm
Forum: General
Topic: SQL Server: Importing Table Definitions.
Replies: 2
Views: 2140

What you described as a workaround is the only solution I am aware of. I don't consider it to be a workaround. I believe it is meant to work that way. I would be happy to learn otherwise. On a similar subject, have you tried using the newer DataDirect SQL Server Native Wire Protocol driver (VMsqls00...
by qt_ky
Wed Mar 25, 2015 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 6452

Bytes moved by a job will vary wildly with each different job design and could be meaningless (i.e. Job 1 moved 1GB from stage A to stage B and 900 MB from stage B to stage C and 900 from C to D, etc.). Bytes moved across each link may be a useful measurement, but I do not know of an environment var...
by qt_ky
Wed Mar 25, 2015 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing leading '0' while decimal to varchar conversion
Replies: 4
Views: 2394

Also keep in mind that negative numbers will lead with a negative sign, not a space...
by qt_ky
Wed Mar 25, 2015 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job reports failure (code 139)
Replies: 8
Views: 4171

Try searching on "parallel job reports failure (code 139)" and go through the results.
by qt_ky
Tue Mar 24, 2015 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails unless CC_MSG_LEVEL set to 2 or less
Replies: 5
Views: 2947

I encountered different but similar smelling problems on 11.3.x that turned out to be caused by using a slightly different compiler than exactly the version listed on the system requirements web site. A newer version caused problems, and the same version with patches (PTF's) applied also caused stra...
by qt_ky
Tue Mar 24, 2015 6:20 am
Forum: General
Topic: Xmeta files
Replies: 3
Views: 1695

Everything under the /IIS/IBM/InformationServer/Repos/xmeta structure is part of the XMETA repository database. Those files are managed by DB2. Do not delete any of those files. I would suggest searching the IBM Support Portal or contacting Support to ask the same question as well--how to safely red...