Search found 2886 matches

by qt_ky
Wed Apr 25, 2012 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 6
Views: 3487

You're losing data because 000012345.00 would require decimal(11,2) rather than 9,2.
by qt_ky
Wed Apr 25, 2012 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Sql as Parameter to a DS Job
Replies: 2
Views: 1509

:idea:

Try setting the APT_OSL_PARAM_ESC_SQUOTE environment variable to preserve single quotes in job parameters as outlined in the tech note:

IBM InfoSphere DataStage reports error when using parameter with single quote in a SQL statement in any Database Stage.
by qt_ky
Wed Apr 25, 2012 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help to Implement Logic
Replies: 14
Views: 5485

Right click, stage variable properties, it will open a metadata table. In there you can also choose to set initial values. Stage variables are executed once per row in top to bottom order. Here is some pseudo-code example of one way (run this in sequential mode after you have sorted according to you...
by qt_ky
Wed Apr 25, 2012 3:46 pm
Forum: General
Topic: Datastage Connectivity to multiple servers
Replies: 14
Views: 8171

When you login, enter the host name rather than the IP address, then you know. Also check the title bar of your client any time to verify which host.
by qt_ky
Tue Apr 24, 2012 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help to Implement Logic
Replies: 14
Views: 5485

Stage variables can do that. What did you try?
by qt_ky
Tue Apr 24, 2012 6:02 pm
Forum: General
Topic: Listing job names with /bin/uvsh in 8.5
Replies: 2
Views: 2756

I still see the same info in 8.5 with the same commands. I see project locks, jobs locks with job names, RT_CONFIGxx locks, RT_LOGxx locks, etc. You may not always see the job name. If you only see an RT_CONFIGxx entry, you can take the xx number and determine the job name if you need to or just unl...
by qt_ky
Tue Apr 24, 2012 5:34 pm
Forum: General
Topic: dsjob command not executing in my deployment environment
Replies: 10
Views: 3518

Compare dsjob's file permissions and ownerships as well as users and their groups across both servers.
by qt_ky
Tue Apr 24, 2012 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite
Replies: 22
Views: 22733

DataDirect 6.1 ODBC drivers do offer native / bulk load for SQL Server. It appears that DataDirect 7.0 and 7.1 versions are also available. It looks like you're on Windows platform. I think if the Windows ODBC drivers say IBM, they're still made by DataDirect. Someone can correct me if wrong. Mabye ...
by qt_ky
Tue Apr 24, 2012 5:05 pm
Forum: General
Topic: log files not releasing space
Replies: 12
Views: 6349

:idea: Clearing &PH& weekly is good if the project has a high level of activity. uvsh / dssh / DS Administrator project command (run per project): CLEAR.FILE &PH& A few related tech notes: Commands to delete files in &PH& directories in IBM InfoSphere DataStage Clean up space...
by qt_ky
Tue Apr 24, 2012 4:56 pm
Forum: General
Topic: Delete Project in Datastage 8.5
Replies: 5
Views: 2231

If you are licensed for IA then you could create a new DS project for IA with some other project name, point IA to it, and delete the default project.
by qt_ky
Mon Apr 23, 2012 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: select query clarification
Replies: 2
Views: 1344

On columns tab list the column names and data types according to how your query returns them. The metadata should take into account any column alias names or casting of data types from your SQL.
by qt_ky
Mon Apr 23, 2012 7:17 pm
Forum: General
Topic: Create a project from command line
Replies: 2
Views: 719

Check your client docs (PDFs) for a Programmer's Guide if it exists or not. Many of the command options given in the above link will work on 7.x.
by qt_ky
Mon Apr 23, 2012 7:12 pm
Forum: General
Topic: change ownership uid=0 to some other value other than 0
Replies: 4
Views: 1150

I think changing file owner 23186 in your specific case to dsadm is fine. Just backup the system before making any massive changes, especially recursive changes.
by qt_ky
Mon Apr 23, 2012 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from SQL Server 2005 to SQL Server 2008
Replies: 4
Views: 1894

Good, then consider upgrading to DataDirect 6.1, the release bundled with 8.7, or DataDirect 7.0 or 7.1 which appear to be the most current releases as of now.