Search found 35 matches

by dav_mcnair
Mon Jan 04, 2010 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dscc.exe return code issue
Replies: 1
Views: 1885

dscc.exe return code issue

Has anyone experienced an issue with the dscc.exe command returning a 0 when an error occurs? If I run the dscc.exe using a valid job name it completes with a return code =0. If I run the same command with an invalid job name it completed and with a return code =0 and same thing happens if the job d...
by dav_mcnair
Tue Dec 29, 2009 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dscc returning 0 when compile fails or job does not exist
Replies: 0
Views: 971

dscc returning 0 when compile fails or job does not exist

I am calling dscc via a batch srcipt and seems like the dscc command returns a 0 even if the compile fails or the job does not exist. Has anyone else experienced this issue?
by dav_mcnair
Thu Dec 03, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compile location issue
Replies: 3
Views: 1998

No... The job design is the same just compiled with 2 different DS clients.
by dav_mcnair
Thu Dec 03, 2009 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compile location issue
Replies: 3
Views: 1998

Job compile location issue

We are having an issue with a lookup stage behavior being compiled using DS client 7.5.1 vs. 7.5.2. The server is 7.5.2. I was always under the assumption that the job is compiled on the server and uses the version on the server and not on the client. If run a binary compare between the 2 executable...
by dav_mcnair
Mon Sep 21, 2009 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AIX CLI for Sql Server
Replies: 2
Views: 1702

AIX CLI for Sql Server

Does anyone know if MS Sql Server has a native AIX CLI driver which can serve as a bulk loader for DataStage? I am starting a POC to and need the ability to bulk load data quickly to SQL Server via DataStage. I am currently using the DataDirect drivers for my POC. Currently on AIX DataStage 7.5.2. I...
by dav_mcnair
Fri Sep 18, 2009 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command line usage analysis
Replies: 1
Views: 1164

command line usage analysis

I need to run through all the jobs in our repository and dump a Usage Analysis report for each job. Can this be done via dsjob or DSDesign.exe on the client? If not on the client can I do this on the server?
by dav_mcnair
Fri Sep 11, 2009 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dyamic SQL in ODBC stage help
Replies: 3
Views: 1938

dyamic SQL in ODBC stage help

I have a need to read a daterange from a DB2 table and pass the daterange from the table to an ORACLE PX job which has an ODBC stage. The daterange will be used in the query in the WHERE clause. Anyone have any idea on how to pass the DB2 datarange as a parm for the ORACLE job?
by dav_mcnair
Tue Aug 25, 2009 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob return code issue
Replies: 1
Views: 1516

dsjob return code issue

We are having an issue with the dsjob command returning a 141 but the job is completing successfully. I think the 141 is some sort of timeout return code but not sure the process that is timing out. Thinking it is the the dsjob submit process but the job process complete successfully. Any insight wo...
by dav_mcnair
Mon Aug 10, 2009 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAS stage license
Replies: 2
Views: 1570

SAS stage license

We are being questioned by IBM auditors stating that we have the SAS pack for 7.5.2 AIX installed. I cannot find any indications we have it installed nor do we have any SAS stages on the pallette. Can someone tell me how I confirm if it is installed?

Thanks

David
by dav_mcnair
Wed Feb 04, 2009 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SalesForce.COM - Server Pack 1.1
Replies: 1
Views: 1647

SalesForce.COM - Server Pack 1.1

Any one using this plugin for DataStage? Also does this product only work with DS8.X or will it be available on DS7.X?
by dav_mcnair
Fri Jan 30, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage File System Backup - 7.5.2 AIX
Replies: 1
Views: 2261

DataStage File System Backup - 7.5.2 AIX

Our file system backups for the DataStage Engine seem to be taking exponentially longer every day. We have configured all job logs to be purged on a weekly basis. Also have not moved many new jobs to production. It looks to me that DataStage is not cleaning up the Projects folder correctly. Their ar...
by dav_mcnair
Fri Jan 16, 2009 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run UV SQL via DataStage
Replies: 11
Views: 6709

Yeahh.. The inteface was a typo... Also trying to run the SQL below to give me all the jobs that have changed since current date -1 and does not seem to be picking up the DTM in the where clause.. Any ideas? -------------SQL---------- SELECT INSTANCE, DTM, MODIFIER, REASON,CAST(CAST(CURRENT_DATE -1 ...
by dav_mcnair
Wed Jan 14, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run UV SQL via DataStage
Replies: 11
Views: 6709

Tried the above SQL and received the error below. The UNNEST qualifier looks to be a field modifier based on the SQL documentation. UV..uv_ds_audit.DSLink2: DSD.BCIOpenR call to SQLExecDirect failed. Statement was:SELECT INSTANCE, DTM, MODIFIER, REASON FROM UNNEST DS_AUDIT WHERE CLASS = '2' AND INST...
by dav_mcnair
Wed Jan 14, 2009 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run UV SQL via DataStage
Replies: 11
Views: 6709

I have the UNIVERSE stage working returning rows but looks like some of the columns are multi valued. I am retrieving row from the DS_AUDIT table. I need an individual row per entry and not just one row. Is their a UV SQL keyword to output as multiple rows? QUERY: SELECT INSTANCE, DTM, MODIFIER, REA...
by dav_mcnair
Wed Jan 14, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run UV SQL via DataStage
Replies: 11
Views: 6709

Run UV SQL via DataStage

I would like to execute UV SQL via DataStage and not an AIX script. Can this be done?