Search found 516 matches

by rkashyap
Tue Jul 05, 2016 9:44 am
Forum: General
Topic: Configure Salesforce connector to use TLS 1.1 or 1.2.
Replies: 9
Views: 9511

Just wanted to share ... for version 8.7X, technote 1986339 has guidance on this issue. This technote may not be relevant to newer versions.
by rkashyap
Mon Jul 04, 2016 8:35 am
Forum: General
Topic: Configure Salesforce connector to use TLS 1.1 or 1.2.
Replies: 9
Views: 9511

Thanks. As advised by IBM, this issue was fixed by making following configuration changes: 1. For the Run time operations: Edit the file /opt/IBM/InformationServer/Server/DSComponents/binSALESFORCEJCConnector.ini on the Engine Tier to replace the line: /Usage/Java/ConnectorOtherOptions(force)=-Dcom....
by rkashyap
Thu Jun 30, 2016 6:30 pm
Forum: General
Topic: Configure Salesforce connector to use TLS 1.1 or 1.2.
Replies: 9
Views: 9511

Eric, Thank you. This information saves us from going on a fishing expedition :-). Salesforce configuration may be stored in /opt/IBM/InformationServer/Server/DSComponents/bin/SALESFORCEJCConnector.ini. What are the values under "XMLProperties" section of above mentioned file in your insta...
by rkashyap
Wed Jun 29, 2016 4:21 pm
Forum: General
Topic: Configure Salesforce connector to use TLS 1.1 or 1.2.
Replies: 9
Views: 9511

There isn't a special sandbox install of datastage in our shop. Testing of config changes will need all users to be out of the box, so earliest this testing can be scheduled is over the (long) weekend :-(. Prior to that we are planning for the "test" by taking advantage of collective wisdo...
by rkashyap
Wed Jun 29, 2016 2:44 pm
Forum: General
Topic: Configure Salesforce connector to use TLS 1.1 or 1.2.
Replies: 9
Views: 9511

Hmm. DataStage jobs with Saleforce connector connecting to sandbox are failing. Default config values in DataStage 11.5.0.1 are SSL_TLS: 1. In /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties/ssl.client.props #------------------------------------------------------------------------- # Thi...
by rkashyap
Thu Jun 23, 2016 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort order lost in transformer when migrated to 11.5
Replies: 3
Views: 2515

Do contact IBM support for this issue.
by rkashyap
Sun May 22, 2016 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I add business days to a timestamp?
Replies: 8
Views: 8973

Calculation of 14 business days is certainly not simple.

Leveraging Date Dim is the best way to go. However if you only want to exclude weekend (Saturday and Sundays and), then you can use 14 calendar days in your calculation.
by rkashyap
Fri May 20, 2016 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Easy way to do an update only when needed
Replies: 4
Views: 5159

Depending on the size of source and target data, this requirement can be met with multiple designs. For a "reasonable size" of target, see Change Capture and Change Apply stages in Parallel Job Developer's Guide.
by rkashyap
Fri May 20, 2016 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I add business days to a timestamp?
Replies: 8
Views: 8973

"Business days" is specific to the organization. If you have a data dimension already built then it would probably be accounting for state, national, company specific holidays and other non business days, so use it. If you only want to exclude weekend (Saturday and Sundays and), then 10 bu...
by rkashyap
Wed May 18, 2016 8:53 am
Forum: General
Topic: 11.5 and Packs license question
Replies: 6
Views: 6501

You are welcome. There are no separate binaries that one needs to download/install for these packs. See following excerpt from our communication with IBM
All Packs are automatically installed along with DataStage except the packs which are still chargeable add ons namely SAP and SAS.
by rkashyap
Tue May 17, 2016 7:44 pm
Forum: General
Topic: Remove Engine Tier Manually
Replies: 1
Views: 2381

This link may be helpful.
by rkashyap
Tue May 17, 2016 2:27 pm
Forum: General
Topic: Monitor network file location for new files
Replies: 9
Views: 4224

Wait For File Activity stage looks for a specific filename and does not support wildcards. See this discussion.
by rkashyap
Tue May 17, 2016 1:33 pm
Forum: General
Topic: Get DS Log
Replies: 4
Views: 3218

by rkashyap
Tue May 17, 2016 11:48 am
Forum: General
Topic: Monitor network file location for new files
Replies: 9
Views: 4224

(Assuming that the application creating the excel file cannot drop it on the DataStage/Unix box) Mount/share the source directory on DataStage box. Subsequently use a filewatcher to trigger other activities of your job. Filewatcher can be implemented using your scheduling tool or Wait For File Activ...