Search found 2288 matches

by roy
Mon May 30, 2005 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STAGE has unexpected STATUS value
Replies: 6
Views: 1427

Thank for the replies All, After some "changes"/recompiles and such it started working. I'll try clearing the ststus file Ray next time , I still need to verify this being persistant and not a random fluke now and then. (yes you got the idea Sainath.Srinivasan, I can't recall if it did , if I get th...
by roy
Mon May 30, 2005 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Remote in loop
Replies: 3
Views: 784

Hi, Sounds like your ventring down the basic code. FTP Stage is kinda resonable for relatively small ascii files since it goes and reads the file on hte remote server. for heavy duty ftp tasks you'r better off building a dynamic ftp file and running a command line to get the files. you can also dele...
by roy
Mon May 30, 2005 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delay accessing properties of a sequencer
Replies: 4
Views: 1288

Hi, Do you mean you have the same sequence job in several projects and only in one it takes 5 minutes to load the job design? (is that project on the same disk/storage as the other ones? - I guess not) Or do you simply have a single huge sequence job that takes very long to load? (Try breaking it do...
by roy
Thu May 26, 2005 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STAGE has unexpected STATUS value
Replies: 6
Views: 1427

STAGE has unexpected STATUS value

Hi, I have a DRS performing select max for a column to a Xfm poping a user status and outputing to /dev/null. it was working fine till recently we started getting the above message and the job aborts. (searcing for the entire error got 4 results all leading to a forum page but no real post). Thanks ...
by roy
Thu May 26, 2005 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport standalone deployment
Replies: 5
Views: 1269

Hi,
What security concern you had in mind?
Enough to say you'll need to supply all parameters including server,user,password to get the export.
So restrict the access to that machine.
By the way I think you'll find it's almost impossible to gaurd againt your gardian :wink:

IHTH,
by roy
Thu May 26, 2005 1:21 am
Forum: Site/Forum
Topic: found topics get me to posts page not the post
Replies: 0
Views: 1381

found topics get me to posts page not the post

Hi,
I used search to find
"STAGE has unexpected STATUS value"
related posts.
I got 4 results.
clicking any of them got me to a dead end (a forum page not a post)
by roy
Wed May 25, 2005 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading char date into OCI9 Date datatype (not timestamp)
Replies: 14
Views: 5410

Hi, When I import a date column I get a timestamp in my table definition I used a transform: (Oconv(@DATE, "D-YMD[4,2,2]") : " " : Oconv(@TIME, "MTS")) to load my job's start date. I'm working with oci 8 libraries though. IHTH,
by roy
Wed May 25, 2005 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass a value that changes in a parameter
Replies: 4
Views: 1205

Hi, You can : 1. use a parameter value. 2. code it yourself, I'll explain: you have: ErrCode = DSSetParam(hJob1, "CURRENTMONTH", "PrevioudMonth") if you'll code a variable to hold the value in question you can use: ErrCode = DSSetParam(hJob1, "CURRENTMONTH", myVariable) myVariable can be a parameter...
by roy
Wed May 25, 2005 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control question
Replies: 1
Views: 457

Hi, I'd say you can simply prevent access to the production project. 1 way might be: using a protected project means you can't promot via version control to it till you unprotect it. keeping that in mind having the DS admin's password on your production server means no one can unprotect it if they k...
by roy
Wed May 25, 2005 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ascential Certification
Replies: 9
Views: 4263

Hi, Late last year I attended a course at Ascential FR. They said it sould be available eventually as a 1 day activity, for those who want it; though they knew not of a specific date they guessed not befor 2005 I guess with all that has happened maybe the plans were changed / postponed . Keeping in ...
by roy
Wed May 25, 2005 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Lookup FileSet versus a DataSet
Replies: 4
Views: 1638

Hi,
In my experiance so far lookup file set are faster.
The down side is having no view for the stored data.
And the Modify stage you need for changing column names.

I don't recall exact numbers right now but if you like I can get some.

IHTH,
by roy
Tue May 24, 2005 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control set up
Replies: 1
Views: 472

Hi, this is not a trivial thing to answer since only you have all the vriables Befor you think of consolidating projects you must verify no objects are identical by name, If they are and perform different functionality you'll need changes made. If you ment dev+prod project foreach 7 projects you mig...
by roy
Tue May 24, 2005 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Catching Rejected rows when writing to Oracle
Replies: 2
Views: 694

Hi,
I recommend also asking DBAs is there a setting in the DB level that may control this behaviour.

IHTH,
by roy
Tue May 24, 2005 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env Variable APT_TERA_64K_BUFFERS (Teradata)
Replies: 1
Views: 1125

Hi,
As I understand what you qouted,
It is only a way to double the size of the buffer the operators use.
It has no relevance to 32bit/64bit machine.

IHTH,
by roy
Mon May 23, 2005 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Export Command
Replies: 7
Views: 1832

Kinda makes you wonder how to get that DSX cutter utility no?

(some how a colegue made me think they did something similar, but maybe the individual dsx files were actually manually made at dev time?! :roll: )

I'll have to check it again...