Search found 104 matches

by Nisusmage
Mon May 12, 2008 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage Connect Error
Replies: 4
Views: 1751

The FTP stage in DataStage transfers data line-by-line using FTP calls; it doesn't use the classic FTP program as we are used to. Are you reading from or writing to the FTP stage? Are you specifying a valid userid and password (yes, I saw you mention "anonymous" ftp)? I'm writing to the F...
by Nisusmage
Mon May 12, 2008 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage Connect Error
Replies: 4
Views: 1751

The FTP stage in DataStage transfers data line-by-line using FTP calls; it doesn't use the classic FTP program as we are used to. Are you reading from or writing to the FTP stage? Are you specifying a valid userid and password (yes, I saw you mention "anonymous" ftp)? I'm writing to the F...
by Nisusmage
Mon May 12, 2008 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage Connect Error
Replies: 4
Views: 1751

FTP Stage Connect Error

Hello All, I'm having trouble using the FTP stage to connect to a FTP server. The server is local, unsercured and anonymous. I want to use the FTP stage to connect and send the data across. However, I get this error "socket call 'connect' failed". I'm presuming that the stage is using the ...
by Nisusmage
Thu Apr 17, 2008 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Field as a FileName
Replies: 1
Views: 1221

NeverMind. . I got that to work. It's clean enough. I have 3 jobs and 1 sequence. 1) The first job populates a Hashfile with ID and Filename returns the last @OUTROWNUMBER to the UserStatus. 2) The controller then loops through 1 to the last Job's UserStatus and returns the FileName to the UserStatu...
by Nisusmage
Thu Apr 17, 2008 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Field as a FileName
Replies: 1
Views: 1221

Data Field as a FileName

Hello All, I was just wondering if there is any known way of using a data field as a filename in a sequential stage. I was thinking, that I could maybe loop through the records and pull all the records into a table with an autonumber i.e. FileNamesTable ID,FileNameCode,FileName 1,BF,BobsFile 2,JDF,J...
by Nisusmage
Tue Apr 15, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General XML format Carriage Return Line Feed CRLF
Replies: 6
Views: 2293

I changed the format to unformatted in datastage and used MS Visual Studio to reformat it. Edit -> Advanced -> Format Document. Save. Worked wonders. IE is very slow rendering XML. And I needed it in a clean format quickly for me to see that what I was getting was correct. I found VS 2005 much faste...
by Nisusmage
Tue Apr 15, 2008 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General XML format Carriage Return Line Feed CRLF
Replies: 6
Views: 2293

Good Point ..

I was trying to format it for the human eye.

thanks for the input.
by Nisusmage
Tue Apr 15, 2008 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General XML format Carriage Return Line Feed CRLF
Replies: 6
Views: 2293

General XML format Carriage Return Line Feed CRLF

I couldn't find any posts regarding this issue of the XML format coming out of the XML output stage. The XML format I'm expecting is: <DEDUCTIONS> <DEDUCTION> <SURNAME>MCDONALD</SURNAME> <NAME>OLD</NAME> </DEDUCTION> <DEDUCTION> <SURNAME>MCDONALD</SURNAME> <NAME>NEW</NAME> </DEDUCTION> </DEDUCTIONS>...
by Nisusmage
Sat Apr 12, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Client Error
Replies: 4
Views: 1425

YEEEAASS!!! It works. Okay here are my findings for all windows users. 1) You need to create 2 new System Environment Variables. 1. Name: DATASTAGE_JRE Value: C:\IBM\InformationServer\ASBNode\apps 2. Name: DATASTAGE_JVM Value: \jre\bin\j9vm 2) Restart your Server. (Very important, bugged me for hour...
by Nisusmage
Sat Apr 12, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Client Error
Replies: 4
Views: 1425

Still No solution. I've tried all variations of the classpath and the path environment variables. Do i have to restart after each change? I don't think so, just checking. I've this and it just takes a very long time to test and it feels as if I'm grasping at straws. Is anyone else battling with this...
by Nisusmage
Wed Apr 09, 2008 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Client Error
Replies: 4
Views: 1425

Web Service Client Error

Can anyone help me on this problem.? I've a simple small webservice up and running. I've got the WSDL definitions in the WS Client and I'm trying to pass it 1 row of 4 columns of information. But I get this error. I'v found many posts on this error but none that fix my problem. PavlovCreateTask..Web...
by Nisusmage
Wed Apr 09, 2008 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5906

Progress update .. I got rid of the RNIWrapper error. Just still this. I've tried all kinds of claspath's and also found classpath in the gridstyle properties of the client. Still get this error. Help!. Should I start a new Post? PavlovCreateTask..Web_Services_Client_0: TJClient::initialize: unable ...
by Nisusmage
Wed Apr 09, 2008 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5906

I've tried all the CLASSPATH and System Variables suggestions and nothing has changed I still get the same message over and over. Can any one help here? PavlovCreateTask..Web_Services_Client_0: TJClient::initialize: unable to create Java Virtual Machine; classpath = C:\IBM\InformationServer\Server\D...
by Nisusmage
Wed Apr 09, 2008 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5906

RK, Your job aborted becasue the DS couldn't find the "/jre/bin/classic" directory under the /etlinstall/IBM/InformationServer/Server/DSEngine/java, that's why you need to create a link (soft link), "jre -> /etlinstall/IBM/InformationServer/ASBNode/apps/jre", from the /etlinstal...
by Nisusmage
Mon Apr 07, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown element on the output warning
Replies: 5
Views: 1376

Ahha, thanks Craig.
the definitions were looking like this:

Code: Select all

/ExtractPayment/Record/AccountNumberLedgerCode
changed to look like this

Code: Select all

/ExtractPayment/Record/AccountNumberLedgerCode/text()
no more warnings.
Thanks