Search found 22 matches

by dec1177
Thu Mar 10, 2011 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kim Dukes Report Generation Scripts
Replies: 2
Views: 2103

I figured out that if I called the DSaveAsBmp.bat via the DS job from another server, then the .bmp's will all generate with white backgrounds. So I installed all the documentation generation pieces on my DEV ETL DataStage server and use that server to document my production server jobs.
by dec1177
Wed Mar 09, 2011 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kim Dukes Report Generation Scripts
Replies: 2
Views: 2103

Kim Dukes Report Generation Scripts

Hi all. I have successfully downloaded Kim Duke's report generation scripts/jobs (very slick tool btw). When I manually execute the DSaveAsBmpDriver.bat with all the necessary parameters, I get the desired .bmp files output in the location I want them. However, I have created a DS job which utilizes...
by dec1177
Fri May 28, 2010 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 4785

Thanks guys, executing the SETFILE command allowed me to then run the SETFILE command on my hashed file.
by dec1177
Thu May 27, 2010 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 4785

Yes, I manually created it using a pathed hashed file with a job parameter...
by dec1177
Tue May 25, 2010 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 4785

No, I'm on Windows Server, and I'm running it from the Administrator...
by dec1177
Tue May 25, 2010 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 4785

ANALYZE.FILE

I'm new to using the command interface, and I'm trying to execute the ANALYZE.FILE command on a hashed file named "hsh_Staging_2." The syntax I've entered verbatim is as follows: ANALYZE.FILE hsh_Staging_2 However, I receive the message: "Illegal option found on command line: "hs...
by dec1177
Tue Feb 23, 2010 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation on phantom job
Replies: 10
Views: 4503

Why is it a different thread? The individual that added his own problems to the original thread discussion had an issue with DRS as well...I thought this would be the perfect place to post in the event that the problems were being caused by the same underlying issue anyone in the future could possib...
by dec1177
Tue Feb 23, 2010 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access violation on phantom job
Replies: 10
Views: 4503

We are experiencing a similar issue except that we are having the problem with the RDBMS stage. The job works fine in 7.5, however when we migrated it to 8.1 and tested it, same error message as stated in the top of this thread. I was able to convert the RDBMS stage to an ODBC stage and got the job ...
by dec1177
Wed Feb 25, 2009 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort Sequence But Complete All Jobs First
Replies: 1
Views: 1363

Abort Sequence But Complete All Jobs First

I am looking to allow a sequence I have built to finish running all remaining jobs in its sequence, but abort upon completion if at any point in the sequence one of its jobs has failed. I found this thread which very closely resembles what I am looking to achieve: http://dsxchange.com/viewtopic.php?...
by dec1177
Fri Feb 20, 2009 12:32 pm
Forum: General
Topic: RANDOM "GCI subroutine: Access violation" WARNING
Replies: 2
Views: 2092

Doing anything... strange... in the transformer in your derivations? Using stage variables? Etc. If you rerun the jobs with the same input data, does the same error occur? Trying to assertain just how random your random is. No, the transformer is simply passing along the fields from source to targe...
by dec1177
Fri Feb 20, 2009 11:54 am
Forum: General
Topic: RANDOM "GCI subroutine: Access violation" WARNING
Replies: 2
Views: 2092

RANDOM "GCI subroutine: Access violation" WARNING

All: I have 3 very simple jobs each designed as such: Seq. File ------> Transformer ------> Seq. File The purpose of these 3 jobs is to take 3 separate flat files all having the same file format and merge them together into one flat file. The first job clears out the target file while the second and...
by dec1177
Wed Jul 30, 2008 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3782

Okay, I believe I figured out why the stored proc would not execute, and have discovered a very simple workaround to this issue. After gaining access to the code for the stored procedure in question (that I was executing in the After SQL tab in the DRS stage) I discovered that there was something th...
by dec1177
Thu Jul 24, 2008 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3782

DBAs? What are DBAs? :D I'm about as close as you get to one here in my organization, and I'm far from being a DBA... I'm not sure how 'Robust' the sproc is, it was created by an outsourced development boutique and I've not had the agonizing 'luxury' of obtaing the source code yet. I'm going to work...
by dec1177
Thu Jul 24, 2008 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute DSJOB Command Remotely
Replies: 6
Views: 4588

Absolutely right. Using:

C:\Progra~1\Ascential\DataStage7.5.2\dsjob ....etc.

(without the quotes) works as well.

Thanks again.
by dec1177
Thu Jul 24, 2008 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute DSJOB Command Remotely
Replies: 6
Views: 4588

Thanks ArndW. Explicitly coding the location of my local dsjob.exe did the trick. As a helpful tip for anyone else that may come across this issue, this is exactly what my dsjob command line looks like now: "C:\Program Files\Ascential\DataStage7.5.2\dsjob" -server myServerName -user myUser...