Catalog Management in Webclient UI

I have a catalog defined.
I have a subarea with a product (#1234)which has accessories defined in Product Master.
I have a Charecteristic defined in a Catalog aubarea and the product in subarea(#1234) has accessories.
In SAP GUI when i expand the product (#1234) and select accessories and the Attribute is also visible in the column list for each of the accessory.
In Webclient UI...I browse to the same section which says 'Possible Accessories'... It has columns....actions,product id,description and used in the catalog. But I don't see the charecteristic column that I see in SAP GUI.
The requirement is I want to assign the attribute value to each of the accessory.
This might be confusing but if someone can troubleshoot my issue I would greatly appreciate it.

Hi all
Sudeep:
we have already put code in DO_PREPARE_OUTPUT method. The code we have there is the following:
method DO_PREPARE_OUTPUT.
DATA ls_button  TYPE crmt_thtmlb_button.
DATA lv_enabled TYPE abap_bool.
DATA lv_a       TYPE p.
lv_a = 5 / 0.
CLEAR gt_button.
CLEAR ls_button.
ls_button-type = cl_thtmlb_util=>gc_separator.
ls_button-text = 'detail'. "#EC NOTEXT
ls_button-on_click = 'GET_LIST'. "#EC NOTEXT
ls_button-enabled = abap_true.
*ls_button-enabled = me->view_group_context->is_view_in_display_mode( me ).
INSERT ls_button INTO TABLE gt_button.
endmethod.
Line "lnea lv_a = 5 / 0." Should generate an abbend, which never happens
Radhika / Harshit:
We cannot redefine IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method, because it doesn´t exist (is in red).
Thanks a lot for your help!

Similar Messages

  • Cannot delete users from Catalog Manager

    We're trying to delete users who no longer have access to OBIEE from the Catalog Manager. When we try we get an error saying access denied for user to path /users/[userid]... I know we can go out to the file system and manually delete the folder but we would like to use the Catalog Manager for this so that we can delegate this to our security staff.
    Is a configuration setting wrong somewhere? It fails with users who have been granted admin rights as well as for the administrator id.
    Security is configured with Hyperion Shared Services via an initialization block This is working fine. When we add a user to a group in Shared Services, the user catalog is created when the user logs in. We just can't get rid of it after removing the user from the Shared Services group.
    We are running everything except the Admin Tool on AIX.
    Thanks.
    Jerry

    I'm not sure I understand.
    My system is configured to use Hyperion Shared Services for authentication. We do not create users in OBIEE. We create groups in OBIEE and assign them privileges. We then create the same groups in Shared Services. We add users to the appropriate group in Shared Services. When the user logs in, their user folder is created. When we need to remove a user's access, we take them out of the Shared Services group. We then want to delete their user folder in the catalog. We log in as an admin (we even tried this with the Administrator account), but we get the error.
    Is there any way to delete users via OBI Presentation Services > Administration > Manage Catalog?
    Thanks.
    Jerry

  • Cannot open Catalog Manager and Job Manager on Windows 7 (11.1.1.6.2 BP1)

    Hi,
    We recently upgraded to OBIEE version 11.1.1.6.2 BP1 and installed Client tools from the same version (downloaded from Oracle Support). Once installed, ODBC connections are created to connect to the BI Server and we are able to connect to BI Server using Administration Tool. But Catalog Manager and Job Manager are not opening.
    Is there any setup missing to make Catalog Manager and Job Manager work?
    Thanks in advance.

    Hi,
    It is a known bug. Please find the solution here.
    http://123obi.com/2013/02/unable-to-open-catalog-manager-obiee-11g/
    Cheers,
    Kalyan Chukkapalli
    http://123obi.com

  • Error while copying from Catalog Manager

    Hello ,
    I have opened my web catalog in 'Catalog Manager'.Now I want to copy a particular 'request' from this environmnet to another .
    When I right click on the request , It gives me error 'Parameter not found : Recursive'.
    What i need to do this to resolve this.
    Please advice.
    Thanks!!

    hi nick,
    In the Catalog Manager set permissions, where you can select “Apply Recursively” to set these permissions on all objects within the group folder.
    Try with this
    Good Luck

  • Cook - Book for Catalog Management CRM 5.0

    HI CRM Gurus,
    Can someone forward me the cookbook for Catalog Management in CRM 5.0? Points will be rewarded.
    Thanks,
    Aji

    Hello Thomas,
    Is this for SRM or Internet Sales?
    regards,
    Muralidhar Prasad Chatna

  • How to update csv file dynamically  from Catalog manager

    HI - In OBIEE we used to generate report statistics into csv files from Catalog manager.But this task should be automatic or dynamic process.So it means that each and every when catalog get changes that information will be captured into CSV file by dynamic way. To achieve this process we should have one script or batch etc.............
    Your help is highly appreciated.

    Yes we can achieve this by enabling Usage Tracking.
    Create a report with all the columns you need and schedule the report using Agents with some time frame say like EOD everyday.There we can see what all the changes as done to the catalog.
    Do let me know if you need any help to achieve this.
    Mark if helps,
    Thanks,

  • Problem in Opening the Catalog Manager

    Hi Gurus,
    Recently we have migrated to the OBI EE version 10.1.3.4
    While opening the catalog manager: Start --> All Programs --> Oracle Business Intelligence --> Catalog Manager
    When Clicked on the catalog manager then it is throwing the below error:
    An error has occured. See the log file
    G:\OracleBI\web\catlogmanager\configuration\1304942734965.log
    Can you please help me in resolving the above error.
    Thanks in Advance
    Siva

    !SESSION 2011-05-09 12:24:40.371 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_24
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2011-05-09 12:24:41.371
    !MESSAGE Application error
    !STACK 1
    java.io.IOException: The system cannot find the path specified
         at java.io.WinNTFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at com.siebel.analytics.web.catalogmanager.CatalogManager.updateConfigFile(CatalogManager.java:1371)
         at com.siebel.analytics.web.catalogmanager.CatalogManager.run(CatalogManager.java:71)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)

  • PSE 11 Catalog not showing up in Catalog Manager

    My latest battle with PSE11 is trying to access my catalog in PSE11 via the Catalog Manager but it doesn't show up in the list.  The catalog is named My Catalog 2 is located at C:\ProgramData\Adobe\Elements Organizer\Catalogs\My Catalog 2.  It is the only catalog I use and is the one that opens up when I launch Organizer.  But, for the life of me, I can't get it to show up in the Catalog Manager.  The only catalog that shows up is the original catalog which is at a different location and was created when I installed PSE11 on my new computer (Thinkpad W530, Windows 8).  I've tried the Custom Location option and browsing to the location, but still no dice.  This catalog has thousands of pictures and was converted from my previous PSE6 catalog.  How do I get the Catalog Manager to find my current active catalog?  I need to do a repair to try and fix another problem I'm having.

    This all really started with the migration from my ancient Inspiron 8600 Win XP computer to my new Thinkpad W530 Win 8 computer and at the same time upgrading from PSE6 to PSE11.  In the process, I had to move all my pictures (1000s upon 1000s of them) to a different drive letter and main folder location than I was using on my old computer, although I kept the same subfolder structure.  This led to all the pictures being reported as missing in PSE11.  The reconnection function in PSE11 is not very good (IMO) at handling a situation like this.  The way it works, it would take forever and a day for it to search and reconnect all those picture files.  I think there was a third-party tool that worked on previous versions of PSE that would let you make mass changes to the file locations, but it doesn't work on the later versions of PSE.
    Anyway, I started doing some manual reconnecting and came across a weird situation where a few files wouldn't reconnect saying the file already existed in the catalog which didnt make sense.  So, I thought maybe an optimize/repair might fix the glitch.  This then led me to the Connection Manager problem.  I don't know, maybe all the unconnected files might be causing CM not to recognize the catalog which wouldn't make sense (to me).
    Since this situation of having files change location is likely to arise again, I had started investigating perhaps putting together some sort custom reconnect function using a sqlite db tool as you mentioned.  I was just hoping to get the files reconnected for now and move on to other things.  But, things are seldom simple and straight forward anymore.
    I did get My Catalog 2 back to my default at least.  I manually deleted the TestCatalog folder and when I launched Organizer, it prompted for a new catalog via CM.  But, CM of couse didn't list My Catalog 2.  So, I manually launched the catalog.pse11db file via file explorer and Organizer then made it my default catalog again.

  • Cannot access catalog Manager in OBIEE 11g

    When I used OBIEE 10g, I was able to access the Catalog Manager from windows if I installed the Admin Tools.
    Now that I am using 11g and dowloaded the Admin Tools for 11g... I no longer see catalog Manager.
    I use this often to move reports from one catalog to another. What can I do???
    Environmet:
    Application Server: Linux Oracle Linix R5U4
    Database Linix Server Oracle 11g.2.0.3
    OBIEE 11.1.1.5
    Tyhank you
    Steve Brault

    It is also available in 11g also with server installation. you might need to navigate to the following folder
    Windows: ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalogmanager\runcat.cmd
    Linux : ORACLE_INSTANCE/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalogmanager/runcat.sh
    Thanks
    Jay.

  • How to install only catalog manager in obiee 11g client

    hi,
    i have obiee 11.1.1.5 sever on linux & client on windows.
    since obiee 11g client does not comes with catalog manager.
    how to install only catalog manager on windows machine.
    Just to access catalog manager, Do i need to install fresh DB & OBIEE on windows?
    thanks,

    Hi,
    Download Client tool below link and also via BI Presentation Administration home page
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    Note: catalog manager is present in obiee11.1.1.6.0
    Thanks
    Deva
    Edited by: Devarasu on Oct 24, 2012 3:41 PM

  • Creating report using catalog manager

    Hi All,
    Currently we have a option in catalog manager to create reports on catalog metadata like report names, path, etc.
    I can create a report by going into catalog manager -> options -> create report,
    Is there a way to automate this process other than manually doing it?
    Thanks in Advance..

    I dont think so, catalogmanager.exe intern calls startup.jar file which is not ment for receiving/passing arguments.

  • Catalog manager is not opening

    Hi,
    I am trying to open catalog manager but when i start it generate the error log file this is the error.
    !SESSION 2011-05-09 11:05:25.576 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.7.0-ea
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2011-05-09 11:05:27.618
    !MESSAGE Error reading configuration: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.osgi\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
    !STACK 0
    java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.osgi\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:809)
         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
         at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:126)
         at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:104)
         at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:623)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    !ENTRY initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/ 0 0 2011-05-09 11:05:28.880
    !MESSAGE FrameworkEvent.ERROR
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.runtime.PlatformActivator.start() of bundle org.eclipse.core.runtime.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:339)
         at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1024)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:576)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:498)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:458)
         at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
         at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
    Caused by: java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.core.runtime\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:786)
         at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:1086)
         at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:141)
         at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:57)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         ... 10 more
    Root exception:
    java.io.IOException: An error occurred while locking file "c:\OracleBI\web\catalogmanager\configuration\org.eclipse.core.runtime\.manager\.fileTableLock": "Access is denied". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:46)
         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
         at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:786)
         at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:1086)
         at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:141)
         at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:57)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:339)
         at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1024)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:576)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:498)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:458)
         at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
         at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)
    !ENTRY org.eclipse.osgi 2011-05-09 11:05:28.880
    !MESSAGE Startup error
    !STACK 1
    java.lang.IllegalStateException: Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.1.0.jar/ [4] is not active.
         at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive(EclipseStarter.java:410)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:297)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:623)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    PLEASE HELP ME OUT

    Dude,
    Try following what the error message tells you to do.
    When you launch catalog manager you are basically calling a cmd file that calls a JAR file and opens up the catalog manager GUI. Locate the path of the cmd file for the catalog manage, in OBI 11g it is here, C:\oracle\fmw\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalogmanager
    Right-click to "Edit" the runcat.cmd file (use Wordpad as you can see the word wrap and line breaks better than in notepad).
    On the line,
    set CATMAN_VMARGS=-vmargs -Xmx1024M -Dosgi.clean=true -Declipse.noRegistryCache=true
    change it to,
    set CATMAN_VMARGS=-vmargs -Xmx1024M -Dosgi.clean=true -Declipse.noRegistryCache=true -Dosgi.locking=none
    Please mark this as the correct answer if it is so that this thread can be closed.
    Cheers mate,
    Christian
    http://www.artofbi.com

  • Catalog Manager Error: while opening Catalog in Offline Mode

    Hi All,
    I am not able to open a catalog in offline mode through Catalog Manager.
    Error Message:_
    JVM terminated. Exit code=1
    C:\Program Files\Java\jdk1.6.0_13\bin\javaw.exe
    -Xmx1024M
    -Djava.library.path=C:\OracleBI\web\bin
    -Declipse.noRegistryCache=true
    -jar C:\OracleBI\web\catalogmanager\startup.jar
    -os win32
    -ws win32
    -arch x86
    -launcher C:\OracleBI\web\catalogmanager\catalogmanager.exe
    -name Catalogmanager
    -showsplash 600
    -exitdata 2158_a8
    -vm C:\Program Files\Java\jdk1.5.0_19\bin\javaw.exe
    -vmargs
    -Xmx1024M
    -Djava.library.path=C:\OracleBI\web\bin
    -Declipse.noRegistryCache=true
    -jar C:\OracleBI\web\catalogmanager\startup.jar
    There is no issue while opening a catalog in Online Mode.
    I have OBIEE Client Tool 10.1.3.4.0 installed on Windows Server 2008.
    Any help on this will be appreciated.
    Thanks,
    Deepak

    Hi All,
    Do anyone have any idea on this issue?
    Thanks,
    Deepak

  • Where is Catalog Manager log file stored

    Hi,
    I'm getting error "An internal error occured during: " when trying to create report or use XML search or replace uitility. Since there is no error code or anything that would help to understand the reason, I'm now looking for log file where such events would be logged in more detail.
    Is there such log file at all, and if yes - what is the path or at least log file name?
    Thanks in advance

    The Catalog Manager uses Web Services to connect to the Presentation Services Plug-in so I would think you should any errors on the Presentation Services Plug-in web application log or in the Presentation Services log in the BI directories.

  • Sizing SRM Catalog management

    Hi Folks,
    Could you please let me know how to size the catalog management (CCM2.0) for SRM 5.0. I have checked the quick sizer and there is no questionnaire to find the details. Could some one help me find out the detials.
    regards
    Unni

    Dear Unni,
    Sizing for the SRM catalog, if it is based on SAP MDM could be found here:
    http://service.sap.com/~sapidb/011000358700001921872008E
    Best Regards,
    Sylvia

Maybe you are looking for