Search found 219 matches

by ds_developer
Wed Apr 06, 2005 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Error
Replies: 5
Views: 1418

Version Control Error

I am receiving the following error message when trying to promote using Version Control (v7.5.0, client v7.5.0.25): Run-time error '429' ActiveX component can't create object I have used VC for several months without a problem. What changed is we now have 2 projects with the same name on different s...
by ds_developer
Thu Mar 31, 2005 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EBCDIC to ASCII and back
Replies: 7
Views: 3091

The CFF stage works as a source stage, but not a target. I am writing EBCDIC files in copybook format using the sequential file stage. It is not easy to handle 'depending on' clauses. I ended up using a static layout. DataStage does not have a routine to convert an ASCII number to COMP3. If you have...
by ds_developer
Fri Mar 18, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: version control moved different job
Replies: 8
Views: 3375

I'm not sure it applies or not, but I've seen some unexpected job names show up on the Dependencies tab of a job. Have you checked there? Maybe VC is picking them up?
John
by ds_developer
Tue Jan 04, 2005 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataTypePicComp
Replies: 35
Views: 10158

No doubt about it - it's Earn and Learn time... 1. you won't be able to use the CFF - it is only a source stage 2. you will need to learn about COBOL data. Here is a web site that has some good information: http://www.discinterchange.com/TechTalk_COBOL_comp_.html 3. use a HEX editor to look at the d...
by ds_developer
Thu Dec 23, 2004 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Security
Replies: 7
Views: 2828

I just confirmed that in 7.5, a user with the DS Operator role can only run 'released' jobs. They cannot even see other jobs including those that were promoted as read-only by Version Control. Seems like an oversight on Ascential's part.
John
by ds_developer
Thu Dec 23, 2004 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Security
Replies: 7
Views: 2828

Are you saying a DS Operator can't run jobs that are promoted with Version Control? That seems like a big mistake by Ascential. I'm going to have to investigate it further...
Thanks,
John
by ds_developer
Thu Dec 16, 2004 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Security
Replies: 7
Views: 2828

DataStage Security

I am testing the DataStage security settings, specifically the DataStage Operator role. Here is my configuration: I have added a local Windows user "ds_test" to the server. I have added a local Windows group "AAU_OPERATOR" and added the ds_test user. ds_test is a member of Users,...
by ds_developer
Mon Aug 30, 2004 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write Cache Behavior
Replies: 2
Views: 1223

Write Cache Behavior

I have read various excellent postings about read and write caching of hashed files. Thank you all for sharing your knowledge! I have one area that I would like feedback on: I would expect write caching to follow this behavior: write to cache until full, write to disk, resume writing to cache, write...
by ds_developer
Fri Aug 20, 2004 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql table definition
Replies: 6
Views: 1473

Within a transformer you can select the columns on the left and drop them on the Column Name portion of a link on the right. This will result in the output columns being populated.

Is this what you mean?

John
by ds_developer
Fri Aug 20, 2004 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 28
Views: 11350

First - the solution you asked for is: "DYMD[4'',2'',2]" [Two single quotes next to each other, following the 4 and the first 2] This says you want nothing as the delimiter. As others have said, I think you are wanting OCONV, not ICONV. Second - please tell us more of what you are doing. W...
by ds_developer
Thu Aug 12, 2004 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with running a job during nughtly processing
Replies: 1
Views: 780

It seems the only difference is the time of day, so I would look at other applications that might be running at night: backup software, virus scans, automatic Windows updates...

Hope this helps,
John
by ds_developer
Wed Jul 14, 2004 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating Flat File of Fixed Width
Replies: 1
Views: 1747

Have you verified that the Length and Display values of the 15 columns in the sequential file are the same? DataStage is going to use the Display values to write the record. Also, your numbers don't look right - 925 isn't evenly divisible by 15 even if you're including a line terminator.

John
by ds_developer
Tue Jul 13, 2004 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Multiple Rows from a single row
Replies: 3
Views: 1459

Is Field 2 a multi-valued field, like from a Universe database? The Universe stage allows you to "Normalize" on a multi-valued field. This method allows you to handle a varying number of values in Field 2 (which is what I think you mean when you say 'dynamic').

Hope this helps,
John
by ds_developer
Fri Jul 09, 2004 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the "LIKE" operator in DS Routine
Replies: 3
Views: 1967

I think I understand - you are currently getting a NULL (not found) and you should be getting a hit (found)? I would use the Index function. Here is some documentation from BASIC.pdf: Syntax INDEX (string, substring, occurrence) Description Use the INDEX function to return the starting character pos...
by ds_developer
Thu Jul 08, 2004 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command line problem
Replies: 26
Views: 15707

Do you know that the xxx in the dialog box refers to FILENAME? I'm wondering if it could be referring to the logfile (maybe it isn't closing properly so it can't be overwritten). I would change the single > to >> (which appends to the existing file) and try again. Also, welcome to the forum! John