Solution Manager does not get service definitions from SAP in self diagnosi

Hi,
In our production solution manager transaction solution_manager, self diagnosis we are getting a warning message on our development solution manager. 
Solution Manager XXX does not get service definitions from SAP.
The production Solution Manager is the master in SDCCN for the test Solution Manager.  In the test Solution Manager, the scheduled task REFRESH SERVICE DEFINITIONS has task System ID of O01.  It is pointed to RFC destination SDCC_OSS, not the production Solution Manager system.
It gives the same warning if I point the task to the production Solution Manager system.
Has anyone seen this before?  Any ideas?
Best regards,
Russ

Hi,
  i guess have you activated SDCCN from your solution manager system too?
if not please activate. since that setup helps solman retrive the service definitions used in SDCCN from SAP (SAPOSS).so this ultimately allows you to set solution manager system as Master, so all the satellite system get the service definition from solman and do not need a direct SAPOSS connection.
and Please check this Note 1143775 - SAP service content update
the wiki for trouble shoot ["EarlyWatch Alert is Red Flagged - how to resolve" |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=228262728]
please check.
Thanks,
Jansi

Similar Messages

  • Java does not get file list from shared folder in another server.

    Hi,
    I'm using java 1.4.2.16,
    Command below does not get file list.
    import java.io.;*..
    File file = new File("\\\\10.242.22.28\\SapMII");
    File[] files = file.listFiles();
    SapMII folder is Everyone full Control permission.
    How can i solve this problem?
    Thanks.

    Could you please post replies in a more helpful way? Just informing me that it was an NPE doesn't really tell me anything. Post the stacktrace (Exception#printStackTrace()). And the listFile() methods API has this to say:
    Returns null if this abstract pathname does not denote a directory, or if an I/O error occurs.I'm able to run this sample code easily:
    import java.io.File;
    public class TestFileList {
         public static void main(String[] args) {
              File file = new File("\\\\10.40.55.33\\shared");
              File [] files = file.listFiles();
              for(File currentFile: files )
                   System.out.println(currentFile.getName());
    }

  • Applet does not get client certificate from browser (Firefox, IE7)

    I'm writing a web service which runs Tomcat through Apache. One critical requirement is that the service be able to invoke certain device drivers on the end user's machine. Fortunately, there is a Java API for this, so this requirement can be fulfilled using an applet.
    Here's the problem. This is a B2B application, so we're using SSL and requiring client authentication. I'm no web security guru, but I managed to get SSL set up through Apache (with a self-signed certificate for now; we'll get a real one from a real CA when we're ready to go to production). I also managed to set up client authentication by creating my own CA and generating a client certificate, which I then copied to my test client (Win XPSP2) and imported into both Firefox (2.0.0.15) and IE (6.0.2900). The applet is signed with a real certificate, and that causes no problems. And all of the pages for my web service work as expected.
    All except one. The page which is supposed to load the applet pops a dialog stating 'Identification required. Please select certificate to be used for authentication', and presents a list of zero certificates.
    Actually, I get this dialog in Firefox on my XPSP2 box, and also when I test on a Vista Home Premium box running IE 7.0.6000. Puzzlingly, this behavior does NOT occur on my XPSP2 box when running through IE 6.0. It seems that with XPSP2 and IE 6.0, the JVM can manage to obtain the required client certificate from the browser and pass it along to Apache, but the JVM can't do this when running in Firefox or in IE 7.0 on Vista.
    I have gone to the Java Control Panel and verified that the 'Use certificates and keys in browser keystore' option is selected on both boxes.
    I've done a fair amount of research for this (including in this forum) and see that this appears to be a chronic difficulty with applets. What makes it worse is that I don't think I can use the standard workaround, which is to download the applet from a different host/virtual host, because the applet needs to communicate with the web service. Since we have the additional layer of Tomcat container-managed user authentication, the applet needs to be communicating with the server using the same session token as everything else.
    So at this point, I'm stuck. Does anyone know a solution to this problem? Two thoughts (I'm reaching at straws here):
    1) I have the certificate imported in both Firefox and IE as a 'personal' certificate. Is there someplace else I can put it so the JVM will know how to find it? A rather old thread in this forum mentioned something about setting properties in the Java Control Panel, but I see no place in the JCP to specify such properties, so I'm guessing that solution is no longer operative.
    2) I'm using a trick I found on the internet to make the applet load cleanly with both Firefox and IE, namely, I'm using the <OBJECT> tag to specify the applet class and codebase for IE, and then using <COMMENT><EMBED ... /></COMMENT> within the <OBJECT> declaration to specify the information for Firefox. Is there some other way of doing the markup that will give the JVM a hint that it should get a certificate from the browser?
    BTW . . . I would hate to drop support for Firefox, but if someone has an IE-only solution, I'll take it. Unfortunately, I reckon a Firefox-only solution would not fly.
    Thanks all.

    My applet is also signed by a valid certificate. The question of whether the applet is signed/self-signed/unsigned >isn't an issue --- I just wanted you to make sure the Applet runs because it is a know valid Java2 Applet that is 100% signed properly and verified to run.
    This eliminates the possibility that it is a JVM issue. However after reading your message further I am afraid
    it is not relevant to your issue.
    due to the client authentication, my browser (Firefox, IE7) refuses to even download the applet.
    I went to your site, and I can see your applet in both Firefox and IE6. However, I don't believe your site is set up >quite like mine, because it appears I can run your applet whether I have imported your X509 certificate or not. What I >did was:If that is true we are all dead :) No I think you just missed the cert in the IE databse. It doesn't have to be in the
    Applet database to function. Surprise!
    Check your IE/tools/internet options/content tab/certificates/trusted root certification authorities.
    I then opened the Java control panel and verified that the certificate isn't listed there, either. So unless the certificate >is being cached/read from some other location (which could be, this certificate stuff is largely black magic to me), >then your server isn't requiring client authentication, either accidentally or by design.No HyperView is a valid java2 Applet and actually writes to a file "hyperview.dat" though it is probably empty.
    If you click on a component in the view and then on the view and type "dumpgobs" it shoud write out some data about the current graphics objects so you can see it has complete read/write access..
    Further it opens up a complete NIO server ands starts listening for connections on a random port
    (Echoed in your java console) You can connect to it with telnet and watch impressive ping messages all day :)
    This all goes back to a few years BTW back before there was a plugin and there was only Netscape & IE.
    There are actually 2 certificate databases and what loads where depends on which type of cert you are using. Now self signed or not doesn't matter but what does matter is the type of certificate. IE: is it RSA/DSA/Sha1
    etc. The Netscape DB was a Berkley DB and MS used whatever they use. The Cert is a DSA/Sha1 cert
    which I like the best ATM as it (X fingers it stays so) always has worked.
    Sadly that tidbit doesn't help you either I am afraid.
    What I'm trying to do is require client authentication through Apache by including the following markup in a virtual >host definition:
    SSLCACertificateFile D:/Certificates/ca.crt
    SSLVerifyClient require
    SSLVerifyDepth 1You got me there I avoid markup at all costs and only code in C java and assembler :)
    Now unless I am wrong I think you are saying that you want the Applet to push the certificate to the server
    automatically and I don't think this happens. Least I have never heard of this happening from an Applet automatically.
    On my client machine, I have a certificate which was generated using OpenSSL and the ca.crt file listed. Testing >shows that the server is requiring a certificate from the client, and the web browser is always providing it.
    The problem is that when the browser fires up the Java plugin to run an applet, there is not sufficient communication >between the browser and the plugin so that the plugin can obtain the certificate from the browser and provide it to >the server.
    So the server refuses to send the applet bytecode to the JVM, and we're stuck.In terms of implementation ease I think you may have the cart before the horse because I think it would be far easier to run an Applet in the first place to do the authentication, and then send, for example, a jar file to bootstrap and run
    (or some classes) in the event the connection is valid. Then again one never knows it all and there may be some classes which enables the plugin as you wish. I have never heard of this being done with the plugin the way you suggest.
    I am thinking maybe there is another method of doing this I do not know.
    Did you try pushing the cert via JavaScript/LIveConnect?? That way it could run before the Applet and do the authentication.
    Maybe someone else has other ideas; did you try the security forum??
    Sorry but I am afraid that is not much help.
    I did snarf this tidbit which may have some relevance
    The current fix for this bug in Mantis and 1.4.1_02 is using JSSE API, Here are the step:
    In Java control panel, Advanced tab -> Java Runtime Parameters, specify:
    -Djavax.net.ssl.keyStore=<name and path to client keystore file>
    -Djavax.net.ssl.keyStorePassword=<password to access this client keystore file>
    If it is a PKCS12 format keystore, specify:
    -Djavax.net.ssl.keyStoreType=PKCS12
    In our future JRE release 1.5, we will create our own client authentication keystore file for JPI and use that for client authentication, for detail info, please see RFE 4797512.
    Dennis
    Posted Date : 2005-07-28 19:55:50.0Good Luck!
    Sincerely:
    (T)
    Edited by: tswain on 23-Jul-2008 10:07 AM

  • Solution Manager Does not start

    Dear All,
    I am not able to connect to Solution Mnager through SAP GUI, So I have stop the Server from SAP Management Console.
    After that when I tried to start, it didn't start. Oracle Database is started and running.
    So I have restart the Machine. After that I am not able to my SYSTEM ID on SAP Management Console.
    Manualy also I am not able to start. Oracle Database is started.
    Thanking in Advance.
    Nirav

    Dear Uday,
    Thanks for your reply.
    1. Logon pad information is correct.
    2. listener is also running. I h ave checked status
    3. no log is generated.
    In event view, when I tried to start service, it shows following error :
    "The SAPSM2_01 service failed to start due to the following error:
    The system cannot find the file specified.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    Thanks
    Nirav

  • IVew does not gets personal no from MSS TeamViewer.

    Hi Experts,
    I have a page in which I have Teamviewer and another iView. The first time the page loads the pesonal number is fetched from the teamviewer and passed to the iView but when i click the second selection (employee) next time from the teamViewer, nothing changes, the data remains the same in the iView. I have figured out that first time the page loads, the personal no is passed to the iView from the teamviewer, but on every subsequent selection, my method (below) does not return the personal no of the employee that has been selected from the teamviewer.
    protected String getPerNo() {
    String perno = null;
    try
    CKey cKey = CKey.retrieve(this, request, "P ");
    request.getServletRequest().setAttribute("cKey", cKey);
    perno = cKey.getObjectID();
    temp = perNo;
    cpCvBean.setTemp(temp);
    if(perno == null)
    throw new CpCvException("Unable to retrieve Personnel Number from Teamviewer");
    catch(CpCvException me)
    message = me.getMessage();
    processError(message, me);
    catch(Exception e)
    message = e.getMessage();
    processError(message, e);
    return perno;
    The codes are as following :
    component----
    import com.sapportals.htmlb.page.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    import com.sap.pct.hcm.orgmanagementeventing.CKey;
    import com.sapportals.portal.prt.session.*;
    import java.math.*;
    import java.util.*;
    import java.util.Calendar;
    import com.sapportals.portal.prt.service.jco.IJCOClientService;
    import com.sap.mw.jco.JCO;
    import com.sapportals.portal.prt.service.jco.IJCOClientPoolEntry;
    import com.sap.mw.jco.IFunctionTemplate;
    import com.sap.mw.jco.IRepository;
    public class CpCv extends PageProcessorComponent {
         public DynPage getPage(){
              return new CpCvDynPage();
         public static class CpCvDynPage extends JSPDynPage{
              private CpCvBean cpCvBean = null;
              private CpCvErrorBean cpCvErrorBean = null;
              protected IPortalComponentRequest request;
              protected IPortalComponentSession session;
              protected IPortalComponentContext context;
              protected IPortalComponentProfile profile;
              protected String message = "";
              protected String perNo = "No Data";
              protected String userId;
              protected String sapSystem;
              private final static int INITIAL_STATE = 0;   
              private final static int OUTPUT_STATE = 1;
              private final static int ERROR_STATE = 2; 
              private int state = INITIAL_STATE;
              // variabler for test
              private boolean gender=true;
              JCO.Function function = null;
              protected String temp = "saurabh";
              public void doInitialization(){
                   System.out.println("cpCv - Code is rendered: " + Calendar.getInstance().getTime().toString());
                   state = INITIAL_STATE;
                   getPortalParams();
                   perNo = getPerNo();
                   cpCvBean = new CpCvBean();
                   cpCvErrorBean = new CpCvErrorBean();
                   session.putValue("cpCvBean", cpCvBean);
                   session.putValue("cpCvErrorBean", cpCvErrorBean);
                   // fill your bean with data here...
                   connect();
              }// end doInitialization
              protected void getPortalParams() {
                   request = (IPortalComponentRequest) this.getRequest();          
                   session = request.getComponentSession();
                   context = request.getComponentContext();
                   if (request.getParameter("PERNR") != null) {
                        perNo = request.getParameter("PERNR");
                   profile = context.getProfile();
                   IUserContext userContext = request.getUser();
                   userId = userContext.getUserId();
                   sapSystem = profile.getProperty("SystemId");
                   System.out.println("cpCv - Sapsystem is: " + sapSystem);
                   System.out.println("cpCv - For signum " + userId + " we got personal number " + perNo);
              }// end getPortaParams
              protected String getPerNo() {
                   String perno = null;
                   try
                        CKey cKey = CKey.retrieve(this, request, "P ");
                        request.getServletRequest().setAttribute("cKey", cKey);
                        perno = cKey.getObjectID();
                        temp = perNo;
                        cpCvBean.setTemp(temp);
                        if(perno == null)
                             throw new CpCvException("Unable to retrieve Personnel Number from Teamviewer");
                   catch(CpCvException me)
                        message = me.getMessage();
                        processError(message, me);
                   catch(Exception e)
                        message = e.getMessage();
                        processError(message, e);
                   return perno;
              protected void connect() {
                   getPortalParams();
          //-----------data fetched from backend system
              }// end processError
         }// end class cpCvDynPage
    }// end class cpCv
    jsp----
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <%@ page import="com.sapportals.htmlb.*" %>
    <%@ page import="com.sapportals.htmlb.enum.*" %>
    <%@ page import="com.saurabh.pct.hcm.CpCvBean" %>
    <%@ page import="com.sapportals.htmlb.htmlcontainer.*"%>
    <jsp:useBean id="cpCvBean" scope="session" class="com.saurabh.pct.hcm.CpCvBean" />
    <hbj:content id="cvContext" >
         <hbj:page title="PageTitle">
              <%
                   // targetURL is the URL to this page, at this position in the portal object model
                   String targetURL = componentRequest.createComponentURL(componentRequest.getNode(), null);
                   // build unique java script function name - this way we never collide with anybody else...
                   String jsFunctionName = "ecfForm_" + componentRequest.getComponentContext().getValue("COMPONENT_ID");
              %>
              <%
                   // clearButtonId holds the ID of the clear Button
                   String clearButtonId = null;
                out.println("perno1 = " + cpCvBean.perNo);
              %>     
              <hbj:form id="cvFormId" >
                   <%
                   FormLayout fl01 = new FormLayout();
                   cvFormId.addComponent(fl01);
                   fl01.setWidth("600px");
                   fl01.setDebugMode(false);
                   FormLayoutRow row01 = fl01.addRow();
                   row01.setPaddingTop("10px");
                   row01.setPaddingBottom("5px");
                   Image i011 = new Image(cpCvBean.getLogoURL(), "Picture logo_116px.gif");
                   i011.setWidth("118px");
                   i011.setHeight("26px");
                   i011.setAlt("logo");
                   TextView tv011 = new TextView ("tv011");
                   tv011.setEncode(false);
                   tv011.setText("<font size="+2"></font>");
                   FormLayoutCell cell011 = fl01.addComponent(1,1, i011);
                   cell011.setHorizontalAlignment(CellHAlign.LEFT);
                   cell011.setPaddingLeft("5px");
                   FormLayoutCell cell012 = fl01.addComponent(1,2, tv011);
                   cell012.setHorizontalAlignment(CellHAlign.RIGHT);
                   FormLayoutRow row02 = fl01.addRow();
                   row02.setPaddingTop("5px");
                   row02.setPaddingBottom("30px");
                   TextView tv012 = new TextView ("tv012");
                   tv012.setEncode(false);
                   tv012.setText("<font size="+1"><b>Details</b></font>");
                   FormLayoutCell cell021 = fl01.addComponent(2,2, tv012);
                   cell021.setHorizontalAlignment(CellHAlign.RIGHT);
                   FormLayout fl0 = new FormLayout();
                   cvFormId.addComponent(fl0);
                   fl0.setWidth("600px");
                   fl0.setDebugMode(false);
                   FormLayoutRow row001 = fl0.addRow();
                   FormLayout fl15 = new FormLayout();
                   fl15.setWidth("110px");
                   fl15.setDebugMode(false);
                   FormLayoutRow row151 = fl15.addRow();
                   //row151.setPaddingTop("10px");
                   //row151.setPaddingBottom("5px");
              </hbj:form>
              <script language="JavaScript">
                   EPCM.subscribeEvent( "urn:com.sap.pct.hcm.orgmanagement:CurrentObject", "objectChanged", <%=jsFunctionName%> );
                       function <%=jsFunctionName%> ( evt ) {
                        document.all.<%=clearButtonId%>.click();
              </script>
         </hbj:page>
    </hbj:content>
    portalapp.xml----
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="ClassLoadingPolicy" value="5.0"/>
        <property name="DeploymentPolicy" value="5.0"/>
        <property name="AuthenticationPolicy" value="5.0"/>
        <property name="ServicesReference" value="htmlb, jco, jcoclient, landscape"/>
        <property name="SharingReference" value="com.sap.pct.hcm.orgmanagementeventing, com.sap.pct.hcm.hcm_util"/>
      </application-config>
      <components>
        <component name="default">
          <component-config>
            <property name="ClassName" value="com.saurabh.pct.hcm.CpCv"/>
            <property name="SecurityZone" value="com.sap.portal.ep50/ep50_safety"/>
          </component-config>
          <component-profile>
            <property name="FMQualMp" value="Z_HR_GET_QUAL_MP_CV"/>
            <property name="FMPhoto" value="ZHRWPC_RFC_EP_READ_PHOTO_URI"/>
            <property name="FMPersData" value="Z_H_MP_READ_INFTY_CV"/>
            <property name="SystemId" value="SAP_R3_HumanResources"/>
            <property name="FMQual" value="Z_HR_GET_QUAL_NEW"/>
            <property name="QualGroup" value="30000362"/>
            <property name="QualGroup1" value="30561390"/>
            <property name="FMPosDesc" value="Z_READ_POSDESC_NEW"/>
            <property name="LangSkills" value="30000847"/>
            <property name="FM9990" value="Z_GET_PERS_IT9990"/>
            <property name="FMABTME" value="Z_EES_GET_ABOUT_ME2"/>
            <property name="FM9991" value="Z_GET_PERS_IT9991"/>
            <property name="FMEVTS" value="Z_GET_PERS_ATTEND"/>
            <property name="PAR_DEPENDENCIES" value="com.sap.pct.hcm.orgmanagementeventing,com.sap.pct.hcm.hcm_util"/>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
              <property name="inheritance" value="final"/>
            </property>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

    Hi Saurabh,
    Were you able to solve this issue ? We r also facing the same problem. Pls suggest.
    Thanks and Regards,
    Vinod Venugopal

  • Logic App does not get Swagger Data from API App

    I'm following the tutorial here: http://azure.microsoft.com/en-us/documentation/articles/app-service-dotnet-deploy-api-app/
    I successfully added the API app, but when I add it to a Logic App, it gives the error: "Error fetching swagger api definition. Please try again."
    What is going on? I know the swagger is working properly, because I'm able to consume it from the API app.
    Thanks,

    I have the same issue. Those links don't help and you really have not answered the question.
    I'm using the basic WebApi service that is created by visual studio (plain vanilla string inputs/outputs for all the Http Verbs). The swagger works correctly, but when I deploy to my logic app I get:
    If I browse to the Api App itself I can see the swagger definitions working correctly but there is indeed a red validation warning. If I click the link, however, the validator returns Http 500 Internal Server Error.
    There is some talk on stackoverflow that this is to do with the https certificate that MS is using, and sure enough, if I download the swagger output from the Api App and upload it to a plain http url on another site, it validates correctly.
    So: this seems insoluble. The swagger is correct, but is failing validation, and the Api App cannot be consumed by the logic app.
    Here is the Api App endpoint showing the error: https://microsoft-apiapp4b8b7674e41e4a8f905a2d8b1e4a745b.azurewebsites.net/swagger/ui/index
    And here is the swagger from https://microsoft-apiapp4b8b7674e41e4a8f905a2d8b1e4a745b.azurewebsites.net:443/swagger/docs/v1 
    {"swagger":"2.0","info":{"version":"v1","title":"PE-Services-Idml"},"host":"microsoft-apiapp4b8b7674e41e4a8f905a2d8b1e4a745b.azurewebsites.net:443","schemes":["https"],"paths":{"/api/ToEpl":{"get":{"tags":["ToEpl"],"operationId":"ToEpl_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}}},"deprecated":false},"post":{"tags":["ToEpl"],"operationId":"ToEpl_Post","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"value","in":"body","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No
    Content"}},"deprecated":false}},"/api/ToEpl/{id}":{"get":{"tags":["ToEpl"],"operationId":"ToEpl_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"deprecated":false},"put":{"tags":["ToEpl"],"operationId":"ToEpl_Put","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"value","in":"body","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No
    Content"}},"deprecated":false},"delete":{"tags":["ToEpl"],"operationId":"ToEpl_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No
    Content"}},"deprecated":false}}},"definitions":{}}

  • SWNC_COLLECTOR_GET_AGGREGATES does not get all data from ST03

    Hi guys,
    we are using SWNC_COLLECTOR_GET_AGGREGATES to retrieve details from ST03, however not all details are retrieved.
    Please advice.
    Thanks!

    Hi,
    Please go through link below
    [Thread|SWNC_COLLECTOR_GET_AGGREGATES;
    KR Jaideep,

  • Routine does not get its value from: quantity* net price

    Dear all,
    I have a problem with routine. Could you suggest me any solution for it.
    If quantity =1 there is no problem. But if quantity different than 1 routine still calculates as quantity 1.
    What migh be problem here?
    I have routine as:xkwert = xworkk - xworki.
    I assigned it YODI condition.
    To give an example: xkwert = xworkk - xworki.
    NETW                                              200,00
    OWST                         16,00
         Sub Total                               216,00 = XWORKK
    YOFI                         100,00 =XWORKI
    YODI                                                   8,00 =XKWERT*Here routine calculates as XWORKK=108 and XWORKI= 100.
    How can  I fix it?
    Kind Regards,
    Edited by: Fsmehmet on May 13, 2011 7:02 AM

    Dear Amit,
    My routine: xkwert = xworkk - xworki. And it works when quantity is 1.
    But when quantity is different then one, calclation is wrong.
    For example;
    Quantity=2 Net Price=100 And NETW=2100=200*
    OWST 16,00
    Sub Total 216,00 = XWORKK
    YOFI 100,00 =XWORKI
    YODI 8,00 =XKWERT*Here routine calculates as XWORKK=108 and XWORKI= 100.
    Regards,

  • FCP Kona Card does not get input from FCP??

    Kona card LHE. Had it working just fine but I did something goofy and the Kona control panel does not get an input from FCP. Open to any and all suggestions.
    Thanks
    John

    but I did something goofy.........Open to any and all suggestions.
    Figure out what you did goofy and then do the opposite.
    Seriously, what have you done to troubleshoot this? There's any number of goofy things that you could do that may result in this issue. I'd start with reading the Kona manual and the rather extensive part in FCP about external monitoring.

  • SA520W does not get IP on optional WAN

    We are using a SA520W as our primary router and have a fiber connection attached to the default WAN interface. We would like to improve our uptime using a secondary internet connection on the optional WAN interface.
    We have bought a dovado tiny 4g router for this other connection. It acts as a dhcp server but the Cisco router does not get an IP from the dovado router. The router works as expected when connected to a normal computer. But somehow the cisco router doesnt get an IP.
    I have also tried to set a static IP for the Cisco router but that didn't help either. The dovado router is setup do deliver ip in the range 192.168.0.2-254
    Link is up but WAN state is Down. Any ideas?

    Hello Christian,
    What is the port configuration settings, set to 10/100/1000 Half or Full. If Auto try manually changing. Also you can try to clone the mac address, or set the mdi/mdix settings on the G4 router if possible.
    Cisco Small Business Support Center
    Randy Manthey
    CCNA, CCNA - Security

  • EWS/Services.wsdl does not contain a definition for ConnectingSID.ItemElementName in Exchange 2013

    We're using EWS (unmanaged) in a .NET app to access Exchange Server.  After moving from 2010 to a server with Exchange 2013 and updating the web reference, I get error messages stating ConnectingSIDType does not contain a definition
    for ItemElementName or PrimarySmtpAddress. 
    If I point the ExchangeServiceBinding object url to the new server, but do NOT update the web reference to the new server, everything still works.   How do we fix this issue?  The 2010 Exchange server will go away within a few days.

    This is the 2010 version
    public partial class ConnectingSIDType {
    private string itemField;
    private ItemChoiceType itemElementNameField;
    /// <remarks/>
    [System.Xml.Serialization.XmlElementAttribute("PrimarySmtpAddress", typeof(string))]
    [System.Xml.Serialization.XmlElementAttribute("PrincipalName", typeof(string))]
    [System.Xml.Serialization.XmlElementAttribute("SID", typeof(string))]
    [System.Xml.Serialization.XmlElementAttribute("SmtpAddress", typeof(string))]
    [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
    public string Item {
    get {
    return this.itemField;
    set {
    this.itemField = value;
    /// <remarks/>
    [System.Xml.Serialization.XmlIgnoreAttribute()]
    public ItemChoiceType ItemElementName {
    get {
    return this.itemElementNameField;
    set {
    this.itemElementNameField = value;
    2013 version
    public partial class ConnectingSIDType {
    private object itemField;
    /// <remarks/>
    [System.Xml.Serialization.XmlElementAttribute("PrimarySmtpAddress", typeof(PrimarySmtpAddressType))]
    [System.Xml.Serialization.XmlElementAttribute("PrincipalName", typeof(PrincipalNameType))]
    [System.Xml.Serialization.XmlElementAttribute("SID", typeof(SIDType))]
    [System.Xml.Serialization.XmlElementAttribute("SmtpAddress", typeof(SmtpAddressType))]
    public object Item {
    get {
    return this.itemField;
    set {
    this.itemField = value;
    And here is the impersonation code
    ExchangeImpersonationType impersonate = new ExchangeImpersonationType();
    impersonate.ConnectingSID = new ConnectingSIDType();
    impersonate.ConnectingSID.Item = _email;
    impersonate.ConnectingSID.ItemElementName = ItemChoiceType.PrimarySmtpAddress;
    this.ExchangeService.ExchangeImpersonation = impersonate;
    ConnectingSID.ItemElementName doesn't exist in the 2013 version.   Is there a different way to do impersonation without going to the managed API?
     

  • Just completed a clean install of CS6 Photoshop on my Yosemite Mac Book Pro and the Adobe Application Manager does not work and cannot install a fresh copy from Adobe

    Just re-installed a fresh copy of CS6 Photoshop on my Yosemite Mac Book Pro and somehow the Adobe Application Manager does not work and therefore cannot verify my copy.  What should I do?
    I get a message saying that Adobe Application Manager may be damaged and that I should install a new version of AAM.  But after downloading a fresh copy of AAM and doing the install, the program (AAM) still will not install.  It is like an infinite loop!
    Please, someone help!
    Thanks!

    HI gener7!
    I'm sorry but I am not on Creative Cloud.  I'm still on CS6 and it was the Adobe Application Manager that wasn't working and I could not install the update to this application.  My AAM version is:  8.0.0160
    The link you provided was the update that I wanted to install but it does not work.  A window shows up during that install that says:
    We've encountered the following issues.
    Installer failed to initialize.  Please download Adobe Support Advisor to detect the problem.
    and then the link to the Adobe Support Advisor which leads to a "Adobe Support Advisor has been discontinued" page.
    Thanks!

  • I can't get my password manager working. It remembers passwords for websites but when I enter in a new password (because this had to be changed) or when I have a new username + PW that I wish to save, the password manager does not appear.

    I can't get my password manager working. It remembers passwords for websites but when I enter in a new password (because this had to be changed) or when I have a new username + PW that I wish to save, the password manager does not appear.

    If you updated your existing account then try logging out of it on the iPhone by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad.
    If you created a new account then you can log out of the old account and in with the new one as above, but any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can re-download its content and download updates to its apps.

  • HT3131 westinghouse SK-261H735S does not get signal from my MACBOOK PRO

    My tv (westinghouse SK-261H735s does not get signal from my Macbook Pro, can anyone help?

    My tv (westinghouse SK-261H735s does not get signal from my Macbook Pro, can anyone help?

  • I have PS CS5. It does not recognize .CR2 files from my new Canon PowerShot SX50HS camera. Can I update my CR plugin? To what version? Where can I get it?

    I have PS CS5. It does not recognize .CR2 files from my new Canon PowerShot SX50HS camera. Can I update my CR plugin? To what version? Where can I get it?

    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    Mylenium

Maybe you are looking for

  • How to disable email option when creating a form

    I am creating a pdf flyer in either Pro or LiveCycle. And I want to provie a space for people to enter their personal information (form fields). I want them to be able to save this and print it. I don't want to give them a submit option (to send via

  • Windows Server 2003 Active Directory Replication Issue

    Dear Friends, Few days before my Primary Domain controller was crased, so i restored 1 month old full server image. But issue is after restoration replication  between domain controller is not working. Error message on DC2: Target Principal Name is i

  • Addressbook sorts coporate on first name

    Hi, In UWC, coporate members found through the addressbook search are not sorted by their Lastname, but by their Firstname. This is quite annoying when you have a long list and you try to find somebody you most probably only know by Lastname. Test: u

  • Pb importing already-existing pages - ORA-01403: no data found

    Hi, I get an issue when trying to import a page already existing on my target environment. The problem does not occur during the import, but when trying to edit the page, once imported. I get the following error message: Error: ORA-01403: no data fou

  • Date Deviates Problem

    Hi all, In AP Invoice, we will post the transaction date in 30 January 2008 at this month 07 Pebruary 2008. If I filled in AP Invoice --> Posting Date 30 January 2008 and click Add, the error message screen appeared is "Date Deviates From Permissible