Search found 42189 matches

by chulett
Tue Apr 04, 2006 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot
Replies: 15
Views: 5927

Maybe the author of whatever post you stripped this from? Since you didn't include that information or a link back to the original post, who knows? Your problem is going to be the fact that any comprehensive post on the subject will be a Premium one nowadays, like this one. You could check the FAQ o...
by chulett
Tue Apr 04, 2006 7:22 am
Forum: Site/Forum
Topic: Do we need a General Forum?
Replies: 13
Views: 6610

I think you're just asking for more work if you do that, Roy. There will be even more chances for people to put things in the 'wrong' place. :wink:
by chulett
Tue Apr 04, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SpecifyingMultipleParameters inExecuteCommandActivity(7.5.1)
Replies: 4
Views: 1043

Exactly, between the Loop stages and the User Variables stage you should be all set.
by chulett
Tue Apr 04, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIGetNext call to SQLFetch failed
Replies: 16
Views: 6455

I haven't had any problems like that... can you post the entire text of the error message? Also curious how you managed to convert that SQL Server database to Oracle. :wink:
by chulett
Tue Apr 04, 2006 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default values job parameters
Replies: 4
Views: 1093

Yes.
by chulett
Tue Apr 04, 2006 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output in specific format
Replies: 4
Views: 2025

The biggest hurdle in XML generation seems to be the XPath statements needed. Best Practice is to import the metadata for your target XML and let DataStage generate it for you automatically. Do you have or can you get (or generate) an xsd for this? The other big hurdle is proper designation of the r...
by chulett
Tue Apr 04, 2006 6:49 am
Forum: Enhancement Wish List
Topic: Protected Projects - Project Maintanance
Replies: 6
Views: 2583

Have you tried it as 'dsadm', Roy? :wink:

I've got one protected project and can swear I could compile there. You may not be able to open a job in the Designer and compile, but may have to go the Manager / Multi Job Compiler route - don't recall.
by chulett
Mon Apr 03, 2006 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event: PRINTER memory segment removed (...)
Replies: 5
Views: 3033

... and if you upgrade to 7.5.x of DataStage you'll find they no longer bother to log this message. :wink:
by chulett
Mon Apr 03, 2006 8:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oci can't handle miliseconds
Replies: 11
Views: 2267

not real elegant, but it works. Yes, that's what you have to do. The OCI stage doesn't natively support the Oracle TIMESTAMP datatype, only DATE, so you need to wrap it up yourself with an appropriate 'TO_TIMESTAMP' function call that matches the way the TIMESTAMP was declared in the target table. ...
by chulett
Mon Apr 03, 2006 7:47 pm
Forum: Enhancement Wish List
Topic: Protected Projects - Project Maintanance
Replies: 6
Views: 2583

ray.wurlod wrote:Can't you simply use the Business Manager role to allow this?

Yes. The 'Production Manager' role, technically. Also 'dsadm' or the equivalent 'administrative' user. :wink:
by chulett
Thu Mar 30, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Table Definitions
Replies: 4
Views: 977

Re: Import Table Definitions

poorna_76 wrote:Is there a way we can define a generic ODBC connection for different Databases on the same server, so that we can import table definitions for all the tables in all databases on that Server, using the same DSN?

No that I'm aware of.
by chulett
Thu Mar 30, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI stage and dsenv parameters
Replies: 5
Views: 1713

Depends on your version of DataStage. With 7.5.x the OCI stage is certified for 10g. Before that (since it is not) you're best to stick with using a 9i client to access the 10g database. This could mean no change in the dsenv file or your jobs if you still have the 9i client installed.
by chulett
Thu Mar 30, 2006 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 10g upgrade problem
Replies: 2
Views: 1318

Sounds like you've put the 64bit Oracle library in your shared library path in the dsenv file. Change it to the 32bit library (usually lib32 instead of just lib), then stop and restart DataStage.
by chulett
Thu Mar 30, 2006 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to trap return codes in Stored proc stage and abort job
Replies: 5
Views: 3373

Have you checked the help for the stage? There is a good explanation of how the Error Codes tab works there. If you've imported the metadata for the SP, you should be able to use the Load button to bring your return codes in automatically. Otherwise just type them in. One thing isn't clear to me is ...
by chulett
Wed Mar 29, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule mutliple instance
Replies: 4
Views: 989

Yes, just keep 'Adding to schedule' with unique Invocation IDs.