Search found 42189 matches

by chulett
Thu Sep 06, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid character value for cast specification
Replies: 8
Views: 3111

What is the oconv syntax you are using?
What format are you trying to convert it to?
What data type is the target field in your job?
What does your insert SQL look like?
by chulett
Thu Sep 06, 2007 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 3155

From what I recall, we're using 9.2.06 actually.
by chulett
Thu Sep 06, 2007 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: login to uv shell
Replies: 4
Views: 1717

Grants on tables are just 'normal' SQL you can run in the Administrator client as well as from the uv (actually ds) shell.
by chulett
Thu Sep 06, 2007 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: login to uv shell
Replies: 4
Views: 1717

Why not just use the Administrator?
by chulett
Thu Sep 06, 2007 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run multiple instances of Server jobs?
Replies: 3
Views: 1110

satya99 wrote:2. Set the Parameters as below:

Parameter name Prompt Type Default Value
BeginRec Enter Begin Row string 1
EndRec Enter End Row String 30000
BeginRec1 Enter Begin Row string 30001
EndRec1 Enter End Row String 60000

Umm... what? :?
by chulett
Thu Sep 06, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Loading 5Million Rows of Size 544 MB.
Replies: 11
Views: 2522

ASCII transfer = convert record terminators, BINARY = leave alone and transfer unchanged.
by chulett
Thu Sep 06, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation
Replies: 3
Views: 1562

That's what you need to ask Support. I can't see anyone here knowing unless they've faced and resolved the same issue. :?
by chulett
Thu Sep 06, 2007 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job export from Windows to Unix
Replies: 3
Views: 1062

Re: Datastage job export from Windows to Unix

Is it possible to release and run a parallel job executable in Unix if it was initially compiled in Windows. Or should we export the job designs and recompile? Only if the compile did not involve a compiler. OSH scripts will directly transfer, I would think, but no true 'executables'. Recompile. Th...
by chulett
Thu Sep 06, 2007 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring extraction
Replies: 6
Views: 2351

Check your substring syntax in the online help or pdf documentation.
by chulett
Thu Sep 06, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to lookup a field with conditional field from input
Replies: 6
Views: 2218

Check the status of your lookup and constrain your output to only those source records where the lookup succeeded. Link Variables are used for that:

Code: Select all

Not(LookupLink.NOTFOUND)
by chulett
Thu Sep 06, 2007 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation
Replies: 3
Views: 1562

There's nothing you can look for. Report this to your official Support provider.
by chulett
Thu Sep 06, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Loading 5Million Rows of Size 544 MB.
Replies: 11
Views: 2522

there are 32 columns in the data file per record It is a fixed 26 columns file with '|' as separator Which one is correct? And if it has a field separator then it's not a 'fixed' file but rather a delimited one. There's no trick here. You simply have to manually verify the metadata you are using ma...
by chulett
Thu Sep 06, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in routine- not in VOC
Replies: 13
Views: 5416

All that and you don't show us your actual DSExecute syntax. :?
by chulett
Thu Sep 06, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to prevent generation of empty CSV file
Replies: 8
Views: 2249

I guess the only 'better' way would be to stop worrying about it and just leave them alone. :wink: