Search found 42189 matches

by chulett
Mon Sep 17, 2007 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems using -jobstatus with dsjob -run -mode RESET
Replies: 7
Views: 2795

I first use "-jobinfo" to see if the job exists and is in a runnable state, but with no looping as if it is running, I exit the script. Then if the job is aborted and needs to be reset, I do that with just "-run -mode RESET" and then a "sleep 5" before issuing the real run that uses "-jobstatus". My...
by chulett
Sun Sep 16, 2007 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Working with Flags in SCD's
Replies: 2
Views: 762

Welcome! :D First suggestion would be to go to Kim Duke's website: m And download something he stores for us there - the TwoTechTips.zip file on his Tips page. One of which will walk you though creating SCD jobs in Server. You don't need CRC32 for this but it can help when you have a large number of...
by chulett
Sat Sep 15, 2007 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 4487

He is suggesting you need to create a symbolic link (or soft link) so that the software can find the jre. The question in my mind is where exactly you need to create this. And depending on permissions, you may need to get a SysAdmin to do this for you.
by chulett
Sat Sep 15, 2007 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do you have to be in a Unix Group to use Windows Datastage?
Replies: 7
Views: 1625

In the past you were locked into having 'dsadm' as your admin user and so most people still continue to use it. You are no longer required to use that name, however, so I would guess 'psoftds8' is your equivalent. Think of it as the root or superuser for DataStage. PeopleSoft support has told me the...
by chulett
Sat Sep 15, 2007 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlock Job on Unix Server
Replies: 3
Views: 1408

Sure, but that will solve one problem and probably create a slew of other ones. :wink:

Your error would imply that the job is currently running... is it? As Ray noted, Cleanup Resources from the Director client can be used to 'logout' (kill) that process. And to release any stray locks as well.
by chulett
Sat Sep 15, 2007 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Load stage (Datastage type to OLE DB type error)
Replies: 9
Views: 10243

Native MSSQL connectivity is only available on a Windows based Server, which is why you won't see the MS OLEDB or MS SQL Server Load stages on a UNIX install. If (like myself) you've only ever worked with UNIX servers, it can make it seem like they don't exist. Rwe - can you post how you defined thi...
by chulett
Sat Sep 15, 2007 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do you have to be in a Unix Group to use Windows Datastage?
Replies: 7
Views: 1625

Please post the exact error that you receive. Also, does everyone have this issue connecting or are you the only lucky one? You will need a UNIX id on the DataStage server to authenticate against and there's no such thing as a UNIX id that doesn't belong to any group. Obviously, being in the 'wrong'...
by chulett
Sat Sep 15, 2007 8:24 am
Forum: General
Topic: FLOAT TO VARCHAR ??
Replies: 9
Views: 3385

That's how View Data displays a float. Have you tried writing it to your target and viewing it there yet?
by chulett
Sat Sep 15, 2007 7:35 am
Forum: General
Topic: FLOAT TO VARCHAR ??
Replies: 9
Views: 3385

You haven't said what exactly your issue is. It would also help if you posted your actual derivations.
by chulett
Fri Sep 14, 2007 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to send mail through E-mail notification
Replies: 7
Views: 7840

Not a DataStage thing nor something you can do, but a normal UNIX thing that you need your SysAdmins to check for you.
by chulett
Fri Sep 14, 2007 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table before Insert
Replies: 4
Views: 1207

Nope, it likes to have a primary input but it is certainly not required. Add a stage variable to the transformer and it will then compile. No need to use it, it just needs to exist. With that in place, your constraint controls how many 'records' the transformer generates. Using @FALSE or '1=2' as yo...
by chulett
Fri Sep 14, 2007 8:12 am
Forum: General
Topic: Re-platforming proprietary data to Teradata - URGENT!
Replies: 5
Views: 1313

Sorry, but I don't speak French.
by chulett
Fri Sep 14, 2007 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table before Insert
Replies: 4
Views: 1207

Ensure you have the schema properly handled as well as the table name. And double-check your grants with your DBA, if you don't own the table you won't have permission to truncate it without a specific grant.

ps. You shouldn't need the 'trigger file'.
by chulett
Fri Sep 14, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting into multiple files
Replies: 5
Views: 1212

Or perhaps explain why you 'need' to write to a flat file.