Search found 1724 matches

by priyadarshikunal
Thu Jul 02, 2015 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Grid Tool Kit
Replies: 9
Views: 6442

Sounds like a High Availability solution in Clustered mode. Not a grid. You are basically trying to test grid on a single SMP box. Please correct me If i am wrong.

Please confirm whether you want an active passive cluster or a Grid.
by priyadarshikunal
Tue Jun 30, 2015 10:10 am
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 12403

DB2 connector will also use the catalog information. If you read the documentation that if DB2 client fails to connect to the server then DB2 Connector will also fail. Try to catalog xmeta on engine then try running the job again.
by priyadarshikunal
Tue Jun 30, 2015 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse look up query
Replies: 19
Views: 9759

You should check the query in db stage and run the query by providing this value replacing the variable in any other database client. How many records are you getting?
by priyadarshikunal
Mon Jun 29, 2015 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion issue
Replies: 8
Views: 5351

where does this error coming from, is it from the target oracle stage or source oracle stage or any other stage?

What has changed during maintainance?
by priyadarshikunal
Mon Jun 29, 2015 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Problems
Replies: 5
Views: 2168

The date has no specific storage format like YYYYMMDD. It is stored in database's internal format and only display format will change. The format you provide in string to date is the format of your input string and the defined format is used to convert the input string to date. If you want to store ...
by priyadarshikunal
Mon Jun 29, 2015 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job getting failed
Replies: 1
Views: 2899

http://www-01.ibm.com/support/docview.wss?uid=swg21593545 Check this link and see if this helps. There are many threads on this error with different configuration issues causing the same error, please do a search and check if any of those help. Do you have anything else running on that server that u...
by priyadarshikunal
Mon Jun 29, 2015 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage for huge data
Replies: 7
Views: 3327

hash partition, sort and join. Do you have any question in particular regarding join? 10 million is not huge IMO.
by priyadarshikunal
Wed Jun 24, 2015 2:40 am
Forum:
Topic: Infosphere Password re-use across environment.
Replies: 6
Views: 4720

Details on how to export users with credentials, groups, roles, credential mapping etc using ISTools. http://www-01.ibm.com/support/knowledgecenter/#!/SSZJPZ_9.1.0/com.ibm.swg.im.iis.iisinfsv.assetint.doc/topics/security_cli.html Please copy paste the link in browser, a character is messing up the l...
by priyadarshikunal
Wed Jun 24, 2015 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How NLS conversion helps?
Replies: 5
Views: 3246

Please read this which has some disucssion on NLS.

Also read this. which is also present in the post above.
by priyadarshikunal
Wed Jun 24, 2015 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How NLS conversion helps?
Replies: 5
Views: 3246

Too many things to explain at once. To be precise, You need to avoid character set conversion as this may cause incorrect replacement of characters which are not present in that particular character set. The character set you are using in the job or target should be same or a superset of the charact...
by priyadarshikunal
Wed Jun 24, 2015 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture and unique constraints
Replies: 11
Views: 10343

that means there is logic issue, it just means that the record which were unique on primary index, were not unique based on secondary index. You should look at data whether you can have both unique indexes or not.
by priyadarshikunal
Tue Jun 23, 2015 4:39 am
Forum: General
Topic: Not able to delete the link in the datastage job
Replies: 9
Views: 6924

as per your reply that when you create a job and then when othere developer open it, it has the problem.

If thats the case, can you first please check if your client and server versions are synchronized?
by priyadarshikunal
Tue Jun 23, 2015 2:15 am
Forum: General
Topic: Teradata Conn Stage - Designer Crashes while editing TDCon
Replies: 8
Views: 3665

I have seen such behaviour when I was on Fix pack 8.5.1 and server was without fix pack, and oracle connectors reject link was not getting any column and the job was failing to compile. So you never know what surprises you may find if server and client are not synchronized.
by priyadarshikunal
Tue Jun 23, 2015 2:11 am
Forum: General
Topic: Not able to delete the link in the datastage job
Replies: 9
Views: 6924

Are you migrating to a newer version of datastage, or is it a new installation and you are trying to create a new job, or does it happen when connecting from your machine or all the clients have the same problem? And was it working fine earlier?
by priyadarshikunal
Tue Jun 23, 2015 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: waitForWriteSignal(): Premature EOF on node xxx
Replies: 11
Views: 8765

As Arnd already noted, you will have to look through all the different error or warning messages. If you are not able to, then Try posting error and warning lines.