Search found 15603 matches

by ArndW
Mon Nov 08, 2010 8:52 am
Forum: General
Topic: FOLDERS RT_LOG
Replies: 3
Views: 2772

Log files are relatively easy to fix. Since you've got a blink error, the data is probably useless to you in any case, so just do a Director -> Job -> Clear Log -> Immediate Purge/Clear All Entries and DataStage will re-recreate the log file for and keep the purge settings. Alternatively you can do ...
by ArndW
Mon Nov 08, 2010 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diferences between win XP and win7
Replies: 4
Views: 1138

I was confused when you said you had different runtime results, since that isn't client-dependant.
My guess is that the Windows machine is configured in XP using Polish and on Windows 7 in English.
by ArndW
Mon Nov 08, 2010 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer expecting entire paritioning
Replies: 4
Views: 1438

The data will be read in the same way it was written if using the same configuration file. You can see exactly what DataStage is doing at runtime by setting APT_DUMP_SCORE to "true" and examining the output. At the least it will have inserted SORTs on the join input links if you haven't ex...
by ArndW
Mon Nov 08, 2010 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function 'utf_to_row()' failed
Replies: 4
Views: 2975

find out what the numeric value of the ? character is in your source string "TRANSMISIONES Y EQUIPOS MEC?NI"using the source system mapping (it won't be MS1252 if it isn't on a windows system). Then, using google or search engine of your choice, find out if that character can be mapped to ...
by ArndW
Mon Nov 08, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diferences between win XP and win7
Replies: 4
Views: 1138

I am not sure if you mean you have 2 installations of the server engine or are the 2 different versions on the client side?
by ArndW
Mon Nov 08, 2010 5:48 am
Forum: General
Topic: FOLDERS RT_LOG
Replies: 3
Views: 2772

The RT_LOG<nnn> folders contain hashed files which contian the runtime log information you see in the director. They are purged from the DataStage director - where you can also set autopurge options per job.
by ArndW
Mon Nov 08, 2010 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xcom
Replies: 1
Views: 3100

XCOM is a Computer Associates program and doesn't have anything to do with DataStage. Your chances at an answer to this question are better elsewhere.
by ArndW
Mon Nov 08, 2010 4:31 am
Forum: General
Topic: Run batch file to call a DS Job to run
Replies: 16
Views: 12710

the "dsjob" command is called from the command line - the syntax is identical in UNIX and Windows environments.

In your case the command

Code: Select all

dsjob -server BI_Server -user admin -password 123 -run BI BI_DS_JOB
should start the job (any parameters will get their default values)
by ArndW
Mon Nov 08, 2010 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting due to dead lock
Replies: 8
Views: 3050

What exactly do you mean by "hash keys" - the partitioning of the source and target data? How many nodes is your configuration file and if you run it with a 1-node configuration have you had the job abort? Also, could you post the exact error message you are seeing? Have you specified a co...
by ArndW
Mon Nov 08, 2010 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constraint in transformer
Replies: 2
Views: 1008

Conditions get evaluated to "True" and "False", these are equivalent to "1" and "0" in DataStage, respectively.
by ArndW
Mon Nov 08, 2010 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF data
Replies: 3
Views: 1975

Google "pdf to text converter" to see what your options are.
by ArndW
Mon Nov 08, 2010 3:44 am
Forum: General
Topic: Run batch file to call a DS Job to run
Replies: 16
Views: 12710

There is no need to download manuals, the WebSphere DataStage Programmer's Guide that comes with every client installation has a whole Chapter (Chapter 1) describing the command line interface.
by ArndW
Mon Nov 08, 2010 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation steps to install and configure IIS 8.5 in Windo
Replies: 6
Views: 2767

Every version of DataStage comes with documents describing exactly what steps are necessary for an installation. Do you have 8.5?

IBM Publishes the prerequisites here but as far as I know the installation guides are not available online.
by ArndW
Thu Nov 04, 2010 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer taking old params
Replies: 14
Views: 3720

Yes, I tried and failed to reproduce your problem on Windows 8.1
by ArndW
Thu Nov 04, 2010 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected Project
Replies: 14
Views: 3295

I was afraid of that - I'm currently on Windows and assume that the checksum is computed differently.
Unfortunately, that is the only way I know of getting the project status so the answer to your question is "No, one cannot get the protected/unprotected status"