Search found 53125 matches
- Wed Mar 13, 2013 3:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in connecting with database
- Replies: 5
- Views: 3551
- Wed Mar 13, 2013 3:28 am
- Forum: General
- Topic: Source to Target mapping
- Replies: 24
- Views: 8280
- Wed Mar 13, 2013 3:26 am
- Forum: General
- Topic: Want to make changes at the parameterset through the unix
- Replies: 12
- Views: 3062
- Wed Mar 13, 2013 3:17 am
- Forum: General
- Topic: DS Client 9.1 Failed to authenticate user
- Replies: 8
- Views: 7926
Have someone with the DataStage Administrator role open the Administrator client. You have only DataStage Operator role. If you want to be able to design, you will need to be included in the DataStage Developer role (or higher); after that has been done you should be able to use the Designer client.
- Tue Mar 12, 2013 9:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: logic required for horizontal pivot
- Replies: 13
- Views: 4516
- Tue Mar 12, 2013 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Basic - its code does not appear!
- Replies: 11
- Views: 3222
The routine should be present inside the Routines folder in the repository. And this looks to be a server routine and so for the routine to work, the Routine transforms also needs to present. The routines are called inside the transform, which in turn is used in the Basic transformer stage. That in...
- Tue Mar 12, 2013 4:54 pm
- Forum: General
- Topic: Don't get warning message for execute command
- Replies: 12
- Views: 2751
- Tue Mar 12, 2013 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Basic - its code does not appear!
- Replies: 11
- Views: 3222
Query DS_ROUTINES on its key (DSRID). The following two queries give you an exact search or a search on partial name. Note that the routine name is case sensitive. (You can modify the queries to make this a case-insensitive search if desired.) SELECT DSRID FROM DS_ROUTINES WHERE DSRID = '<<RoutineNa...
- Tue Mar 12, 2013 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Split big column into records
- Replies: 4
- Views: 1439
- Tue Mar 12, 2013 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OracleConnector connection clossing intermittentlyORA-12545
- Replies: 11
- Views: 4857
- Tue Mar 12, 2013 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace function
- Replies: 6
- Views: 24686
- Tue Mar 12, 2013 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in connecting with database
- Replies: 5
- Views: 3551
Re: Problem in connecting with database
What has changed? ("Nothing" is not the correct answer.)Jayakannan wrote:it has been running successfully for a week before this issue occured
- Tue Mar 12, 2013 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Basic - its code does not appear!
- Replies: 11
- Views: 3222
- Tue Mar 12, 2013 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Basic - its code does not appear!
- Replies: 11
- Views: 3222
There are two possibilities. The first is that the source code was never imported into your project. In that case you will need to track down where the source code actually is. The second is that the code itself has been removed from your project. Try a query against DS_ROUTINES to see whether your ...
- Tue Mar 12, 2013 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML stage does not process the first row
- Replies: 13
- Views: 3993