SAP APO

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rickrambo
Participant
Posts: 21
Joined: Wed Jul 27, 2005 11:27 am

SAP APO

Post by rickrambo »

Hi,
we are adding SAP APO to our existing SAP infrastructure. What are the components that need to be installed on SAP APO app server? Documentation says about 'cofiles' and 'datafiles'. But want to make sure I am not missing anything else. Can somebody help?
Thanks,
Rick
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Might be worth asking your local SAP experts or SAP support provider.

Code: Select all

select * from datastage_users where sap_apo_clue > 0;

0 rows returned.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Ray has gone from Full Wurlods to Full Groaners.
Last edited by kduke on Fri Dec 15, 2006 6:58 am, edited 2 times in total.
Mamu Kim
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

ray.wurlod wrote:

Code: Select all

select * from datastage_users where sap_apo_clue > 0;

0 rows returned.
Technical interpretation of the cluelessness!
Took me while to get the result of the query :wink:
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Took me while to get the result of the query
Then you better index on what you know, to avoid full table scan. Juz kidding. :wink:
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

kumar_s wrote:
Took me while to get the result of the query
Then you better index on what you know, to avoid full table scan. Juz kidding. :wink:
Nice one!
Missed the Explain Plan and Hints :wink:
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You guys make me laugh :P
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply