Search found 15603 matches
- Fri Aug 20, 2010 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 EE stage
- Replies: 12
- Views: 4419
Could your SELECT statement DML be triggering this implicit creation? According to the Connectivity Guide to IBM DB2 Databases , you need Listed below are the required IBM DB2 privileges: SELECT privilege on any tables from which to read data. INSERT privilege on any existing tables to be updated. T...
- Thu Aug 19, 2010 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Oracle Load
- Replies: 5
- Views: 1841
- Thu Aug 19, 2010 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema files and RCP via Hamlet: To use or not to use?
- Replies: 2
- Views: 3085
- Thu Aug 19, 2010 9:11 am
- Forum: General
- Topic: Protect or Unprotect a project in DS 8.1
- Replies: 4
- Views: 2954
- Thu Aug 19, 2010 9:06 am
- Forum: General
- Topic: Protect or Unprotect a project in DS 8.1
- Replies: 4
- Views: 2954
See the last option... C:\Programme\IBM\InformationServer\Server\DSEngine\bin>dsadmin /? Invalid/unknown primary command switch. Command Syntax: dsadmin [-file <file> <domain> <server> | -domain <domain> -user <user> - password <password> -server <DataStage server>] <primary command> [<arguments>] V...
- Thu Aug 19, 2010 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage specific file
- Replies: 3
- Views: 1289
Your configuration file probably contains
Code: Select all
resource disk "/opt/IBM/InformationServer/Server/Datasets"- Wed Aug 18, 2010 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load on server
- Replies: 5
- Views: 968
- Wed Aug 18, 2010 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage server Failover for High Availability
- Replies: 1
- Views: 836
Making DataStage run correctly in a HA environment is not a simple issue. Quite a bit depends upon how the users defines High Availability. Being able to restart jobs that were running when the machine died (and failed-over) makes things easier. If that is not the case, i.e. job level is not granula...
- Wed Aug 18, 2010 9:14 am
- Forum: General
- Topic: Manuals on Universe tables
- Replies: 1
- Views: 840
All of the internal tables are undocumented. This is not done primarily out of secrecy, but because the manufacturer wishes to be able to change these without notice or backwards compatibility and that cannot be done with documented features or attributes. In addition, and to be fair, one can work a...
- Wed Aug 18, 2010 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CheckSum Stage Integer Value
- Replies: 8
- Views: 2836
kfb_developer - Now that you know that the output cannot be easily converted to an integer you have your answer. In a roundabout way, you could now do a checksum or similar conversion on that string and get a bigint value. While server jobs have a CRC32() function, PX does not. One would need to wri...
- Wed Aug 18, 2010 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Two Instance can run on two different zone?
- Replies: 1
- Views: 517
The Solaris zones are, if I recall correctly, virtual machines on a single physical one. Thus, in order for DataStage to run on both you would need either 2 installations or a clustered/gridded installation of DataStage. (questions 1 and 2 are the same for me) Question 3 - DataStage does not restric...
- Wed Aug 18, 2010 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs are in Running status
- Replies: 8
- Views: 1923
- Wed Aug 18, 2010 6:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 64 bit hash files
- Replies: 2
- Views: 1119
- Wed Aug 18, 2010 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load on server
- Replies: 5
- Views: 968
- Wed Aug 18, 2010 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calaculating ASCII value in datastage
- Replies: 3
- Views: 10454