Search found 93 matches

by deepa_shenoy
Mon Nov 30, 2009 10:55 pm
Forum: General
Topic: .ds file is empty
Replies: 9
Views: 3465

But if I am running the same job more than once, it will throw an error saying that the .ds file already exists. How do I give the option of Overwrite as well? The job will always be run twice (minimum).
by deepa_shenoy
Mon Nov 30, 2009 10:30 pm
Forum: General
Topic: .ds file is empty
Replies: 9
Views: 3465

.ds file is empty

Hi, I want to load a Dataset Target File, but it always throws the warning XYZ.ds file empty. In the first load it will be empty right? I have created an empty file in UNIX and given Update='Overwrite' in the Dataset. I have three dataset files as target. The error is coming only for two .ds files. ...
by deepa_shenoy
Mon Nov 30, 2009 10:19 pm
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 18995

I did not want to use unicode anywhere so I removed it while importing itself. But this particular column still showed Varchar(Unicode) as its SQL type. Hence, I manually removed it. None of the columns have unicode now. In the source(SQL Server) the datatype is 'Nvarchar'. The datatype and length g...
by deepa_shenoy
Mon Nov 30, 2009 9:48 pm
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 18995

Is there any solution for the alert messages to stop coming?

I have given Varchar + Unicode. No difference at all.
by deepa_shenoy
Mon Nov 30, 2009 11:46 am
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 18995

Hi All, Sorry for re-opening this topic. I am getting these warnings: When checking operator: When binding output interface field "AR_ADDRESS3" to field "AR_ADDRESS3": Implicit conversion from source type "ustring[max=50]"to result type "string". When checking...
by deepa_shenoy
Mon Nov 30, 2009 11:37 am
Forum: General
Topic: Maximum number of workflows which can be given in Parallel
Replies: 7
Views: 3559

Thanks a lot guys ;)
by deepa_shenoy
Mon Nov 30, 2009 5:17 am
Forum: General
Topic: Maximum number of workflows which can be given in Parallel
Replies: 7
Views: 3559

Maximum number of workflows which can be given in Parallel

Hi All,

I would like to know what is the maximum number of workflows which can be given in a Parallel Job? Is there any limit?

Also, what is the maximum number of target tables we can load in a single job? Is there any limit?

Thanks in advance.

Regards,
Deepa
by deepa_shenoy
Sun Nov 29, 2009 11:59 pm
Forum: General
Topic: "null_field" length(2) must match field's fixed wi
Replies: 4
Views: 4941

Thank you. I used 1900-12-12-00:00:00.
by deepa_shenoy
Sun Nov 29, 2009 11:20 pm
Forum: General
Topic: "null_field" length(2) must match field's fixed wi
Replies: 4
Views: 4941

I'm sorry for the repetition. This is more specific to DATE fields-Timestamp in particular. I meant instead of giving Null Field value which has 26 characters, is there any other approach? When I use Actual Length and Null Field Length it throws an error saying, it must be used in conjuction with Pr...
by deepa_shenoy
Sun Nov 29, 2009 11:07 pm
Forum: General
Topic: "null_field" length(2) must match field's fixed wi
Replies: 4
Views: 4941

"null_field" length(2) must match field's fixed wi

Hi All, I am getting this error: SEQL_Current: When checking operator: When validating export schema: At field "system_business_date": "null_field" length (2) must match field's fixed width (26) The datatype is Timestamp. What value do I give for Null Field Value? Currently I hav...
by deepa_shenoy
Thu Nov 26, 2009 10:54 pm
Forum: General
Topic: How to define Fixed Width Format for a Target File
Replies: 6
Views: 5862

I did do that initially but it threw warnings saying that Null field length does not match the columns fixed width length. I had given Null Field value as '\xAB' and fixed length of the field as 10.
by deepa_shenoy
Thu Nov 26, 2009 10:17 pm
Forum: General
Topic: How to define Fixed Width Format for a Target File
Replies: 6
Views: 5862

Its currently throwing these errors: 1)Error when checking operator: Unable to initialize the exporter. or Error when checking operator: Export validation failed. 2)Error when checking operator: "record_length=fixed" (no length given) and record field format is variable-length. The first v...
by deepa_shenoy
Thu Nov 26, 2009 4:23 am
Forum: General
Topic: How to define Fixed Width Format for a Target File
Replies: 6
Views: 5862

How to define Fixed Width Format for a Target File

Hi,

How do we define a Fixed Width Format for a Target File?

What all options do we select?

Regards,
Deepa
by deepa_shenoy
Wed Nov 25, 2009 11:35 pm
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 18995

WARNING:Implicit conversion from source type to result type

Hi, I am getting this warning while using the Change Data Capture Stage: CHCP_GL: When checking operator: When binding output schema variable "outputRec": When binding output interface field "source_code" to field "source_code": Implicit conversion from source type &quo...
by deepa_shenoy
Wed Nov 25, 2009 11:22 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Hi All, Firstly I would like to thank everyone for their contribution and help. I finally got the solution. PHEW! :) The field delimiter -Quote=double was given. Within the data, in some record or the other, double quotes were present. Due to this, DataStage was rejecting the records. I changed the ...