Search found 42189 matches

by chulett
Wed Jun 24, 2009 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Master job calling another child job taking 24 hrs for 5000
Replies: 1
Views: 963

Confusing. Are you saying that each record in the master job triggers another job that runs a proc for just that row? :shock: If so, no wonder it is horribly slow. What does the proc do that is so important you can't do it directly in the 'master' job?
by chulett
Wed Jun 24, 2009 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsprcd status
Replies: 4
Views: 2187

First thing would be to check if the process is running, typically running is a big part of "up", if server means DataStage here.

ps -ef |grep dsrpcd

Note the correct spelling.
by chulett
Wed Jun 24, 2009 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PROJDEF
Replies: 4
Views: 9815

It's $PROJDEF and the job just knows what that means - go get the Project Default value for this environment variable that you set up in the Administrator. So, create the variable first and assign it a value then add it to your job and change the default there to $PROJDEF.
by chulett
Wed Jun 24, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS8.1 --> Linux 64 Bit - Performance issues
Replies: 12
Views: 4563

You show as a charter premium subscriber, did you let it lapse? Regardless, nothing worth marking that way so I unset it.
by chulett
Wed Jun 24, 2009 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get List of Jobs in a category and store them into a file
Replies: 4
Views: 1782

Add AND NAME NOT LIKE '\\\%' to your query, see if that helps.
by chulett
Wed Jun 24, 2009 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get List of Jobs in a category and store them into a file
Replies: 4
Views: 1782

You are selecting both job name and category in the query, is that not what you want? :?

If you are seeing the "category" records as jobs, then you need to filter those out, something about where not "\\\" or some such - a search should turn the exact syntax up.
by chulett
Wed Jun 24, 2009 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS8.1 --> Linux 64 Bit - Performance issues
Replies: 12
Views: 4563

I don't think price really is the issue here. My current client is running 8.1 on a 32bit version of RedHat and had some interesting experiences getting it up and running before I got here. Their biggest complaint was that the Linux port seemed to get short shrift, meaning things that had been fixed...
by chulett
Wed Jun 24, 2009 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DSJob through CommandPromt
Replies: 10
Views: 9856

Guess I'll put together a FAQ, getting tired of explaining this over and over. :wink:
by chulett
Wed Jun 24, 2009 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rather than ftp ,is they any method to collect my files
Replies: 7
Views: 1775

OK, I guess I'll just step aside, then... here I was thinking you were asking about an automated solution. Ah well.
by chulett
Wed Jun 24, 2009 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

Not sure, perhaps it ignored them or wasn't bothered by them. Still you need to know what they mean as you will run into them everywhere when syntax is being documented.
by chulett
Wed Jun 24, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error in the Trasformer
Replies: 2
Views: 1381

OK... do you have a supported compiler installed on the DataStage server? Have you configured DataStage properly for it?
by chulett
Wed Jun 24, 2009 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion In PX like server eddition
Replies: 5
Views: 1189

Good! Now please mark the post as Resolved using the button at the top of the screen.
by chulett
Wed Jun 24, 2009 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creationg of Hashed File
Replies: 7
Views: 1238

Remove Duplicates stage, more than likely.
by chulett
Wed Jun 24, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web services
Replies: 7
Views: 4968

"There is an error in XML document (3, 490). ---> System.FormatException: The string &apos;&apos; is not a valid AllXsd value." Looks to me like you've sent an invalid message to the service. Verify that you can produce valid XML before you add the actual service call to the job.
by chulett
Wed Jun 24, 2009 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

Those square brackets are a documentation convention to denote an optional part of the command. Thus they are not an actual part of the command.