Search found 5168 matches

by kumar_s
Wed Jun 21, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

As discussed in other post which I tried to post, if you update the DS_JOBS without updating the relevent DS_JOBOBJECTS, you may likely to loose the intergrity between the two hashed files. That that too is done for sure on REINDEXing ALL the hased files. Since you have reverted back and deleted tha...
by kumar_s
Tue Jun 20, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

Does the DS.TOOLS option give you anything at all? Here's one on a project with a Manager and Designer connected: DataStage Process and Lock Administration 1. List all processes 2. List state of a process 3. List state of all processes in a job ---------------------------------------------- 4. List...
by kumar_s
Tue Jun 20, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

Arnd - May I know what is the intention of RESIZE DS_JOBS * * * Will it give out the integrity of the indecies. It seems it requires an Exclusive access to DS_JOBS, so I could not test it now.
by kumar_s
Tue Jun 20, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

I searched. Went into the link. (Opened the post). Copied the available URL of the post directly and pasted. It still gives me those sid stuff.
Is there any otherway you provide the search results.
To topic of the post would be "RenameAllJobs - Easy ?"
by kumar_s
Tue Jun 20, 2006 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: grouping
Replies: 11
Views: 3292

Delimeted file shouldnt stop you from this aproach.
cut -d 'x' n file | sort -u | wc -l > tempfile.
Where x is the delimeter used. And n is the required nth column.
by kumar_s
Tue Jun 20, 2006 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

Do you mean to say, Old jobs, still exist along with new names :shock:
Can you provide the update statement used?
Have you reindexed only DS_JOBS or ALL after renaming DS_JOBS.
by kumar_s
Tue Jun 20, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

DS_JOBOBJECTS also need to be updated.
Have a look at this discussion regarding the renaming job.
by kumar_s
Tue Jun 20, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

For first time I pressed 5 then 4, it didnt gave me the list of locks. But for second in the same page I pressed 4, it gave me out the results.
I tried this form several project.
You too can try.
by kumar_s
Tue Jun 20, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

Have you updated DS_JOBOBJECTS accordingly?
You reduilt indices for ALL or for DS_JOBS?
by kumar_s
Tue Jun 20, 2006 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

Make sure you are connected in the project. Try for the same in TCL.
by kumar_s
Tue Jun 20, 2006 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mystery of the missing "File" Toolbar!
Replies: 12
Views: 4890

Good catch. :!: But in that case Alt + F give the menu from where it is hidden. Lets see if this helps Greg's problem.
by kumar_s
Tue Jun 20, 2006 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: grouping
Replies: 11
Views: 3292

You can accomplish with single sort stage with keyValueChange option. Assigning the col1 as key. (With the same as hash partitioned)
by kumar_s
Tue Jun 20, 2006 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update action with condition in sequential file
Replies: 11
Views: 2629

fi is some thing like END IF or END for the IF condition.
$1 and $2 is the 2 parameters passed to the shells. And yes inturns they reflect Temp_File and Actual_Target.
by kumar_s
Tue Jun 20, 2006 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "persistent form" in this context?
Replies: 6
Views: 1347

Its better you can search on 'Virtual Dataset' and have a look into it, so that you can easily find the difference and understand persistent dataset.
by kumar_s
Tue Jun 20, 2006 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hanging Job
Replies: 4
Views: 967

Dont try to clear the status file before clearing the lock being held. Check in the DS server whether the process is still running.