Search found 15603 matches

by ArndW
Fri Apr 06, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Connecting from Client in Windows to DS Server in Unix
Replies: 19
Views: 6065

ds_ram wrote:Hi,
I am able to ping using telnet.


I've never heard of software that can do that, ds_ram. Both "ping" and "telnet" are separate utilities and your system might be blocking telnet and DS ports while allowing the TCP/IP level "ping" go through.
by ArndW
Fri Apr 06, 2007 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load method giving fatal error
Replies: 4
Views: 875

Check your "ora.5451.353168.1.log" log file to see the detailed error message.
by ArndW
Fri Apr 06, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Connecting from Client in Windows to DS Server in Unix
Replies: 19
Views: 6065

What sort of security software do you have installed on either the PC, network or UNIX host that might block off traffic? That would be my first thought. You can enter a DOS command "telnet <unixhost>" on the PC to see if telnet works to your DataStage server.
by ArndW
Mon Mar 12, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIOpenR call to SQLExecDirect failed.
Replies: 2
Views: 3309

dsonly - welcome to DSXChange. In order to help answer your question you should add a bit more information to your post. Even though some can be read from the error message, you should tell us what stage you are using and what you are doing in it. Does the error happen on view data or when running? ...
by ArndW
Wed Feb 28, 2007 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RPC daemon
Replies: 7
Views: 2135

try doing a dos telnet to the server using that userid and password ? Since you can connect it would seem the RPC daemon is working, so the cause must lie elsewhere.
by ArndW
Wed Feb 28, 2007 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP - Receive mainframe file with COMP-3 fields
Replies: 1
Views: 629

You cannot convert the binary to an integer value in the FTP stage. You can use the SDK routine DataTypePicComp3 in a tranform stage or use an intermediate sequential file and read using the CFF stage.
by ArndW
Wed Feb 28, 2007 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage - [RPC] error code = 81002 - Timeout ?
Replies: 9
Views: 5647

Can you manually type in your query at the TCL command line level and see if you get the same error message, please.
by ArndW
Wed Feb 28, 2007 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 11
Views: 3892

:? oops, I didn't realize that! :evil:
by ArndW
Wed Feb 28, 2007 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SME
Replies: 15
Views: 4466

I prefer "Beam me up Scotty, there's no intelligent life down here"
by ArndW
Wed Feb 28, 2007 10:28 am
Forum: General
Topic: Import Project from Project Directory
Replies: 10
Views: 2938

There is no need to do much if your original project was not broken. In your new server just add the project name and the existing path and DataStage will detect the existing project and keep the contents.
by ArndW
Wed Feb 28, 2007 10:26 am
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 4777

What does the file look like when you view the contents from UNIX?
by ArndW
Wed Feb 28, 2007 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading from a Mainframe Server
Replies: 5
Views: 993

You can read from the mainframe using the FTP stage and then write the data to a sequential file that is declared as a named pipe. This pipe is then read via CFF in the same job and interpreted as per the copybook definitions. Using this method you will process the data row-by-row and not have to wr...
by ArndW
Wed Feb 28, 2007 5:03 am
Forum: General
Topic: DataStage XML Warning
Replies: 1
Views: 1177

Welcome to DSXchange, Senthil.

It is recommended to use the search button on the top of the forum screen to see if a certain error has been encountered before. In this case, I used a search for the error message and got quite a few threads, the first of which you can find by clicking here
by ArndW
Wed Feb 28, 2007 4:53 am
Forum: General
Topic: Pls Explain about "Orchestrate Architecture" Data
Replies: 3
Views: 1615

Ravi, the question about Orchestrate architecture is far too broad to answer; you will need to do some preliminary reading, perhaps the first few chapters in the Parallel Job Developer's Guide to start with. You question is like asking "Please explain Operating Systems" - many probably could, but wh...
by ArndW
Wed Feb 28, 2007 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage - [RPC] error code = 81002 - Timeout ?
Replies: 9
Views: 5647

I think you have extra double quotes around the table name.