Search found 42189 matches

by chulett
Fri Oct 20, 2006 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Share Container
Replies: 12
Views: 4043

yxong wrote:that is my concern, file can be locked if all open the same time even though file is just read only.

If you are concerned about it, talk to your SAs. Ask them if it can be an issue with whatever o/s you are running there.
by chulett
Fri Oct 20, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of output file
Replies: 39
Views: 6927

However, when I keep multiple files in the input folder and process it, the job (which is having the after-job routine) is hanging. Typically that would mean your command is prompting for a user response - asking for permission or confirmation of something. There is no user there to answer so it ha...
by chulett
Fri Oct 20, 2006 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Share Container
Replies: 12
Views: 4043

From what I've seen, a sequential file can support multiple readers just fine, not sure why it would be getting 'locked'. And no, a Shared Container doesn't 'take care' of anything as I've been trying to point out. You'd be having the same issue if the seven jobs were setup the same way without a co...
by chulett
Fri Oct 20, 2006 12:01 pm
Forum: General
Topic: Oracle Abort Code
Replies: 3
Views: 3277

Welcome. That should be all the information your DBAs need to solve the problem. It is strictly an Oracle problem, not anything to do with DataStage directly. You ran out of space, nothing more to it. Or are you trying to nail down why you ran out of space? If so, would need more information to help...
by chulett
Fri Oct 20, 2006 11:10 am
Forum: General
Topic: size of the logs affecting job performance
Replies: 7
Views: 5188

As Kris notes - yes. This may sound obvious but we've also found that the disk you are installed on can make an enormous difference as well. Found out our initial setup put the DataStage directory on some old, slow SCSI drives that just couldn't keep up with all the requests they were getting. Migra...
by chulett
Fri Oct 20, 2006 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML arsing error
Replies: 6
Views: 6202

Wasn't gonna mention that. :wink:
by chulett
Fri Oct 20, 2006 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control Batch
Replies: 6
Views: 1576

Install Version Control on your PC, the answer will be obvious. You don't need to run it or use it, but you'll need to install the product to get the pdf.
by chulett
Fri Oct 20, 2006 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control Batch
Replies: 6
Views: 1576

Version Control does come with a .pdf manual that explains how it works and how to use it. Have you taken a peek at that?
by chulett
Fri Oct 20, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Valid values of DSJ.STAGESTATUS
Replies: 6
Views: 1483

You really shouldn't be worried about the internal numbers but using the equivalent whatever in the heck they are called - tags? For example, the help for that function shows: Result may also return error conditions as follows: DSJE.BADHANDLE JobHandle was invalid. DSJE.BADTYPE InfoType was unrecogn...
by chulett
Fri Oct 20, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

What happened when you turned trace on? It should have showed you the problem. 'Telnet Prompt 1' you should set back to the default - it is your first logon prompt. Prompt 2 should be for the password. From memory, there should be a 'Telnet Command' box you put the complete 'delete' command in. Also...
by chulett
Fri Oct 20, 2006 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

There are 'Tracing' parameters in multiple places in the FTP Stage from what I recall. Read the 'Property Help' for them so you understand how they work (additive - so to turn on option 1 and 4 you set it to 5) then bump them up from a zero to something else. You'll get all kinds of information in t...
by chulett
Fri Oct 20, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

Me personally, I think a job that logs any warnings or errors is a problem. :wink:

How exactly are you doing this? Add 'logging' information to it so you can get some idea where the problem lies...
by chulett
Fri Oct 20, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

Ok... there's no reason for the job to throw those.... necessarily. I assume there are no stages on the canvas, so the issue would be the fact that all there is 'code wise' is a before/after subroutine call. That's the only time I recall seeing that warning. What I do is code directly in the Job Con...
by chulett
Fri Oct 20, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

stivazzi wrote:i have rights, path is right, but Director just returns me that warning message about active stage and nothing more... and no action is taken

And what message would 'that warning message' be exactly? Please post it.
by chulett
Fri Oct 20, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait for file (by autosys or with datastage)
Replies: 6
Views: 2814

Re: wait for file (by autosys or with datastage)

I have 3 files generated by datastage (through 3 sequences). The next sequence (4th) should start after all these 3 files are available. These 3 files could come within a span of 1 month. Q1) Is it advisable to a) use wait for file activity (3 for each files) in the 4th sequence. The 4th sequence b...