Search found 1309 matches
- Tue Dec 06, 2016 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Chinese/Japanese - View Data issue in Datastage
- Replies: 6
- Views: 2976
It's the logical approach. Your Windows Designer code needs to be able to translate those double byte character hex codes and present to you that special symbol. Just because the back end server can speak double byte, when you want to eyeball the data via View Data, you need your GUI to also properl...
- Mon Dec 05, 2016 9:54 am
- Forum: General
- Topic: WebSphere Administration Server: script execution failed
- Replies: 2
- Views: 2199
- Thu Dec 01, 2016 10:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Chinese/Japanese - View Data issue in Datastage
- Replies: 6
- Views: 2976
- Tue Nov 29, 2016 4:44 pm
- Forum: General
- Topic: Anyone using Splunk to mine info from DataStage?
- Replies: 6
- Views: 3790
it's not the datastage side that was of any issue. It is the coupling of both products that I needed assistance on. And no, I have not had the time to get splunk feeding off of the LSF logs. I do not want to make a datastage log parser since the act of extracting a log is something I want to avoid. ...
- Wed Nov 23, 2016 11:23 am
- Forum: General
- Topic: how to use dsjob to check datastage job is running or not
- Replies: 3
- Views: 2862
- Wed Nov 23, 2016 11:17 am
- Forum: General
- Topic: Modifiy admin user "dsadm"
- Replies: 5
- Views: 2167
- Tue Nov 22, 2016 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 8.5: Library problem after adding new compute nodes
- Replies: 4
- Views: 4278
- Mon Nov 21, 2016 9:08 am
- Forum: General
- Topic: Removal of Information Server from Services tier
- Replies: 2
- Views: 1869
- Sun Nov 20, 2016 5:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: AS400 - ODBC Connector is very slow (2000 RPS)
- Replies: 1
- Views: 2260
what is your row length? Rows per second is ... a tricky beasty. It's really bytes per second that is your speed. You simply care about rows because it is convenient to look at. 2000 rows per second at 10 bytes per row is horrible. 2000 rows per second at 4K bytes per row is not so bad. Remember tha...
- Fri Nov 11, 2016 10:06 am
- Forum: General
- Topic: Change in Datastage Application server host name
- Replies: 7
- Views: 2084
- Thu Nov 10, 2016 9:28 am
- Forum: General
- Topic: DS Project "Protected" status
- Replies: 7
- Views: 2976
- Wed Nov 09, 2016 3:48 pm
- Forum: General
- Topic: Change in Datastage Application server host name
- Replies: 7
- Views: 2084
fake out zone1 host to zone2 ip address via dsnname ? ugly but it might work, unless something hard codes IP addresses in datastage. a backup of all project assests and reinstall might be best. You have to remember there are other factors you need to look at. SSH keys to/from hosts for SFTP or SCP f...
- Tue Nov 08, 2016 12:23 pm
- Forum: General
- Topic: DS Project "Protected" status
- Replies: 7
- Views: 2976
- Tue Nov 08, 2016 10:09 am
- Forum: General
- Topic: DataStage 9.1 Certification
- Replies: 11
- Views: 15166
- Fri Nov 04, 2016 3:21 pm
- Forum: General
- Topic: Replication of scenario, Job sequence with status as CRASHED
- Replies: 15
- Views: 5000
You should create a generic script that accepts project, job and invocation id of a desired target. The script should execute a reset of the job. That way you can run your regular external job scheduler which most often has an ON DEMAND ability. The reset would execute as your Production Batch ID th...