Search found 42189 matches

by chulett
Tue Sep 16, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using MS Access in DataStage 8.x
Replies: 4
Views: 2139

From UNIX? You'll need to get your hands on ODBC drivers for Access, but at least SQL Server wire drivers ship with the product.
by chulett
Tue Sep 16, 2008 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to auto-generate metadata?
Replies: 8
Views: 2980

singhald wrote:what is that RMM stage ?

An old joke - the Read My Mind stage.
by chulett
Tue Sep 16, 2008 12:10 am
Forum: General
Topic: Error in the Logview (oracle_oci_o: oRa_12154:TNS:could not)
Replies: 2
Views: 1997

Is this your first attempt at Oracle via DataStage? Have you configured DataStage for Oracle yet? If those answers are "No" and "Yes" then suggest you do not have a legitimate tnsnames.ora entry specified in the stage. Verify which stage you are using as well, OCI or ODBC? Unless you are using a thi...
by chulett
Mon Sep 15, 2008 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 6
Views: 1950

Well, you're close. You are selecting five columns so that matches what is in the stage. Your problem looks to be the fact that you are using a bind variable for column one when in fact you need a bind variable for each key column and you said the key column was the fifth column. Change :1 to :5 and...
by chulett
Mon Sep 15, 2008 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP plugin stage
Replies: 6
Views: 2830

suresh.narasimha wrote:My administrator says he had set up sftp connections and opened firewalls.

sftp != ftp
by chulett
Mon Sep 15, 2008 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ plugins missing after install
Replies: 4
Views: 2575

Unless this was removed from the 8.x release, the way to install plug-ins outside of server install/update is the command line 'package installer' or dspackinst. You might check and see if that's still out there under $DSHOME/bin or elsewhere. Can you expand on what exactly this means? "The plugins ...
by chulett
Mon Sep 15, 2008 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP plugin stage
Replies: 6
Views: 2830

Double-check what you think you are sending as the Pathname.
by chulett
Mon Sep 15, 2008 5:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving info about a seq file
Replies: 7
Views: 1699

OK, not sure why I missed them. Found the last access and modification date and time fields, 13 thru 16. There's also field 17 for 'Time and date of last status change' that states it is the creation date on Windows NT, out of curiousity where is the UNIX creation date retrieved?
by chulett
Mon Sep 15, 2008 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving info about a seq file
Replies: 7
Views: 1699

Hmmm... I went through the BASIC manual before I replied for both FILEINFO and STATUS but didn't see that. Guess I need to look again.
by chulett
Mon Sep 15, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 10
Views: 2153

Search.
by chulett
Mon Sep 15, 2008 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Record read as 0
Replies: 3
Views: 1076

Right. Got that the first time. Understand that when the table is empty there is no data to view. So what you are seeing if probably just an artifact of the viewer and nothing to worry about. How does it look when there *is* data?
by chulett
Mon Sep 15, 2008 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with SQL Server Stored Procedure
Replies: 7
Views: 7540

Neither can I. Exec_CMI_Business_Unit_Procedure..ODBC_91: DSD.BCIConnect call to SQLConnect returned informational message. Seems that you may need to find out what the 'informational message' was. It may very well be the "String or binary data would be truncated" message noted in your post. Not qui...
by chulett
Mon Sep 15, 2008 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 10
Views: 2153

No need for stage variables. Search the PX forum for MMDDYYYY and you'll find several discussions on how to get that output format.
by chulett
Mon Sep 15, 2008 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Record read as 0
Replies: 3
Views: 1076

If the table is empty, there's no data to view.