Search found 53125 matches

by ray.wurlod
Tue Dec 02, 2014 3:52 pm
Forum: General
Topic: unable to start App server
Replies: 8
Views: 5486

Point JAVA_HOME to /opt/IBM/WebSphere/AppServer/java_1.7_64/bin/java
by ray.wurlod
Tue Dec 02, 2014 3:51 pm
Forum: General
Topic: Routine to connect SQL server
Replies: 2
Views: 1438

Yes. The BCI functions emulate the ODBC API. Search here for examples and details.
by ray.wurlod
Tue Dec 02, 2014 3:50 pm
Forum: General
Topic: Information Server 11.3
Replies: 12
Views: 7324

The Knowledge Center still shows 12c as supported, so I guess they haven't gotten around to fixing it there.
by ray.wurlod
Tue Dec 02, 2014 1:50 am
Forum: General
Topic: Dsjob log in Issue
Replies: 3
Views: 2981

It didn't like your line 3, which needs to name the services tier machine.

Line 4 needs to name the engine tier machine.
by ray.wurlod
Fri Nov 28, 2014 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need *URGENT* Help on XML
Replies: 1
Views: 1063

DSXchange is an all-volunteer site whose members post as and when they can. There is no obligation to do so. Further, we don't do "urgent". If you want "urgent" sign up with your official support provider for premium service, and learn just how expensive "urgent" can b...
by ray.wurlod
Fri Nov 28, 2014 7:51 pm
Forum: General
Topic: Detect restart
Replies: 6
Views: 1840

The log will tell you.
by ray.wurlod
Fri Nov 28, 2014 7:50 pm
Forum: General
Topic: How to find list of jobs containing Teradata Connector stage
Replies: 4
Views: 3756

Do a "Where Used" report (in Designer or in Metadata Workbench) for the Teradata Connector stage.
by ray.wurlod
Tue Nov 25, 2014 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error for Stored Proc stage
Replies: 4
Views: 3269

A Transform SP usually expects to have input(s) and output.
by ray.wurlod
Tue Nov 25, 2014 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read DB2 table performance
Replies: 2
Views: 1724

First do some diagnosis - create a job that pulls the DB2 table into a Copy stage (which acts as a sink). That will allow you to determine whether the slowness is in the DB2 stage or the Data Set write operation.

Let us know, then we can address the correct problem instead of wasting time.
by ray.wurlod
Tue Nov 25, 2014 3:28 pm
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 8344

Code: Select all

CD %PROJECT_DIR%
%DSHOME%\bin\dssh "SELECT NAME FMT '40L', JOBNO FMT '5R' FROM DS_JOBS WHERE NAME NOT LIKE '\%';"
by ray.wurlod
Tue Nov 25, 2014 3:25 pm
Forum: General
Topic: MS Access connection
Replies: 6
Views: 3655

Use the 32-bit ODBC Administrator (odbcad32.exe) to create a 32-bit DSN. You will probably find this in the SysWOW64 folder.
by ray.wurlod
Mon Nov 24, 2014 4:02 pm
Forum: General
Topic: Access Denied - Project Lock issue
Replies: 7
Views: 4474

The aa_project&!DS.ADMIN!& is a shared lock only, to signal administrator tools that they don't have exclusive access to the project. This kind of lock will not exhibit the symptoms you have described. I'm not sure what the problem is here. It might be that you only have a single licence for...
by ray.wurlod
Mon Nov 24, 2014 3:59 pm
Forum: General
Topic: MS Access connection
Replies: 6
Views: 3655

Did you create a System DSN or File DSN? DataStage will not work with a User DSN.
by ray.wurlod
Fri Nov 21, 2014 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data missing in table but log says data inserted
Replies: 2
Views: 2115

Do you have a rejects link to capture any rows the were sent but failed to be inserted?
by ray.wurlod
Fri Nov 21, 2014 3:51 pm
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 8344

dsjob -ljobs projectname

Remember that the project name is case sensitive.