Search found 5168 matches

by kumar_s
Tue Feb 27, 2007 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling a job with transformer.
Replies: 5
Views: 1109

And check what does APT_COMPILER and APT_LINKER variable hold?
by kumar_s
Tue Feb 27, 2007 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling a job with transformer.
Replies: 5
Views: 1109

What is the version of the Datastage you are woking on?
7.5x2 is the only Windows supported PX version. Have you installed your C++ compiler succesfully?
by kumar_s
Tue Feb 27, 2007 2:28 am
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 3060

Call the job using dsjob command without -wait option.
by kumar_s
Tue Feb 27, 2007 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling a job with transformer.
Replies: 5
Views: 1109

Hi Roopanwita, Welcome to Dsxchange :D !!! This is the forum where you can get most of the issues sorted by simple search. Try inserting an Environmental variable in Adminstrator clinet as PWD and assign your project folder directory to it. Or '.' as value to mention it as current working directory.
by kumar_s
Tue Feb 27, 2007 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Data Stage Client
Replies: 11
Views: 4409

You mean file at server level. Could you explain a bit more on how you got it resolved, so that it will be useful for further searchers.
And you can mark the topic as resoled too.
by kumar_s
Tue Feb 27, 2007 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Data Stage Client
Replies: 11
Views: 4409

You mean to say, server is up and running and Client is not able to connect?
Have you tried with different client machine?
What happens if you execute /bin/uv from $DSHOME, were you able to get '>' prompt?
by kumar_s
Tue Feb 27, 2007 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Data Stage Client
Replies: 11
Views: 4409

Check if dsprc is running server using 'netstat -a | grep ds' command
by kumar_s
Tue Feb 27, 2007 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that support regular expressions (regex)
Replies: 7
Views: 7914

External Filter stage can be leverage more for this purpose.
by kumar_s
Tue Feb 27, 2007 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Its at.allow / at.deny or cron.allow / cron.deny if its cron.
In your cron directory like /var/adm/cron/
by kumar_s
Tue Feb 27, 2007 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Data Stage Client
Replies: 11
Views: 4409

Were you getting this error all out of sudden? Did you do any maintanance in your server or any configuratin change?
Check if you license are still valid?
by kumar_s
Tue Feb 27, 2007 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating environment variables
Replies: 3
Views: 1239

Hi Satish - Its your time to mark the topic as Resolved.
by kumar_s
Tue Feb 27, 2007 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 35201

Even the DB2 has the same option to convert to 'SPARSE'.
by kumar_s
Tue Feb 27, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to keep a record with some null fields
Replies: 5
Views: 1588

What is the value that you have given in NullFieldValue?
If you had given it as space, the incoming space char will be treated as Null by datastage and if the column is marked as not null in transformer, it will be dropped.
by kumar_s
Tue Feb 27, 2007 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Error
Replies: 2
Views: 917

Try to split the records base of some other existing identifier for language. And try to process it as two seperat files.
by kumar_s
Tue Feb 27, 2007 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Have you ever tried scheduling any jobs via datastage/ outside of datastage?
Try to schedule the same using command prompt in the AT.
Else you may need to check the permission for your user id.
Check .allow and .deny file has the entry of your user id.