Search found 144 matches

by suresh_dsx
Fri Dec 10, 2010 4:15 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

Connecting to data stage designer tool passing host name : abcd0012.cust.systems.co:9080 Project name: abcd:30012/cust_prd_proj While executing dsjob command Project name: cust_prd_proj server name:abcd0012 ${DSJob} -server abcd0012:30012 -domain -ljobs cust_prd_proj It is showing as syntax error Co...
by suresh_dsx
Fri Dec 10, 2010 12:00 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

  • Checked the permission of the user. Full permissions given for the user. i am unable to track the problem.

    tried with below syntax
    Used direct path but still facing the same.

Code: Select all

$DSHOME/bin/dsjob -server :30012 -ljobs project_Name
by suresh_dsx
Thu Dec 09, 2010 7:39 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

yes we are able to open jobs. still facing the same.

I have re compiled the jobs, and also facing the same.
by suresh_dsx
Thu Dec 09, 2010 6:42 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

Initially, Tried with that one only. it is not working beacuse we using different port.
I have used the syntax. it list only 10 jobs but reamining 90 jobs it is showing the error message.
by suresh_dsx
Thu Dec 09, 2010 6:21 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

dsjob -ljobs not working

Hi, Total number of jobs in the project =100 10 jobs created with in the project 90 jobs exported with executables from the different environment and imported in this environment. ${DSJob} -server :30012 -ljobs project_name i am using the above command for listing all the jobs in the project. But it...
by suresh_dsx
Wed Nov 10, 2010 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator stage, performance is getting effect
Replies: 5
Views: 4751

aggregator stage, performance is getting effect

Hi, Hoping that using aggregator stage, performance is getting effect in the job. The job is running for 1hour for 1 million records. Near future we will get 5-10 million records . dataset --> transformer-->aggregator stage | Auto Partition V Input data is from a table--------------------> lookupsta...
by suresh_dsx
Fri Oct 08, 2010 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp_from_string conversion warnings
Replies: 2
Views: 2212

i have got the work around on this. Now it looks fine.

Added a stage vaiable and placed the logic then used the stage variable in the derivation column. Now i am not getting the warning.


Thanks
SuRi
by suresh_dsx
Thu Oct 07, 2010 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp_from_string conversion warnings
Replies: 2
Views: 2212

timestamp_from_string conversion warnings

Hi, In the transformer stage, I am getting the following warning message: TransformerStage 0: Conversion error calling conversion routine timestamp_from_string data may have been lost Source column name: FutureDate Data type:Varchar (10) - nullable-YES Sample data: '1999-12-31' '1995-10-25' As per t...
by suresh_dsx
Wed Aug 04, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tranformer stage proframance is not good.
Replies: 4
Views: 1774

Thanks ArndW for suggestion. Now the job performance is good. Job name: Cust_information Job design Sequential file stage1-->copy stage-->ODBC stage1(Table1) Sequential file stage2-->copy stage-->ODBC stage2(Table2) Sequential file stage3-->copy stage-->ODBC stage3(Table3) Sequential file stage4-->c...
by suresh_dsx
Tue Aug 03, 2010 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tranformer stage proframance is not good.
Replies: 4
Views: 1774

Tranformer stage proframance is not good.

Hi all, As i got information from the forms ODBC stage not good for loading bulk data. Data stage job running 10 hrs for 30 million records. i want to increase the performance of the job. Below i have tried the possibility options from the forms to increase the performance but still talking lot of t...
by suresh_dsx
Mon Jul 26, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage - comma delimiter failed
Replies: 7
Views: 15028

As per the suggestion, I have taken sample records and tested the job. Now the below records are populated successfully. "122","Chaina Asia","1234" "124"," london, united kingdom ","2222" But I have identified one record. As this is the add...
by suresh_dsx
Mon Jul 26, 2010 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage - comma delimiter failed
Replies: 7
Views: 15028

yes, I have give Quote is DOUBLE.


Field Defaults:
Delimiter=,
Quote=double
by suresh_dsx
Wed Jun 23, 2010 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file modification
Replies: 10
Views: 3353

Thanks for valuable responses. As I am not premium member I am unable to see the ray wurold message. Notes from the chain responces. 1. We are not going to update the existing configuration file. 2. We will create a new configuration file. I have small clarification, can we assign configuration file...
by suresh_dsx
Wed Jun 23, 2010 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file modification
Replies: 10
Views: 3353

Configuration file modification

Hi, Currently we are using 4 node configuration file. All nodes we are utilizing only for resource and scratch disk. Is their any possibility to use one of the nodes for database for fetching data from source/loading data into target (As we are using ODBC to connect to SQL Sever database). Remaining...
by suresh_dsx
Tue Jan 05, 2010 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage lookup stage
Replies: 2
Views: 2552

datastage lookup stage

Hi, Job details: I have input file which is having 50,000 records and joining with 3 files(file1,file2,file3)based on single key. The output file contain 45,000 records and the reject link contains the 5,000 records. As per the process, I should get the 50,000 records but 5,000 records are rejected....