Search found 5168 matches

by kumar_s
Tue Mar 06, 2007 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Have you gone through the section that given under the Adminstrator Guide for Troubleshooting. There is a seperate section for Scheduling jobs.
by kumar_s
Mon Mar 05, 2007 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

Craig, the only info that I got from the picture is, Package3_2 is an lookup table.
Perhaps, Providing us the query used in main stream as well as the lookup table will help.
by kumar_s
Mon Mar 05, 2007 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

The error is from the lookup table. In that case, you shouldn't be able to view the data.
Check if you have crated the lookup variable correctly. If you are using User defined SQL, avoid it and use SQL builder to frame the query.
by kumar_s
Mon Mar 05, 2007 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

If you schedule from Datastage, are you able to see any entry in CRONTAB file?
by kumar_s
Mon Mar 05, 2007 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

kduke wrote: %DSExportCmd% /H=%Host% /U=%User% /P=%Password% /JOB=%%i %Project% %%i.dsx >> %LogFileName%

Kim, This will again export Job wise into the specified directory isn't?
You changed the color of the logo again, Cant resist. :lol: :lol:
by kumar_s
Mon Mar 05, 2007 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 10003

You should also see the command that been executed in Log.
Make sure that you are working with full file that been FTPed. By some chance, the partial FTPed file migth cause some error.
by kumar_s
Mon Mar 05, 2007 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCE/DFS credentials
Replies: 12
Views: 12313

Datastage director log will show you the user id that been used for the last run. Double click on any log will give you the info.
by kumar_s
Mon Mar 05, 2007 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Try, Tools-->Option in Designer. If theres something that might got screwed up.
If nothing works, why can't you try to reinstall the client software in you PC. Which will get you the factory default in most of the case, with less time.
by kumar_s
Mon Mar 05, 2007 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage config files.
Replies: 10
Views: 6578

Good to see that you become Premium Member. :D
by kumar_s
Mon Mar 05, 2007 11:17 pm
Forum: General
Topic: Parallel installs of DS 7.1 and 7.5.1
Replies: 9
Views: 4902

For Client end GUI perspective, MCM should take care.
For the command line, the DSHOME that you are referring based on the users .profile and dsenv, should take care.
by kumar_s
Mon Mar 05, 2007 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Do you mean this is problem only in your machine? Sometimes selecting "Show Performance Statistics" will take some time. Dose Monitor option from director work, or its in the same case. If other users for the same project and same machine were able to see the statistics, you need to check you client...
by kumar_s
Mon Mar 05, 2007 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to access the Director
Replies: 13
Views: 4185

Is it only in your machine or with different machine as well?
by kumar_s
Mon Mar 05, 2007 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dsx Change
Replies: 4
Views: 1065

Changing the dsx will change the second and third component, but not the version of Datastage (First component)
by kumar_s
Mon Mar 05, 2007 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to access the Director
Replies: 13
Views: 4185

Are you trying from the ICON available in Desktop? If so try with the Icon available under its respective category in Start menu.
While installing MCM, if do allow it to install Icon in Desktop, there will be some inconsistencies like vmdsobj.dll etc.,
by kumar_s
Mon Mar 05, 2007 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on dsexport
Replies: 40
Views: 15946

Re: dsexport mutliple jobs to export

Can we export multiple jobs to same "dsx" file from command line using dsexport Can somebody help in syntax? Thanks kura, for getting us back to track. dscmdexport can be used to export the whole project into single dsx. dsexport can be used to export individual file into individual dsx. If reuqire...