Search found 2886 matches

by qt_ky
Mon May 07, 2012 7:12 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WebServices Transformer Stage
Replies: 9
Views: 6249

I was going to mention that patch but I didn't see you were getting any error message and didn't realize you were on 8.7. We had to install that client side patch onto 8.7 and it did fix our WSDL import errors.
by qt_ky
Sun May 06, 2012 6:18 am
Forum: General
Topic: logs about application
Replies: 4
Views: 1591

The process command tells you if the engine is up and running and if so, it gives the startup date or time.

Code: Select all

ps -ef | grep dsrpc
by qt_ky
Fri May 04, 2012 6:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC enterprise stage fatal error
Replies: 2
Views: 2491

You can safely remove the QEWSD=39262 line. Those get added when testing DSNs from the command line. It will generate a warning about the license.

For the parallel job you may want to check the ulimit settings on your OS as those can limit available memory.
by qt_ky
Fri May 04, 2012 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with SQL STATE 40003
Replies: 7
Views: 3621

According to the link I posted above, "the connection to the database from the application has been lost and new connection should be established." Whatever is causing that is local to your environment. You should have local support like a DBA who can monitor it while it runs and see what'...
by qt_ky
Fri May 04, 2012 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link Order Functionality ?
Replies: 1
Views: 712

See if one stage can handle it and try setting it to update 1 row at a time with the stage settings do you don't deadlock/timeout yourself.
by qt_ky
Fri May 04, 2012 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CHAR function Clarification
Replies: 5
Views: 2230

Your link is for FastTrack 8.0. You chose Server Edition forum. Here is a link to 8.7 BASIC CHAR function: http://publib.boulder.ibm.com/infocenter/iisinfsv/v8r7/topic/com.ibm.swg.im.iis.ds.basic.doc/topics/r_dsbasic_CHAR_function.html You chose Parallel job type. Here is a link for the 8.7 Char fun...
by qt_ky
Fri May 04, 2012 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose/pivot logic needed
Replies: 8
Views: 2946

It takes one column and the column must first be sorted. You could concat many columns into one column, sort on it, then use the function on it.
by qt_ky
Thu May 03, 2012 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose/pivot logic needed
Replies: 8
Views: 2946

It looks similar to the parallel developer product manual examples of Transformer loop variables in 8.5 and higher.
by qt_ky
Thu May 03, 2012 7:41 pm
Forum: General
Topic: No Engine credentials were found on the Services Tier
Replies: 37
Views: 24566

root install is the way to go. You don't need to add root into any groups. It is normal for root to own many files under the install location. Did you try logging into any DataStage clients as isadmin and dsadm IDs (not into Web Console)?
by qt_ky
Thu May 03, 2012 7:35 pm
Forum:
Topic: tomcat6.exe process found running on 8.7 clients
Replies: 1
Views: 1335

tomcat6.exe process found running on 8.7 clients

We have noticed by default that a new tomcat6.exe process is running on 8.7 clients. I glanced through the "what's new" in 8.7 list and suspect it's related to IMAM web interface. Anyone want to confirm? It does not exist in 8.5 clients. Client path is \IBM\Info...\Clients\MetaBrokersAndBr...
by qt_ky
Thu May 03, 2012 5:52 pm
Forum: General
Topic: Director shows job and folder not existing
Replies: 7
Views: 1809

1) when I open derivation fields double clicking on it, I'm able to see its content properly formatted, but If I don't open it I see not printable characters for "carriage return" and "line feed" Item 1 has always been in DataStage and I have never found it to cause any problem....
by qt_ky
Thu May 03, 2012 5:47 pm
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 3250

Revisit the guide...

Try the -domain NONE option or -domain domain:port where domain is a server name and default port is 9080.

Get it to work manually from the command line first before trying out the -file option.
by qt_ky
Thu May 03, 2012 5:43 pm
Forum: General
Topic: No Engine credentials were found on the Services Tier
Replies: 37
Views: 24566

I thought if you went non-DB2 (DB2 is default) on the repository that you first had to run the DDL to create the objects in the repository. Maybe not... Install guide for your version would say.

Also confirm an admin login works, like isadmin or dsadm, before setting up new IDs.
by qt_ky
Thu May 03, 2012 5:39 pm
Forum: General
Topic: Reg Database topology
Replies: 2
Views: 1623

For Q1 it can matter depending on the size of the server, expected volume and frequency of processing, and licensing. You could possibly save a lot on license costs / maintenance by sizing that tier much smaller and putting heavy workload elsewhere. And that really depends on your pricing model.
by qt_ky
Thu May 03, 2012 5:34 pm
Forum: General
Topic: No Engine credentials were found on the Services Tier
Replies: 37
Views: 24566

Also before getting too far from default settings, try mapping the new internal user ID to a default OS ID such as dsadm. One change at a time.