Search found 55 matches

by Luciana
Thu Feb 04, 2010 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource bundle corresponding to message key CONN-NGBR-00002
Replies: 4
Views: 11775

Hi Ray, Thank you. I am using English. My post was incomplete, this message is complete: UP_PESS_TELEFONE,0: Resource bundle corresponding to message key CONN-NGBR-00002 not found! Check that DSHOME or APT_RESPATH is set. UP_PESS_TELEFONE,0: ?? (IIS-CONN-ODBC-000004; ODBC function {0} reported: SQLS...
by Luciana
Tue Apr 28, 2009 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Schedule: [NOT scheduled], after I schedule a job
Replies: 3
Views: 2663

Yes, I can find an entry in the user's crontab or at. I will contact the official support.

Thank you,
by Luciana
Tue Apr 28, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Schedule: [NOT scheduled], after I schedule a job
Replies: 3
Views: 2663

View Schedule: [NOT scheduled], after I schedule a job

I am using DataStage 8.1 on Unix AIX
I have a problem with the schedule. After I schedule a job, I click the button "schedule view" but don't appear nothing as schedule, however the job execute in the time scheduled.

Thanks and Regards,

Luciana
by Luciana
Tue Apr 07, 2009 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP Extract Stage and Job Parameters
Replies: 3
Views: 4756

I have used job parameter in the ABAP stage in DataStage 7.5 and the job work fine, but when I need to edit the query I need replace the job parameter with the value.
by Luciana
Tue Apr 07, 2009 11:54 am
Forum: General
Topic: Routine to zip a file
Replies: 6
Views: 4103

Code: Select all

ucom1 = 'zip /chcprov/tempdir/Eload.zip ' 
ucom1 = ucom1:'/chcprov/tempdir/':inrec 
* CALL DSExecute('UNIX',ucom1,fil1,SYSRET) 

Ans = ucom1
Include "*" before the line Call DSExecute ... and print the ucom1 variable. Check if the command is right.
by Luciana
Mon Apr 06, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using @PARTITIONNUM and @INROWNUM in a constraint
Replies: 3
Views: 5767

In transformer stage change the property "preserve partitioning" for Clear.
by Luciana
Fri Apr 03, 2009 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to find dsjob CLI command on windows server 2003
Replies: 2
Views: 2156

Yes, there is. Look in the c:\Program Files\Ascential\DataStage7.5\
by Luciana
Fri Mar 20, 2009 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCONV function still work in PX routine
Replies: 3
Views: 2962

You can to use Oconv or Iconv only Server Routine (Basic language) or in transformer stage. Parallel Routines must be create in C.
by Luciana
Mon Dec 29, 2008 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Information of jobs in universe
Replies: 1
Views: 2187

Extract Information of jobs in universe

Hi,

I want to extract through where clause used in a project all jobs do we have with status running

Thanks in a advance,

Luciana
by Luciana
Sun Oct 19, 2008 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp Stage
Replies: 7
Views: 6245

I don't know if it will be faster, but it was a recommendation of a consultant IBM.

I include the other columns in the code and the job it executed with success.

Thanks a lot.

Luciana
by Luciana
Sun Oct 19, 2008 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp Stage
Replies: 7
Views: 6245

Yes, I can, but I have a DataStage Job that the transformer is very slow then I want replace the transformer stage for a buildOp stage, but neither all columns have transformation, then I make this simple BuildOp Stage for test.

Thank you,
Luciana
by Luciana
Sun Oct 19, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp Stage
Replies: 7
Views: 6245

BuildOp Stage

Hi, I have a simple BuildOp Stage that multiply two columns. This job execute fine but the output is not correct. In Sequential File there are three columns, the Amount is correct, but the another columns receive "0". These columns must pass without changes. I don't understand where is the...
by Luciana
Thu Aug 23, 2007 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is this a CFF bug?
Replies: 8
Views: 4869

I have the same problem with one job that use Complex Flat File Stage. I import the table definition and one column appear as DISPLAY NUMERIC, but when I press OK and after open the properties, this column appear as DECIMAL. The job execute with no warnings, but the size of row stay incorrect. DataS...
by Luciana
Mon Aug 06, 2007 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid assignment of quote character on sequential file
Replies: 9
Views: 5075

If you to specify the Quote Character property (on the Format tab) as double ... In jobs server, the DataStage places quote character in the fields of the type char or varchar, not integer. Field1(char);Field2(integer);Field3(char);Field4(integer) "AB";123;"DS";100 "AC"...
by Luciana
Mon Aug 06, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get value of an Env variable in a stage of a job
Replies: 4
Views: 1976

Hi Goutam

Try to use the function GetEnvironment('ORA_USER_SID') with this sintaxe.