Search found 358 matches

by loveojha2
Fri Jul 28, 2006 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [CLI Driver]CLI0125E Function sequence error.SQLSTATE=HY010
Replies: 4
Views: 8162

Can you get it working by having separate stages for the three queries?
by loveojha2
Thu Jul 27, 2006 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date formatting
Replies: 11
Views: 10496

You can try ereplace.
You can try Iconv, Oconv. What else you want. :lol:
by loveojha2
Thu Jul 27, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warnings ODBC
Replies: 10
Views: 4187

Don't ask me why this has fixed it but it has! This happened because may parameter get binded with the executables :? And if you execute them directly (without a fresh compile), instead of taking the current value in place of $PROJDEF, they take whatever was already binded :? :?: Experts please cle...
by loveojha2
Thu Jul 27, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FLOAT Datatype; Minimum Value?
Replies: 4
Views: 1544

Which is your database?

I tried with Sql Server with the value

Code: Select all

.0000000000000000001
I got
1.0000000000000001E-19
in the table.

The datatype of the column is float.
by loveojha2
Wed Jul 26, 2006 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warnings ODBC
Replies: 10
Views: 4187

What I am trying to do is have our jobs run without any warnings.
My question was more on the particular job that is having issue,
What is it having (the design)?
Are you having any thing parameterized, is there any chance that you are having a parameter value difference (between the servers)?
by loveojha2
Wed Jul 26, 2006 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Timestamp With a Sequential file
Replies: 33
Views: 11234

You can get it done through a routine (remover the spaces and hyphens in the routine) prior to running the server job and can then pass the parameter to the server job.
by loveojha2
Wed Jul 26, 2006 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Warnings ODBC
Replies: 10
Views: 4187

Do a reset through the director and see if it gives any thing extra.

What are you trying to do?
by loveojha2
Mon Jul 24, 2006 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on Ds log files
Replies: 8
Views: 1938

At what place you are using it ?(very important)

You should be using it within a routine which can be called through after job subroutine. This will make sure that your job has finished and the counts on the link are the final.
by loveojha2
Mon Jul 24, 2006 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on Ds log files
Replies: 8
Views: 1938

You would need to write your own program for parsing the log file (if you want to do it outside ds). But doning it that way is time consuming and may not be accurate at times. You can use the DSGetLinkInfo function which can be used from within the job or outside the job (may be a separate routine) ...
by loveojha2
Mon Jul 24, 2006 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during lookup
Replies: 17
Views: 8842

If i move the job from Dev to PROD wont this be affected?
Surely it will, if the schemas are different.
Use Job parameters for such cases.
by loveojha2
Mon Jul 24, 2006 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence number
Replies: 6
Views: 3139

I guess DSGuru meant:

Code: Select all

counter: if (TRIM(X):TRIM(Y):TRIM(Z)) = prevVal then counter else counter+ 1 
prevVal: TRIM(X):TRIM(Y):TRIM(Z) 
Just a typo :wink:
by loveojha2
Thu Jul 20, 2006 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in type converstion
Replies: 4
Views: 2239

How are you guessing that the error is something to do with these columns only?
Is there any date column also within the target table?
Can that be causing problem?
What datatype you have specified for date fields?
What is your target database?
by loveojha2
Thu Jul 20, 2006 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in type converstion
Replies: 4
Views: 2239

Hope I will be helped in fixing the below error. That's obvious, no need to mention. :wink: The input column is a decimal and I doing some calculations on a specific column and trying to load into the target table. What sort of calculation is this, is it involving any other column also, what is the...
by loveojha2
Thu Jul 20, 2006 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Designs Gone Missing
Replies: 2
Views: 980

Reindexing might help, but is the last resort.
Did you try that? Is it on a production or a developement server.
Is there any chance that your dsx file is only having program sources and the executables, no job design.
Can you rename/delete a corrupted job? Then import it from the backup. :?:
by loveojha2
Thu Jul 20, 2006 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting topic tag in uppercase
Replies: 11
Views: 3592

Ok don't think that is the hurdle.
Did you tried the derivation that i suggested? Are you getting the suffixed string also.