Search found 146 matches

by gsbrown
Wed Dec 21, 2011 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Parsing Question
Replies: 3
Views: 2428

XML Parsing Question

<Individual> <Name> <Name Location="First">Bob</Name> <Name Location="Middle">Alan</Name> <Name Location="Last">Smith</Name> </Name> </Individual> Using this example, how would you code the XML output column definitions so that I can get First, Middle, and Last into sep...
by gsbrown
Fri Nov 11, 2011 8:45 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

Wanted to let everyone here know that I think we've found the issue causing our frequent "unable to open" file errors. IBM Support did a hardware analysis and found that we have Information Server installed on a SAN configured with OCFS2 file system. We have a shared SAN between two cluste...
by gsbrown
Mon Sep 26, 2011 7:39 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

So frustrating. I think our changes may have helped reduce the number of error occurrances, but over the weekend proves it's not 100% resolved Job Issue #1 DW_ctrlDWLoadResetStagingData..JobControl (fatal error from DSRunJob): Job control fatal error (-99) (DSRunJob) Failed to open RT_STATUS573 file...
by gsbrown
Fri Sep 23, 2011 7:26 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

Received useful help from IBM Support this morning. There's a utility that will suggest the recommended memory values dsadm@dsserv01:/> $DSHOME/bin/shmtest -f $DSHOME/uvconfig Recommended attach values Dmemoff = 0x7ff30b664000 Pmemoff = 0x7ff30d4c8000 Cmemoff = 0x7ff30d4cc000 Nmemoff = 0x7ff30d6cd00...
by gsbrown
Wed Sep 07, 2011 12:00 pm
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

I think we may have fixed the "not runnable job" error, but will need to give it several days to be 100% sure. The initial results are postive! The issue seemed to be with ulimit. Our jobs are running as "dsadm" and when adding a before job subroutine "ulimit -a" to one...
by gsbrown
Fri Sep 02, 2011 8:27 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

Yes, the uvconfig parameters on the right side are how they exist right now The MFILES parameter was 250 a couple days ago when the "process id failed" error I posted above occurred. I then bumped that up to 500. Then last night got the "not a runnable job" error which has occurr...
by gsbrown
Fri Sep 02, 2011 8:14 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

Sometimes when resetting the control job, it provides more "from previous run" messages. For example, <controljobname> ..JobControl (fatal error from DSAttachJob): Job control fatal error (-12) (DSOpenJob) Cannot open job <jobname> . - not a runnable job Attempting to Cleanup after ABORT r...
by gsbrown
Fri Sep 02, 2011 8:10 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 10617

Help with uvconfig parameters

Hello, Getting continuous errors in our nightly batch DataStage 8.5 server job processing. The errors come from job control server trying to call other server jobs. In job logs I've seen "Process Id Failed", "Cannot open file RT_STATUS###", "Cannot open job <jobname> . - not...
by gsbrown
Tue Aug 09, 2011 7:36 am
Forum: General
Topic: Automatic DataStage Project Export (.dsx)
Replies: 5
Views: 4443

Thanks, the istool export works and will use that going forward. Unfortunately, the istools export format isn't readable like the *.dsx format. I like using the *.dsx project export like a code repository to "find things". Guess I need to learn other ways to do this in 8.5, does the metada...
by gsbrown
Mon Aug 08, 2011 8:53 am
Forum: General
Topic: Automatic DataStage Project Export (.dsx)
Replies: 5
Views: 4443

Automatic DataStage Project Export (.dsx)

Just completed a migration from 7.5 Windows to 8.5 Linux. In the 7.5 Windows environment, we had both Server and Client installed and were able to schedule the dscmdexport command to run nightly. I now realize this was a Client command function and I don't see a Client installation available for Lin...
by gsbrown
Thu Jun 09, 2011 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job Compilation Failed with 40503 OLE error
Replies: 7
Views: 10846

This issue just occurred to me today. Restarting the client machine didn't help and had to resort to reinstalling the IIS client and now it's resolved. Also, this error was only happening if I was logged into Windows. I could log into the Windows client machine as somebody else, log into DataStage a...
by gsbrown
Tue May 03, 2011 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job Control Text Font Change?
Replies: 7
Views: 9194

IBM support saved the day! We went through a few different registry key entries, and this set worked for Windows 2008. Once these are added, I set FixedFontName=Courier and FixedFontSize=10 and it's easy to read. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IBM\InformationServer\DataStage Client\Client T...
by gsbrown
Fri Apr 22, 2011 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a complex XML File
Replies: 4
Views: 2838

Hi Ernie, this is Greg Brown from Helzberg Diamonds. Thank you for taking time to respond! Your response leads to another thought I was having. So based on what you're saying it's possible to read the giant XML file once and have several post-transform outputs where the XML is seperated into relatio...
by gsbrown
Fri Apr 22, 2011 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a complex XML File
Replies: 4
Views: 2838

Reading a complex XML File

We're faced with a first time challenge to process an XML that is rather complex. Curious what's the best way to handle processing this type of XML file? For example, if the XML looked like this... <Transaction Type="SALE"> <TranNo>1001</TranNo> <Cashier>12345</Cashier> <Date>2011-04-23</D...
by gsbrown
Fri Apr 08, 2011 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job Control Text Font Change?
Replies: 7
Views: 9194

@rameshrr3 - I tried changing that registry entry and it changed the font of just about EVERY windows text in DataStage, except in text/coding windows :( ....but I think you're on to something, just need to find the correct registry entry, possibly? Support also suggested adding these registy keys, ...