Search found 53125 matches
- Mon Apr 25, 2005 8:46 pm
- Forum: General
- Topic: error adding to schedule when use daily option
- Replies: 7
- Views: 2574
- Mon Apr 25, 2005 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Returning contents of an 'Array' from a Server Routine
- Replies: 5
- Views: 2000
- Mon Apr 25, 2005 8:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting Datastage
- Replies: 4
- Views: 1471
Welcome aboard! :D The message means that there may have been one or more DataStage processes executing when you stopped the server, which have had their shared memory segments removed (and probably died as a result). These could have been connected clients. 99% of the time, restarting forces a cons...
- Mon Apr 25, 2005 8:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamps
- Replies: 2
- Views: 1017
- Mon Apr 25, 2005 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_LOGNN latest run only
- Replies: 10
- Views: 3616
- Mon Apr 25, 2005 2:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Returning contents of an 'Array' from a Server Routine
- Replies: 5
- Views: 2000
What are you doing with the other 19 elements in the array? Unlike C, DataStage BASIC does not need an array to refer to characters in a string. Can you describe what you want this routine to achieve? It seems, from your code, that you want the leftmost two characters from the string. You can do thi...
- Mon Apr 25, 2005 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Administrator
- Replies: 7
- Views: 1783
What happens if, having connected via telnet and entered the DataStage environment, you execute the following commands:
(Trying to establish why a "can't open UV.ACCOUNT" error occurred.)
Code: Select all
LOGTO UV
SELECT @ID, PATH FMT '40L' FROM UV.ACCOUNT;(Trying to establish why a "can't open UV.ACCOUNT" error occurred.)
- Mon Apr 25, 2005 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tricky Beginner Question
- Replies: 6
- Views: 1771
- Mon Apr 25, 2005 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors while importing the project
- Replies: 13
- Views: 2451
- Mon Apr 25, 2005 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data not current - end process
- Replies: 4
- Views: 1301
Job1 can trigger a warning, for example by passing a row down a Rejects link. Or it can set a value into its user status area. Job Sequence can detect the job status or user status value, trigger the remaining processing (Job2 and so on) only if job status is OK. Job sequence can also trigger other ...
- Mon Apr 25, 2005 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: why do we need job scheduling tool (autosys)
- Replies: 4
- Views: 5852
Irrespective what scheduler you use (AutoSys, SeeBeyond, ControlM, at, cron, to name a few) use the command line interface dsjob to specify what you want DataStage to do. The dsjob command is documented in Server Job Developer's Guide and in Parallel Job Developer's Guide - use the index to find "Co...
- Mon Apr 25, 2005 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MSSql Server and Stored Procedures
- Replies: 5
- Views: 2091
- Mon Apr 25, 2005 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control - Get Dependent Components
- Replies: 5
- Views: 1033
You need to have been documenting dependencies on the Dependencies tab in jobs and routines. It is this information (AFAIK) that Version Control uses to identify dependencies. However, the Dependencies grid is maintained automatically for job sequences (you should check - this is from memory), so so...
- Mon Apr 25, 2005 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MSSQL Performance Problem
- Replies: 5
- Views: 1056
- Mon Apr 25, 2005 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: less amount of procesors than license includes
- Replies: 9
- Views: 2776