Search found 15603 matches

by ArndW
Fri Aug 26, 2005 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Added field has duplicate identifier() ???
Replies: 2
Views: 967

Hello brunix,

you probably have column propagation turned on for that link.
by ArndW
Fri Aug 26, 2005 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading a EBCDIC file using CFF Stage
Replies: 11
Views: 4303

krsriraman ,

I am sure that you would already have received answers, had you not specified URGENT twice in your e-mail.

While you are awaiting answers, perhaps you could use the search functionality on this site to see some answers.
by ArndW
Thu Aug 25, 2005 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle output error
Replies: 7
Views: 7290

deepthi: I guess I am at a loss - I see a valid error message saying that a format has been broken and you are saying that even though you intentionally changed the format it should work (and does work in other jobs). But I am sure that someone else in this forum can assist you; I still think that r...
by ArndW
Thu Aug 25, 2005 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle output error
Replies: 7
Views: 7290

Keep the correct metadata; if you are doing a view-data it will pad with zeroes, but if you write to a file you will see that there are no leading zeroes. You can also use explicit conversions or formatting, but I think that your error message from DS is correct from the program's point of view.
by ArndW
Thu Aug 25, 2005 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle output error
Replies: 7
Views: 7290

deepthi,

right at the beginning you have the error message excerpt
Fatal Error: APT_Decimal::assignFromString: invalid format for the source string.


So, you have a string coming in that you are implicitly or explicitly converting to a decimal. Does this not narrow down your problem?
by ArndW
Thu Aug 25, 2005 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when compiling job with "Occurs" clause
Replies: 5
Views: 1730

Mahesh, a core file can give detailed information on why a program aborted. The two programs I listed can be used to analyze core files; but they are quite complex and since you haven't used them before I wouldn't recommend starting now. Either your Administrator knows how to analyze them or not. Bu...
by ArndW
Thu Aug 25, 2005 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding Dataset
Replies: 8
Views: 2208

Nripendra,

I think that the view-data is correct; if you look at the log file it will say that it found no rows to display (I just tested that).

I don't know if using an empty dataset/table/file is legal as a reference; that might just be a product restriction and not a bug.
by ArndW
Thu Aug 25, 2005 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1609

Phanee,

do 2 things:

1. open up a call at Ascential stating that the DSINCLUDE JOBCONTROL.H is missing the line "DEFFUN DSGetStageLinks(JOB.NAME, STAGE.NAME, LINKMODE)"

2. add that line to your job.
by ArndW
Thu Aug 25, 2005 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sequencer. It freezes my computer
Replies: 5
Views: 1841

XP Professional or Home edition? Is the process hang in the Designer? Are the client and the server on the same machine?
by ArndW
Thu Aug 25, 2005 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding Dataset
Replies: 8
Views: 2208

I guess you have hit a restriction in the view data, since you don't get an error when looking at the dataset metadata from the tool management it must exist. What is the exact error message you are getting?
by ArndW
Thu Aug 25, 2005 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Go through a text file and Retrieve Names from columns
Replies: 3
Views: 1258

The free method of doing comparisons is to use SOUNDEX - but it is not particularly smart. If you want very good name and address matching and cleansing algorithms there are packages out there (Vality comes to mind) that are very pricey but do a wonderful job. I think that doing a MCN conversion (ev...
by ArndW
Thu Aug 25, 2005 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding Dataset
Replies: 8
Views: 2208

go into UNIX and attach to the directory where you .ds dataset descriptor file is located. Execute "orchadmin ll <yourDataSetName>". Any errors should be clear, otherwise you will get a lot of information telling you that you have 0 rows. Oh, I just recalled you can do the same from the Manager and ...
by ArndW
Thu Aug 25, 2005 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate IP Address through DS Jobs
Replies: 4
Views: 1119

There are 4 sets of numbers between 0 and 255 in an IP address. Assuming your start address uses the top 2 groups: StartIPClassA = 64 StartIPClassB = 23 AddressesToGenerate = 8000000 AddressString = '' ;** this is going to be a big string! IPA = StartIPClassA IPB = StartIPClassB IPC = 0 IPD = 0 FOR ...
by ArndW
Thu Aug 25, 2005 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when compiling job with "Occurs" clause
Replies: 5
Views: 1730

Mahesh,

is the core file generated from the compiler or from DataStage? (you can use dbx or mdb or get your System Administrator to tell you). There is little Ascential can do if it is the compiler coring out.
by ArndW
Thu Aug 25, 2005 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Smart way to get rid of warning on Decimal to Date conversio
Replies: 7
Views: 1851

Kumar, I am still unsure about what you are doing, but that is beside the point. DataStage PX has the functionality of allowing you to deprecate or even remove certain types of messages from the log files. So, even though I don't feel truly comfortable about you doing this, you can read up on the "m...