Issue with EP KM integration with Business Objects

Hi,
We have integrated BOBJ with EP KM and are able to view the Business object repository (Inbox, MyFavorites & Root Folder) in KM.
The issue is when a webi document is added to My Favourites in Business object Infoview, the same is not reflecting in the EP KM. It takes around 30 mins to show the latest content in KM
Any clue on this.? While configuring BOBJ repository manager in KM, we dont specify any cache or pull mechanism to fetch the latest webi documents from BOBJ. Am I missing some configuration from portal end.?
Thanks,
Siva

Any clue on this. I am still facing this issue and haven't got any work around.

Similar Messages

  • Needed reviews on a bo book-Integrating SAP Business-Objects XI 3.1 tools

    Hi all,
    I am an SAP-BI consultant and I wanted to learn BO. I came across a book by the name of
    Integrating SAP Business-Objects XI 3.1 tools with SAP netweaver. I wanted to know if the
    book starts from the basics of BO or it requires the basic knowledge of BO first..Please advice.
    Thanks in advance.

    Hi Shyan,
    Could you please let me know where i can get this book. Is there any online Link for this book.
    Aappreciate your help on this.
    Thanks
    Rao.

  • Best Strategy for Integrating Crystal/Business Objects with OpenACS Environment

    Post Author: devashanti
    CA Forum: Deployment
    I'm working for a client that uses AOL server and OpenACS for their web services/applications. I need suggestions on the best strategy to integrate a reporting solution using Business Objects XI. Ideally I'd like to send an API call from our web application's GUI to the Crystal API with report parameter values to pass into specific reports called via the API - I can get it down to one integer value being passed - or if this is not possible a way to seamlessly, from the end user perspective, move into a reporting module. We are using an Oracle backend database. I'm experienced with creating stored procedures and packages for reporting purposes.
    Although I have many years of experience integrating the Crystal active X controls into n-tier client server applications, the past few years I have had little opportunity to work with Business Objects and the newer versions of Crystal or web based solutions with Crystal Reports. I signed up to try out crystalreports.com, but I doubt my client will find this solution acceptable for security reasons as the reports are for an online invoicing system we are developing. However we can set up a reports server in-house if necessary, so it gives me some testing ground.
    Can anyone provide suggestions for a doable strategy?

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Issue with SIEBEL - XI Integration with SOAP

    Hi,
    I have an issue with the integration of SIEBEL and XI via SOAP.
    In the scenario Siebel calls a synch Web Service on XI. The provided WSDL was implemented on Siebel and when Siebel calls the Web Service the message is received correctly by the XI SOAP Sender Adapter and I can see the message in the Message Monitoring (SXMB_MONI).
    The issue is during the mapping as the payload does not seem to comply with the structure XI expects in the message interface. When I load the payload of the SOAP Request send by Siebel into the Message Mapping Test Tool, all fields below the Message Type are in red. I found out that the problem lies in the way the namespace is addressed.
    The payload I receive from Siebel that is not working in the mapping looks like this:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <MT_KUNDE_CRM xmlns="http://www.xyz.de/ariva/Kunden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <KUNDE>
    - <Account>
      <CRM_Account_ID>1-S3YU</CRM_Account_ID>
      <Customer_Segment>Other Account</Customer_Segment>
      <Target_Market>Other Markets</Target_Market>
      <Currency>DEM</Currency>
      <Inactive_Account>N</Inactive_Account>
      <Country />
      <Account_Name>ATK Test Company 1</Account_Name>
      </Account>
    - <Account_Address>
      <Country>England</Country>
      </Account_Address>
      </KUNDE>
      </MT_KUNDE_CRM>
    The structure that works looks like this:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <kun:MT_KUNDE_CRM xmlns:kun="http://www.xyz.de/ariva/Kunden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <KUNDE>
    - <Account>
      <CRM_Account_ID>1-S3YU</CRM_Account_ID>
      <Customer_Segment>Other Account</Customer_Segment>
      <Target_Market>Other Markets</Target_Market>
      <Currency>DEM</Currency>
      <Inactive_Account>N</Inactive_Account>
      <Country />
      <Account_Name>ATK Test Company 1</Account_Name>
      </Account>
    - <Account_Address>
      <Country>England</Country>
      </Account_Address>
      </KUNDE>
      </kun:MT_KUNDE_CRM>
    The ony difference between the two is that the second messages uses a prefix (kun) for the namespace while the first does not use it, although it is correct from an XML syntax perspective.
    Can anybody help?
    Thanks in advance.
    Alex

    Hi
    Why don't you try and create a schema (XSD) which will prefix kun to the input, instead of using the message type created by XI.
    Just a suggestion.
    regards
    Sameer

  • Cardinality Issue - WD Model (Form) Integration with BAPI

    Hi -
    We have an issue with our forms editable fields are getting disabled (read only, we can not enter data) even though we have proper properties set.
    Our developers are looking into a possible cardinality issue i.e. our form fields are test field and have a cardinality of 0..1, where as our bapi structure is showing a cardinality of 0..n for the corresponding field in bapi.
    We had internal table as an export parameter so we though may be because of that we are getting 0..n. However we have changed the internal table to a type of structure and recreated a model mapped all the controller and context nodes back to the new structure and still get 0..n cardinality.
    We have already researched on SDN logs and did not find any relevant answers.
    Any one have any idea please make our weekend happy Developers are really working hard on Friday to close on this before they go home.
    Thanks
    Shahid

    Hi Shahid,
    If the context node cardinality is 0...1 or 0...n then you need to first create or bind an element to the node to make the form fields editable to which those nodes are bound to. If it's a model node then you need to instantiate a new model node object and bind it to the node e.g.:
    Bapi_xxx_Input input = new Bapi_xxx_Input();
    wdContext.nodeBapi_xxx_Input().bind(input);
    Or if it's a value node then you need to instantiate the node element as below:
    wdContext.nodemyNode().addElement(wdContext.nodemyNode().createElement());
    Hope this helps.
    thanks,
    Dipankar

  • Materials/links about programming macros with VBA in Dektop Intelligence (Business Objects 12)

    Hello!
    Does somebody provide me some good materials & links about programming with VBA
    in Dektop Intelligence for creating macros ?
    I am experienced VBA programmer and beginner in Business Objects

    I am not quite sure what either of you are after, but if you hit the "Documentation" link on OTN you will find the documentation, such as the above list, for almost all of Oracle products. Most are available online in HTML format or PDF and some have a part number so that they can be ordered.
    The 10g Developer Suite Documentation is here: http://otn.oracle.com/documentation/dev10g.html
    Regards
    Sue

  • Issue with Crystal Report integration with SAP Portal

    Hi,
      Crystal Report using Crystal Reports 2008 trail version is created.This .rpt file is present on my desktop and I would like this report to be published on SAP Portal.Can anyone please let me know steps to do so?
    Regards,
    Madhu.

    You need to install SAP integration kit. There are some configurations you need to do.Please go through the below URLs for more details:
    [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End]
    [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/004aacbb-4983-2b10-8da7-cdff5dcbb948;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End]
    Publishing:
    [http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11144]
    [http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11146]
    [http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0872910550DB10406683879540656926End?blog=/pub/wlg/11147]
    Hope this helps!!!

  • Access Databases LMS 4.2 with jython script ( Integration with HP uCMDB )

    Questions / Integration Adapter Cisco Prime.
    There is an integration adapter for HP uCMDB to get CI information from Cisco Works (Prime whatever ….).
    We set up a user for CW according to “Open Database Schema Support in Cisco Prime LAN Management Solution 4.2” , page 1ff.
    According to this document we created a user lmsdatafeed. If we run this integration from HP uCMDB / DDM we can connect to rmeng database using jmx to port 43455, but we have not sufficient privileges to get all the needed information.
    We tried to connect with a user that has full rights (Admin User), but we cannot connect at all with this user.
    We use Cisco Prime LMS 4.2 and we want to have our network devices as Configuration Items (CI's) in our HP uCMDB
    Our question:
    Would it be save to give more privileges to the user lmsdatafeed ?
    And if yes: How can this be done ?
    Is it possible to give an admin user the rights to connect by jmx/jdbc ?
    Below I post the communication protocol of the adapter, connection is OK and the first select statement to, but them this user doesn't have enough privileges. The error messages are in german for some reason ... (means: "User has not sufficient privileges to selet from DM_Dev_State")
    Any help is appreciated !
    ==== snip =====
    execution jobId="DS_CiscoPrime_CiscoWorks NetDevices" destinationid="e6ac2661c751b23929fb1cf4f97a536f">
                    <destination>
                                   <destinationData name="id">e6ac2661c751b23929fb1cf4f97a536f</destinationData>
                                   <destinationData name="ip_address">172.28.193.55</destinationData>
                                   <destinationData name="db_port">43455</destinationData>
                    </destination>
                    <protocol name="sql" cm_credential_id="20_1_CMS">
                                   <object id="8c1f2739bad14d0bd6242574005249dd" id_type="CmdbObjectID" isReference="false" is_anchor="false">
                                                   <attribute name="protocol_username" type="String">lmsdatafeed</attribute>
                                                   <attribute name="protocol_netaddress" type="String">DEFAULT</attribute>
                                                   <attribute name="sqlprotocol_encryption_method" type="String">None</attribute>
                                                   <attribute name="protocol_port" type="String">43455</attribute>
                                                   <attribute name="sqlprotocol_dbsid" type="Unknown" />
                                                   <attribute name="sqlprotocol_truststore" type="Unknown" />
                                                   <attribute name="protocol_timeout" type="String">20000</attribute>
                                                   <attribute name="user_label" type="String">CW RME</attribute>
                                                   <attribute name="cm_credential_id" type="String">20_1_CMS</attribute>
                                                   <attribute name="protocol_index" type="Integer">2</attribute>
                                                   <attribute name="protocol_type" type="String">sqlprotocol</attribute>
                                                   <attribute name="sqlprotocol_dbname" type="Unknown" />
                                                   <attribute name="sqlprotocol_dbtype" type="String">Sybase</attribute>
                                   </object>
                    </protocol>
                    <params>
                                   <param param_name="ignoreNodesWithoutIP" param_value="true" />
                                   <param param_name="allowDnsLookup" param_value="false" />
                                   <param param_name="rmeDbName" param_value="rmengdb" />
                                   <param param_name="queryChunkSize" param_value="250" />
                                   <param param_name="JOB_ID" param_value="DS_CiscoPrime_CiscoWorks NetDevices" />
                    </params>
                    <CONNECT start="9:43:6" duration="766" CMD="client_connect" RESULT="success" type="sql" credentialsId="20_1_CMS">
                                   <ClientProperties>
                                                   <prop name="protocol_index" value="2" />
                                                   <prop name="protocol_timeout" value="20" />
                                                   <prop name="credentialsId" value="20_1_CMS" />
                                                   <prop name="sqlprotocol_dbname" value="" />
                                                   <prop name="sqlprotocol_dbsid" value="" />
                                                   <prop name="cm_credential_id" value="20_1_CMS" />
                                                   <prop name="sqlprotocol_dbtype" value="Sybase" />
                                                   <prop name="protocol_type" value="sqlprotocol" />
                                                   <prop name="preurl" value="jdbc:sybase:Tds:%%ipaddress%%:%%protocol_port%%/%%sqlprotocol_dbname%%?CHARSET=cp1252" />
                                                   <prop name="driver" value="com.sybase.jdbc2.jdbc.SybDriver" />
                                                   <prop name="protocol_netaddress" value="DEFAULT" />
                                                   <prop name="protocol_port" value="43455" />
                                                   <prop name="sqlprotocol_encryption_method" value="None" />
                                                   <prop name="user_label" value="CW RME" />
                                                   <prop name="protocol_username" value="lmsdatafeed" />
                                                   <prop name="sqlprotocol_truststore" value="" />
                                   </ClientProperties>
                    </CONNECT>
                    <log start="9:43:6" severity="debug">[CiscoWorks_NetDevices.py:DiscoveryMain] Connected to CiscoWorks LMS Resource Manager Essentials database at port &lt;43455&gt;...</log>
                    <EXEC start="9:43:6" duration="16" CMD="SELECT db_name()" RESULT="success" />
                    <EXEC start="9:43:6" duration="0" CMD="next" RESULT="true" />
                    <EXEC start="9:43:6" duration="0" CMD="getStringByIndex:1" RESULT="rmengdb" />
                    <EXEC start="9:43:6" duration="0" CMD="next" RESULT="false" />
                    <EXEC start="9:43:6" duration="359" CMD="SELECT COUNT(1) FROM lmsdatagrp.NETWORK_DEVICES" RESULT="success" />
                    <EXEC start="9:43:6" duration="0" CMD="next" RESULT="true" />
                    <EXEC start="9:43:6" duration="0" CMD="getStringByIndex:1" RESULT="214" />
                    <EXEC start="9:43:6" duration="0" CMD="next" RESULT="false" />
                    <log start="9:43:6" severity="debug">[CiscoWorks logger] [CiscoWorks_NetDevices.py:getNetworkDevices] Got &lt;214&gt; Network Devices...</log>
                    <log start="9:43:6" severity="debug">[CiscoWorks logger] [CiscoWorks_NetDevices.py:getNetworkDevices] Got &lt;1&gt; chunks...</log>
                    <EXEC start="9:43:6" duration="16">
                                   <CMD>[CDATA: SELECT TOP 250 START AT 1 netdevices.Device_Id, deviceState.NetworkElementID, netdevices.Device_Display_Name, netdevices.Host_Name, netdevices.Device_Category, netdevices.Device_Model, netdevices.Management_IPAddress, deviceState.Global_State FROM lmsdatagrp.NETWORK_DEVICES netdevices JOIN dba.DM_Dev_State deviceState ON netdevices.Device_Id=deviceState.DCR_ID]</CMD>
                                   <RESULT IS_NULL="Y" />
                                   <ERROR class="com.sybase.jdbc2.jdbc.SybSQLException">
                                                   <message>[CDATA: SQL Anywhere-Fehler -121: Berechtigung verweigert: Sie haben nicht die Berechtigung, aus "DM_Dev_State" auszuwählen]</message>
                                                   <stacktrace>
                                                                   <frame class="com.sybase.jdbc2.tds.Tds" method="processEed" file="Tds.java" line="2884" />
                                                                   <frame class="com.sybase.jdbc2.tds.Tds" method="nextResult" file="Tds.java" line="2206" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.ResultGetter" method="nextResult" file="ResultGetter.java" line="69" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.SybStatement" method="nextResult" file="SybStatement.java" line="220" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.SybStatement" method="nextResult" file="SybStatement.java" line="203" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.SybStatement" method="queryLoop" file="SybStatement.java" line="1596" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.SybStatement" method="executeQuery" file="SybStatement.java" line="1581" />
                                                                   <frame class="com.sybase.jdbc2.jdbc.SybStatement" method="executeQuery" file="SybStatement.java" line="419" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.agents.DatabaseAgent" method="getTable" file="DatabaseAgent.java" line="267" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.query.SqlClient$3" method="executePrivate" file="SqlClient.java" line="246" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.executors.Executor" method="execute" file="Executor.java" line="26" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.BaseClient" method="exec" file="BaseClient.java" line="365" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.query.SqlClient" method="getTable" file="SqlClient.java" line="258" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.query.SqlClient" method="executeQuery" file="SqlClient.java" line="209" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.clients.query.SqlClient" method="executeQuery" file="SqlClient.java" line="195" />
                                                                   <frame class="sun.reflect.NativeMethodAccessorImpl" method="invoke0" file="NativeMethodAccessorImpl.java" line="-2" />
                                                                   <frame class="sun.reflect.NativeMethodAccessorImpl" method="invoke" file="NativeMethodAccessorImpl.java" line="57" />
                                                                   <frame class="sun.reflect.DelegatingMethodAccessorImpl" method="invoke" file="DelegatingMethodAccessorImpl.java" line="43" />
                                                                   <frame class="java.lang.reflect.Method" method="invoke" file="Method.java" line="601" />
                                                                   <frame class="org.python.core.PyReflectedFunction" method="__call__" file="PyReflectedFunction.java" line="-1" />
                                                                   <frame class="org.python.core.PyMethod" method="__call__" file="PyMethod.java" line="-1" />
                                                                   <frame class="org.python.core.PyObject" method="__call__" file="PyObject.java" line="-1" />
                                                                   <frame class="org.python.core.PyInstance" method="invoke" file="PyInstance.java" line="-1" />
                                                                   <frame class="org.python.pycode._pyx33" method="doQuery$2" file="ciscoworks_utils" line="60" />
                                                                   <frame class="org.python.pycode._pyx33" method="call_function" file="ciscoworks_utils" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyFunction" method="__call__" file="PyFunction.java" line="-1" />
                                                                   <frame class="org.python.core.PyObject" method="invoke" file="PyObject.java" line="-1" />
                                                                   <frame class="org.python.pycode._pyx42" method="getNetworkDevices$1" file="CiscoWorks_NetDevices" line="65" />
                                                                   <frame class="org.python.pycode._pyx42" method="call_function" file="CiscoWorks_NetDevices" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyFunction" method="__call__" file="PyFunction.java" line="-1" />
                                                                   <frame class="org.python.core.PyObject" method="__call__" file="PyObject.java" line="-1" />
                                                                   <frame class="org.python.pycode._pyx42" method="DiscoveryMain$6" file="CiscoWorks_NetDevices" line="480" />
                                                                   <frame class="org.python.pycode._pyx42" method="call_function" file="CiscoWorks_NetDevices" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyFunction" method="__call__" file="PyFunction.java" line="-1" />
                                                                   <frame class="org.python.core.PyObject" method="invoke" file="PyObject.java" line="-1" />
                                                                   <frame class="org.python.pycode._pyx47" method="f$0" file="&lt;string&gt;" line="2" />
                                                                   <frame class="org.python.pycode._pyx47" method="call_function" file="&lt;string&gt;" line="-1" />
                                                                   <frame class="org.python.core.PyTableCode" method="call" file="PyTableCode.java" line="-1" />
                                                                   <frame class="org.python.core.PyCode" method="call" file="PyCode.java" line="-1" />
                                                                   <frame class="org.python.core.Py" method="runCode" file="Py.java" line="-1" />
                                                                   <frame class="org.python.core.Py" method="exec" file="Py.java" line="-1" />
                                                                   <frame class="org.python.util.PythonInterpreter" method="exec" file="PythonInterpreter.java" line="-1" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.execution.impl.ExecutionEngineImpl" method="executeScript" file="ExecutionEngineImpl.java" line="214" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.execution.impl.ExecutionEngineImpl" method="executeScript" file="ExecutionEngineImpl.java" line="189" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.execution.impl.ExecutionEngineImpl" method="executeScript" file="ExecutionEngineImpl.java" line="185" />
                                                                   <frame class="com.hp.ucmdb.discovery.library.execution.impl.ExecutionEngineImpl" method="execute" file="ExecutionEngineImpl.java" line="102" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.services.dynamic.core.TablesProcessorUtil" method="processDestinationTables" file="TablesProcessorUtil.java" line="119" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicService" method="discover" file="DynamicService.java" line="71" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.agents.probemgr.taskexecuter.JobExecuter" method="launchTask" file="JobExecuter.java" line="1238" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.agents.probemgr.taskexecuter.JobExecuter$JobExecuterWorker" method="launch" file="JobExecuter.java" line="993" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.agents.probemgr.taskexecuter.JobExecuter$JobExecuterWorker" method="executeTask" file="JobExecuter.java" line="930" />
                                                                   <frame class="com.hp.ucmdb.discovery.probe.agents.probemgr.taskexecuter.JobExecuter$JobExecuterWorker" method="run" file="JobExecuter.java" line="836" />
                                                   </stacktrace>
                                   </ERROR>
                    </EXEC>
                    <log start="9:43:6" severity="error">Failed executing query: &lt;SELECT TOP 250 START AT 1 netdevices.Device_Id, deviceState.NetworkElementID, netdevices.Device_Display_Name, netdevices.Host_Name, netdevices.Device_Category, netdevices.Device_Model, netdevices.Management_IPAddress, deviceState.Global_State FROM lmsdatagrp.NETWORK_DEVICES netdevices JOIN dba.DM_Dev_State deviceState ON netdevices.Device_Id=deviceState.DCR_ID&gt; on &lt;172.28.193.55&gt; Exception: Traceback (most recent call last): File "ciscoworks_utils", line 60, in doQuery com.sybase.jdbc2.jdbc.SybSQLException: com.sybase.jdbc2.jdbc.SybSQLException: SQL Anywhere-Fehler -121: Berechtigung verweigert: Sie haben nicht die Berechtigung, aus "DM_Dev_State" auszuwählen</log>
                    <log start="9:43:6" severity="warn">[CiscoWorks_NetDevices.py:getNetworkDevices] No Network Devices found in chunk &lt;0&gt;</log>
                    <log start="9:43:6" severity="debug">Closing JDBC connections...</log>
                    <DISCONNECT start="9:43:6" duration="0" CMD="client_disconnect" RESULT="" IS_NULL="Y" type="sql" credentialsId="20_1_CMS" />
                    <results>
                                   <results_for_add_or_update>
                                                   <vector />
                                   </results_for_add_or_update>
                                   <results_for_delete>
                                                   <vector />
                                   </results_for_delete>
                    </results>
    </execution>
    ===== snip ======

    Reading a database can DOS your LMS, but no permanent damage done. 
    This doc will tell you about the databases available
    https://supportforums.cisco.com/docs/DOC-8796
    You can set a password for each database, or one password for all using
    \CSCOpx\bin\dbpasswd.pl
    Each databse has it's own  SA  user
    if ($dsn eq 'ani'   ){$uid = 'cwsiSA'     ; }
    if ($dsn eq 'cmf'   ){$uid = 'cmfDBA'     ; }
    if ($dsn eq 'rmeng' ){$uid = 'DBA'        ; }
    if ($dsn eq 'dfmEpm'){$uid = 'itemEpmUser'; }
    if ($dsn eq 'dfmInv'){$uid = 'itemInvUser'; }
    if ($dsn eq 'dfmFh' ){$uid = 'itemFhUser' ; }
    if ($dsn eq 'opsxml'){$uid = 'DBA'        ; }
    if ($dsn eq 'upm'   ){$uid = 'dba'        ; }
    This should allow you to get the data
    Do keep in mind that all tables (except the views defined for lmsdatafeed) are subject to change.
    Cheers,
    Michel

  • Browser back button not working with ADF Application integrated with SSO

    I have integrated an adf application with Oracle SSO Authentication. Application is running fine.
    Though, while navigating between pages, using browser back button , it is not redirecting the url properly
    Should Redirect it to : http://<hostname>:<port>/<contex-root>/<servlet>/<id>
    Presently Redirecting it to :http://<hostname>:<port>/<contex-root>
    As, directory browsing is not allowed, there is Error 403--Forbidden .
    Can anybody tell what changes needs to be made to make browser back button work.

    In some of the documentation I have read, they have mentioned that using the back button in a browser doesn't work too well with any JSF type of application (not just ADF and Jdeveloper apps).
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/web_form.htm#CFHHJGJH
    Instead, they suggest using buttons on the form.
    There is a video on using navigation between forms that may be of value: http://www.youtube.com/watch?v=bsPtmRID5XI&feature=plcp
    Stuart
    Edited by: Stuart Fleming on Sep 11, 2012 5:30 AM

  • Problem deploying project with External Resource Integration with jars

    Hi,
    Please help ur how we can deploy a project in Enterprise server if that is integrated to some application which needs weblogic.jar. If this jar is made vesionable then it shows a size problem. If that jar is added to Install Drivers (In the configuration screen of Server) it does not accept it and does not show error while deployment. But, the activity which is using that application is failed while execution.
    Kindly provide me help over this.
    Regards,
    Sarang

    What do you mean with a "size" problem? I've added weblogic.jar to the project (or any jar of that size) and it works fine. As rightcord mentioned, you can just put it in the classpath, but if you don't want to, you can still use it in your process.
    You just have to deploy in another way, meaning you don't have to use the exported project but you can upload it the lcoation of where the server is running and publish from there - I believe this is option 1 in the Process Administrator.
    Good luck!

  • RTMFP standalone - RTMFP with RTMP fallback integration with FMS

    Hello,
    I have written a current application using stratus (cirrus) (peer to peer webcam connections). I was wondering what is involved technically and how time intensive it is in integrating flash media server into my current application to use RTMP as a fallback to RTMFP?
    Thanks,
    Rob

    Can you just check this link: http://help.adobe.com/en_US/flashmediaserver/configadmin/WSdb9a8c2ed4c02d261d76cb3412a40a4 90be-8000.html#WS829c643386b9152167c57eb5131f88a5f28-7fff and make sure you are doing or have set everything properly. If you have already done that - please ignore. Do let me know if you have already gone through this link and have set up everything properly and its still not working.
    Also have you checked http://cc.rtmfp.net/ - this is RTMFP connectivity checker - try it out - you will know if things are set up properly.

  • WebGate 10.1.4.3 integration with IIS server

    Need help with OAM WebGate on IIS 7
    WebGate version is 10.1.4.3 and according to docs it is compatible with IIS 7. IIS is running on x64 windows- in 32 bit mode.
    However, I am running into issues with the webgate integration with ISAPI (the plugin).
    The installation has gone fine, however, the webgate does not seem to be integrated with the ISAPI plugin.
    The protected url is not being protected.
    The following post refers that with IIS7 and webgate 10.1.4.3 - one has to manually configure the WebServer. ie during installation of the webgate, it asks whether you want to do it manually or let the install program do it automatically for you. This post says that one has to do this manually. Here is the reference
    OAM WebGate 10g for IIS 7
    Has anyone noticed this behavior?
    How to check in the IIS server or local webgate install that the webserver is integrated with webgate?

    You can see list of ISAPI filters in IIS Manager -> Connections Pane (at root or specific web site) -> ISAPI filters
    In the list you should see oam webgate dll in isapi filter section.
    http://www.iis.net/configreference/system.webserver/isapifilters
    Also to verify if webgate has been enabled on iis server , you can hit http(s)://web site/obrar.cgi .. This is a special webgate url and if you hit this directly webgate would correctly respond back with error message (Oracle Access Manager operation error).
    Did you create policies in OAM to protect specific urls ? If not then you should create policy.

  • WLC not integrating with Radius Server

    Hello world,
    I have the following situation:
    One WLC 2000 Series (software version 7.0.230.0) with multiple SSID`s, one is with 802.1x integrated with a Radius Server.
    Everything worked fine until fiew days ago, when users were unable to logon via they`re certificates on Windows XP.
    The infrastracture didn`t suffer modifications.
    What i have checked: Radius certification isn`t expired, client certification isn`t expired, the password between controller and Radius is correct.
    There are no ACL`s between the WLC and the remote Server. I can ping the devices, other SSIDs on the same controller (wpa/psk) are working correct.
    The AP`s are 1242.
    I have tried deleting the SSID, configure it back. The OS on Windows Server is  2003 Standard. The AP`s are configured H-Reap.
    I have increased the Server Timeout from Radius Authentication Servers from 2 to 30 sec.
    The message logs recived on WLC Trap Logs:
    RADIUS server X.X.X.X:1812 failed to respond to request (ID 161) for client xx.xx.xx.xx.xx.xx/ user 'unknown'
    The message from the debug dot1x aaa enable:
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_CALLING_STATION_ID(31) index=1
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_CALLED_STATION_ID(30) index=2
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_PORT(5) index=3
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_INT_CISCO_AUDIT_SESSION_ID(7) index=4
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_IP_ADDRESS(4) index=5
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_IDENTIFIER(32) index=6
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_VAP_ID(1) index=7
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_SERVICE_TYPE(6) index=8
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_FRAMED_MTU(12) index=9
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_NAS_PORT_TYPE(61) index=10
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_EAP_MESSAGE(79) index=11
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_RAD_STATE(24) index=12
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Adding AAA_ATT_MESS_AUTH(80) index=13
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df AAA EAP Packet created request = 0x1cff348c.. !!!!
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df Sending EAP Attribute (code=2, length=6, id=10) for mobile xx.xx.xx.xx.xx.xx.
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00000000: 02 0a 00 06 0d 00                                 ......
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.318: 00:15:e9:33:75:df [BE-req] Sending auth request to 'RADIUS' (proto 0x140001)
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df [BE-resp] AAA response 'Interim Response'
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df [BE-resp] Returning AAA response
    *radiusTransportThread: Mar 06 09:37:07.328: 00:15:e9:33:75:df AAA Message 'Interim Response' received for mobile xx.xx.xx.xx.xx.xx.
    *Dot1x_NW_MsgTask_7: Mar 06 09:37:07.329: 00:15:e9:33:75:df Skipping AVP (0/27) for mobile xx.xx.xx.xx.xx.xx.
    The messages on Windows 2003 Standard:
    User Y was denied access.
    Fully-Qualified-User-Name = xx.domain.com/Users_T/user
    NAS-IP-Address = X.X>X.X
    NAS-Identifier = Cisco_
    Called-Station-Identifier = ---------------------
    Calling-Station-Identifier = ---------------------
    Client-Friendly-Name = ---------------------
    Client-IP-Address = ---------------------
    NAS-Port-Type = Wireless - IEEE 802.11
    NAS-Port = 1
    Proxy-Policy-Name = Use Windows authentication for all users
    Authentication-Provider = Windows
    Authentication-Server = <undetermined>
    Policy-Name = Wireless Policy
    Authentication-Type = EAP
    EAP-Type = Smart Card or other certificate
    Reason-Code = 262
    Reason = The supplied message is incomplete.  The signature was not verified.User Y was denied access.
    Fully-Qualified-User-Name = xx.domain.com/Users_T/user
    NAS-IP-Address = X.X>X.X
    NAS-Identifier = Cisco_
    Called-Station-Identifier = ---------------------
    Calling-Station-Identifier = ---------------------
    Client-Friendly-Name = ---------------------
    Client-IP-Address = ---------------------
    NAS-Port-Type = Wireless - IEEE 802.11
    NAS-Port = 1
    Proxy-Policy-Name = Use Windows authentication for all users
    Authentication-Provider = Windows
    Authentication-Server = <undetermined>
    Policy-Name = Wireless Policy
    Authentication-Type = EAP
    EAP-Type = Smart Card or other certificate
    Reason-Code = 262
    Reason = The supplied message is incomplete.  The signature was not verified.
    Can anyone help why i cannot log the users via 802.1x ?

    Okay that is good..... this is what I would do next.  I would create a test ssid that uses PEAP MSchapv2 and create a new policy in IAS that is basic.  Allow 802.1x wireless and user group only and see if you can reconfigure one of the XP machines for PEAP.  Can you also post a screen shot of your polices (connection and network) so we can review it. 

  • Weblogic portal Integration with UCM by weblogic virtual repository

    Anyone has experience with Weblogic portal Integration with UCM by weblogic virtual repository? Thanks.

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • BI integration with Portal - What & How

    Hello dear Gurus,
    I am very new to SAP BI Frontend and needed some help with workbook queries integration with portal.
    Let me explain you what i seek:
    1) What of SAP BI Frontend can be included in Portal (workbook, WAD,BEx analyzer or designer, AD-hoc)
    2) Do we have to create an Iview or does the EP guy creates one. Do i have to create seperate Iviews for seperate reports.
    3) If its a workbook that i need to weave in an IVIEW on the Portal , can someone provide me a step by step article, blog or forum.
    Any other information i may need -but i need it in detail.
    I wasnt able to find anything concrete all day yesterday and I write todayw ith reluctance. So please bear with me and point/lead me in the right direction.
    Points shall be assigned.
    Thanks,
    Zain

    Hi there everyone,
    I would really like some step by step detailed information. Please help me out all the gurus out there.
    thanks

Maybe you are looking for

  • String concatenation, Buffers and a bug

    Good morning to the almighty forum. As I saw in this Thread, http://forum.java.sun.com/thread.jsp?forum=31&thread=269622 a + b + c + d (all strings) is equal to.... new StringBuffer(a).append(b).append(c).append(d).toString(). If this is correct AND,

  • Running an mib query for T_CLIENT for a specific group

    I run the following query using ud32 SRVCNM .TMIB TA_OPERATION GET TA_CLASS T_CLIENT TA_FILTER 167778596 TA_FILTER 33560784 TA_FILTER 33560726 TA_LASTGRP 6 TA_FLAGS 65536 It is supposed to show result ony for TA_LASTGRP = 19. But instead wher i execu

  • Application needed.

    can anyone send me code for a working e-commerce site with shopping cart etc etc.....????? anything that works would be enough - just an application in jsp or whatever that customers can buy stuff like books/cds - also with order confirmation and an

  • AFD Investment

    Hi I have Group called ABC, which has 3 company codes A,B,C,. A own 90% in C and it used the 'Accounting Technique' purchase method. B own 10% in C and it uses the 'Equity method'. In the AFD table do I have to enter the B's investment details in C,

  • Out of Memory Error on simple operations

    Hellooo Apple forums! I have a slightly large project referrencing lots of media. It's a 25+ MB project file (and growing) containing a folder of clips from 100's of master tapes, another folder containing 100's of seperately recorded audio files, an