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

Similar Messages

  • Siebel SSO Integration with Novell eDirectory

    I am wondering if anyone on this forum has worked with integrating a SSO solution using Novell eDirectory and Siebel. I have personally worked on SSO integrations with Siebel using Cleartrust and Siteminder and they are all basically the same concept however, I am facing issues trying to get the Novell SSO solution to work with Siebel.
    I am using the standard LDAP Security adapter and I can make a basic connection into Siebel using LDAP. When implementing SSO I am using a "header" value and a custom userspec name that is different then then "Remote_Use" name mentioned in the Siebel SSO documentation. With SSO turned on I am successfully able to authenticate and almost get all the way into the home page of Siebel before the IE browser crashes. The SWSE log files, interestingly enough, show that my userspecsource is equal to header and that my userspec is correct and then I see the SISNAPI connection occurring between the Siebel We Server and the Siebel AOM but then after the IE browser crashes I see the SWSE log which then tries to picks up Siebel's default userspec " Remote_User" value which is not confiugred or turned on anywhere from within the application. I was just wondering if anyone else had faced similar issues when integrating Siebel into Novell eDirectory for SSO. I have also reviewed the configuration on Novell's side and they are protecting the correct object manager and are also using the same exact userspec name as what we have defined within the eapps.cfg of Siebel. We are using Siebel 8.1.1 Any ideas or help would be greatly appreciated as I have not gotten much support from my open SR on this issue.

    I am wondering if anyone on this forum has worked with integrating a SSO solution using Novell eDirectory and Siebel. I have personally worked on SSO integrations with Siebel using Cleartrust and Siteminder and they are all basically the same concept however, I am facing issues trying to get the Novell SSO solution to work with Siebel.
    I am using the standard LDAP Security adapter and I can make a basic connection into Siebel using LDAP. When implementing SSO I am using a "header" value and a custom userspec name that is different then then "Remote_Use" name mentioned in the Siebel SSO documentation. With SSO turned on I am successfully able to authenticate and almost get all the way into the home page of Siebel before the IE browser crashes. The SWSE log files, interestingly enough, show that my userspecsource is equal to header and that my userspec is correct and then I see the SISNAPI connection occurring between the Siebel We Server and the Siebel AOM but then after the IE browser crashes I see the SWSE log which then tries to picks up Siebel's default userspec " Remote_User" value which is not confiugred or turned on anywhere from within the application. I was just wondering if anyone else had faced similar issues when integrating Siebel into Novell eDirectory for SSO. I have also reviewed the configuration on Novell's side and they are protecting the correct object manager and are also using the same exact userspec name as what we have defined within the eapps.cfg of Siebel. We are using Siebel 8.1.1 Any ideas or help would be greatly appreciated as I have not gotten much support from my open SR on this issue.

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

  • 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

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

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

  • 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

  • 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

  • Sql tuning with siebel 8.0

    hi all
    i am currently working with siebel 8.0 with oracle as database (10g) , can any one provide me with sql tuning docs
    as i have never worked with siebel and most of the tuning work is to be done on dynamic sql
    thanx in advance

    changing the code is the last thing on my mind as i have never worked with siebel
    but will start with analysing the DB and will certainly use addm, awr and ash
    and i hope this forum will guide me before i make some changesChanging the code isn't easy with Siebel as its a packaged application and the SQl's are dynamically generated from Siebel engine based on the Business component layer configurations.
    AWR and ADDM can give you information on the Top queries and other information.
    You have to approach tuning the way in which siebel generates the sql from the application. In order to start with Tuning, Take a look at the link posted in this post. There are session level settings for every application connection into siebel and you have to follow the same way when you try to tune from the database.
    HTH
    -Anantha

  • 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

  • Oracle Access Manager integration with Siebel issue

    Currently facing a technical issue with integrating OAM with Siebel. Attached below are some details.
    1. Trying to protect the .html file through OAM.
    2. Created Application Domain, User identity store as AD
    3. Enabled the 10gWebgate Agent as OAM agent
    4.Created Host Identifier
    5.Created own Authentication Scheme for AD
    6.Created Protected Resource Policy and configured Authentication Scheme.
    We are unable to protect the resource : ResOpNotProtected error is seen.
    Thanks in Advance

    Have you provided all the hostname and port combinations in the Host Identifier?
    What have you configured as Preferred Host in webgate configuration? What is configured in the Host Identifier?
    ~Yagnesh

Maybe you are looking for

  • Interest frequency of Additional Details in Oracle Treasury Transaction

    Dear all, We are using Oracle Treasury. Our client request to input the time deposit with interest payment period so that the system can generate the interest payment per frequency. i.e. a 2 year time deposit with annual interest payment. We found th

  • To make Truck Number Field Mandatory

    Hi, In Delivery creation / Change (VL01N / VL02N),  at item level details , we have Extternal Details button, in this we have Truck number. This fields (OIC_TRUCKN) we can find in LISP table. My requirment is to make this field as Mandatory (i.e to m

  • Iphone 5s mail set up error - The connection to the server failed

    I've had hotmail, gmail, and exchange gmail set up on my new iphone 5 and now 5s but the 5s will not connect with my any of the accounts. I'm hoping to keep the exchange gmail and calendar since they were set up before the support was dropped. How do

  • Finding numbers in recordset.

    Easy one for the experienced guys: I have a record with a list of comma separated values, IE, 1,2,4,6,12,24 or simply 24 I need to write a query where I find all records where the specific number/value I'm looking for is in the list. For example I'm

  • Trying to make USB Windows 7 Install Disk

    Hey so I'm trying to create a USB install disk for windows 7, but the option does not even show up. I have checked all the tutorials and the mian problem is my code does not match. <key>PreUSBBootSupportedModels</key>      <array>                <str