Search found 5168 matches

by kumar_s
Wed Mar 22, 2006 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

That is the problem, even FIX option gives the same result. ** '/path/Project' is not a DataStage account. Items marked with a '**' are situations where VERIFY.SQL could not continue. But Adminsitrator client cannot create an account with the same name. Which gives the error of 'Schema already exist...
by kumar_s
Tue Mar 21, 2006 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

After deleting the directory, VERIFY.SQL SCHEMA 'path/project' gives
"'path/project' is not a DataStage account."
by kumar_s
Tue Mar 21, 2006 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into UV.ACCOUNT
Replies: 18
Views: 15918

Woof...
This Black magic worked.
But License part was not update correctly, rather blank was populated.
by kumar_s
Tue Mar 21, 2006 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle the File with different Line Feeds
Replies: 4
Views: 1403

So it is not a fixed width. Or atlease space should be padded at the last.
You can opt the methond suggested by Ray.
I guess the last column would be Char field. Make it to Varchar.
by kumar_s
Tue Mar 21, 2006 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle the File with different Line Feeds
Replies: 4
Views: 1403

If it is a fixed width how can it be variying line feed.
Can you provide some example.
by kumar_s
Tue Mar 21, 2006 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

chulett wrote:Be in that directory when you launch 'dssh' - it will prompt you for the rest. :wink:

Got it.

But still the ideal compatability didnt helped. When i access from adminsitrator client, it gave out error code (30105) and Message of 'DSR_NLS (Action=14); Check Datastage is set up correctly'
by kumar_s
Tue Mar 21, 2006 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in data movement.
Replies: 16
Views: 5319

How you managed to limit the rows of only 4 to the lookup at a time? How you manage to do a insert and update from the lookup? What was the condnititon for the failure? For the update and insert, use two links from transformer to a funnel. If conditon met, one should update and other should insert. ...
by kumar_s
Tue Mar 21, 2006 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into UV.ACCOUNT
Replies: 18
Views: 15918

Illegal to INSERT into table used by subquery. Is there any thing we need to add up the query. I also treid with INSERT INTO UV.ACCOUNT(@ID, NAME, PATH) VALUES (SELECT 'Project2', NAME, '/pathname/Project2' FROM UV.ACCOUNT WHERE @ID = 'Project1'); no use. The name part has DataStage/{Version}/{Serv...
by kumar_s
Tue Mar 21, 2006 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

ArndW wrote:Create an empty directory in that location pointed to by the UV.ACCOUNT, then execute a 'dssh' and create an empty account using ideal compatibility.

May I know how to create an empty accout using dssh.
by kumar_s
Tue Mar 21, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Image data migration and transformation
Replies: 20
Views: 4735

Sorry that I didnt noticed that it is of Server forum. Compress stages i avaiable only in PX.
BTW as Kenneth suggested, beyond the thershold of 10K should be considred to directly by skiping the DS.
If compression is the only criteria looked for, some external compression can be followed.
by kumar_s
Tue Mar 21, 2006 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

A project was currupted long back. All I am doing is to find a possible way to recover back, by creating a new proejct and inserting an entry into UV.ACCOUNT and copying the filestystem from the old project. But become a vain attempt. Also a understood that it may screw up the exixting projects as w...
by kumar_s
Tue Mar 21, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS user not admin on Win 2003 Server
Replies: 11
Views: 2253

It sounds certainly the permission issue.
Was the system and Datastage server restarted after given necessary permisson to the users?
by kumar_s
Tue Mar 21, 2006 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Image data migration and transformation
Replies: 20
Views: 4735

Any stages used in datastage doesnt reduces any used in it.
But you can use compress stage initially to compress the files if required.
by kumar_s
Tue Mar 21, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS user not admin on Win 2003 Server
Replies: 11
Views: 2253

Could be this useful...
by kumar_s
Tue Mar 21, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Image data migration and transformation
Replies: 20
Views: 4735

But Binary/Varbinary/LongVarBinary could be used.