Search found 3 matches

by virgenie
Thu Jun 10, 2010 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compile jobs on a specific category
Replies: 7
Views: 4412

Re: compile jobs on a specific category

Hi all, I'm trying to compile all the jobs of a specific folder using the command dscc. dscc /h HostName /u User /p Password /j /jobs/Folder/* Project The problem is that the command compiles all the jobs in the project and not the ones that are placed on the /jobs/Folder/ Any suggestion? Thanks in...
by virgenie
Tue Jun 23, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update a READONLY routine
Replies: 8
Views: 5177

Re: Update a READONLY routine

Hello All, I have created a routine and made it a readonly by exporting the routine and replacing the READONLY from "0" to "1" in DSX file. I imported that routine into another project and trying to change the READONLY status to Not Read Only by executing the below command in Ad...
by virgenie
Tue Jun 23, 2009 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete custom routine exported by mistake as read-only
Replies: 7
Views: 4316

Change the value "0" to "1" for ReadOnly prameter... and import again.. I can't, Designer does not let me overwrite a ReadOnly routine. It will not appear in DS_ROUTINES if it has not been compiled yet It is compiled but still it does not appear there. i just had this problem in...