Search found 15603 matches

by ArndW
Mon Mar 29, 2010 3:24 am
Forum: General
Topic: Connection refused
Replies: 5
Views: 3999

Could you be invoking a 8.0.x ADMIN client?
by ArndW
Mon Mar 29, 2010 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Function
Replies: 11
Views: 4106

Assuming your output is a Char() or VarChar() and the input is a Char(9), then "Right('000000000':Trim(In.PolicyNumber),9)" will product what you require. I see no explanation for your given output of "45", unless you have made an error somewhere with the column lengths.
by ArndW
Mon Mar 29, 2010 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing the data in sequential file
Replies: 12
Views: 4019

Have you actually checked your configuration file? Use the Designer Tools -> Configurations menu item to check your file and if you don't find anything, please post the config file here.
by ArndW
Fri Mar 26, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure problem
Replies: 6
Views: 2915

kauschal - you already have a thread open with exactly the same question and the topic is different from this thread's content and is thus not appropriate here.
by ArndW
Fri Mar 26, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the rid of Warning messages
Replies: 4
Views: 1497

go to the director, click on one of the warning messages, the right-mouse click and choose "add rule to message handler" to get the window where you can choose your settings.
by ArndW
Fri Mar 26, 2010 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when checking configuration file
Replies: 6
Views: 2456

That error is typical when you haven't sourced the dsenv file in your $DSHOME directory.
by ArndW
Fri Mar 26, 2010 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job remains in running state
Replies: 1
Views: 961

Replace your target sql server stage with a Peek statement. Does your new job hang? If not, you need to check your sql server stage, otherwise you need to check your source SELECT statement.
by ArndW
Fri Mar 26, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting only the first character of a string as SP output
Replies: 5
Views: 2419

I assume that you have tested your stored procedure in SQL server directly and get correct contents returned, so the first question would be how you have declared your datatypes.
by ArndW
Fri Mar 26, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when checking configuration file
Replies: 6
Views: 2456

Do you get this error only when checking this particular file, or on any use of the orchadmin command, i.e. "orchadmin check"?
by ArndW
Wed Mar 24, 2010 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

I would denormalize or pivot your source to read Rec1 RD Rec1 CD Rec1 CDE Rec1 CNSD Rec2 RD Rec3 CD Rec3 CDM Rec4 RD ... The do a lookup on each distinct value. If the output needs to be in the same format as the source, then put a transform stage in that uses stage variables to do group changes on ...
by ArndW
Wed Mar 24, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in dev and test environment
Replies: 2
Views: 2266

What is your path to the reject file and can you enter a shell and attach to that directory and "touch" the reject file?
by ArndW
Wed Mar 24, 2010 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Two Tables from different databases in one Source Query
Replies: 1
Views: 987

Since the Oracle and SQL Server database are distinct from each other, you will need to use 2 source stages and perform the join in DataStage.
by ArndW
Wed Mar 24, 2010 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query about Remove duplicates, join stage
Replies: 1
Views: 1298

This really is a case where a 1-minute job (2 x row generator, 1 join, 1 peek) will answer your question for you. If you disable sort generation and feed the stages unsorted data they will fail.
by ArndW
Wed Mar 24, 2010 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Settings in DataStage
Replies: 7
Views: 14679

deepticr wrote:-> Source DB NLS setting: (select * from nls_database_parameters)
NLS_NCHAR_CHARACTERSET =AL16UTF16

-> Target DB NLS Setting: (select * from nls_database_parameters)
NLS_NCHAR_CHARACTERSET AL16UTF16

...
??
by ArndW
Wed Mar 24, 2010 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server: Unable to locate and update an entity
Replies: 6
Views: 2596

Can you cut-and-paste your DataStage update SQL and try to run it in SQL server?