Publishing announcements/news in portal

Hi all,
I need to create a feature in EP where in any authorized user will be able to upload a document(say for example company's annoucement) and the information contained in the document will be shown in the portal.
(Description : Portal is company's intranet and company will have daily announcements which they need to update it in the portal.An authorised user say a HR folk will just upload the document by browsing the desktop and the details of the document should be published in the portal)
This i need to create using Webdynpro. Can someone help me out in this or provide pointers to this .

Hi Pradeep,
what you need is an input form coded with Web Dynpro, that uses a simple upload form to store a document in KM (Knowledge Management). When your uploaded docs are in the KM, you can use an iView - visible in Portal - to view this document.
I suggest looking at the Web Dynpro examples for how to code an upload form and at the KM documents on how to store files in KM.
regards,
Christian

Similar Messages

  • Publishing queries in the Portal

    Hi experts
    I have a requirement for having queries publishe din the portal
    I know I can do it by creating web template, but it time consuming
    I've tried the following:
    1) on query designer I published query to the portal. Issue is that selection criteria of my query will only pop up on the portal if there is some mandatory value. Do you know any workarround for this
    2) I also see that by default all my reports are in the portal.. But I have the same issue stated above... no selection criteria will pop up when exectuting those, except if there is any mandatory criteria~
    Can anyone help with this portal issue? Any tip is highly appreciated
    Many Thanks
    Joana

    Hi,
    If you dont want variable screen then you need set the Web template parameter "Display Variable Screen" to "Turn OFF".
    Then varibale screen should not appear while opening up the web template.
    I will explain How variable screen will work:
    VARIABLE SCREEN NOT SHOWN BY DEFAULT SCENARIOS:
    ===============================================
    1. If a query has no variables, no variable screen will be shown in web.
    It is not at all possible to see variable screen in this case.
    2. If a query has variables (only optional variables but no mandatory
    variables ) then variable screen will not be shown.
    3. If a query has mandatory variable but if it is prefilled, then
    variable screen will not be shown.
    you can enforce to see variable screen only in case 2 and 3 by using the
    parameter '&VARIABLE_SCREEN=X' to the end of context url as shown in
    example below:
    /irj/servlet/prt/portal/prtroot/pcd!3aportal_co
    ntent!2fcom.sap.pct!2fplatform_add_ons!2fcom.sa
    p.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=
    <XXX>&VARIABLE_SCREEN=X
    The variable screen wont be shown if there are no mandatory variables
    in the query.  You can force it with the following methods,
    1) Append the parameter '&VARIABLE_SCREEN=X' to the links in your menu.
    2) Change the parameter in the web template used   > template property
       'Force variable screen' in the Web Application Designer, per
       default it is not checked.
    3) In case, no template is specified, the standard web template is
       used   > transaction SPRO. In case, no web template is maintained as
       standard web template in transaction SPRO the standard web template
       delivered by SAP is used. It is recommended not to change
       the original SAP template but to create a copy, apply changes and
       maintain it as new standard web template in transaction SPRO. Please
       review note 643464 for further informations."
    VARIABLE SCREEN SHOWN BY DEFAULT SCENARIOS:
    ===========================================
    Only when there is a mandatory variable which is not filled and has
    to be filled only by user via F4 help, then variable screen will
    be shown automatically.
    Thanks,
    Venkat

  • News Sap Portal

    Hi Experts,
    Is there a native solution to post News in Sap Portal, and show it in a iView?
    Look the image: [http://dopaulo.com/trecos/imgs/3.JPG|http://dopaulo.com/trecos/imgs/3.JPG]
    Thx!

    Paulo,
    Its possible to display news items in SAP Portal in the following Ways.
    XML Forms:
    Design a XML and publish static news items in portals.
    Custom Component Cretaion:
    You can create your own custom component as per your requirement and display it in portal. The custom applications can be a Web Dynpro Java/ABAP / DSP Dynpage.
    Ram

  • I am new in portal development . From where to start

    Hello !
    I am new in portal development .
    i have installed 8i db on Linux and 9iAS on win2k . Now i want
    to start developent through oracle portal .
    For that purpose i have downloaded PDK .
    Now what to do .
    I am still unable to find the platform where i have to start
    development .
    Can somebody tell me which steps are required to start
    development.
    i am more interested doing development in pl/sql.
    Where i have to type the code .
    Where i have to execute it.
    Where and how to run it.
    Can somebody tell me with small example .
    Regards

    Seemab,
    I feel your pain. After having been at this for a couple of
    months, here's what I have to offer you.
    0) Watch every single one of the portal tutorials on this
    website. They are little movies and slide shows with tutorials
    and actual application walkthroughs that were EXTREMELY HELPFUL
    to me and my team in the absence of formalized training. They
    were really great.
    1) Take a few days and read every single white paper that you
    can about Oracle 9iAS Portal and its architecture.
    2) Use the portal interface to create groups and users.
    3) Experiment with as many aspects of the portal interface that
    you can. This will help you see the strengths and limitations
    of portal, and where you may need to focus your development
    effort.
    4) Create database objects like tables by using the portal
    interface. Create an LOV off of one of the tables, and use it
    in a form. This is all just general stuff that helped
    familiarize me with portal.
    5) Publish different kinds of documents to the portal.
    6) Create a PL/SQL item in a portal. Educate yourself on the
    HTP and HTF procedures and functions to print things to the
    screen dynamically.
    7) Most important of all, download as many pieces of sample
    code as you can and install it to portal. On this website you
    will find numerous instances of sample portlets and
    applications. You will learn what it takes to install Java-
    based providers, servlets, and others.
    8) Using a good PL/SQL tool like SQL*Navigator or TOAD, browse
    your way through the PORTAL30 data dictionary, going through all
    of the tables and especially the packages. This will help you
    learn where you need to write code to interact with the
    underlying objects in Portal.
    I'm sorry I can't be more specific than that, but you can really
    be on your way to becoming a well-rounded portal developer by
    experimenting with these things that I have listed.
    Good luck!
    Sincerely,
    Adrian Klingel
    Exaweb

  • Can't view or edit Application Insights webtests in the new Azure Portal

    I'm in the process of setting up Application Insights for an Azure Cloud Services Web Role.  Things have been looking good so far - I've enabled App Insights telemetry to the VS2013 solution, configured correctly and am getting usage/monitoring data
    displayed in the NEW Azure Portal (portal.azure.com).
    I set up my first "webtest" on Friday to monitor the site availability from three separate locations around the world and alert when down; however, logging in today shows my webtests graph as blank, i.e. contains no data. 
    Usually, when this is the case, there's a link provided to create new webtests, but since I've already added a webtest, this is no longer the case.  So I can neither view or edit my existing webtest, nor create a new one.  I have tried clearing
    my browser private data and even use a different browser but the result is the same.  I have also tried deleting and recreating the Application Insights instance with the same name but the result is the same (although the data from the deleted instance
    remains...).  My only recourse is to create a new, differently named Application Insights instance and set it all up again, losing the telemetry collected so far.  This isn't such a big deal during the prototype stage, but when this goes into effect
    on the production site, deleting and starting from scratch whenever there's a webtests problem isn't going to be an option.
    How do I view/edit/clear existing webtests?  Is it possible to do this through Azure PowerShell or the Azure SDK?

    Hi Chris Haigh,
    We are working on this thread and will try to reply with the proper resolution as soon as possible.
    Regards,
    Azam khan

  • Adding users to roles in the new preview portal (new RBAC feature) does not work

    When I click the Invite Users/Add button for any of the 3 roles in the new preview portal, the page doesn't load and instead, it instantly redirects to an HTTP 520 error page. Can anyone please look into this and fix it? It's been this way since last week,
    which is when I checked it out but it is quite possible it has been this way for longer.

    Hi,
    It seems there are some issues in azure preview portal, please note this portal is in preview version, if you find some issues, please try to contact with azure experts, here is azure support channel:
    http://www.windowsazure.com/en-us/support/contact/, it is a good choice for you.
    Sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What is "Publish To New Folder?"

    Captivate's *Edit/Preferences/Global* preferences include
    options for the user to review a confirmation dialog before the
    software proceeds to execute a variety of user actions, mostly
    actions that would delete an asset or change an important setting.
    "Publish to New Folder" is one of those confirmation-optional
    preferences. One customises Captivate either to require
    confirmation before executing some underlying command or to proceed
    with its execution unhindered.
    But what is the underlying "Publish to New Folder" command?
    What does it do? Where do I find it? There doesn't seem to be
    documentation about it, or discussion of it in the user community.
    Oddly, one would think that publishing to an *existing* folder
    would be the more concerning action. entailing as it does the
    possibility of files being overwritten. What possible harm,
    necessitating verification, could possibly be done publishing
    something to a brand new folder? And what does Captivate mean by
    "publish" in this instance: Is it a reference to the limited menu
    of export-as-SWF or as projector.EXE options, or does it refer to
    some other export, save or archiving function?
    Having been at considerable pains to create a Captivate
    project which deploys multiple graphic and audio assets I now would
    like to wrap them all up and deliver them efficiently to an
    archive, a function most other multi-asset authoring platforms
    allow one to do with a mouse click or two. (See PremierPro, for
    example, although neither Flash nor FrameMaker is so
    sophisticated.) Can this be accomplished by some hidden "Publish to
    New Folder" command?
    Thank you.

    Hi Ruth3rf0rd
    Captivate 3 introduced an unwelcome feature that forces you
    to create a folder named identically to your .SWF and ,HTM files
    when creating your .SWF output. (Oddly enough, this doesn't happen
    if publishing to .EXE).
    Aside from simply naming the project what you want the folder
    named, there isn't any underlying process you are missing. The
    option you see in the preferences area simply turns the
    intermediate dialog off and on. And you did mention that it could
    theoretically be more dangerous to overwrite files. That option is
    there as well.
    Because I come from the RoboHelp HTML/Web Authoring
    background, I find the whole notion of "Publishing" to be wrongly
    named. For Captivate, the act of Publishing is taking the source
    material and compiling it to produce the output format.
    In the Web Development world, the act of Publishing is taking
    content that has already been created from the source and copying
    it to another location. Most often, a Web Server.
    Hopefully this helps... Rick

  • Error in executing new webcenter portal application

    Hi
    i am getting error in executing new webcenter portal application, even while executing existing webcenter portal application.Installed all necessary bundles.And my installation is under OR_MW_1 folder.
    [Running application SmartSystems on Server Instance IntegratedWebLogicServer...]
    [11:29:32 AM] ---- Deployment started. ----
    [11:29:32 AM] Target platform is (Weblogic 10.3).
    [11:29:33 AM] Retrieving existing application information
    [11:29:33 AM] Running dependency analysis...
    [11:29:33 AM] Deploying 3 profiles...
    [11:29:33 AM] Wrote MAR file to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems\AutoGeneratedMar
    [11:29:34 AM] Wrote Web Application Module to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems\PortalWebApp.war
    [11:29:34 AM] Info: Namespace '/oracle/adf/share/prefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/lifecycle/importexport' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/lock' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/rc' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/shared/oracle/wcps' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/xliffBundles' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/search/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/framework/scope/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/page/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/pageDefs' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/adf/portlet' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/adf/portletappscope' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/doclib/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/portalapp' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/security/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/siteresources/shared' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Namespace '/oracle/webcenter/quicklinks/scopedMD' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [11:29:34 AM] Info: Any customizations created while running the application will be written to 'C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.mds.dt\adrs\SmartSystems\AutoGeneratedMar\mds_adrs_writedir'.
    [11:29:35 AM] Wrote Enterprise Application Module to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\SmartSystems
    [11:29:35 AM] Deploying Application...
    <May 6, 2013 11:29:36 AM IST> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Make sure the referenced optional package has been deployed as a library.>
    <May 6, 2013 11:29:37 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1367819975651' for task '2'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         Truncated. see log file for complete stacktrace
    >
    <May 6, 2013 11:29:37 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <May 6, 2013 11:29:37 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00003. Log messages will continue to be logged in C:\Users\Kavipriya_g01\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <May 6, 2013 11:29:37 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SmartSystems [Version=V2.0]'.>
    <May 6, 2013 11:29:37 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         Truncated. see log file for complete stacktrace
    >
    [11:29:37 AM] #### Deployment incomplete. ####
    [11:29:37 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application SmartSystems due to error deploying to IntegratedWebLogicServer.
    [Application SmartSystems stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Have you included libraries for this ?
    java.lang.ClassNotFoundException: oracle.webcenter.lifecycle.listener.FeatureMetricApplicationListener

  • Publish a query in portal

    hi to all,
    How can i publish a query in portal
    and how can i change a published query in portal
    how can i publish multiple queries in one sheet?

    Hi,
    Logon to portal.
    System Administration ->Transport -> Role Upload.
    http://help.sap.com/saphelp_nw04/helpdata/en/41/5e4d40ecf00272e10000000a155106/frameset.htm
    Hope it helps.
    Regards
    Alkan

  • Trying to publish a new site... comes up under my original one :(

    I'm trying to publish a new website as I have a family pack for .mac (five domain sites). I originally published my wedding site this past summer and when I try to publish my personal one (for my portfolio) it comes up under the wedding one.
    ie: http://web.mac.com/originalsite/newsite
    I would like it to just be:
    http://web.mac.com/newsite
    How do I change this?

    If you have multiple sites within one domain each one has it's own address.
    Like Tom, I'm a little unclear what you are trying to do.
    I would suspect if you have a family pack you would be publishing from the separate accounts and would have separate domain files with one or more sites on each account (one per domain file probably best).
    Now your probably as confused as I am.

  • Trying to Publish my new site. Already own domain through goDaddy. how do I do this? Go Daddy told me to call Adobe.

    I have built a site through Muse,
    I own a domain with Godaddy, and my current site is through their web builder.
    I would now like to publish my new 'muse' site with my existing domain, but can't find the info on how to do so.
    Any help?
    Thanks,
    Hannah

    Typical GoDaddy support ....
    Where are you trying to publish it to? Back on your GoDaddy hosting or with Adobe Business Catalyst?

  • I need to know how you would publish a new site into an existing site

    Okay I have a new Dreamweaver website that I just created for my brother in-laws law firm and want to publish in onto an ftp server but the sever already has the existing site published onto it and before I have it pulled down I would like to publish this new site on there to see if everything is going to work okay and if everything is displayed correctly.  Does anyone know if there is a way I can do this and how to do it?  Please help!!!
    Thanks

    I typically create a TEST folder on the remote site.  Upload new pages and dependant files there for debugging and testing purposes.  Then using a 3rd party ftp ware (filezilla, cute ftp or Ws_ftp pro), I move the new site files & folders over to the root directory.  If you have used the same filenames as were on the old site, new pages will overwrite the old ones.  If you used a different naming convention, you will need to delete old files from server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • New Management Portal - Delete Function

    Anyone using the new Management portal?
    If yes then please can you let know how to delete a Azure SQL Server (That's associated with the SQL Databases).
    I can see the option in the old portal but the new portal under SQL Servers, I do not see any option to delete these servers.
    BTW these were test servers with databases and the SQL databases have been deleted but it leaves back the servers.
    Previous version AFAIK used to delete the server as well then all the databases were deleted.
    I know I can get this done using the old Management portal but I am just curious to know if anyone else has faced or see a similar issue.

    One way to delete a server in the new portal, albeit indirect, is to delete the resource group that contains the server. Please note that this will delete the server AND everything else in the resource group.  Deleting the resource group in the
    new portal can be accomplished by clicking on the resource group name above the SQL server name (example:
    Default-SQL-EastAsia) and then clicking the icon for "Delete" on the resulting blade.

  • Publishing web reports in PortaL

    How you will see web report to portals?How you will publish web report in portals?
    Sridhar
    Edited by: sridhar k on Oct 23, 2009 1:33 PM

    Hi,
    There should be some Portal team, or you might be having the rights to publish the webtemplates (Queries) to roles.
    After this, there will be a role upload logging in to the portal in which you access web reports.
    Once after your role upload process is successful, your reports will be successfully published to Portal and you could be able to run the reports from portal.
    There should be some book mark (link) to the portal, which needs your username, pwd to login. If there is a portal team, which maintains the Portal, Please get in touch with them to get the Link of the Portal, and request them to assign you roles, so that you can publish the desired reports to role, Normally done from WAD, Opening the report to publish. There after do the role upload, by logging in to the desired portal with your Username and Password.
    Thanks,
    MD
    Edited by: MOHAMMED HUSSAIN on Oct 23, 2009 7:44 PM

  • Re:Push notification error when publishing a new folio from DPS

    I have run into a problem when publishing a new folio to our app from DPS Folio Producer. I published the new folio without a probelm, but when I pus the "Notify" button, I get an error message that an error has occured while sending the push notification. The push certificate has expired and that to upload a valid push notification, I should rebuild my app in DPS App Builder and to retry sending push notification. (See screen grab).
    This is our first push notification for a recently approved app. I worked through all the instruction to create push notifications through DPS. And we tested everything and it was fine.
    Our app is a free subscription, multi-folio app in newsstand hosted on the DPS server with DPS push notifications.
    What am I doing wrong? I really don't want to have to bebuild/resubmit the app to iTunes to get this to work. It seems odd that the push certificate would be expired, we just created it last month.
    Thanks!
    Running most recent DPS version on a MAC OSX 10.9.2

    Hi,
    Direct saves to the server from MS Office over Webdav are not recommended when the versioning mode is Manual. The reason is that the actions of checking out & checking in the document need to be done from the Team Collaboration client and are not done from within MS Office.
    Rather, set the versioning mode to Auto or Disabled and it should work just fine.
    Thanks,
    Jay

Maybe you are looking for