Search found 7201 matches

by admin
Wed Jul 02, 2003 11:58 am
Forum: Archive of DataStage Users@Oliver.com
Topic: SYBASE 12.5 and Datastage 5.1
Replies: 0
Views: 450

SYBASE 12.5 and Datastage 5.1

Hi Everyone,

We are in the proses of upgrading ASE from 11.9.2 to 12.5.
Will Datastage 5.1 still be able to connect to Sybase with its default
drivers.

Many Thanks

Leonie Bruwer
by admin
Wed Jul 02, 2003 10:03 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Unable to Initialize plugin
Replies: 0
Views: 549

Unable to Initialize plugin

Hi PPl, When installing a EDA/SQL plug-in on a Win2k DataStage server I get an "Unable to initialize" error message when trying to import metadata. Does anybody know what I can try to fix this? Regards, Tom -------------------------------------------------------------------- mail2web - Check your em...
by admin
Wed Jul 02, 2003 8:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: date conversion issue
Replies: 3
Views: 1644

DataStage does not need to understand something it is no thinking beeing, it is good for Extraktion, Transformation and Loading (ETL). I suppose you want to convert it into an other format. So 1000 mili-seconds are 1 second 60 seconds are 1 minute 60 minutes are 1 hour 24 hours is one day 365 days a...
by admin
Wed Jul 02, 2003 6:47 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Ascential Partners Group
Replies: 0
Views: 402

Ascential Partners Group

Hi,

Is there an Ascential Partners user group?

Regards,

Nagesh.
by admin
Wed Jul 02, 2003 6:36 am
Forum: Archive of DataStage Users@Oliver.com
Topic: date conversion issue
Replies: 3
Views: 1644

date conversion issue

Hi, Folks

I have got a file containing a date field generated by unix, its value is
like 1054260000000, it is mini second which stands for the date from Jan 1,
1970 to now.

Does anybody know how to convert it to a date format DataStage can
understand ?

Thanks in advance

Xiong
by admin
Wed Jul 02, 2003 6:24 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Edit characters
Replies: 9
Views: 2245

Presumably theres also a character for "normal", which switches off bold, italic and the like. You would insert this into the stream of characters at the appropriate point. But see also David Barhams recent post. This is a really unusual thing to be doing with an ETL tool! ----- Original Message ---...
by admin
Wed Jul 02, 2003 6:17 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Edit characters
Replies: 9
Views: 2245

Where are you sending your output? To use bold and underline, the output device/technology has to understand these concepts. Im not sure I understand the concept or relevance of this type of text formatting in an ETL tool as an ETL tool generally pumps data through to some form of data repository. U...
by admin
Wed Jul 02, 2003 6:09 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Error:Unable to allocate memory
Replies: 1
Views: 620

Need more information. What version of DataStage? Windows or UNIX platform? What kind of job design (server, job sequence or parallel)? Which stage types are you using? Can you give us a textual outline of the job? ----- Original Message ----- From: "Wilcy William" Date: 1 Jul 2003 23:19:55 -0000 To...
by admin
Tue Jul 01, 2003 11:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Error:Unable to allocate memory
Replies: 1
Views: 620

Error:Unable to allocate memory

Hi, While copying from one folder to aother using Datastage I get the folllowing error. build_record() - Unable to allocate memory The job was working fine initially. It suddenly started giving the error. What could be the problem? With regards, Wilcy ________________________________________________...
by admin
Tue Jul 01, 2003 11:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: MONTHLY POSTING - DataStage Users List
Replies: 0
Views: 451

MONTHLY POSTING - DataStage Users List

MONTHLY POSTING - DataStage Users List As of 1 July 2003 the DataStage Users discussion list had 754 subscriber addresses. A few of the addresses are to organizations who then redistribute the postings to more than one reader. ================== Posting Guidelines ================== 1) Non-moderated...
by admin
Tue Jul 01, 2003 9:51 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Edit characters
Replies: 9
Views: 2245

Ray, I understand that Ctrl-B is Char(2), but how do I actually use it? I tried something like that, but it did not work (by the way, how to highlight part of the text??): EQUATE BT to Char(2) Record = BT:This text should be in bold Write output Thank you, Leonid "Ray Wurlod" cc: Subject: Re: Edit c...
by admin
Tue Jul 01, 2003 9:39 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Edit characters
Replies: 9
Views: 2245

Ctrl-B is just a character. You can represent it in DataStage BASIC as Char(2). Similarly, Ctrl-U can be represented as Char(21). Evaluate these functions only once, either in a stage variable initialization or in an EQUATE statement in BASIC, to avoid unnecessary processing overhead. ----- Original...
by admin
Tue Jul 01, 2003 8:30 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Plugin registration - Invoking DiscoverFunc from DataStage6
Replies: 0
Views: 462

Plugin registration - Invoking DiscoverFunc from DataStage6

A question regarding the Datastage C Plug-in Stage Interface on Win2000. We have written a plugin with an appropriate DiscoverFunc. While registering the plug-in from the Manager, I observed that the DiscoverFunc is not being called by DataStage6.01. This must have worked in DataStage4.33. Has there...
by admin
Tue Jul 01, 2003 8:05 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Edit characters
Replies: 9
Views: 2245

Edit characters

We run DataStage 6.0 on Solaris.
I am using UniVerse Basic job to create Excel report. I wonder if it is
possible to use ctrl-b (text bold), ctrl-u (underline), etc. functions in
DataStage.

Thank you,
Leonid
by admin
Tue Jul 01, 2003 8:51 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Do not receive all records.
Replies: 3
Views: 775

Guys, Thanks for the quick response, but dont look further, ive found the problem. SomeOne of the developers build in a constraint on the transformer job. Thanks a lot. Bert. "Peter Keogh" on 01/07/2003 10:38:30 Please respond to To: cc: Subject: Re: Do not receive all records. Bert, What row count ...