Search found 34 matches

by ORACLE_1
Wed Aug 11, 2010 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Related Information
Replies: 13
Views: 8504

Job Related Information

Hey Gurus , I m trying to put some basic information about the datastage jobs in a table or file (like job name , status , job start , job end). I developed a routine which uses the job handle value in the DSgetjobinfo routine and brings this information. I call this routine from a server job which ...
by ORACLE_1
Tue Jul 27, 2010 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent and SDKSequences
Replies: 1
Views: 1779

KeyMgtGetNextValueConcurrent and SDKSequences

Hello All, I have a question regarding KeyMgtGetNextValueConcurrent routine and SDKSequences hash file. We have multiple DataStage projects which in some cases are loading the same dimensions. In order to properly maintain surrogate keys between projects, what I did is, I created SDKSequences hash f...
by ORACLE_1
Tue Jul 27, 2010 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while executing DSEenable_impersonation.sh
Replies: 4
Views: 2687

Thanks for the replies Srini and Craig!! I am going to use dsjob for kicking off DataStage jobs from UC4 scheduler. Right now, we have it setup using dsr_sched.sh (off from Crontab). But unfortunately that way UC4 thinks the job is done the moment it kicks off ETL successfully. By using dsjob DataSt...
by ORACLE_1
Mon Jul 26, 2010 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while executing DSEenable_impersonation.sh
Replies: 4
Views: 2687

Errors while executing DSEenable_impersonation.sh

Hello All, I am getting warnings when root user is trying to execute DSEenable_impersonation.sh script. Here are the warnings: # ./DSEenable_impersonation.sh chmod: WARNING: can't access /sample/ds.rc.orig chown: /sample/ds.rc.orig: No such file or directory uvregen: reconfiguration complete, disk s...
by ORACLE_1
Tue Jul 06, 2010 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Version Control
Replies: 4
Views: 3190

I will go through the Documents... quick follow up question , can this be setup after the project is created (in short for existing environment)?
by ORACLE_1
Thu Jul 01, 2010 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Version Control
Replies: 4
Views: 3190

Datastage Version Control

Version Control - I am trying to understand how the version control tool works , how much effort does it take to set this up , and does it yield enough to even take a shot at it.

I know this question is some what vague but any help will be appreciated.

Thanks !!
by ORACLE_1
Tue Jun 15, 2010 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Procedure Calling
Replies: 4
Views: 1884

Created a SP in the database which is based on the package which I mentioned.

And Now i do simple call from DRS in my job in the post SQL stage.

Thanks for all your help guys !
by ORACLE_1
Thu Jun 10, 2010 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Procedure Calling
Replies: 4
Views: 1884

Procedure Calling

A beginner in Datastage - That being said I saw lots of posts on running Stored Procedures in Datastage but still I am not very clear on it. All I what want to do is run the following procedure the simplest way possible - exec DBMS_CDC_SUBSCRIBE.extend_window(SUBSCRIPTION_NAME => 'abc') ; Do I do it...
by ORACLE_1
Thu Sep 24, 2009 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid 17008) has failed
Replies: 2
Views: 1923

Any idea guys? I tried resetting the job as well , but did not get any new information in the log.

Thanks !
by ORACLE_1
Tue Sep 22, 2009 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid 17008) has failed
Replies: 2
Views: 1923

Job control process (pid 17008) has failed

Hey All , Tried searching for the same error , but not many helpful post. Here is what is happening - I have sequence job which calls a server job , a routine and then an Email Activity. The functionality is that the server job run populates a sequential file , the routine runs checks if there are r...
by ORACLE_1
Wed Sep 16, 2009 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client install on Shared Environment
Replies: 3
Views: 1332

Yeah , Something like Citrix Server. Multiple Blades , want to know what happens in the two cases -

1. Multiple user using the same blade.
2. One user one blade.

Want to know which is recommended , was not able to find any relevant document on IBM site. Please guide. Thanks
by ORACLE_1
Wed Sep 16, 2009 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client install on Shared Environment
Replies: 3
Views: 1332

Datastage client install on Shared Environment

Hey All ,

Are there any known issues for having the Datastage Client installed on a shared environment and used by many users ?

Thanks
by ORACLE_1
Mon Jul 06, 2009 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel sheet directly as an Source
Replies: 5
Views: 2568

...build a macro that can be easily triggered to save the file off to the correct location. It may even be possible to trigger the macro to work whenever the spreadsheet gets saved, if that is your preference (potential problems with this however). I agree that CSV file is the best option to implem...
by ORACLE_1
Mon Jul 06, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel sheet directly as an Source
Replies: 5
Views: 2568

Excel sheet directly as an Source

Hey Gurus , I am trying to to find out ways to read data from Excel Sheet on a windows box from the datastage tool (server installed on Unix box). I can think of two ways - 1. ODBC - Not sure if this will work , and how? Do I require to download any other tools/driver on the server box? 2. Convert t...
by ORACLE_1
Wed May 20, 2009 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent generating duplicates
Replies: 6
Views: 3030

interesting ! is it because of the parallel run? What happens if you run it sequentially? You may have to first clean out the max value and set it to the highest....