Search found 42 matches

by gooogle
Fri Oct 18, 2013 6:03 pm
Forum: General
Topic: How to Check old job log
Replies: 3
Views: 2804

Any idea where I can go as you mentioned "as far back" & also change the "filter" to see more logs.
Thanks chulett
by gooogle
Fri Oct 18, 2013 4:16 pm
Forum: General
Topic: How to Check old job log
Replies: 3
Views: 2804

How to Check old job log

Since datastage only keeps log for a couple of days, is there anyway to go back & check the job log from a particular day in last month ?
by gooogle
Wed Aug 14, 2013 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row getting rejected for decimal point data
Replies: 3
Views: 2863

Tried that did not help.

Any ideas ...

Thanks
by gooogle
Mon Aug 12, 2013 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row getting rejected for decimal point data
Replies: 3
Views: 2863

Row getting rejected for decimal point data

I am getting this error. The job is running with Warning & not Failing: Transformer_5: At row 2, link "DSLink9" DSTAGE-DRS-0513`:`Row rejected. At row 2, link "DSLink9" DBMS.CODE=0, SQLSTATE=22001, [IBM (DataDirect OEM)][ODBC SQL Server Driver]String data, right truncation At...
by gooogle
Thu Oct 11, 2012 10:15 am
Forum: General
Topic: Cant view job log in Director & get this error
Replies: 2
Views: 1931

Cant view job log in Director & get this error

When I right click on the job in Director & click view log I get this error, any ideas anyone ...


Image
by gooogle
Tue Aug 21, 2012 2:33 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

SOLUTION: THE EASIEST WAY (FOR ME) TO PASS A DATE PARAMETER THESE JOBS GO IN A SEQUENCE JOB1 SELECT ISNULL(MAX(Update_Dt),current_timestamp) Inserteddt FROM Table_Name Save as MaxDate.txt Sequential file as varchar format JOB2 Execute command activity cat: location/MaxDate.txt JOB3 User variable ac...
by gooogle
Thu Aug 16, 2012 3:08 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

I tried CONVERT(DATETIME,'#p_MaxDate#') still same error.

If I hard code the date
p_MaxDate = "2012-08-14" instead of #p_MaxDate#, the jobs works perfect.
by gooogle
Thu Aug 16, 2012 1:52 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

I tried where UpdateDateTime >(select CONVERT(DATETIME, ('#p_MaxDate#', 111)) & tried where UpdateDateTime >(select CAST ('#p_MaxDate#' as DATETIME)) Still same error: [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting date and/or time from character string. Any ide...
by gooogle
Thu Aug 16, 2012 1:19 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

Can you please tell me more about that conversion if you can ...
by gooogle
Thu Aug 16, 2012 12:58 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

If I run it quoted where UpdateDateTime >'#p_MaxDate#' now I get error: vItem_SRC,0: [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting date and/or time from character string. I also tried where UpdateDateTime > (select convert(datetime, '#p_MaxDate#', 111)) Same error:...
by gooogle
Wed Aug 15, 2012 9:11 am
Forum: General
Topic: Parallel job is not running
Replies: 6
Views: 2780

Re: Parallel job is not running

I had a similar situation where the sequence would run but the parallel job wont.

Check the sequence's job log in detail, especially warnings or fatal errors.

I found my problem in the log.
by gooogle
Wed Aug 15, 2012 8:51 am
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

IN the SQL I have:

where UpdateDateTime > #p_MaxDate#
by gooogle
Tue Aug 14, 2012 5:08 pm
Forum: General
Topic: Pass date parameter
Replies: 12
Views: 8305

Pass date parameter

In the job sequence I have : Job1 - Creates a Location\MaxDate.txt Seq file Job2 - Execute command activity - Command: Type Parameter: E:\ETL\ETL_Datasets\MaxDate.txt Job3 - Job activity - Parameter p_MaxDate - EReplace(Read_MaxDate.$CommandOutput, @FM,"") Job4 - SQL stage has #p_MaxDate#...
by gooogle
Tue Apr 10, 2012 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Checking Composite Operator
Replies: 3
Views: 2559

Those are the only Fatal errors I see.
The metadata & all the fields are matching as per the table.
by gooogle
Tue Apr 10, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Checking Composite Operator
Replies: 3
Views: 2559

Error Checking Composite Operator

Hi I am getting this error while developing a job. The Source is SQL, Target is Netezza & there is 1 look up & a transformer in the job. Log: Fatal:Netezza_Enterprise_7: Error when checking composite operator: Caught unknown exception during wrapDescribeOperator(). Fatal:main_program: Could ...