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

Similar Messages

  • Import subprocess in jython script invoked with WLST

    Weblogic 10.3.6
    I'm trying to figure out if it's impossible for me to use subprocess.pipe and popen when Im invoking the script with WLST. It says there's no module of subprocess. Works fine running it as a python script.
    Thanks!

    i tried with spaces also..and also added context also in the script..but still getting the same error
    import os
    scen_name="DVM"
    scen_ver="001"
    cont="E1APS"
    odiscen="startcmd.bat OdiStartScen -SCEN_NAME="+scen_name+" -SCEN_VERSION="+scen_ver+" -CONTEXT="+cont
    if os.system(odiscen) <> 0:
    raise odiscen

  • Adobe Story Script integration with Premiere Pro Doesnt allow me to embed the script

    Goal:  Embed an Adobe Story Script into Premiere Pro. (mac)
    Method:  I have a video with a verbatim transcript.
    I inport the transcript into Adobe Story and save it in the proper Adobe Story File extension (.astx)
    I save it to the Adobe cloud and I have also exported it to my desktop.
    I launch Premiere Pro and import the video that I have transcribed.
    The I try one of 3 ways to get the script to the video in PP.
    The first steps are the same as below:
    I go to Adobe Story and log in from within PP.
    I locate the file.
    I add a Scene.
    I make sure the scene is the same as it is within PP
    then...
    1.
    I drag and drop it onto the Movie file.
    Nothing appears within the Embed Adobe Story Script Meta Data field.
    2.
    I click on Analyze and the Embed Adobe Story Script script checkbox remains greyed out (Unable to select it)
    If I click Analyze then PP will analyze the script (does a decent job) but this is NOT what I want.  I want to attach the verbatim script to the video which is why I have it transcribed.
    3.
    Right click on the movie file within PP and the contextual menu allows me to attach a script.
    I locate my downloaded .astx file on my Mac and select it.
    Still nothing appears within the Embed Adobe Story Metadata field.
    I have worked with Anand from support who suggested I post this question here.
    I dont know if there are only certain Adobe templates for which this will work (ie TV script, Film etc)
    He suggested that this would most likely work only for the .mov file formats, but then discovered that it should work even for .mp4 files.
    In any case - if anyone has any thoughts, ideas, or has experience with this It would be greatly appreciated.
    Jon
    17 Views Tags: premiere proContent tagged with premiere pro, adobe story scriptContent tagged with adobe story script, embed adobe story script into premiere proContent tagged with embed adobe story script into premiere pro
    Translate

    You need to ask in Adobe Story and/or http://forums.adobe.com/community/premiere/content
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Issue with Java script associated with WAD template

    Hi Experts,
    I made some changes in the Java Script in Tcode SE80. I actually downloaded it, made changes, saved it and then clicked on Upload and replace in SE80. When I opened the Web cockpit, the changes were relecting as anticipated.
    But the changes are still showing up even after reverting the changes in java scripts and uploading it again.Please let me know what needs to be done to revert the changes such that it will  ot show up in the Web Cockpit.
    I think the "Upload and replace option" worked only once in my case. Kindly suggest. Thanks
    Regards,
    Kavitha Jagannath

    I would like to know how to do this process.  I would like my students to complete the module and then enter there name in the certificate line.  Then have them enter their email address so that the certificate can be emailed to them and they can print it off.  I would like to have the certificate be a PDF file so they cannot alter the name of the person who took the course.

  • 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

  • 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

  • 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!

  • 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.

  • 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!!!

  • 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.

  • 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. 

  • Python script integration in SCOM - Example needed?

    Hello,
    I've been googling around a lot looking for an example of Python script integrated with SCOM. I understood that is possible, but I only find example for PowerShell or VisualBasic (for instance here >> http://opsit.blogspot.hk/2013/11/scom-scripting-basics.html
    ). This link looks great for what I need, but it's not coded in Python.. :-(
    I'm not a native programmer so I'm struggling in reading VisualBasic/PowerShell code and trying to understand how to do the same in Python. Even a simple example of Python+SCOM integration would be of great help in understanding how it works in terms
    of libraries to include and input/output between the systems.
    Can you point me towards any example of Python+SCOM integration?
    Thanks in advance.
    W.

    Hi,
    I would prefer to rewrite your library in Powershell as it is fully supported by SCOM and you also get Powershell Know-How which is always fine :).
    A good starting point is always the Python Developers Guide to Powershell ;)
    http://mohd-akram.github.io/2013/05/16/a-python-developers-guide-to-powershell
    Please find below some Articles about Invoke-Restmethod in Powershell:
    http://technet.microsoft.com/en-us/library/hh849971.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/10/21/invokerestmethod-for-the-rest-of-us.aspx
    Update: If you want to keep you Python Script you still could write a Wrapper Function for it in Powershell:
    https://craigwwright.wordpress.com/2009/05/31/running-python-scripts-inside-windows-power-shell/
    Cheers,
    Christoph
    Blog:
    http://blog.cmaresch.at/ 
    Twitter:
      LinkedIn:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • 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.

  • 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

  • Itunes won't sync my music (help please!)

    Okay, so I've been working on this for two days, I even checked every possible answer ever on this website and nothing helped. I've been trying to sync new music for forever now, but it gets stuck at step 5 (or even step 1 sometimes) and does absolut

  • Popup window question

    Hi, I did a Portal application using JSF and RAD 6.0 in the Portal page I have two portlets side by side the portlet in the right side has a link to open a popup window when I click in that link and the popup window opens the portlet in the left side

  • How do I go from offline printer to on line

    how do I get the printer on line vs offline (now)?

  • Who has the  distinct TOP 5 Salary employees

    i want out put like this from emp table eno: ename sal 2 zzz 7000 3 www 6000 4 vvvvv 5000 5 fff 4 000 6 zzz 3000 it's very urgent

  • Search Help or Help View????? URGENT

    hi, I have created a Z Search help (<b>Z_SCKOSTL</b>) for the table <b>ZTPCM004</b> . This table has fields such has <b>EKGRP</b> (Purchasing group) , <b>SCKOSTL</b> (Cost center)....& many other... My search help now has only EKGRP (only Key field o