Search found 2886 matches

by qt_ky
Thu Dec 26, 2019 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector connect to SQL Server failed with TLS1.2
Replies: 1
Views: 6226

I think it means your connection works OK now but you have a bad user/password combination. Verify it works outside of the ODBC driver first.
by qt_ky
Wed Dec 11, 2019 4:11 am
Forum: General
Topic: BAU Activities / Processes
Replies: 5
Views: 9102

When bringing the server processes down, once no users are connected and no jobs running, I have scripted to remove: - DataStage related files under /tmp - all files from each $TMPDIR location for each project - HA_STATUS/* files under each project directory - lookuptable* files - core* dump files -...
by qt_ky
Wed Dec 04, 2019 6:59 am
Forum: General
Topic: BAU Activities / Processes
Replies: 5
Views: 9102

My guess is if they're asking you for that, they are probably asking everyone else too. Ask if they have a template with the headings already defined. These might be new or they may fit into your existing headings: - define your role and responsibilities - working with IBM Support - working with int...
by qt_ky
Wed Nov 06, 2019 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure when executed in before sql does not work
Replies: 9
Views: 8010

Have you compared the ODBC driver being used and the driver settings?

Have you tried an ODBC trace?

Have you opened a support case?
by qt_ky
Tue Nov 05, 2019 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure when executed in before sql does not work
Replies: 9
Views: 8010

Once upon a time with the Oracle Connector stage, I found that I had to CALL the SP instead of EXEC the SP. Hope that helps. The end.
by qt_ky
Wed Oct 23, 2019 12:33 pm
Forum: General
Topic: Datastage Housekeeping Activities tasks
Replies: 4
Views: 5900

Here are a few examples. What is the &PH& directory used for in DataStage and does it need to be cleaned out? https://www.ibm.com/support/pages/what-ph-directory-used-datastage-and-does-it-need-be-cleaned-out Temporary lookuptable files that use up disk space https://www.ibm.com/support/know...
by qt_ky
Wed Oct 23, 2019 5:10 am
Forum: General
Topic: Datastage Housekeeping Activities tasks
Replies: 4
Views: 5900

I would also suggest you get familiar with Search on the IBM Support Portal. Search is your friend.
by qt_ky
Tue Oct 08, 2019 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Error message: ORA-08103: object no longer exists
Replies: 3
Views: 5127

See this topicfor an auto-retry workaround to a similar issue that you could use as well. This can be done at the sequence job level.
by qt_ky
Tue Sep 24, 2019 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick fix in Prod - Before / After statements
Replies: 9
Views: 7853

It's fine to ask a process question. I don't know the answer though. I really don't know the nature of it so I am imagining if we had that type of scenario in our environment... It sounds like a clever way for allowing people to alter data directly in production without doing the harder work of plan...
by qt_ky
Wed Sep 18, 2019 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Complex Flat File] Reading Complex Delimited File
Replies: 3
Views: 3885

It could be read using the regular Sequential File stage into a single varchar column, and then parsed according to your rules by using the looping feature in Transformer stages.
by qt_ky
Tue Aug 13, 2019 12:03 pm
Forum: General
Topic: Line command compilation of category
Replies: 3
Views: 3750

I'm not aware of any command line option to export and create a DSX file based on a category. Maybe someone else knows. If not, then you could open a Request For Enhancement (RFE) with IBM. You could also open a severity-4 support case to ask about it.
by qt_ky
Mon Aug 12, 2019 2:31 pm
Forum: General
Topic: Thank you everyone!
Replies: 6
Views: 6870

Ernie,

Thank you for all your help given to everyone in these forums over the years! Good luck in your new role!

Eric
by qt_ky
Mon Aug 12, 2019 7:29 am
Forum: General
Topic: Line command compilation of category
Replies: 3
Views: 3750

In Designer's repository view, you can simply right-click on a category and choose export. It will catch everything under that category into the DSX file. If you de-select the option to include dependencies, then the export will go much faster.