Search found 21 matches

by brownnt
Fri Apr 12, 2013 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Rolling 24 Months from Unidata Stage
Replies: 1
Views: 1872

Extract Rolling 24 Months from Unidata Stage

I am trying to extract data from a Unidata database using the Unidata stage in DataStage for a 24 month rolling period based on a period end date. I have tried the below but it does not seem to be working properly.

UTM_PERIOD_END > @DATE -24
by brownnt
Fri May 20, 2011 5:47 am
Forum: General
Topic: DataStage Wide Area Network Database Performance
Replies: 5
Views: 3142

Thanks for the help. We were also looking at the Change Data Capture plugin to reduce the amount of data going across the WAN. Has anyone else used this plugin and is it work the investment?
by brownnt
Thu May 19, 2011 6:32 pm
Forum: General
Topic: DataStage Wide Area Network Database Performance
Replies: 5
Views: 3142

We have the option to either use a DataStage environment where the source systems reside or where the target Teradata database resides. Do you think it would be better to query across the WAN from the source our push the data across the WAN to the Target?
by brownnt
Thu May 19, 2011 11:29 am
Forum: General
Topic: DataStage Wide Area Network Database Performance
Replies: 5
Views: 3142

DataStage Wide Area Network Database Performance

We are working on a data warehouse project that involves moving data across a WAN. We have been challenged by management to leverage a Teradata database that is located 400 miles from our headquarter building where all the production data resides because of a prior investment in Teradata by another ...
by brownnt
Tue Feb 01, 2011 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call to Sqlldr Failed
Replies: 4
Views: 3001

I checked the logs for the anti-virus client and there are no files quarantined. I am able to run the sqlldr from the command line without error also.
by brownnt
Tue Feb 01, 2011 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call to Sqlldr Failed
Replies: 4
Views: 3001

Thats correct everything was working fine on the server until yesterday. There was a new version of anti-virus client installed on the server last week but we removed the anti-virus completely and the problem still exist. Here is the details behind the error message. Also when you go look for the lo...
by brownnt
Tue Feb 01, 2011 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call to Sqlldr Failed
Replies: 4
Views: 3001

Call to Sqlldr Failed

Our development DataStage environment has stopped running any parallel job that has an Oracle stage. Below is the error log we are receiving. I have checked the permissions on the server for Scratch and the dsadm user has administrator access. Occurred: 10:24:01 AM On date: 2/1/2011 Type: Fatal Even...
by brownnt
Tue Feb 01, 2011 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job failed due to SQl Loader issue
Replies: 5
Views: 6113

Was this issue ever resolved? I am getting the same error message in an 8.1 Windows environment.
by brownnt
Thu Feb 04, 2010 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

I tried to add the /D command, but it gave me the error below: dscmdexport aborted: Failed to attach to the project And you say that exactly the same batch works fine when you run it manually? Yes, sir. Run just fine when I kick off the batch file manually via command line. Will not run via windows...
by brownnt
Thu Feb 04, 2010 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

ray.wurlod wrote:I know they're not supposed to be positional, but try it with the domain switch first. For example:

Code: Select all

dscmdexport  /D=%Domain% /U=%User% /P=%Password% /H=%Server% %ProjectName%
Thanks, but I tried it that way.
by brownnt
Wed Feb 03, 2010 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

Wasn't talking about the Windows scheduler or what user it uses to run the task but rather something you probably need to add to the dscmdexport command line: dscmdexport /H=%Host% /U=%User% /P=%Password% /D=???? I tried to add the /D command, but it gave me the error below: dscmdexport aborted: Fa...
by brownnt
Tue Feb 02, 2010 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

Probably a crendentials issue. For the 8.x release, I believe you'll need to add the /D "domain" parameter as well as the normal userid/password. Any idea on how to setup the Task Scheduler service login? Right now it is configured to run as Local System, the task itself uses a DOMAIN\Dat...
by brownnt
Tue Feb 02, 2010 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

After removing the start /wait atleast now the scheduled task will run and create log files with the error below in the logfiles.

dscmdexport aborted:
Failed to attach to the project


Thanks.
by brownnt
Tue Feb 02, 2010 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

Re: Dscmdexport via Task Scheduler

This batch file works when I run it interactively, but the dscmdexport command does not export the projects when I run it via the windows task scheduler. Anyone have any suggestions. The only thing I can think of is there is something different about the environment when the scheduler runs the scri...
by brownnt
Tue Feb 02, 2010 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport via Task Scheduler
Replies: 27
Views: 16527

chulett wrote:There's a complete, working version of one in the DS Tips section of Kim Duke's website. You could use or at least crib from it. :wink:
Kim is using 7.5 where I am on 8.01. Kim also uses dsexport where I am using dscmdexport.