Search found 331 matches

by vamsi.4a6
Wed Dec 31, 2014 12:51 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 29457

1)I have read the link mentioned in above post but nowhere it is mentioned how to see those characters because in my project they are using Ereplace function to replace @FM with '' in some places not in all places.Without seeing those characters It is difficult to guess when to use Ereplace function?
by vamsi.4a6
Wed Dec 31, 2014 12:10 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 29457

@FM clarification

In the execute command activity I have seen following trigger condition. Ereplace(Cmd_CheckRejectSize.$CommandOutput,@FM,'')>0 I want to see the @FM characters using Unix or Note pad++ or any method.Please let me know how to see those characters.I have idea about @FM characters but not sure how to s...
by vamsi.4a6
Tue Dec 30, 2014 11:53 pm
Forum: General
Topic: Datastage show performance statisces clarification
Replies: 4
Views: 3437

Datastage show performance statisces clarification

In my previous project when i select show performance statistics datastage will show noof records processed between stages,some colurs like green etc) when i ran any Job by using designer. Recently i was changed to some other project not able to see any anything even though i selected this option. C...
by vamsi.4a6
Sat Nov 15, 2014 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datasliceid clarification
Replies: 2
Views: 3386

datasliceid clarification

I have userdefined sql In netezza connector which will return 100 rows.Let us assume I Included following condition in where clause WHERE mod(datasliceid,[[node-count]])=[[node-number]] 1)Can anyone explain for each row what is the value of [[node-count]],[[node-number]] and datasliceid.I am using 4...
by vamsi.4a6
Fri Nov 14, 2014 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding TWT connection in Netezza
Replies: 2
Views: 2367

1)My doubt is how [[table]] and [[twt]] will be selected.I have not define anyvalue for [[twt]] and [[table]].

2)What is the advantage of TWT in netezza which is not present in oracle database?
by vamsi.4a6
Fri Nov 14, 2014 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding TWT connection in Netezza
Replies: 2
Views: 2367

understanding TWT connection in Netezza

INSERT INTO [[table]]
(col1,
col2,
col3)
SELECT
col1,
col2,
col3
FROM DB1..[[twt]]


I am not able to understand above query in netezza connector.sql query is mentioned in user_definedsql.Properties are mentioned for
TWT connection also.


Could anybody explain above query how it will work?
by vamsi.4a6
Tue Aug 19, 2014 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join vs lookup
Replies: 3
Views: 1956

join vs lookup

When i had discussion with my team mate he told look up stage should be used when the reference data is small.Not sure what could be the reason and even he do not know.Any thoughts on this
by vamsi.4a6
Sun Jun 29, 2014 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and encode
Replies: 3
Views: 2071

Any input on the above post.input is really appreciated
by vamsi.4a6
Fri Jun 27, 2014 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and encode
Replies: 3
Views: 2071

compress and encode

encode and compress stage understanding I already read following link and just want to know mu understanding is correct or not? http://www.dsxchange.com/viewtopic.php?p=363987 1)compress stage is used to compress the data and it won not support encryption 2)Encode stage is used to encrypt the data a...
by vamsi.4a6
Fri Jun 27, 2014 4:10 am
Forum: General
Topic: inport/export data between information server and architect
Replies: 4
Views: 2005

what is the need for recreating your data model on data architect?
by vamsi.4a6
Mon Jun 23, 2014 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text to excel
Replies: 4
Views: 2248

is there any other option other than UNIX ODBC drivers for Excel since unix admin does not know about this?
by vamsi.4a6
Mon Jun 23, 2014 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repartitioning
Replies: 3
Views: 2237

Repartitioning

i checked in google and red books to get information about repartiting in datastage but no information.I heard about partition and collecting algorithim.what is repartiting in datastage
and when it is required.I came to know this term when i had discussion with my team mate?
by vamsi.4a6
Fri Jun 20, 2014 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text to excel
Replies: 4
Views: 2248

Text to excel

I need to convert .txt file to excel file (with extension .xls). Currently I am converting .txt to .csv by replacing the delimiter with |, which is opening properly in Microsoft excel but i need to convert into .xls. Any input is really appreciated. Of course in 9.1 we have separate stage for it but...
by vamsi.4a6
Fri Jun 20, 2014 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Job Creating The Hash File
Replies: 4
Views: 4899

1)Use MEtadataworkbench tool or 2)Go to Stage Types->server->select Find where used all types for Hashed File which will not give exact solution for but it will help you. or 3)In one of the post i read we can use ds_jobs or other hashed files but not sure exactly how to join to answer your question
by vamsi.4a6
Fri Jun 20, 2014 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector could not access Oracle server: ORA-01017
Replies: 0
Views: 2246

I think you have have to move dsparam file to the new project and if you already done are u able to see proper values in unix?