Search found 42189 matches

by chulett
Mon Aug 24, 2009 6:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading into Multiple Spreadsheets in Excel
Replies: 7
Views: 2581

I'm guessing here that multiple "spreadsheets" actually means multiple "worksheets" all in a single spreadsheet. While you can read something like that, I don't believe you can write natively to one... other than as separate .csv or .prn files as noted.

Could be wrong.
by chulett
Mon Aug 24, 2009 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Engine Log files
Replies: 4
Views: 3939

Ah... that explains why the one I found called "errorlog" was empty. Figured everything was perfect. :lol:
by chulett
Mon Aug 24, 2009 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestate commands
Replies: 3
Views: 2573

You'll need to better explain your issue. "Not available"? "unable to execute? OK... why? What problem / error do you get?
by chulett
Mon Aug 24, 2009 3:51 pm
Forum: General
Topic: Controller prob:Error calling DSAttachJob-not a runnable job
Replies: 10
Views: 9624

There's errors for 4 jobs mentioned above. And corruption doesn't need to affect all jobs.
by chulett
Mon Aug 24, 2009 3:37 pm
Forum: General
Topic: Controller prob:Error calling DSAttachJob-not a runnable job
Replies: 10
Views: 9624

Sounds like your Project has been corrupted, a Very Bad Thing. Any disk problems or space issues where DataStage or the projects are installed?
by chulett
Mon Aug 24, 2009 12:52 pm
Forum: General
Topic: Controller prob:Error calling DSAttachJob-not a runnable job
Replies: 10
Views: 9624

Typically it means Not Compiled or Already Running. It would guess it is the latter and that you need to check again for that.
by chulett
Mon Aug 24, 2009 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow
Replies: 5
Views: 1845

You should be able to match that in the job, I believe, that or trim off the 'extra' milliseconds. 2008-09-04 07:57:00.000 would not overflow.
by chulett
Mon Aug 24, 2009 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings: No row was found for FETCH, UPDATE or DELETE
Replies: 4
Views: 1552

Thought that one would nag you like that. For better or for worse, Oracle doesn't care.
by chulett
Mon Aug 24, 2009 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken Pipe Error
Replies: 4
Views: 2286

First question is always going to be - did you search here for that message? Did none of the matches found help you out?
by chulett
Mon Aug 24, 2009 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling SQL Server UDF (User Defined Function) from DS
Replies: 5
Views: 3560

craviraj wrote:I have handled 2 and 3 by using convert(varchar(50),<FieldName>)
If that is the DataStage convert() function that's not how it is used.

For the 'SQL Varient' can you cast it to its base data type in the select?
by chulett
Mon Aug 24, 2009 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow
Replies: 5
Views: 1845

SQL Server includes milliseconds from what little I know. What is the actual target data type for that field in the table itself?
by chulett
Mon Aug 24, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Project
Replies: 13
Views: 3778

That domain doesn't look correct. See this thread for what I believe you need to do, including the port number. Yes, it's for dsjob rather than dscmdexport but it still applies as far as I know: http://www.dsxchange.com/viewtopic.php?t=128912 And this post for the definition: http://www.dsxchange.co...
by chulett
Mon Aug 24, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoke Java Class from Dstage
Replies: 5
Views: 2048

To do this inside a DataStage job, you'd need to purchase the Java PACK as far as I know, which would give you a "Java Transformer".
by chulett
Mon Aug 24, 2009 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow
Replies: 5
Views: 1845

Check the records that did not get inserted, see what the timestamps look like on those records. Use a reject link to capture them if need be, write the timestamp to a varchar there.