Search found 15603 matches

by ArndW
Wed Jul 15, 2009 3:40 am
Forum: General
Topic: Can't access datastage designer but still running
Replies: 17
Views: 9730

kjaouhari wrote:[7/15/09 9:55:15:654 CEST] 0000000a SystemOut O [IBM][SQLServer JDBC Driver][SQLServer]Login failed for user 'xmeta'. Reason: The account is disabled.
...
by ArndW
Wed Jul 15, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin not working
Replies: 4
Views: 3990

This is a basic UNIX problem. Use the "find" command to located in which directory the "liborchgeneralaix3.so" is located and then check your environment variable "LIBPATH" to see if that directory is included. It should be, if not then you have a problem in your dsenv ...
by ArndW
Wed Jul 15, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:No conductor nodes found in export node pool
Replies: 5
Views: 6473

How about posting your APT config file, where this type of information is stored? Also, do you specifically address node pool resource constraints in your sequential file stage?
by ArndW
Wed Jul 15, 2009 2:29 am
Forum: General
Topic: Can't access datastage designer but still running
Replies: 17
Views: 9730

Re: Can't access datastage designer but still running

...ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under C:\IBM\WebSphere\AppServer/profiles/default\logs\server1 should contain failure information. What does that file contain in the way of error messages or information? ...
by ArndW
Wed Jul 15, 2009 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Enough space
Replies: 11
Views: 3812

Do you have a lookup stage and if so, how big is your lookup data (approximately)?
by ArndW
Wed Jul 15, 2009 1:53 am
Forum: General
Topic: Notification Activity Attachment Issue
Replies: 1
Views: 1309

That has nothing to do with DataStage or the sendmail side, but has to do with how your Microsoft Outlook is configured. You can Google that and find out how to turn that off.
by ArndW
Wed Jul 15, 2009 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin not working
Replies: 4
Views: 3990

You need ensure that you have execute the dsenv script. The command

Code: Select all

. `cat /.dshome`/dsenv
should work on just about any UNIX installation.
by ArndW
Wed Jul 15, 2009 1:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job controle not running in V8
Replies: 8
Views: 1880

It would seem that there is some problem with the way the Job Control code is designed. Luckily, you can add calls to DSLogInfo() or DSLogWarn() through the code to see what is happening and to debug it. The first thing would be to put a call to DSLogInfo() right before and right after the call to D...
by ArndW
Wed Jul 15, 2009 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time validation
Replies: 4
Views: 1174

I'm not at a PC where I can open up the Parallel Job Develop Guide, but perhaps you could do that and check.
by ArndW
Wed Jul 15, 2009 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time validation
Replies: 4
Views: 1174

This type of check is done via the IsValid() function call in PX.
by ArndW
Wed Jul 15, 2009 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Common routines across projects
Replies: 3
Views: 1225

There used to be a "cheat" possible with version 7 that involved redirecting hashed file pointers, but that is no longer possible with the repository structure at version 8; so the answer to your question is "no"; you would need to export/import the routine definitions in each pr...
by ArndW
Wed Jul 15, 2009 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding hours to timestamp
Replies: 2
Views: 1281

TimestampFromSecondsSince()
by ArndW
Wed Jul 15, 2009 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error
Replies: 3
Views: 2230

I will assume that you are not doing distributed or grid processing. Login to a UNIX shell then:

1. source the dsenv file . `cat /.dshome`/dsenv
2. export APT_CONFIG=$DSHOME/../Configurations/default.apt
3. orchadmin check

What does the orchadmin command return?
by ArndW
Wed Jul 15, 2009 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing in input data in batch wise
Replies: 4
Views: 1248

Do you mean that you wish to process your input in batches of 100,000 or that you wish to parcel out your output to files limited to 100,000 lines each? If you create one output file you could use the UNIX command "split" to effect that.
by ArndW
Tue Jul 14, 2009 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem:
Replies: 5
Views: 2517

Please do not double-post, particularly in the FAQ forum; before someone responds there please go and delete your post.

The error message looks as if comes from a job sequence, is that the case? How busy was the machine when this happened, or does it happen all the time?