Search found 188 matches

by poorna_76
Fri Jan 28, 2005 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General DataStage Server Question
Replies: 2
Views: 1058

Sure, DS ships with an ODBC driver to SQL-Server 7. You just configure the odbc.ini file with the entries to point to each SQL-Server. It will require things like IP or hostname, db name, port, etc. No problems doing what you want, as long as you have the right version and configuration information...
by poorna_76
Fri Jan 28, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General DataStage Server Question
Replies: 2
Views: 1058

General DataStage Server Question

If my DataStage Server is on Unix Box,

is there a way DataStage can communicate with SQLServer Database.


Is it necessary to have the DataStage Server on Windows(only),
if we are loading data into SQLServer database?

Thanks in Advance.
by poorna_76
Fri Jan 07, 2005 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No response when attempt to open properties in JS
Replies: 8
Views: 2933

We faced this problem.

If you have Microsoft Service Pack 2 installed , you will not be able to open the jobactivity in Sequencer jobs.

Try uninstalling service pack 2 and check, it will definitely work.


Thanks
by poorna_76
Thu Jan 06, 2005 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Directory Growing Big
Replies: 10
Views: 7360

Thanks for all the ideas. I want to mention here the things we are doing & not doing. We are writting all the intermediate files in seperate directory other than ProjectDirectory. We are not creating the hashfiles outside the UV. Is there a way we can delete the hash files that are created tempo...
by poorna_76
Wed Jan 05, 2005 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Directory Growing Big
Replies: 10
Views: 7360

Project Directory Growing Big

Hi, Our Project Directory RootDir\Ascentail\DataStage\Projects\DEV is growing too big. The reasons we think may be due to temporary files/intermediate files created during the project. Can anybody guide us to what are the Folders( or fiels in that folder)we can safely delete, that may be of no use a...
by poorna_76
Thu Dec 16, 2004 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multi-valued column
Replies: 3
Views: 1291

multi-valued column

How can I represent a multi-valued column?
Array of values in a single field.
Basically can i decalre an Array kind of thing?

Thanks in Advance.
by poorna_76
Wed Dec 15, 2004 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate each and every field in a record
Replies: 4
Views: 1554

Roy,
Sorry to ask this,
where can i find that.

Thanks & Regards
roy wrote:Hi,
I wrote a FAQ example that might be used to concatenate all this info into 1 write operation.

look it up.

IHTH,
by poorna_76
Wed Dec 15, 2004 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate each and every field in a record
Replies: 4
Views: 1554

Validate each and every field in a record

I have a scenario like this: Field1,Field2,Field3,Field4,Field5,Field6...................Field150. Here I have to validate each and every field against some Business Logic. If Field1 is not numeric write out to error table and if Field2 is not numeric write out to error table and so on. In worst cas...
by poorna_76
Wed Dec 08, 2004 7:43 am
Forum: General
Topic: Object Variable or with variable not set
Replies: 11
Views: 12638

Object variable or with variable not set

We are on 7.1

We are getting lot of problems.

Sometimes we get OLE Error.

We really don't know why these Errors are popedup and crashes the Designer.

Thanks
by poorna_76
Tue Dec 07, 2004 3:09 pm
Forum: General
Topic: Object Variable or with variable not set
Replies: 11
Views: 12638

Thanks Roy.

Nothing has been changed recently. We haven't done any of installations.

As you said, yes,
its hapenning mostly when working with Aggregator and Pivot Stages.

We opened up a support case, haven't heard anything yet from Ascentail.
by poorna_76
Tue Dec 07, 2004 2:35 pm
Forum: General
Topic: Object Variable or with variable not set
Replies: 11
Views: 12638

Object Variable or with variable not set

Hi, When we working with DataStage Designer, we were popedup with the following messages in sequence: ---------------------- DataStage Repository Interface (Message Header on the Message Box) Run-time error '91': Object variable or With block variable not set --------------------------- vmdsstge (Me...
by poorna_76
Wed Nov 10, 2004 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new line generated at the end of the source file
Replies: 5
Views: 1502

Hi Craig Hulett ,
Its literally a new line getting generated.
AnyHave thanks for your time.
by poorna_76
Wed Nov 10, 2004 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new line generated at the end of the source file
Replies: 5
Views: 1502

new line generated at the end of the source file

Hi, We are working on a Migration Project (MainFrame to SQLServer). Initially the source files are manually FTPed from MainFrame to DataStage Server(On Windows). We use that source files and transform the data. Here my question is, when a file is FTPed from MainFrame, a new line is generated at the ...
by poorna_76
Wed Nov 03, 2004 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require Comments on work i m thinking to develop in DS-7.1
Replies: 2
Views: 1900

We are doing the things way more than that , using DataStage.

I think you can proceed further, to use DataStage for your purpose,

provided you have good Developers in DataStage.

(who has good command over HashFiles and Basic)
by poorna_76
Tue Nov 02, 2004 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert String to Date
Replies: 2
Views: 1311

Convert String to Date

Hi, I am trying to insert date values into db2 table which is defined as date(10). I tried using both ODBC & DB2UDB stage. When i use ODBC stage, iam getting the following error: Illegal date/time value DATE1 = '01/01/2004' When i use DB2UDB stage, iam getting the following error: " Value t...