Search found 219 matches

by ds_developer
Tue Dec 05, 2006 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 8
Views: 4489

I don't know about Date fields, but I know you can substring and concatenate a Timestamp field for Oracle. I assume it is a string as Ray says, then the Oracle Enterprise stage converts it as needed.

John
by ds_developer
Mon Dec 04, 2006 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with loading Timestamp filed into Oracle
Replies: 15
Views: 7605

What is the length of the Timestamp field? It should be 38. Try it.

John
by ds_developer
Fri Oct 06, 2006 7:41 am
Forum: General
Topic: Mouse Scrolling
Replies: 4
Views: 4338

You are very lucky - I have worked with DS for almost 7 years and have never had a mouse that will scroll Designer :x !
Very frustrating.

John
by ds_developer
Thu Oct 05, 2006 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs compare
Replies: 13
Views: 4043

.dsx files are just text. You can compare them visually with a text editor or with a tool (download a trial of UltraCompare).

John
by ds_developer
Thu Sep 14, 2006 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Packager Wizard Problem.
Replies: 4
Views: 1566

In Manager, highlight the job and go to Tools|Release Job. This job will be available to the Package Wizard.

John
by ds_developer
Thu Jul 27, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FLOAT Datatype; Minimum Value?
Replies: 4
Views: 1537

I believe you are hitting the setting called EXACTNUMERIC. It is in the uvconfig file. The default is 15 and I would not recommend changing it. The comment in the uvconfig file says "Specifies the number of digits of precision before rounding occurs". Try using a value that is shorter than...
by ds_developer
Fri May 19, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems for Job Control
Replies: 2
Views: 1156

Look in the Director log of "JobExecucao_Bat_Vendas_2". The first log entry will list the parameters for the job - see if the "pFileName" parameter is set as you expect. You can add calls to DSLogInfo to your Job Control to write debugging statements to the log file. The format i...
by ds_developer
Mon May 08, 2006 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning!! in OCI stage
Replies: 4
Views: 1087

Use a sequential file with this same table definition, define it is as a .CSV and add a constraint to write this record to it. Then look at the data in each numeric field to see which one is larger than the field.

John
by ds_developer
Fri May 05, 2006 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading UTF-8 XML into Oracle
Replies: 0
Views: 1026

So everything is fine until you get to Oracle? I found an Oracle article that refers to using NCHAR datatypes on specific fields of the table to support UTF-8. Here is the link:

http://www.oracle.com/technology/tech/g ... df/mwp.pdf

John
by ds_developer
Wed Jan 25, 2006 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How many users can DataStage handle at a time?
Replies: 7
Views: 3660

My memory of version 6 is that it counts licenses differently. If you open one client app., then use Tools - Run... to start another, it uses the same license. However, if you just run another client, it uses another license. I'm told now v7+ looks at IP addresses and only uses one license per conne...
by ds_developer
Fri Jan 06, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to openn Folderstage
Replies: 6
Views: 1388

Seems like a permissions problem to me - can you get to this folder with Windows Explorer when using the same login you use for DataStage?

John
by ds_developer
Thu Jan 05, 2006 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function in datastage
Replies: 5
Views: 8522

Remember NUM will allow decimal point (.) and negative sign (-) as they are considered part of a normal datastage number.

John
by ds_developer
Fri Dec 30, 2005 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: $PROJDEF
Replies: 4
Views: 1805

You should look at the FAQ Forum. It tells you all about it. Here is the link: viewtopic.php?t=92038

John
by ds_developer
Wed Nov 09, 2005 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Dsexport
Replies: 5
Views: 3213

Try the DS documentation in man_gde.pdf, a.k.a. Manager Guide.

John
by ds_developer
Fri Aug 26, 2005 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading a EBCDIC file using CFF Stage
Replies: 11
Views: 5728

What does the actual field look like in EBCDIC?
I would convert it to ASCII and write it to a sequential file then look at it. Was it converted correctly?

You might want to correct the View Data issue at some point, but right now you want to see if the data is being converted correctly.

John