(for AIX):
1. /opt/IBM/IIS/WebSphere/AppServer/bin/startServer.sh server1 -username wasadmin -password MySecretPassword
2. /opt/IBM/IIS/InformationServer/ASBNode/bin/NodeAgents.sh start
Search found 15603 matches
- Wed Sep 09, 2009 12:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The server is not responding
- Replies: 12
- Views: 5385
- Wed Sep 09, 2009 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: abort job based on condition
- Replies: 6
- Views: 1455
- Wed Sep 09, 2009 11:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCDIC to ASCII conversion for '|' character
- Replies: 12
- Views: 16309
- Wed Sep 09, 2009 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with StringtoDate function
- Replies: 3
- Views: 3622
I would think that will make DS happier.
Code: Select all
String To Date('9999-01-01','%yyyy-%mm-%dd')- Wed Sep 09, 2009 10:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 Joins better than 1
- Replies: 4
- Views: 1169
- Wed Sep 09, 2009 10:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job running for ever
- Replies: 10
- Views: 7479
- Wed Sep 09, 2009 10:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling OSH script from UNIX Server
- Replies: 22
- Views: 13403
- Wed Sep 09, 2009 10:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: abort job based on condition
- Replies: 6
- Views: 1455
- Wed Sep 09, 2009 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 Joins better than 1
- Replies: 4
- Views: 1169
- Wed Sep 09, 2009 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job running for ever
- Replies: 10
- Views: 7479
- Wed Sep 09, 2009 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generate xml file form MQ Series using datastage
- Replies: 1
- Views: 1318
- Wed Sep 09, 2009 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: [DataDirect][ODBC lib] Function sequence error
- Replies: 3
- Views: 2270
- Wed Sep 09, 2009 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to run several dssh scripts in one batch
- Replies: 8
- Views: 3099
try
Note the switching off of case inversion and the semicolon on the SQL
Code: Select all
dssh<<eof
pterm case noinvert
SELECT JOBNO FROM DS_JOBS WHERE NAME = 'Test';
QUIT;
eof
- Wed Sep 09, 2009 5:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Container and Allow Multiple Instance
- Replies: 5
- Views: 2700
- Wed Sep 09, 2009 5:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsenv is not pointing properly
- Replies: 13
- Views: 6504