ICCMP_INBOX/InboxResultView - Link to open document

Hello,
in the view ICCMP_INBOX/InboxResultView there is a link to open the selected document on attribute STRUCT.ITEMTYPE.
We need this same Link to open the document on the STRUCT.DESCRIPTION because we will not use STRUCT.ITEMTYPE in our UI configuration.
We already copied the coding from the GET_P method as follows to STRUCT.DESCRIPTION:
if iv_property = 'fieldType'.
    rv_value = cl_bsp_dlc_view_descriptor=>field_type_link.
  endif.
Now the description is a link but the navigation does not work.
What else is needed to have the same navigation as realized in standard for STRUCT.ITEMTYPE?
Thanks a lot.
Best regards
Manfred

Hi,
     In the Items context node class, look at the attribute Iterator. This is used to specify field properties.
In the iterator class, CL_ICCMP_IN_INBOXITEMS_IT->IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START, they have specified the event 'itemProcess' as the event to be fired when you click on an entry under ItemType.
So, check if this code addition to your get_p_description works.
if iv_property = 'fieldType'.
    rv_value = cl_bsp_dlc_view_descriptor=>field_type_link.
endif.
if iv_property = IF_BSP_WD_MODEL_SETTER_GETTER=>FP_SERVER_EVENT
   rv_value = 'itemProcess'.
endif.
It should work. Otherwise you have the iterator to work with.
Regards,
Arun Prakash

Similar Messages

  • Script for 'Check Links Before Opening Document' preference

    I'm trying to find the VB script for changing the "Check Links Before Opening Document" checkbox on the File Handling panel in the Preferences dialog? I haven't found any documentation referring to the Links items on that panel.
    Bob

    Thanks for the info.
    Was there a document you pulled this from?
    I have an old document from CS2 days that is invaluable for providing a detailed list of available script methods and properties. Obviously things that have been added in subsequent InDesign releases aren't in this document. Later InDesign CS releases offer script SDKs that contain helpful sample scripts but I don't find a detailed summary similar to one from CS2. Have I just not found them? Or how does one find the script method/property for things not contained in the sample scripts?

  • Adding a link to open document

    Hi
    How to add a link to open a document in same browser.

    Hi,
    Run following code
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:goLink text="oracle page" id="gl1" targetFrame="_self"
                       destination="http://www.oracle.com/index.html"/>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>It will open oracle site in same browser
    Thanks
    Prateek

  • How to get "Open Document " link

    Dear  Friends,
    I have customized a Requisition Notification based on PL/SQL documents and work flow concepts.
    I have created no.of requisitions to test. Each requisition have 3 persons involved say A ,B , C
    One for submitting ,other two for approval .
    After person B approves., it will go to C. till now  Everything working fine ,
    But In person C's notification list ,  the link called "Open Document " is missing to open the submitted requisition.
    Do I NEED TO SET UP ANY THING .
    How to resolve this .Any idea .Plz share.
    Let me know for any clarification.
    Thanks
    Aravinda.

    Dear friends
    It's solved.
    Just add Purchasing responsibilty to that user to whom  that "open document link " is not visible in the notification.
    Thanks
    Aravinda.

  • Linking a WEBI report through hyperlink in a webpage using open document

    Hi All,
    I have a hyper link in a web page which when clicked should open a WEBI report. I created it using the open document feature.
    Once clicking on the link, InfoView login credential page is displayed. After logging in the report runs.
    My client does not want the login page to be displayed since most of the users does not remember their password (since SSO is implemented).
    He wants to bypass this login page so that most of the users can directly view the reports.
    Question:
    Is there a way to achieve this i.e without asking for login credentials or by passing this?
    Possibilities :
    1: To create ID's for all the people (which I think is not a feasible option in my project)
    2: Create a guest account with minimum privileges and share the password with all the users.
    Note:
    1: I use BO XI R 3.1.
    2: No SDK is installed to do any programming.
    Any suggestion are most welcome.
    Thanks in advance
    Shreyas

    Hi Shreyas,
    Manual Easy Way for doing the activity in SAP Business Objects 4.0:
    This method is useful if we have a special system account that we want everyone to use.
    You will notice that all we do is generate a logon token using the appropriate username, password and CMS variables. Then we append the token onto ivsLogonToken.
    Note: The numbers on the url after /BOE/portal represents the timestamp of the last patch or install.  You can put whatever you want under the number section and Business Objects will automatically redirect to the appropriate start.do
    Step I:
    Go to the SAP BusinessObjects\Tomcat6\webapps\BOE\WEB-INF\eclipse\plugins\webpath.InfoView directory and edit custom.jsp
    Step II:
    You can copy the contents from the custom.jsp that I’ve provided below to your custom.jsp.
    Cutom.JSP File
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.security.*"%>
    <%@ page import="java.net.*"%>
    <%@ page import="com.crystaldecisions.enterprise.*"%>
    <%@ page import="com.crystaldecisions.sdk.plugin.admin.*"%>
    <%@ page import="java.sql.*"%>
    <%@ page import="com.businessobjects.webutil.Encoder" %>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <%
    //BO Session and redirect to Infoview
    IEnterpriseSession enterpriseSession;
    /* * Set Enterprise Logon credentials. */
    final String BO_CMS_NAME = "bi4server";
    final String BO_AUTH_TYPE = "secEnterprise";
    final String BO_USERNAME = "Daya";
    final String BO_PASSWORD = "admin@123";
    ILogonTokenMgr logonTokenMgr;
    String defaultToken = "";
    * Log onto Enterprise
    boolean loggedIn = true;
    try {
    //Create session token
    enterpriseSession = CrystalEnterprise.getSessionMgr().logon(Daya,admin@123, BI4SERVER,Enterprise);
    logonTokenMgr = enterpriseSession.getLogonTokenMgr();
    defaultToken = logonTokenMgr.createWCAToken("", 20, 1);
    //Redirect with token attached to the ivsLogonToken parameter
    response.sendRedirect("http://"+BO_CMS_NAME+":8080/BOE/portal/1205291547/InfoView/logon/start.do?ivsLogonToken="+Encoder.encodeURL(defaultToken));
    catch (Exception error)
    loggedIn = false;
    out.println(error);
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Insert title here</title>
    </head>
    <body>
    </body>
    </html>
    Edit the username,Password & BOBJ Server Name'in BOLD Letter
    Step III:
    Stop tomcat, then delete contents in the SAP BusinessObjects\Tomcat6\work directory.
    Then start tomcat again and the work directory will be regenerated with new code.
    Step IV:
    Trusted Authentication:
    Trusted Authentication is a component of Enterprise authentication that integrates with third-party single sign-on solutions, including Java Authentication and Authorization Service (JAAS). Applications
    that have established trust with the Central Management Server can use Trusted Authentication to allow users to log on without providing their passwords.
    This method is really cool because users don’t even have to know their passwords.  Basically with this method you can log into another system and if that system has the appropriate user name, you can pass it to the custom.jsp and then it will log you into BI Launchpad.
    In addition, you don’t need to create any java code for the enterprise token setup.
    Step V:
    In the CMC, go to Authentication, then select Enterprise.  Check Trusted Authentication is enabled, then click on New Shared Secret.  Finally download the shared secret key and keep it somewhere secure
    Step VI:
    Copy global.properties from <INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\config\default into <INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\config\custom.  Then using Notepad or another text editing utility, edit the following properties
    sso.enabled=true
    trusted.auth.user.retrieval=WEB_SESSION
    trusted.auth.user.param=UserName
    trusted.auth.shared.secret=<secret code from properties file you created in step 2>
    Step VII:
    Go to the SAP BusinessObjects\Tomcat6\webapps\BOE\WEB-INF\eclipse\plugins\webpath.InfoView directory and edit custom.jsp
    <\!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page language="java" contentType="text/html;charset=utf-8" %>
    <%
    //custom Java code
    request.getSession().setAttribute("MySecret","32efbfbd35efbfbdefbfbd4363efbfbdefbfbd694aefbfbdefbfbd227530efbfbd5742efbfbd13efbfbd2befbfbd1fefbfbdefbfbdefbfbdefbfbd4e49efbfbd41550cefbfbd15703619d8b8efbfbd6cefbfbdefbfbd57efbfbd0defbfbdefbfbdefbfbd0605efbfbd6dc59b2728efbfbd");
    request.getSession().setAttribute("UserName", "Daya");
    %>
    <html>
    <head>
    <title>Custom Entry Point</title>
    <script type="text/javascript">
    function goToLogonPage() {
    window.location = "logon.jsp";
    </script>
    </head>
    <body>
    <a href="javascript:goToLogonPage()">Click this to go to the logon page of BI launch pad</a>
    </body>
    Edit the username(Daya) variable
    Step VIII:
    Stop tomcat, then delete contents in the SAP BusinessObjects\Tomcat6\work directory.
    Then start tomcat again and the work directory will be regenerated with new code.
    Hope this help you as well.
    Thanks,
    Daya

  • Open Document Link on PO Approval WF

    In the PO Approval Workflow, if you have the proper responsibility, an "open document" link is displayed that, when clicked, takes the user to a screen entitled "Notifications to Releases".
    This function is available to our Purchasing Super User responsibility but is not available for the Purchasing Approver responsibility. I'm trying to change that.
    Using help, I determined that the form associated with "Notifications to Releases" is POXPOERL. That form is assocated with the following functions and menus:
    FORM_NAME     FUNCTION_NAME     MENU_NAME
    POXPOERL     PO_POXPOERL     CHV_CHVSSWKB_FUNCTIONS     
    POXPOERL     PO_POXPOERL     PO_POXSTNOT_FUNCTIONS     
    POXPOERL     PO_POXPOERL     PO_POXPOVPO_FUNCTIONS
    POXPOERL     PO_POXPOERL     PO_PURCHASE_ORDERS_GUI
    POXPOERL     PO_POXPOERL     POS_INTERNAL_HP_MENU
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXSTNOT_FUNCTIONS     
    POXPOERL     PO_POXPPOERL_VIEW     PO_REQUESTOR_GUI
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXPOERL_FUNCTIONS
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXBWVRP_FUNCTIONS     
    I've tried, under Functional Developer, to add several of these to the menu for Purchasing Approver. When they show up on the menu and I click them, I get a message stating: "You are not setup as a buyer. To access this form you need to be a buyer."
    All I want is for people to be able to see and use the "Open Form Command". Am I going about this the wrong way?

    I was probably not clear enough in my original question.
    We want people who are approvers - but not necessarily buyers - to be able to open the form from the link. I'm not set up as a buyer, but I have the Purchasing Superuser responsibility and I can open the form.
    I guess, bottom line... some more information on how to make links to eBiz forms work from WF would be helpful. I've not found much in the Oracle-supplied documentation that we have; I've read what's in the Developer's Guide and the Admin guide. Can anyone suggest a web link or two that might shed more light on the process?

  • Creating a new "Link to a Document" opens Word document or upload document dialog - plus more!

    The Link to Document content type seems to be corrupted at root. When I attempt to create a new Link, either Word opens with a blank document or the "Upload" document dialog opens. It's been changing as I investigate.
    One things I've noticed is that the "Link to a Document" Content Type on the parent site collection now shows it's parent as Document. this explains why the Word document opens, but not why the Upload dialog does.
    While writing this question, I decided to check further and it seems that the other document types, Audio, Video etc.  all now have Document as the parent and are opening a blank Word document.
    Has anyone seen this behavior? How do I fix this?
    This is on SharePoint 2010.
    Thanks in advance.
    Barry Cohen
    Barry Cohen

    Well, I spoke too soon. The process worked for all the custom content types, but the default Document type was still messed up. I probably should have fixed that one first, but...
    Anyhow, the Document type had no template going to the Upload File dialog rather than the blank Word document it's supposed to go to. I followed the same procedure I'd followed for the other content types, checking what worked on another site and using that
    template which in this case was a blank field:
    So, I went opened Document, Document Content Type and went to advanced settings. The template field was empty, which matched the working site, so thinking that if I saved, it would match up with the working site. I saved the Document content type and when
    after several minutes the save failed with an incredibly long list of locations where that were being perceived as "read only" plus several hidden content types that were listed as sealed. This snapshot shows a few of they many pages of content types. (I poorly
    struck through confidential info):
    Besides this gigantic error, which would require going to hundreds of locations on the site to change read access settings, which are, as far as I can tell actually not "read only" or are inaccessible, such as the hidden "System Page Layout' and so forth
    which shouldn't be based upon the default document type anyway and therefor not fixable, I need to understand why this is happening and what to do about it. I don't want to spend the next two days going over all of these libaries and content types and ending
    up back where I started with all the content types still screwed up. Afterall, I've spent about a day creating all these custom Content Types only to have the default Document content type loose its settings and corrupting everything and another day fixing
    it and having it happen again.
    This is a highly unacceptable behavior on the part of SharePoint and I would really like to fix this.
    Help is sorely needed.
    Thanks in advance
    Barry Cohen

  • I  am getting the error code, "error opening document, please try agailater" when clicking on the application link from a website. The form was working properly but stopped. What happened?.

    My form was working properly but today, 20 June, an applicant clicked on the website link and got an error that says, "error opening document, please try again later". How can this be fixed?

    Is this a FormsCentral form?

  • Link to document not opening document in browser or client app

    hi All,
    i am using office 365 e1, i have aspx page on which we are fetching link of document and showing using CSOM. when user click on link instead of opening in client app or browser it is downloading. 
    if you have solution please help me

    Hi,
    According to your description, you want to open document link in client app or browser.
    You need to active the “Open Documents in Client Applications by Default” feature.
    I suggest you do as the followings:
    1. Open “Site Settings”->”
    Site Collection Features”.
    2. Active the “Open Documents in Client Applications by Default” feature.
    I did a test in my environment, here is a screen capture below:
    http://tinypic.com/r/f05egm/8
    Do you mean that it will download file or just an open alert in the browser after you click the document link ?
    Please provide your detailed information such as screen capture, it will be easier for us  to find the solution of the issue.
    More information about open documents link in client app, please refer:
    http://technet.microsoft.com/en-us/library/ee837425(v=office.15).aspx
    Best regards

  • Opening Document in Work from the Sent To Email a Link instead on downloading it

    Documents send via the Sent To > Email a Link SharePoint 2010 Document Library Menu is downloading rather than opening in Word. This is happening for some users and while it is open in Word just fine for other users.
    New to SharePoint

    Hi Marlon,
    Please compare the client Office and IE browser differences of settings between them, check the following things.
    Please use the IE browser 32-bit version, also check if it is competability mode issue.
    Please add SharePoint URLs in IE browser trusted sites zone.
    Please reset the IE browser to default settings.
    Please check and make sure the "SharePoint OpenDocuments class" add-on is enabled from IE browser
    Please repair Office application with installing Office Tools->Microsoft SharePoint Foundation Support component.
    http://blogs.technet.com/b/emeaoffice/archive/2013/04/29/you-get-an-error-message-when-you-open-an-office-file-from-sharepoint-on-a-computer-on-which-you-installed-more-than-one-version-of-office.aspx
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • Link to Excel document in site throws "Document with same name already open"

    
    I have an Excel document stored in a document library in SP2010.  I provided a link to the document in a CEWP on a page.  When clicking the link on the page, Excel throws the erorr "Two documents with the same name cannot be opened" error. 
    When clicking the link in the document library, the Excel workbook opens fine.  When hovering over both links, the URL in the status bar is identical.  Here is the link in the page:
    <span style="width:120px; padding-right:50px;">
    <a class="ms-addnew" href="https://mydomain.com/sys/groups/ermcg/RA/Shared%20Documents/RA1.xlsm">
    <img src="https://mydomain.com/sys/groups/ermcg/RA/SiteAssets/excelsmall.jpg" style="border:none;vertical-align:middle;"></img>&nbsp;Download to Excel</a>
    </span>
    Thanks in advance,

    Hi jd_hancock,
    The scenario is not reproduced in my environment.
    I used Fiddler to check whether there are differences between them to download the file, it seems the same and the file also successfully opened in the Content Editor Web Part.
    I would suggest you to use the same way to check whether the download process is the same, also, type the url directly in the address bar, whether the document can be opened as expected?
    Thanks,
    Qiao
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Qiao Wei
    TechNet Community Support

  • Custom Content type based on "Link to a Document" does not open new folder in a dialog

    Hi,
       We have created a custom Content Type  based on "Link to a Document" (0x01010A) into a document library. When I use the New Document button on the ribbon, the "Link to a document" form appears on the same window, not as a dialog. If we
    use the "link to a document" content type it works fine.
      This issue occurs when creating the content type from the SharePoint UI as well as via XML (provisioning the content type).
       Is it a SharePoint bug or are we missing something?
    Thanks!
    Sergio

    Hi S3rgiones,
    I can reproduce your issue, when create a custom content type based on “Link to a Document” content type, create item using the content type, it will open the NewLink.aspx page in the same window not the modal dialog.
    In this situation, you can try to custom the content type and customize the form page for it, specify it in the content type customization, if this doesn’t work, you may need to custom the content type not inherit from the default link to
    a document, but customize it yourself.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Links within PDF document open linked PDF documents, but seem to replace original document rather than as additional documents.

    Hello good people of the Adobe Community!  I have a user of Adobe Reader XI that is having the following problem:
    She is viewing, what we will call, the "main document," and this document has many links to other PDF documents.  When she clicks on one of the links, the main document gets replaced by the new document.  She then needs to re-open the main document to view it again.  This happens with every link she clicks.  I worked with the document in Reader XI and am able to open every link as an additional document, thus allowing me to immediately view both the main document and the new document.
    My questions are:
    Is there some setting in her Reader that I do not have turned on/off, which is why she is having this issue and I am not?
    If not, then why is the user experiencing this "replacement" of the main document?
    How do I help her resolve this issue?
    Thank you for your time and attention.
    Ben

    I don't know if there is any way to configure this in the Reader preferences.
    However, it can be decided in the document itself.  I just created a test document (using Acrobat DC) with two links:
    one to open in the same window
    on the open in a new window
    Both links do what I selected:
    one opened in the same Reader window (replacing the original document)
    the other one opened a new Reader window
    When creating the links there was actually a third option: Window set by user preferences.  However, I cannot seem to find such a user preference in Adobe Acrobat Reader.  The default (in my case) seems to be to open in the same Reader window.

  • Why are some of my links not opening when I save a document as a pdf?  They are opening in word.

    The links are opening in microsoft word documents but when I save the document to a pdf some of the links are not opening.  The links are containing % or lots of extra numbers.  How can I prevent this from happening?

    What is your operating system?  Reader version?  How do you convert to PDF?
    You write that "some" of the links don't open; what's the difference with links that do open?

  • Document Explorer file links are opening HDA files??

    WLS 10.3.5
    WC 11.1.1.5
    UCM 11.1.1.5
    RedHat 5.8
    Hello. We are having a problem with documents (pdf, excel, doc, etc.) such that when you click on a document link within the "Document Explorer" taskflow it opens in a new tab but an HDA file is shown. Example:
    <?hda version="11gR1-11.1.1.5.0-idcprod1-110413T184243" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    dUser=bmandler\@jonesfixture.com
    ClientEncoding=UTF-8
    blFieldTypes=xArea text,xLevel text,xWebsiteObjectType text,xWCPageId bigtext,xVideoRenditions text,xSubTypeLv2 text,xProjectNumber text,xDontShowInListsForWebsites memo,xSubTypeLv1 text,xTemplateType text,xWebFlag text,xRegionDefinition text,xClbraUserList memo,xSubProjectName text,xStorageRule text,dOutDate date,xExternalDataSet bigtext,xWebsites memo,xProjectName text,xForceFolderSecurity text,xWebsiteSection bigtext,xPartitionId text,xMortensonApplication text,dInDate date,xReadOnly text,xClbraRoleList memo,xWCTags text,xMortensonContentType text,xDiscipline text,xProjectPhase text,xMortLongText1 bigtext,dMessage message,xInhibitUpdate text,xWCWorkflowAssignment text,dCreateDate date,xHidden text,xClbraAliasList memo,dReleaseDate date,StatusMessage message,xPackagedConversions text,xCollectionID int,xDamConversionType text,xBuilding text,xVersion text,xWCWorkflowApproverUserList memo,xIdcProfile text,xComments memo
    StatusMessage=Unable to download '(null)'. The content item 'null' is no longer in the system.
    SctSequence=1304764
    blDateFormat=yyyy-MM-dd HH:mm:ssZ!tUTC!mAM,PM
    StatusCode=-16
    dID=null
    UserTimeZone=UTC
    UserDateFormat=iso8601
    NoHttpHeaders=0
    Rendition=Web Collab/projectname123/Project Meetings/Subcontractor/Meeting Minutes
    SctParentSequence=1304764
    IdcService=GET_FILE
    IsJava=1
    @endThe problem occurs for files that are processed by an Archive job -> export and import. We have used this archive several times in the past few weeks with no problems. All of the sudden today we are seeing issues. No config changes or anything else have been made to the servers or app.
    Here are the settings of that archive:
    Export Data*
    Export options -
    -Replace Existing Export Files: Yes
    -Copy Web Content: Yes
    -Export Table Only: No
    Import Options:
    -Override Action:Insert Revision
    -Import Valid Only:No
    -Translate Date:No
    Export Query:
    Account is: <account number for the spaces' UCM folders & files>
    Query Options:
    Allow Export of Published Revisions (yes)
    Latest Revisions (yes)
    (all other settings unchecked)
    Import Maps*
    All - Role Access List - <$strReplace(strLower(xClbraRoleList),"radissonblumoa_","radissonblumoa_")$>
    Replication (NOT USING THIS)*
    Transfer To (NOT USING THIS)*
    When we check in an updated version of any of these documents into UCM the problem is fixed for that file only. If we then delete that new revision the problem reappears. At this point we are really not confident in using this Archive for anything because we have proven through multiple tests that archiving documents causes this problem. We are hesitant to use Archiver tool at all right now because of this, but again more so just wondering if any of our settings could have caused this?
    Any advice much appreciated. We have been working on this since 8am and will be here until it is resolved. We have an escalated SR on it but no progress in the past few hours.
    Is there an easy way to force all files to create new revision? This would solve the problem temporarily so that we can go home and work on this tomorrow.
    Cheers,
    S
    Edited by: SethBW on Mar 25, 2012 10:08 PM
    Edited by: SethBW on Mar 25, 2012 10:10 PM

    Hi ,
    Collections table gets added usually when we create the archiver collection from Folder Structure Archive . This is used to move Folders and it's contents from 1 server to the other .
    Not sure how all the archive collections have got added with this table , but it seems there is something that has changed on the archiver because of which this issue is showing up . Now the issue with 1 file was resolved in this manner :
    1. Did a Update from Content Information Page - Submit (without any changes) and then did archiver run for that file again .
    2. On the archiver side had changed the settings to :
    Allow Published contents
    All Revisions (earlier this was Latest revisions only)
    Not sure if the same above settings / steps was done while doing the resubmit through archiver .
    Based on the above steps had done a simple export - delete - import (Note : Did not do the Content Information - Update - Submit action) but that still showed the issue , it seems this was the step done afterwards which resulted in the issue showing up again .
    But having said that it seems a pretty strange issue as in I am still trying to figure out why the webcenter spaces access is showing the HDA file (indicating the file is not in the ucm system) .
    Thanks
    Srinath

Maybe you are looking for

  • Get all tables from a tcode

    Can any of you suggest a function module from which I can get the list of tables used in a transaction? I have tried function module GET_TABLE which returns only the tables used in a program.But if there are any function module calls inside the progr

  • How do I set up iCloud in Lion for a family sharing 1 Apple ID?

    There are three people in our family.  Mom...Dad...Daughter.  Up till now, we have used 1 Apple ID and password for iTunes Store and Mac App Store purchases.  We used MY e-mail address for the Apple ID.  I installed Lion 7.2 on my daughter's MBP yest

  • [solved]Conky moving...

    Here's my code background yes alignment top_right cpu_avg_samples 4 use_xft no font 7x13 update_interval 0.5 total_run_times 0 update_interval_on_battery 20 double_buffer yes own_window yes own_window_type override own_window_transparent yes #default

  • Can a Journal status be changed so it doesn't get selected for posting?

    When a new journal is created, can we change the status so it doesn't get selected for posting by teh Auto-Post program. We can't set this in the Auto-Post program as we use the same Category and Source for creating other journals which need to go th

  • Write ini file doesnt work

    hello, my vi doesnt work. the vi should write data to an ini file. has anyone an idea? Attachments: WriteIni.vi ‏47 KB