Publication Service available in template VM?

Hello,
We have installed the patch Patch 8919063 (Oracle Product Hub for Communications, Release 12.1.1) on the applications tier VM. Afterwards we have followed the post installation steps of the patch (Document ID 885359.1). This document refers to another one (ID 888696.1) in whose step number 12 are facing the issue.
More in deep, the 12nd step states: Publication Service is an interface of type web service, available by selecting Product Life Cycle Management > Advanced Product Catalog. Deploy the web service, then grant access to users.
We do navigate to the Integration Repository, view by Interface Type, Web Service -> Product Lifecycle -> Advanced Product Catalogue; but in that section we only see the Item Service, so no Publication Service available.
Is this Publication Service generated somehow in any previous step of the document we are misunderstanding? Is it missing due to the template limitation?
Regards,
Aitor.

Aitor,
Apologies that we have not answered your question for so long.
As you have hopefully determined already -- your question is not about the OVM template. The template itself delivers just the Rapid Install (in your case it was of E-Business Suite 12.1.1). What is delivered and not delivered in the install is same for the template.
The situation you mention sounds like something the Communications Hub patch would need to, and probably already has addressed.
Thanks!
Ivo

Similar Messages

  • How to use a standard service available in SOAP to ABAP proxy scenario?

    Hello Experts,
    My scenario is SOAP to ABAP proxy wherein I have to send Sales Order from Third party TC to SAP.
    Third Party->SOAP Adapter->PI 7.1->ABAP Proxy->ECC.
    I have seen a standard service available at the following URL.
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DEE98D07DF9FA9F1B3C7001A64D3F462&id=13A904EA0E8711DC5A11000F20FCB6A9.
    Can I use the above web service for my current scenario? If yes, please explain how?
    Thanks & Regards
    Nidhi

    Third Party--->SOAP Adapter--->PI 7.1--->ABAP Proxy--->ECC
    I am actually looking for using standard webservice that has been provided by SAP in ESWorKSPACE available on sdn.
    The WS that you mentioned is inbound and hence wont suit your requirement!
    The reverse flow may however be possible.
    Create Sales Order_V2
    synchronous inbound service operation
    Regards,
    Abhishek.

  • Service file under template folder missing

    Hai,
    We have installed ITS 6.2 in  a machine.  The templates folder of AGATE does not have service files like BWSP, PZ transaction.
    I think after installation standard service files should be in templates folder. Correct me if i am wrong.  Is there any procedure for the Basis team to publish the all the service after installation. .
    Please let me know what is the procedure(or configuration) which basis has to do to publish all service files provided by SAP.
    Thanks & Regards,
    H.K.Hayath Basha.

    Hai,
    We have another ITS 6.2 server also in which the templates for the service files are under templates folder for example:
    D:\Program Files\SAP\ITS\Development\Template
    Under this templates we have folders with name BWSP, PZ01, PZ02...
    We have another new installation of ITS 6.2 patch 26 in another machine, the folder structure is
    D:\Program Files\SAP\ITS\Development\Template
    Under this template folder I am not able to see folders like BWSP, PZ01, PZ02.
    I am development consultant, in the previous installation I don't know what Basis did to publish the templates for BWSP, PZ01 and PZ02 under the path,
    D:\Program Files\SAP\ITS\Development\Template
    In the new installation my Basis team member doesn't know what the earlier team member has done to publish the templates for service files.
    Please let me know what is the procedure to publish the service file as templates in ITS server.
    Thanks & Regards,
    H.K.Hayath Basha.
    Service files in the templates folder? For sure, you can make this, but
    I would recommend to use the correct folder. The structure of the ITS folders
    has not been changed, as far as I know.
    Another good idea: Read the documentation or use your preferred search method
    for finding files like webgui.srvc

  • How to make a service available at boot.

    Can someone tell me how to make a service available at boot time via smf ? The question is for a generic service ( network/telnet for example ) and for a site one.
    Is it enough to enable it via svcadm ?
    Thanks.

    yeah all you need to do is
    svcadm enable /network/telnet
    this will enable the service then and next time when you boot the system
    (or i.e. svcadm disable apache2 if you want to disable the httpd)
    have you tried man on svcadm?
    Sharif

  • Testing Forms Services availability with Hardware Load Balancer

    I have posted a question about load balancing to a group of application services running Forms Services here on the Forms forum but have had no reply:
    Forms Services availability checking for BIGIP Load Balancer
    My basic questions are:
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    My reason for the question is we had a Forms Services failure that was not detected by the ifcmd servlet as the HTTP side of things was still working. This meant that the BIGIP load balancer sent everything to the failed server as it had the least connections. So basically no-one could logon.
    I've raised an SR with Oracle but they recommend the standard URL above. Has anyone else had a problem like this and if so were you able to fix it?
    Regards,
    Philippe

    Well SR followed up and it looks like the only course of action is to use the standard HTTP check: http://server:port/forms/frmservlet?ifcmd=status ...
    ... unless that is you want to do some serious customisation. Oracle don't support any other form of checking.
    I'm guessing from the lack of responses to this thread that this hasn't been an issue for anybody else ... ???
    Any thoughts/suggestions really welcome as we go into production in 4 weeks.
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    Thanks,
    Philippe

  • Forms Services availability checking for BIGIP Load Balancer

    We are load balancing across a number of 10.1.2.2 Forms servers using a BIGIP load balancer. Currently our load balancing is done based on which server has the "least connections" to the BIGIP. So far we have been using the following test URL to allow BIGIP to check the availability of the Forms Services on each server.
    http://server:port/forms/frmservlet?ifcmd=status
    This works well however it only checks through to the HTTP level within Forms Services. We encountered a problem when the Forms Services failed to work on a particular server however the above URL showed that everything was OK. The effect of this was that all new users attempting to login were directed to the failed server as this server had the "least number of connections".
    After raising an SR with Oracle they advised that the forking of runtime processes had probably failed and this was not detectable by the load balancer with the above URL. So they have recommended a number of options for checking the status of the Forms Services. These are:
    a) http://server:port/forms/frmservlet
    This loads the default Form and therefore by definition tests the forking of runtime processes. However BIGIP is unable to automatically process the information to distinguish whether the service is up or down. Oracle recommended that if using this method we would need to customise BIGIP to handle the various FRM-xxxx error codes.
    b) http://server:port/forms/frmservlet?userid=scott/tiger@YOURDB&form=yourtestform.
    fmx
    Even more thorough would be to actual log on to the database using a test form as above.
    My question is does anyone out there have experience in checking Forms Services availability using these last two methods as I'm not sure how to customize the load balancer so that it can handle the output of these URLs. Also when using the original URL is it normal to load balance using a "least connections" method or do people out there use a different algorithm.
    Thanks for any help/advise that you can give.
    Regards,
    Philippe

    Well SR followed up and it looks like the only course of action is to use the standard HTTP check: http://server:port/forms/frmservlet?ifcmd=status ...
    ... unless that is you want to do some serious customisation. Oracle don't support any other form of checking.
    I'm guessing from the lack of responses to this thread that this hasn't been an issue for anybody else ... ???
    Any thoughts/suggestions really welcome as we go into production in 4 weeks.
    a) What do people recommend for load balancing Forms ... least connection, round robin ... ?
    b) Do people use http://server:port/forms/frmservlet?ifcmd=status or have some of you used something else?
    Thanks,
    Philippe

  • What is the transaction code for see the Web Services available in SAP

    Hi
    I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>[email protected]</b>.
    What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    Hi,
    you can find Web Services (Enterprise Services) in the Enterprise Services Workplace (ES Workplace). The ES Workplace allows you to explore, test, and use enterprise services to make enterprise SOA tangible. Here, you will find all of the currently productized enterprise services by SAP.
    Best Regards,
    Boris Mueller
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">ES Workplace at SDN</a>
    <a href="http://esapreview.sap.com:82/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp">ES Workplace</a>

  • I got an iphone 4ios 5.0.1 from one of my freind from uk he gifted when insert sim its showing no service available,i don no whether it is locked or not?

    i got an iphone 4 from one of my freind from uk he gifted me.when insert sim its showing no service available,i don no whether it is locked or not?but i can see the applications only thing is that the network is not showing.please suggest ?

    According to Apple (http://support.apple.com/kb/ht1937) all UK carriers sell their iPhones locked, even though they also all offer unlocking.  So, as mentioned, contact your friend and ask them did they get it unlocked?  If not, which carrier did they get it from so you can contact that carrier and request an unlock.

  • W-4 tax wothholding service available in ESS.

    Hi All
    What are the prequisite config steps we need to carry out in back end R/3 for makig W-4 tax wothholding service available in ESS. I am not finding ay thing in the 'service specific settings ' of IMG in ESS  for this area.
    Is there any confg required to be carried out in application area also ?
    Can some body please suggest. We are on ECC 5.0
    Thanks
    Srinivas

    Hi Sharada
    Thanks for your reply.
    As regards the home page design I think we are going with SAP stanadard and all other links in the Benefits & paymants area like salary staement , total comp statement, employment verification, W-2 reprint etc. work fine.
    There is a link for W-4 as well but when we get on to the link we do not get the W-4 opened up. You had mentioned that we need to create a iView and page and add to the ESS role. I thought SAP provides standard iView for this functionality. Or is it that for ECC 5.0 SAP's iView is not available. Can you please throw some more light on this ?
    Thanks
    Srinivas

  • C3-00 chat : "no service available" + OVI mail won...

    Hello all, 
    Bought a C3-00 goldenwhite 3 weeks ago, though never succeeded to connect to all the OVI applications (OVI chat, OVI mail + communities), which are the two main features that are the reason why i bought this phone
    - chosen connection mode : WIFI only (because prepaid card)
    - device system  version 7.20 (upgraded last week, thought it would resolve the OVI chat/mail issue) : update causes me all audio files downladed from ovi store to be "corrupted file / license expired" whereas it was free content, deleting files and downloading again doensn't bring improvement to the issue
    - restored factory settings but no improvement on OVI chat/mail application issues
    - called my operator: unlocked access to OVI mail "settings" part but wonce account is created, the "connection" wheels runs for a while but nothing happens / still have the "no services available" problem in ovi chat while communities keeps on "updating profile" but nothing happens as well soI don't have proper access to my profile (because "updating profile still runs)
    precision : i have no problem to connect to OVI store or any other website through the navigator, issue of "no service available" (chat) and neverending connection (ovi mail) that prevent access to mail is only with those 2 application + communities
    eBuddy works fine
    are there any settings to update?
    thank you a lot for your help

    @Nnova031: hello Well yes, youtube can work if You will make UDP configuration with some ports redirected on router, but this is no slution for me, because i have many wireless connections (few computers, wifi printer, other mobile phones/pda devices, and server with is got all ports redirected on it, rest of devices are using NAT).
    The key to make everything work as it should is Nokia. They must fix using TCP/IP over WiFI (with NAT) by their apps. Without them they are just not useful, because all people bought this phones thinking they will use wifi and those really nice apps. Those apps are working well on GPRS/EGPRS for many reasons (like using some proxies by operators in configuration, by using external IP by device so all ports can be opened and waiting for data, while it is sooo insecure like hell, etc.).
    I think it should be priority one for all Nokia developers to fix that, because they are selling product, that do not have options. that are reason 90% of all their customers did buy it. It is like buying car, that cannot drive without towing car.
    Don't say you want to help - just do it! Happy user of Nokias: 6150 SAT (still work), 6021 (used as backup, still work), 5220 XpressMusic (Drown, screaming for Contact Service), C3-00 (my current phone).

  • Is Singleton service available in oracle application server

    Is Singleton service available in oracle application server
    if yes please provide documentation

    Hi,
    what do you mean with singleton service? I know singletons as a design pattern in J2EE, so you may have to provide more information to get this question answered.
    Frank

  • I work in Barstow and have had NO SERVICE AVAILABLE on my Ellipsis Jetpack since 1/29/2015. I have no problems at home over in Victorville. Anyone capable of fixing that?

    I have an Ellipsis Jetpack and have no problems at all using it at home over in Victorville. I did not have an issue in Barstow until 1/29 when it mysteriously came up with NO SERVICE AVAILABLE. I will sporadically get a signal but no internet service. That signal typically lasts less than one minute.

    Service problems need to be reported directly to Verizon support.  Give them a call and share the details on what you have observed.
    One other step you could try before contacting VZW would be to get a 2nd VZW device and test in Barstow.  If multiple devices are having a problem then its likely an issue with the local towers.  If its only your Jetpack then the Jetpack would need servicing or resets to get back on track.

  • Compressor No Service available for this computer

    My compressions keep failing &amp; I'm getting this error. No Service available for this computer.
    I'm using the newest update and Mavricks. I've deleted all computer groups.

    This is very common issue / symptom of in incomplete state information in Qmaster
    V3
    I'd suggest you search these forums for the usual well known tried and tested fixes do they are not unnecessarily repeated here
    For future reference it's helpful to know what version and release of compressor.app or any other applications u r using
    Warwick
    Hong Kong. 

  • No Service Available in BBP_PD

    HI Experts,
    In BBP_PD , when i click from menu System->Services for Objects... it popups a window where i can see the workflow overview e.tc.....
    But some times it shows that "No Service Available"...
    Please let me know why this happens
    Appreciated your help in this regard
    regards
    sam

    Hi Sam,
    In BBP_PD, enter BUS object as BUS2121, enter object id as SC number. Go to the details of the cart by selecting the hyperlink. Once you are inside the cart, I checked the workflow doing the following:
    -- choose 'Services for Objects' (top left icon).
    -- From the drop down, choose 'Workflow' -> 'Workflow
    Overview' -> 'Display Workflow Log' ->'Technical Details' (Shift + F9)
    Can you check the same?
    thanks,
    Ashwin
    Do reward points for useful suggestions

  • Word 2013 cannot translate - no services available

    I'm trying to translate an entire document in microsoft word through:
    review -> translate -> translate document
    which brings up a screen that asks me for mini translator to select a language. i can select spanish here - but nothing happens..
    under it says "translate from" and "translate to" and both have a drop down menu
    the only thing that appears is "no services available"
    normally i should be able to select english and spanish..
    any ideas?
    thank you!

    First, I did exactly what you suggested and noticed the feature was already installed, i.e. "Run from My Computer."
    Second, I tried setting the feature to "not available" (uninstall), and after a computer restart I re-enabled it.
    Third, I tried uninstalling the complete Office suite, restarting the computer , and then re-installing the software with "Run all from My Computer." 
    Fourth, I downloaded and re-installed all the language proofing 64-bit executables for French, Spanish, English (US), Chinese (PRC), and Japanese from the Microsoft Office 2013 website.
    All of these methods did not resolve the issue. I would like to add that this was never an issue with Office 2010 32-bit--which was completely uninstalled prior to the 2013 installation. However, I do now recall my 2013 64-bit version for the mini translator
    worked prior to a later Windows Update some time ago. I suppose an update may be responsible for the issue.
    Can anyone confirm my hunch? Did your mini translator for 2013 64-bit run before and then suddenly stopped functioning?

Maybe you are looking for

  • The sample rate in my code is too low. Is there a way to make it run faster?

    Dear Sir,     I am a LabVIEW customer, and just have a question about LabVIEW.     We are running a code of "Wirebonder Project", but find the sample rate is too low. I'm wondering if there is a way to make it run faster. (I have attached the code he

  • Possible Bug

    I'm still running v4.0.0.00.46, and I'm seeing an issue w/ Interactive Reports. When a user clicks on the "Select columns to search" icon on the Interactive Reports bar, the dropdown appears to be hidden behind the actual report content (see screensh

  • CS6 Photoshop crashes at startup

    I installed CS6 Design and Production a few months ago. The license ran out of course and I have now tried to install a purchased copy. It would not install. I tried to uninstall the first installation and it would not leave entirely. I tried to rein

  • Album Info

    I have a 1200 CD music library which I'm experimenting with ways to digitize and organize with iTunes. One question I have is this - how do I store album information such as liner notes, musical personnel and instrumentation, recording date, and othe

  • ZCM 11.2.4 - 11.3.1FRU1 Patch Management Agent Update 1

    Tried the "updated" exe files, patch management now says all of our win7 machines with Office 2007 are missing SP3 (KB2526086) which is completely wrong. https://download.novell.com/Download...d=G072RdrX4b0~