Resource is not visible in workbench Aplication View

Hi,
When i write any file into the repository from Java API or Dotnet services using writeResource(), then I am not able to see this resource from Application View in Work bench.
Though i am able to read the resource using API but not able to open it from Work bench.
Can any one tell me why this is happening???
Regards
Sunil

It's been several months since you posted, so I'm not sure whether you still need this, However, I'm trying to do the same thing -- migrate only the new or changed forms between servers using the RepositoryService APIs, and I think I've found something that works.
When I drag a resource into an application in ES2, the resource ends up with a ResourceProperty collection.  When I add a resource using the writeResource API call, however, this ResourceProperty collection is not created.  After some trial and error, I found that I could create a ResourceProperty collection when I create the Resource itself and then use the writeResource API call to add the resource to an application.
The ResourceProperty that makes the resource visible is in the "System" namespace.  It's named "PRIMARY" and should have the value of
"true".
I use the .NET APIs, not the Java APIs, but I think the concept would be the same.  In the code below, "ES2RepositoryService" is a web reference to the LC ES2 repository service and "OriginalBlob" is the Blob read in from the region from which I'm migrating.
            Dim ES2LC As New ES2RepositoryService.RepositoryServiceService
            ES2LC.Credentials = New System.Net.NetworkCredential(<logon>, <password>)
            Dim NewBLOB As New ES2RepositoryService.BLOB
            NewBLOB.contentType = OriginalBLOB.contentType
            NewBLOB.binaryData = OriginalBLOB.binaryData
            Dim NewContent As New ES2RepositoryService.ResourceContent
            NewContent.dataDocument = NewBLOB
            NewContent.size = NewBLOB.binaryData.Length
            Dim NewResource As New ES2RepositoryService.Resource
            NewResource.id = New ES2RepositoryService.Id
            NewResource.lid = New ES2RepositoryService.Lid
            NewResource.content = NewContent
            NewResource.name = <resource name>
            NewResource.description = <resource description>
            'add properties
            Dim testProps(0) As ES2RepositoryService.ResourceProperty
            Dim newProp As ES2RepositoryService.ResourceProperty
            'this one makes it visible in Workbench
            newProp = New ES2RepositoryService.ResourceProperty
            newProp.name = "PRIMARY"
            newProp.namespace = "System"
            newProp.value = "true"
            testProps(0) = newProp
            NewResource.resourceProperties = testProps
            ES2LC.writeResource(<new resource path>, NewResource, Nothing, Nothing)
Setting this "PRIMARY" property seems to be the trick to making the resource visible under the application in Workbench.
When I drag a resource in, many other resource properties are generated as well, and these can be added just as the "PRIMARY" property was.  In my case I saw the following in the resourceProperties collection:
In the "System" namespace:
LASTUPDATEDBY                              - name of the last user who updated the resource
PRIMARY                                    - "true"
VISIBILITY                                 - this had the value of "Private"
PUBLISHEDSTATUS                            - this was valued as "InProgress"
RESOURCETYPE                               - this had the value of "TLO"
Deployment Version                         - Nothing
Deployment ID                              - Nothing
In the "Custom" namespace:
extension                                  "xdp"
scope                                      "Far"
relative-path
absolute-path
application-name
isApplication                              "false"
version
If the resource is an XDP that has a relationship to another file (an XSD, for example) another ResourceProperty is created where
the value is the path to the related file and the namespace is "Reference".

Similar Messages

  • Header Data badi button not visible in webdynpro portal view

    Hi,
    We have implemented  "HRHAP00_ADD_HEADER  " for fetching additonal data for appraisee in objective setting appraisal.
    Badi is fetching data and show button " Additoanl data " in  R/3 view , but the button is not visible in ESS, MSS view.
    We are  using Webdynpro platform.
    Has anybody face similar kind of problem in webdynpro?  how to address this.
    regards
    Pallavi

    Hi Ana,
    Standard button is available info  but it is not showing cutom fileds.
    Technical resources has made zimplementation of standard badi header data, but when we try to attach it to templte id doesnt show button.
    regards
    Pallavi

  • BPM worklist app views are not visible in IPM task viewer

    Hi,
    we upgraded our system from 11.1.1.3.0 to
    weblogic 10.3.5.0
    SOA 11.1.1.5.0 with BPEL processes
    ECM with IPM and UCM 11.1.1.5.0
    after upgrade i have problem with profiles in IPM task viewer page. Views are created in BPM worklistapp and all users can see tasks assigned to them there. But those views are not visible in IPM task viewer page (i tried it using driver page). Because of missing profiles/views users can't see and process tasks assigned to them. In log files isn't raised any error message.
    Everything was working before upgrade. Can someone help me with this? What can i have wrong there?
    Thanks a lot in advance for any help
    Edited by: 914063 on Jun 20, 2012 12:56 PM
    Edited by: 914063 on Jun 20, 2012 12:57 PM

    Hi Renuka,
    There are basically two ways to create an ADF UI for a BPM Task:
    1. Generate it from the task
    2. Create a ADF Taskflow based on Human Workflow Task
    Since I tell this by heart, I might be slightly wrong in the terms.
    You probably want to try the second option. It is accessible from the "New Gallery". You'll have to provide the Human Task from the BPM project, but then you can build up the ADF Taskflow by your self, based on the customizations of the rest of your application.
    Should not be rocket science for someone with ADF11g experience. Since it is not my dayly job, I need to figure it out every time again ;). But I did it in the past and it wasn't so hard.
    Regards,
    Martien

  • Resource Profile not visible after recon under UI

    According to the blog,
    https://blogs.oracle.com/OIM11gR2/entry/oim11g_r2_reconciling_a_disconnected
    We have tried a custom target recon.
    The disconnected resources are not visible under user's account profile. Is there any specific reason for the same?
    Also, the same is intermittently visible in some VM's even for disconnected resources and intermittently not visible for non-disconnected resources or both.
    Checked the DB, the account details are present and is reconciled.
    Can anyone help me understand why it behaved this way.
    Thanks,
    Shashi

    Hi Mohan/Vijay,
                            Sorry for little bit late. I have all authorization roles access, and users dont have that access. Difference between our roles is I have SAP_ALL and SAP_NEW.
                            But when they login with old bex analyzer they can see all roles, but not with new bex analyzer.
                            Please some suggest me still I need to run SU25.
    Thanks
    Dayaker Reddy.
    Edited by: Ganesh Reddy on Oct 26, 2009 10:19 AM

  • Configuration tab not visible in the costom view created.

    HI All,
    My requirement is:
    To create a view in the standard component : BT301i_lam (Financial service item level).
    For this i followed following steps:
    1> Added item component through EEWB.
    2> Enhanced the component BT301I_LAM to add a custom view which will show the required details created through EEWB.
    3> Now problem is , after view creation , the "CONFIGURATION" tab is not visible in the view.
        Also , in the runtime repository (where i can add my view to the overview page) i am not able to find the view.
    Can anyone please tell me on where i went wrong.Please also provide the correct steps to add a custom view so as to show attributes added through EEWB.
    Thanx.
    Edited by: abhishek ranjan on Mar 25, 2011 10:48 AM

    Hi,
    Try with the below code in .HTM .
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <chtmlb:configTable actionsMaxInRow       = "3"
                        displayMode           = "FALSE"
                        allRowsEditable       = "TRUE"
                        downloadToExcel       = "FALSE"
                        enableTableGraphics   = "TRUE"
                        id                    = "table"-------you can give your table id
                        onRowSelection        = "select"
                        personalizable        = "FALSE"
                        selectedRowIndex      = "<%= X->SELECTED_INDEX %>"
                        selectedRowIndexTable = "<%= X->SELECTION_TAB %>"
                        selectionMode         = "<%= X->SELECTION_MODE %>"
                        table                 = "//X/Table"
                        usage                 = "ASSIGNMENTBLOCK"
                        visibleFirstRow       = "<%= X->VISIBLE_FIRST_ROW_INDEX %>"
                        visibleRowCount       = "25"
                        width                 = "100%"
                        xml                   = "<%= controller->configuration_descr->get_config_data( ) %>" />
    REPLACE X WITH YOUR CONTEXT NODE.
    Regards,
    Gangadhar.S
    Edited by: gangadhar rao on Mar 25, 2011 1:47 PM

  • Xcelsius 2008 Object Browser not Visible but checked on View menu

    I have lost the Object Browser window.  It is checked on the View menu.  Even when I first start up Xcelsius it is not visible.  Does anyone have any idea how to make it visible again?
    Thanks,
    Karen

    Hi Karen,
    Can you goto view and uncheck the option for Object browser and then re-check it again?
    Also let me know if this behaviour is happening from the time you have installed the product?
    Thanks,
    Amit.

  • Thumbnails not visible in Library Grid View

    In LR 1.0 on Mac OS X, after converting from Beta 4.1, my thumbnail images are not visible in the Library Grid View, except for just a brief moment when I first click on a Folder (Shoot) name. The images then disappear, leaving just the background.
    Double clicking on an image background brings up the image correctly in Loupe View.
    Did I miss something in the conversion?
    Many thanks!
    (Mac OS X 10.4.8, Dual 2 GHz PowerPC G5, 6.5 RAM)

    Hello,
    I have a similar problem, (windows xp)
    Besides the thumbnails not being visible, when I open LR 1.0, it shows my folder structure as imported, with the number of files per folder, but right after that, the folder names start to gray out, and the number of pictures in each folder goes to "0" . The pictures are still there.
    For each keyword it shows 0 pictures, until I click on that keyword, then it shows the number of pictures for that keyword.
    I did uninstall 4.1, and deleted the database, I don't know if this is related to some left over Beta 4.1 somewhere in there.( my old identity plate still shows) I had no issues, other than being slow when using beta 4.1, I had only imported pictures on a as needed basis( in 4.1), and not the whole folder structure. ( as I want to do with LR 1.0 )
    Any solutions ? ( other than uninstall and trying to to a better job of cleaning up, before re installing ? )
    P.S. about 1000 files ( jpg,tiff,psd) did not get imported due to errors, but most of them were in my 4.1 library with no problems.
    P.S 2 the keywords were entered either in bridge or ID imager, and written back to the files, I never used beta 4.1 to enter keywords, just used it to search them.
    P.S 3 ( sorry this is getting too long...) it crashed on import 5 times, about 20,000 files, internal HD just for pics.
    thank you,
    Fabio Ventura

  • Custom resource/attribute not visible in FIM portal for non-admins

    hi all
    I have a problem I am not able to solve and hope somebody can help. We have created an custom Resource in the FIM portal called Customer. It is an User Resource Type and  attribute type customer, data type=reference.
    We have made this attribute visible in the Users Properties by editing the RCDC for Configuration for User Creation, Configuration for User Editing and Configuration for User Viewing. It is now visible for alle users in the FIM Portal.
    But when an non-admin searches for an attribute in that Field, nothing shows up.... only member of the administrator set, are able to display the results.
    I have added the Resource to Filter permission - Administrator Filter permission + non-administrator filter permission.
    I have added the Resource to MPR - General: Users can read non-administrative configuration resources?
    Can anyone help?
    Best regards Andre
    Andre

    Hi,
    To be clear,
    You have create one new resource type 'Customer' and one attribute 'Customer' (Reference, binded to Person object)
    Update RCDC for Person (create/edit/view) to add a picker attribute with those parameters
    UsageKeywords: This is an optional string property. You can define a list of search scopes to be used in the Resource Picker by providing a list of the usage keywords that are supported by the SearchScopeConfiguration structure, where each keyword is separated by a (‘).
    ResultObjectType: This is an optional string property. The resource type is used to render resources in the pop-up dialog-box list. This is used with the Filter to help the Identity Picker identify what resource type is returned by the Filter, and render the data accordingly. This property is mutually exclusive with the UsageKeywords property (see above). When the search scope is applied, this has no effect. The string that is accepted for this property is any single, valid, resource-type name, for example, Person. When the filter is expected to return multiple resource types, Resource is used.
    Modify MPR "User management: Users can read attributes of their own" and "User management: Users can read selected attributes of other users" to add this new attribute
    Create a new MPR to give the right of all users to view new resource 'Customer' on all attributes
    Is that right?
    Regards,
    Sylvain

  • CSS header images not visible except in design view

    I have a recurring problem in my css designs, and it's driving me to drink. In my stylesheets I define background and header images that work beautifully in design view, but when you view it any browser the header image is gone. This is not the first time I have struggled with this and I am over it. On the example I have posted there is an image underneath (not below, actually underneath) the company name and slogan at the top of the page, but you sure can't see it can you? As a matter of fact the second line of text completely disappears because the header image is not displayed. If someone can show me where I am going wrong with this I would appreciate it. The link to the site is here:
    http://firstvirginiaservices.com/test/index.html

    This is a path issue.
    You're testing your new website in a subfolder called test. The server does not know that.
    Your header rule points to the image with a site root reference i.e. starting from the root folder
    #header {
    margin:0;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(/images/header.jpg) ;
    background-repeat:no-repeat;;
    text-align: right;
    That'll probably be OK when the site goes live but not while it lives in the "test" subfolder.
    The server is looking for
    http://firstvirginiaservices.com/images/header.jpg
    but the images folder does not exist at the root folder level yet so the file is not found and the image does not display.
    You really mean
    http://firstvirginiaservices.com/test/images/header.jpg
    The solution is to
    EITHER
    keep the root relative path and change the path temporarily in the CSS while you're working in the test folder
    #header {
    margin:0;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(/test/images/header.jpg) ;
    background-repeat:no-repeat;;
    text-align: right;
    then tweak the path (remove "/test") when the site goes live.
    OR
    use a document relative path in the #header rule (from the CSS folder location to the images folder location)
    #header {
    margin:0;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(../images/header.jpg) ;
    background-repeat:no-repeat;;
    text-align: right;

  • Calendar will not display events in month view?

    A few days ago my calendar stopped displaying events in the Month view (where I originally entered them). I can see them in the List view, although I cannot edit them. They are also not visible in the Day view.
    Moreover at the top of the screen where there would normally be a  "+" button to add events and a "calendar" button to view different calendars there is nothing. Only a heading that says "All Calendars" - however I can't find anywhere in settings to view different calendars if I want. Any ideas?

    Well....
    If you find all the .ics files in ~/Library/Calendars/Events
    And then copy them out of ~/Library
    You can import them back into Calendar .... One .... At ..... A ..... Time ......
    Why, Oh Why, did I ever think I wanted to try iCloud? 
    This link may have some useful information for some of you:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudtm.html

  • My e-book reader is not visible in Adobe Dig addition

    Hello,
    I installed adobe dig addition on my iMac, no problems installing and authorizing.
    I also installed my e-book reader (Kobo) on the computer and it installed ok
    I managed to download an e-book from the library and managed to move it into the Dig addition
    and I am able to read it.
    I now want to click and drag the e-book in the Dig addition into the Kobo reader but the kobo is not visible in the Library view
    dig addition
    How can I make that work ?
    regards,   Peter

    This is an old question but I am answering it since I am going through the process of learning to use e-books and had a problem with this too, so I am answering this with the hopes that this reply will help someone else out too.
    On the Kobo reader which I have: start ADE on your PC;  connect the Kobo to a USB port on the PC;  when the Kobo prompts you to "keep reading" or "manage library" select "manage library".  You will hear a tone from the PC and the Kobo e-reader will appear under "devices" in ADE.  At this point click on the desired e-book and drag it onto the Kobo e-reader icon.  This will start the loading of the e-book onto the Kobo e-reader.  To complete the loading left click (on the PC) "start", then "computer", then right click on the Kobo e-reader icon and select "eject", then unplug the USB cable.  The Kobo e-reader will ask you to wait while it processes new content, and then will display your new e-book with the label "new".  If you do not "eject" but simply unplug the cable the book will not be visible to you in the Kobo book menu.

  • Sales Order stock E not displayed in Plant stock view MM03

    Hello Experts,
    I am wondering if it is normal that the sales order stock level (type E) owned by the plant of a material is not displayed in the MM03 view plant stock of the same material. Is it a standard behaviour? Could you please explain why?
    Thanks for your help.
    Regards

    Hi
    The valuated special stock (sales order stock, project stock) is not
    displayed in the material master (Transactions MM01/MM02/MM03).
    The valuated special stock is not visible in the accounting view of
    the material master because the accounting view shows
    MBEW-LBKUM / MBEW-SALK3. Valuated special stock does not update
    table MBEW - only EBEW / QBEW.

  • PowerView report not visible in Excel web App

    Created a report using PowerView in Excel 2013 but it is not visible when i am viewing in Excel Web App?
    Is there any settings we need to enable?
    Kindly suggest.

    Good question. This is something that's really hard to find an answer to in the docs. But as far as I can tell, you need SQL 2012 sp1 Enterprise or BI edition. Also, SSRS will have to be installed and configured in SharePoint integrated mode. Also, Excel
    services will need to be configured to be used, not Excel Web apps.
    For me, part of the confusion comes from the fact that there are actually several versions of Power View, and the docs are not always clear which version they're referring to, so my answer might be wrong.
    Supporting links:
    Excel 2012 sp1:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx
    Enterprise or BI, SSRS in Integrated mode:  http://technet.microsoft.com/library/cc645993(SQL.110).aspx
    Excel services, not Excel Web apps:
    http://office.microsoft.com/en-us/excel-help/power-view-in-excel-on-office-365-or-in-sharepoint-server-HA103276078.aspx?CTT=5&origin=HA102835634
    Mike G.

  • Image Library select/deselect ticks are not visible

    Hi,
    We are using Sharepoint 2013 (version
    15.0.4569.1000). We have select/deselect ticks at list views but in image library list view, they are not visible.  When List view page loaded there is a script error as below:
    "Uncaught ReferenceError: InitImglibView is not defined".
    I can't find the reason of this error. Can you help please?
    Deniz Er

    Thanks for the reply. Yes, i mean it. But i change the style as "Basic Table" from "Modify View" options. Screenshot is below
    When i change the style from "Default" to "Basic Table", ticks are getting lost.
    Deniz Er

  • HTML style not visible in Peoplesoft But able to view in Preview RTF templa

    Hi Team,
    Anyone help me urgent. I am not able to view the HTML style in HyperLink in Peoplesoft Online. But i am able to view in Preview tab. I am wondering.
    i.e. My data's are able to view in online but tables that border are not visible. But it works in preview table. Can anyone guide me on this. Please?
    This is the code snippet which i have used in RTF template: (Cross tab report).
    <?for-each-group@column:row;./RANGESIZE?>
    <?RANGESIZE?>
    <?end for-each-group?>
    <?for-each-group:row;./EP_RATING?><?variable@incontext:G1;current-group()?>
    <?EP_RATING?>
    <?for-each-group@cell:/query/row;./RANGESIZE?>
    <?$G1[(./RANGESIZE=current()/RANGESIZE)]/Y_MINIMUM_PCT?>
    <?$G1[(./RANGESIZE=current()/RANGESIZE)]/Y_MAXIMUM_PCT?>
    <?end for-each-group?>
    <?end for-each-group?>
    Edited by: 1006631 on May 21, 2013 1:44 AM

    I would recommend to look very closely and the way the default role is defined in the client 000 Homepage Framework and use this structure and defintions as a guide for implementing your custom role
    In particular the Bank service must be linked to a resource which must point to the required location in the PCD
    Best wishes
    Stuart

Maybe you are looking for