Search found 15603 matches

by ArndW
Mon Mar 03, 2008 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using MQ Connector stage
Replies: 8
Views: 3172

Are you using QS (QualityStage) in this job?
by ArndW
Mon Mar 03, 2008 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config db2 server and Datastage EE on IBM AIX
Replies: 18
Views: 4796

To expand on what sud has mentioned : read the manual, try what it suggests and then, if you have problems, report what you tried and what went wrong. You will get a quick and hopefully correct answer in that case. DSXChange isn't a substitute for documentation or training, it is used as a supplement.
by ArndW
Mon Mar 03, 2008 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can a single DB Connectn be used in multiple parallel jobs?
Replies: 8
Views: 1972

Re: Can a single DB Connectn be used in multiple parallel jo

RekhaMallam1 wrote:can multiple users use same db connection??
Yes.
RekhaMallam1 wrote:Can i expect the answer with an example....
Expect: Yes, Receive: no
by ArndW
Mon Mar 03, 2008 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using MQ Connector stage
Replies: 8
Views: 3172

Try running the job and not using view data, does it work then? I think you need a local queue in order to get view data to work in the connector.
by ArndW
Fri Feb 29, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file text binary (unix to ZOS)
Replies: 10
Views: 7029

I am afraid that you haven't quite answered the question I wanted to ask, sorry. In DataStage run the job and view the output file in UNIX with a binary editor. I am fairly certain that there are no "lag problems" (a term that I haven't heard before) in that file. This conversion is almost certainly...
by ArndW
Fri Feb 29, 2008 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is unlocked but still not opening in designer
Replies: 8
Views: 2423

Just4geeks - I did read your first post and replied. At version 8 the locking mechanism is no longer exclusively controlled within the DataStage server engine as it was in the past, there are now other components involved on the IBM Information Server side. Open up and connect to "http://{servername...
by ArndW
Fri Feb 29, 2008 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage type BBB being accessed by another user
Replies: 3
Views: 1098

Exactly when are you getting this error - when you open the Director log view? When you double-click to open a particulare log entry? Also, check your stages to see if you have a user-supplied BBB stage, as that is not a standard DataStage one.
by ArndW
Fri Feb 29, 2008 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pre-SQL and Post-SQL in DataStage Ent Edition 8x
Replies: 1
Views: 968

You mean in the Options list the "Open Command" and "Close Command"?
by ArndW
Fri Feb 29, 2008 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file text binary (unix to ZOS)
Replies: 10
Views: 7029

According to your metadata that will not be the output format. Can you view your file with a binary editor on UNIX to see what the contents actually are?
by ArndW
Fri Feb 29, 2008 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering on contents of Integer field
Replies: 5
Views: 1248

I'm not at a DS client to check this, but the indexing in transform starts at position 1 (for Server compatibility) while everywhere else strings start at position 0, so the correct form might be FieldName[0,1] = '7'
by ArndW
Fri Feb 29, 2008 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is unlocked but still not opening in designer
Replies: 8
Views: 2423

This is Version 8, so you need to do this from the Websphere Information Server side as well.
by ArndW
Fri Feb 29, 2008 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job exists in Director but not in Designer repository
Replies: 10
Views: 2706

"DS.REINDEX ALL" would work better.
by ArndW
Fri Feb 29, 2008 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can existing dataset be insert/update.
Replies: 1
Views: 573

DataSets cannot be updated as can database tables. You can append to a DataSet but you cannot update records.
It does not make sense to use hashed files in parallel jobs; much better to redesign jobs so that you have no need for hashed file type constructs.
by ArndW
Fri Feb 29, 2008 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve deleted job
Replies: 1
Views: 745

No, there is absolutely no way to retrieve a deleted job in DataStage unless you have a backup.
by ArndW
Fri Feb 29, 2008 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while running px job: libraries failed to load
Replies: 2
Views: 1012

Could this be a BuildOp written on another machine and where the library was not copied over.