Search found 8 matches

by rsadevelopers
Thu May 09, 2019 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to AWS SQS and reading messages using DataStage
Replies: 0
Views: 2615

Connecting to AWS SQS and reading messages using DataStage

Hi All, I have a task to read messages from a AWS SQS (Simple Queue Service) through DataStage. Does anyone know how I would go about it? Was thinking Web Services Stage or Hierarchical Stage?

I have been provided the following:

AWS Access Key ID
AWS Secret Key

SQS ARN
SQS URL
by rsadevelopers
Wed Aug 19, 2015 9:39 am
Forum: General
Topic: Login Screen Never Appears
Replies: 4
Views: 3420

Issue has been resolved. I rebooted my router and it solved the issue. I was accessing the server through VPN. Not sure why as all other apps were working fine except for DataStage,
by rsadevelopers
Tue Aug 18, 2015 12:37 pm
Forum: General
Topic: Login Screen Never Appears
Replies: 4
Views: 3420

Login Screen Never Appears

Hi All, I'm having an issue logging into DataStage using my Windows DataStage Client. The splash screen appears for a second then disappears. The login screen never appears. No errors appear. Any ideas why this might be happening? I'm able to login to the DS server through putty without issues. Than...
by rsadevelopers
Wed Sep 17, 2014 1:14 pm
Forum: General
Topic: Fixpack Regression Testing
Replies: 1
Views: 1599

Fixpack Regression Testing

Hi, just a generic question. When applying a DataSage fixpack is full regression testing warranted after the patch is applied?
by rsadevelopers
Fri Sep 12, 2014 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Partitioning after Fixpacks
Replies: 2
Views: 2285

Found this link on IBM support site. This describes what is occurring.


https://www-304.ibm.com/support/docview ... wg21459416
by rsadevelopers
Thu Sep 11, 2014 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Partitioning after Fixpacks
Replies: 2
Views: 2285

Issues with Partitioning after Fixpacks

Hi All, we have run into a production issue that started after DataStage Fixpack 3 was installed on our production server. It seems that DataStage decided to partition differently after the patch than it did previously. The job is very simple with an input dataset joining to other datasets with AUTO...
by rsadevelopers
Wed Jun 18, 2014 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char(0) being stored in Sequential file
Replies: 2
Views: 2044

Hi Ray, APT_STRING_PADCHAR is already set to 0x20

It's strange in that if we find nulls in the file We re-run and file look fine.

There are many jobs running at the same as the files are being created and I/O is very heavy. Not sure if this could be the cause.
by rsadevelopers
Tue Jun 17, 2014 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char(0) being stored in Sequential file
Replies: 2
Views: 2044

Char(0) being stored in Sequential file

Hi All, we have a simple job that at times writes rows with x00 to a sequential file. The job does not abort and seems to complete successfully. If we find x00 in the file we re-run the job and it works fine. Each column in the basic transformer calls a routine that removes special characters. Job D...