Bi Publisher Action  properties disabled

Hi  All,
We are using obiee  11.1.1.6.2  enterprise edition.I logged in as BIAuthor  and accessing publisher reports ,on right hand side top p ortion we have action  button and we have options ,in that one option called SEND was disabled.Can anyone tell me how to enable send link.
Thanks,
chandra

I have solved the Problem. I had to re-start the application server. However, I do have couple of other issues.
First, I do not the see the "Notification" heading where I can enter an email address.
Second, under the "Delivery" heading, I have a message No Server Available for Delivery"
Thanks
Kingsly

Similar Messages

  • Free trial- is publish to .exe disabled?  Documentation doesn't mention this

    Hi Everyone,
         We're using the free trial to see if we can open an existing Director file and export out an .exe.   We believe the original Director file was created on a PC but are not positive.
         When we go to Publish, the .exe option is grayed out.   If we go to Options> move from Shockwave to Standard.  Then go back to Publish the .exe button is now available.  However when we select it and click on Publish nothing happens.
    We have tried:
    - Moving the source files to a different directory in case the files are in a read-only format
    - Installing the trial on 2 Windows 7 PCs.   Both encountered the same problem.
    - Publishing to HTML, this works just fine.
    Knowing that it's a disabled feature in the trial might help.   But we sure don't want to buy it if we cannot publish to an executible or it's problematic.   This file would need to be updated and published as an .exe and is the main reason to buy the software.
    Windows 7
    Service pack 1
    4GB RAM
    Director 11.5
    Thanks for any tips or help!

    Mike thanks so much!   That was super helpful.  I could not find any mention of the publishing feature being disabled in the trial documentation but sure enough it was until we ran the updates  If others have similar problems with the trial or publishing in general we also found updating the Shockwave and Flash plug-ins to the latest versions helped with some other publishing features that were not working or enabled as well.
    Yay!  Thanks again!

  • Publish action waits for request to get completed in OSB11g

    Hi all,
    I am using OSB 11g. Following is my scenario:
    1) ProxyService1(wsdl based Proxy) publishes to ProxyService2(local Proxy)
    2) ProxyService2 routes to an MQ Posting BusinessService
    In ProxyService1 Response Pipeline, I have configured a dummy response irrespective of the Request.
    When I keep the Retry Count of BusinessService as 3 and Retry Iteration Interval as 120, and test ProxyService1 by keeping the Queue down, it waits for 6 minutes to give the dummy response.
    I do not want the ProxyService1 to get held up for such a long time. It should fire-and-forget the request and give response immediately. I even tried to Publish to the BusinessService. Still the same problem. Can anyone guide me?
    Thanks in advance!
    Regards,
    Karthik
    Edited by: Karthik Krishnamurthy on May 13, 2011 2:32 AM

    I know this might be late, but just wanted to mention that you can publish to a Proxy/Business Service asynchronously using the Routing Options (Quality of Service: Best Effort) with the publish action.
    This will ensure that the Calling proxy does not wait for a response from the provider (be it Proxy/Business Service). If we use this OSB will try its best to publish it, but does not guarantee that the message be delivered. But as long as the provider is available, the message is processed separately and does not block the main calling proxy.
    We use this scenarios frequently in our project. So just wanted to pass it on :)
    You can find a snap shot @ http://dl.dropbox.com/u/19901533/OSB_Publish_Action.JPG
    Refer to http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html#wp1134375 for more information.
    Thanks,
    Patrick

  • Publish action not working with JCA based Business Service

    Hi All,
    I have created one BS in OSB that publish the message in AQ. Its working fine as expected when tested from test console.
    I have made one proxy service which after transformation will publish the message to this BS, but the publish action is not invoking.
    I have added log action inside request action of my publish action and log is getting generated for that with correct request.However, I cant see message in DB neither can i see any exception/error logs in OSB.
    I tried replacing publish with route action and its working fine , message is getting published in AQ.Did any one face this type of issue before ???
    Or publish action works only with jms based Business services.
    Appreciate your help.
    Regards,
    Karan

    Bingo !!!
    Setting QOS helped me to find out the exact error. Was passing complete soap envelope to BS instead of passing body part only.
    Thanks a lot for your help mate .
    One more query can you please enlighten me on the use of QOS in OSB, such as in what scenarios we should use QOS.
    Regards,
    Karan
    Edited by: Karan Mann on Mar 14, 2013 3:37 AM

  • OSB - Publish action - Request action message enrich/ tranformation impact

    Hi ,
    Today I came across an analysis on how the performance of thread is impacted if we have these two scenarios.
    1. A stage containing all the pre enrichment and validation and transformation to the input message to construct the request message for Publish action(to BS)
    2. A Publish action - Request action - sub activities / actions containing the enrichment, validation and transformation to construct the request message from input message
    An expert advice is expected to see if there is any significant impact in performance and thread analysis. This cal has to be made on entire implementation which has almost 70+ services.
    Thanks for quick reply.

    Enable tracing in osb console, and for debugging try adding routing options in publish node and change the quality of service to exactky once. You will then eb able to see the error.
    Also if you do not require your ps2 to be accessed outside the jvm consider making the ps2 a local proxy service.

  • OSB publish action and error queue

    Hello there,
    where in case of poisened messages, the "publish" action, routes the messages.
    I have one proxy which, along its pipeline, publish a message to another proxy and then carry on. Well, I guess this is done some how with internal OSB queues, where in case of error these messages are moved? Is there anyway to specify a specific destination?
    Thanks in advance

    If there is an error in your proxy service and you want push the messages to the queue you have to handle it manually through error handler. In case of publish if you want to handle the messages you have use routing options and change the quality of service and then in the error handler publish the message to the required queue.
    Edited by: 988445 on Mar 18, 2013 6:20 PM

  • Compare Routing action versus Service Callout action versus Publish action?

    hi all,
    Apologies if this is a stupid question, but i throw my hands up and admit my ignorance (I'm mainly a core Java developer; OSB/ALSB is kind of a sideline for me). That said...
    I've used OSB (actually ALSB) on a couple SOA projects within the last 3 years. on my previous projects, we mainly only ever used Routing actions. I'm now working on a 3rd project that also uses OSB. But on this new project, they mainly only ever use Service Callout actions and Publish actions.
    My question is: what are the criteria for choosing between one or the other (Routing action or Service Callout action or Publish action)?
    What does one do that the others can't? I've RTFM. But it still isn't obvious to me. Please, can you fill in the gaps in my knowledge?
    Thanks in advance for your time.

    My question is: what are the criteria for choosing between one or the other (Routing action or Service Callout action or Publish action)?Routing Action - Routing action can be created inside a Route Node only and Route Node is the last node in a request processing. A Route Node indicates that Request Processing will end here and Response Processing will begin. You can not have any node after Route Node in the message flow.
    Service Callout - Service Callout is used in real time request-response scenarios (for sync response). If you have a use case where you need to call one or multiple real time request-response services (like sync web-services) then you may use Service Callout action in the message flow. Being a synchronus call, the thread gets blocked until a response is returned from target service.
    Publish Action - Publish action is used for Request only scenarios where you don't expect a response back. The nature of Publish action (sync or async) will depend upon the target service you are invoking. If you are invoking an external service through a business service then Publish action with Quality of Service(QoS) as "Best Effort" (default) will work like fire and forget and thread won't get blocked (async call). If you are invoking a local proxy service (proxy with transport protocol as "local") from another proxy using publish action then it would be a blocking call (synchronus call) and thread will get blocked untill the processing of local proxy finishes.
    Hope it helps.
    Regards,
    Anuj

  • The destination plugin required for this action is disabled.

    Dear all, I am using Infoviewer first time and for testing purposes I uploaded our Lab rework report. The viewing side is absolutely fine however if I try to send the file via email, ftp etc it gives me the following error:
    The destination plugin required for this action is disabled. If you require this functionality, please contact your system administrator.
    I have looked on one of the forums where one user mentioned to restart the destination job server. I have tried that but it didn't work. It somehow looks like I haven't installed the plugins onto the server or maybe somewhere it has been disabled.
    Could you please help.
    Many thanks
    Kind Regards
    Jehanzeb
    Error given below:
    ============
    Title:         LabRework
    Description:       
    Created:       01/07/2008 16:57
    Last Modified:       01/07/2008 16:57
    Last Run:       01/07/2008 17:07
    The destination plugin required for this action is disabled. If you require this functionality, please contact your system administrator.

    OK. From CMC, I can use do the following:
    1. Go to Home>All Objects>
    2. Select the object
    3. Hit the History tab
    4. Click Send to... and select FTP
    This is explained on xir2_bip_Admin.pdf.
    However, I can't do this via Infoview.
    i.e.
    When I try to send a file from the History it doesn't end up in the FTP location.
    But what does work is if I select the report itself, the RPT format is sent to the FTP location.
    This makes sense from a perspective that if you don't schedule a Crystal Report, you will not have a PDF version of it. On the other hand, whay wouldn't I be able to send it from the History selection on Infoview.

  • Ribbon and webpart properties disabled in publishing page Sharepoint 2013

    Hello,
    I have a problem with our sharepoint site 2013. I don't know how it came because it worked two weeks ago but when I go on a page and I select modify the page I cannot modify the webparts on the page. Before I had a little box on the top right and I could
    choose the proprites of the wqebpart but now i have only this sign to reduce or open the webpart.
    The button on the ribbon modify the webpart is disabled and it says that I have not the rights to modify it. But I am administrator...
    Do you have a solution because it really disturb us in our work. 
    Thank you so much. 
    Joëlle

    Hi,please find the below link that exactly discussion about the issue that your seeing in your environment.
    http://expertsharepoint.blogspot.de/2014/08/open-with-explorer-is-disabled-in-for.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Cannot Open BI Publisher Field Properties

    Hello Everyone,
    I am new to using BI publisher and developing RTF reports. I have successfully installed BIPublisher_11.1.1.3_Desktop in my computer. And i get BI publisher as a addin in my Microsoft Word 2007 installed in my Windows 7 - 32bit operating system.
    So i created a simple report loaded the XML data and previewed it without a problem.
    But my problem is whenever i double click on a field in the report or right click > BI Pulisher > Properties, before loading the XML data i could get the properties popup fine but after loading the XML data it shows "Starting .Net runtime...." and then it vanishes without the properties pop up.
    I have .Net Framework 2.0 installed by default, i reinstalled BI Publisher and tried still the same. I updated .Net framework version to 4 but still the same. Is it a known issue? or is there a work around. And also to add the same XML data works fine with other computers with the same configuration. Please help me out with this.
    Thanks & Regards
    John.

    can u uninstall this and install 11.1.1.5 desktop plugin and when the installation is complete it will automatically opens an bi publisher tutorial word document wait until u see that.

  • Acrobat Portfolio Properties (disable copy of text parts)

    I'm working with Acrobat Pro 9.4.0.195 (German).
    I created a Portfolio containing some PDF files (no security settings).
    Then I opened the Portfolio Properties and set items as follows:
    - compatible to Acrobat 7 and newer
    - encrypt comple content
    - no password
    - limited acces
      - printing not allowed
      - changes not allowed
    - copying NOT not allowed  !!!
    - access for visually handicapped not allowed
    However,    independent on this correct settings it is possible to mark text and to copy text out of any included PDF.
    This seem sto be a bug. Can anyone confirm this?

    Apologies for the English version:
    Open Acrobat Pro and choose menu - Advanced - Document Processing - Batch Processing.
    Press New Sequence (the top button)
    Give it a name - e.g. "Secure to prevent copying"
    Press Select Commands (top button)
    Under "Document" on the left side tree, click "Security" and press "ADD>>"
    Click the new entry on the right side to select it, then press "Edit"
    Choose a security method - e.g. "password", and set up the permissions you want to apply. Press OK. Re-enter the password and press OK.
    Press Close to save the choice for the security action.
    Press OK to save the new sequence.
    Under item 2 "Run commands on", keep "ask when sequence is run".
    Under item 3, choose where you want to save the secured files, or leave Acrobat to prompt you each time the sequence runs.
    Press "Output Options" and choose if you want to add characters to the filename, etc. to avoid confusion with the originals.
    Press OK.
    Now to run the sequence, select it from the list and press "Run Sequence" (bottom button). You'll be shown a summary of what actions will be applied, asked to select your input file(s), then the sequence will run and your secured files will be saved to the folder you chose for output.

  • 508- Document Properties - Disabled ..."All of the text on this page lacks a language specification"

    Hi,
    When i try to do 508 check. I got the following error message
    "All of the text on this page lacks a language specification'
    I checked "FILE=>Document Properties". All "Document Properties" are disabled. 
    We are using Adobe LiveCycle Designer ES2 to create this dynamic for and save it as static PDF file.
    Still, we have same issue. I am not sure, how to change or setup the language in adobe livecycle designer es2.
    thank you,

    Ah, I don't know that. "Tables" is a collection, not a simple array, and some careless experimentation shows that you cannot simply use .concat to paste them together.
    I'm pretty sure I've seen a couple of workarounds for a situation like this. Perhaps it's time to read "[CS3][JS] everyItem() and getElements()" -- i.e. Marc Autret's blog posts about this, at the end of that thread.
    That is, if you stick to using everyItem()! Perhaps it's easier to build an array "the old fashioned way". This code is based on my earlier assumption you had textframes-in-textframes, but you can rewrite it to cater for groups as well:
    t = app.layoutWindows[0].activePage.textFrames.everyItem().tables;
    tableList = [];
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    t = app.layoutWindows[0].activePage.textFrames.everyItem().textFrames.everyItem().tables;
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    alert (tableList.length);

  • Can't publish changes - buttons disabled

    Dear all,
    I can not publish changes to my sitethrough iWeb. The buttons are disabled to publish and I have no ideawhat to do... I have to update my website! I have 2 mac computers athome, but just one of them is with all the site that I've donebefore. It's EMMANUELEBALDINI.ME
    I have Time Capsule also, but I don'tknow how to copy the whole site in it.. and also, how to update mywebsite.
    First it has appeared UNKNOWNPUBLISHING ERROR OCCURS. THE DISK MAY BE DAMAGED, FULL, OR YOU MAYNOT HAVE SUFFICIENT and I tried to cancel some dates to fix thisproblem and now it doesn't appear this message, but the buttons andthe option to publish the website don't appear.
    Some help?
    Please...
    Fernanda

    First we need some details:  where are you hosting the site? Have you visited the site to see if the changes have been made?  Try clearing your browser's cache (Command+Option+E for Safari) and relaod the site.
    Have you tried publishing your site to a folder on your hard drive?  If not do so.
    A first fix attempt can be the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

  • BPC 7.5 - Member properties disabled (grey marked)

    Since the upgrade to BPC 7.5 some of the member properties are greyed (disabled).
    Is it possible to change this setting somewhere?

    Hello Martin,
    now it's clear your question. The greyed properties don't have the check on the InApp properties of the dimension, so they aren't available in the OLAP and you can't use they in MDX functions or instructions.
    If you need some of these properties on the OLAP you must go on admin console\modify dimension, check "modify dimension property" on step 2, click on step 3 and check the InApp for these properties, so they will be black.
    Kind regards
    Roberto
    Edited by: Roberto Vidotti on Jan 31, 2012 12:06 PM

  • Image hyperlink - action is disable

    Hi
    I inserted an image into my model and I want to make that image a hyperlink to open another iView. But the Action tab is disabled.
    Is this a standard setting for SP 9?
    Thanks

    I'm having the same problem.
    The VC Reference Guide (pg92) says that the Action Tab is available for an image, but it is disabled for me too. I am on SP8 and thought that it must have been because of that.
    Please let me know if you get this worked out.
    Thanks
    Regards
    Richard

Maybe you are looking for

  • IMovie project corrupt after crash?

    I have a problem with a seemingly corrupt iMovie project I have been working on a holiday movie for over 12 hours Today, my macbook pro crashed while editing the project Aftwards I was unable to load the project. Other, older projects can still be lo

  • Creation of a simple web site --- how to get started?

    First, I have recently purchased CS5, which is a very nice bundle of fantastic software. However, the thought of mastering all of these packages is mind-boggling. I started by jumping around between different packages, looking at tutorial material, e

  • TYPE OF STRUCTURE TO BE GIVEN

    CASE f_selfield-fieldname.     WHEN lc_VBELN.             IF f_selfield-value IS NOT INITIAL.         PERFORM display_salesdoc USING f_selfield-value.       ENDIF. ENDCASE. WHAT IS THE TYPE FOR F_SELFIELD SHOULD I GIVE. I DECLARED DATA:F_SELFIELD TYP

  • DVDSP 2 Project Files in Version 4?

    Can you open project files created in DVDSP 2 in version 4? If so, what problems can I expect. Thx, JTO g4 dual 1.25   Mac OS X (10.4.6)   1 gb ram, 300 gb internal Seagate

  • OS X (10.5.2) won't install

    I have a two year old macbook that has :Processor Name: Intel Core Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 2 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB11.0061.B03 SMC Version: