Search found 42189 matches

by chulett
Wed Jun 13, 2012 10:21 am
Forum: General
Topic: KeyMgtGetNextValueConcurrent() generating duplicate records.
Replies: 16
Views: 7374

You should have migrated the SDKSequences hashed file from the old project to the new one so the sequence values were retained, sounds like you can still do that now. That or you need to connect to each project on the new server that leverages that routine and use the update code you posted to reset...
by chulett
Wed Jun 13, 2012 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data for "Before SQL Statement"
Replies: 4
Views: 1285

Or you could possibly send that data to a separate target.
by chulett
Wed Jun 13, 2012 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data for "Before SQL Statement"
Replies: 4
Views: 1285

While you can use job parameters in the 'Before SQL' area, you cannot use data generated in the job. That sql runs when the connection is made - before the job even starts to process data.
by chulett
Tue Jun 12, 2012 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Char 10 to Integer 10 gives unexpected results
Replies: 11
Views: 4462

Looks to me like yet another example of overflow, as in your value is too large to be represented in an Integer.
by chulett
Tue Jun 12, 2012 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combination of Files
Replies: 5
Views: 2053

Correct, the environment variable noted will correct that issue.
by chulett
Tue Jun 12, 2012 7:53 am
Forum: General
Topic: (internal Error(39202)
Replies: 7
Views: 2557

Filesystem permissions, down the DSEngine & Project paths. Specifically the group permissions since your ids are in the same group as dsadm.
by chulett
Tue Jun 12, 2012 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combination of Files
Replies: 5
Views: 2053

It is out there and has been discussed a number of times. :wink:

Look into the optional property "File name column". You may also need to add $APT_IMPORT_PATTERN_USES_FILESET to your job and set it to true but I would suggest trying it without it first.
by chulett
Tue Jun 12, 2012 7:06 am
Forum: General
Topic: corrected the job
Replies: 16
Views: 6211

I assume you mean "corrupted" here. And I feel like we came in the middle of a conversation. :? Start over. Tells us what exactly it is you are experiencing and the error(s) you get. I know you posted a link (which is good) but it would be helpful to know what you tried from it and what &q...
by chulett
Tue Jun 12, 2012 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get lastmonth timestamp in transformer
Replies: 5
Views: 2024

Check the Parallel Job Developer's Guide for the list of available functions. Perhaps ...

MonthDayFromDate()
WeekdayFromDate()
DaysInMonth()


Depending on how you are looking to solve this.
by chulett
Tue Jun 12, 2012 6:54 am
Forum: General
Topic: (internal Error(39202)
Replies: 7
Views: 2557

Permissions, I would assume.
by chulett
Tue Jun 12, 2012 6:49 am
Forum: General
Topic: Datastage project wise folder name
Replies: 3
Views: 1771

As a guess, the project may have some manner of corruption in it and be a candidate for a REBUILD.
by chulett
Mon Jun 11, 2012 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Date conversion issue
Replies: 9
Views: 3063

Ah... having dealt basically 100% with Oracle where I would always treat a DATE as a full Timestamp with explicit control over the time portion, that never really clicked for me.
by chulett
Mon Jun 11, 2012 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Date conversion issue
Replies: 9
Views: 3063

Sorry for being especially dense tonight but why would you 'expect a Server job to behave this way'? I must be missing something fundamental here... :?
by chulett
Mon Jun 11, 2012 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Single Quote with Single Quote
Replies: 23
Views: 6886

Nope, Convert() replaces a single character with another single character.
by chulett
Mon Jun 11, 2012 9:46 am
Forum:
Topic: Data Lineage report includes sequential files?
Replies: 5
Views: 1963

Done.

For the record, this was split from this topic.