NSX  Manager return 400 "Invalid SecurityCertificate"

I had deployed a environment with NSX + vSphere + OpenStack. I'm not use VOVA, OpenStack is deployed by RDO.
I have modify neutron configuration and nsx.ini in controller node,  nova.conf in nova-compute node.
When I use OpenStack dashboard to create a vm, in neutron-server.log:
NSX Manager return 400, I checked code, this means  Invalid SecurityCertificate.
What's reason for this?
what does this error info mean, Is it caused by security group of port?
Server Error Message: LogicalSwitchPortConfig.security_profiles.$item.0: LogicalSwitchPortConfig.security_profiles.$arrayitems: must be an RFC 4122 UUID
Errror log paste here:
2015-01-13 08:49:46.712 15498 ERROR neutron.plugins.vmware.api_client.client [req-12735c8d-74fa-46ba-8f48-a692cd5596de None] Received error code: 400
2015-01-13 08:49:46.713 15498 ERROR neutron.plugins.vmware.api_client.client [req-12735c8d-74fa-46ba-8f48-a692cd5596de None] Server Error Message: LogicalSwitchPortConfig.security_profiles.$item.0: LogicalSwitchPortConfig.security_profiles.$arrayitems: must be an RFC 4122 UUID
2015-01-13 08:49:46.716 15498 ERROR NeutronPlugin [-] An exception occurred while creating the neutron port 52321fbe-227d-4bea-885c-12a140151785 on the NSX plaform
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin Traceback (most recent call last):
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 453, in _nsx_create_port
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     True)
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 414, in _nsx_create_port_helper
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     port_data.get(addr_pair.ADDRESS_PAIRS))
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/nsxlib/switch.py", line 351, in create_lport
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     cluster=cluster)
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/nsxlib/__init__.py", line 96, in do_request
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     res = cluster.api_client.request(*args)
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/api_client/client.py", line 119, in request
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     exception.ERROR_MAPPINGS[status](response)
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/api_client/exception.py", line 83, in fourZeroZero
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin     raise BadRequest()
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin BadRequest: The server is unable to fulfill the request due to a bad syntax
2015-01-13 08:49:46.716 15498 TRACE NeutronPlugin
2015-01-13 08:49:46.717 15498 ERROR NeutronPlugin [-] Unable to create port or set port attachment in NSX.
2015-01-13 08:49:46.727 15498 ERROR neutron.api.v2.resource [req-12735c8d-74fa-46ba-8f48-a692cd5596de None] create failed
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource Traceback (most recent call last):
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/api/v2/resource.py", line 87, in resource
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     result = method(request=request, **args)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/api/v2/base.py", line 448, in create
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     obj = obj_creator(request.context, **kwargs)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 1206, in create_port
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     self._delete_port(context, neutron_port_id)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/excutils.py", line 82, in __exit__
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     six.reraise(self.type_, self.value, self.tb)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 1190, in create_port
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     port_create_func(context, port_data)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 468, in _nsx_create_port
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     lport and lport['uuid'])
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 430, in _handle_create_port_exception
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     LOG.exception(msg)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/openstack/common/excutils.py", line 82, in __exit__
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     six.reraise(self.type_, self.value, self.tb)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 453, in _nsx_create_port
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     True)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/plugins/base.py", line 414, in _nsx_create_port_helper
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     port_data.get(addr_pair.ADDRESS_PAIRS))
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/nsxlib/switch.py", line 351, in create_lport
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     cluster=cluster)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/nsxlib/__init__.py", line 96, in do_request
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     res = cluster.api_client.request(*args)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/api_client/client.py", line 119, in request
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     exception.ERROR_MAPPINGS[status](response)
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource   File "/usr/lib/python2.6/site-packages/neutron/plugins/vmware/api_client/exception.py", line 83, in fourZeroZero
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource     raise BadRequest()
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource BadRequest: The server is unable to fulfill the request due to a bad syntax
2015-01-13 08:49:46.727 15498 TRACE neutron.api.v2.resource

Ah, Ok.  It looks like the detailed message from NSX is actually buried higher in the stack trace:
ERROR neutron.plugins.vmware.api_client.client [req-12735c8d-74fa-46ba-8f48-a692cd5596de None] Server Error Message: LogicalSwitchPortConfig.security_profiles.$item.0: LogicalSwitchPortConfig.security_profiles.$arrayitems: must be an RFC 4122 UUID 
I'll ping someone on the dev team to see if they have a suggestion.  Btw, can you send me a private message indicating which VMware account team you are working with so that we can pull in the right folks?

Similar Messages

  • IOS Mobile Device Management - The SCEP server returned an invalid response

    I am in the process of writing an open source iOS mobile device management module in Java. For this I am referring the Apple provided Ruby code at [1]. I have set this up and it works fine for me. Now I need to convert this code to Java. So far I have accomplished to do that up to PKIOperation. In the PKI operation I get "The SCEP server returned an invalid response" which I believe is due to wrong response I sent to device upon PKIOperation.
    However when I do search on the internet I get this is something to do with the "maxHttpHeaderSize" as I am using the server as Apache Tomcat. Although I increase that since still it does not get resolved.
    Here is the code I need to convert - taken from Apple provided Ruby script
    if query['operation'] == "PKIOperation"
        p7sign = OpenSSL::PKCS7::PKCS7.new(req.body)
        store = OpenSSL::X509::Store.new
        p7sign.verify(nil, store, nil, OpenSSL::PKCS7::NOVERIFY)
        signers = p7sign.signers
        p7enc = OpenSSL::PKCS7::PKCS7.new(p7sign.data)
        csr = p7enc.decrypt(@@ra_key, @@ra_cert)
        cert = issueCert(csr, 1)
        degenerate_pkcs7 = OpenSSL::PKCS7::PKCS7.new()
        degenerate_pkcs7.type="signed"
        degenerate_pkcs7.certificates=[cert]
        enc_cert = OpenSSL::PKCS7.encrypt(p7sign.certificates, degenerate_pkcs7.to_der,
            OpenSSL::Cipher::Cipher::new("des-ede3-cbc"), OpenSSL::PKCS7::BINARY)
        reply = OpenSSL::PKCS7.sign(@@ra_cert, @@ra_key, enc_cert.to_der, [], OpenSSL::PKCS7::BINARY)
        res['Content-Type'] = "application/x-pki-message"
        res.body = reply.to_der
    end
    So this is how I written this in Java using Bouncycastle library.
    X509Certificate generatedCertificate = generateCertificateFromCSR(
                    privateKeyCA, certRequest, certCA.getIssuerX500Principal()
                            .getName());
            CMSTypedData msg = new CMSProcessableByteArray(
                    generatedCertificate.getEncoded());
            CMSEnvelopedDataGenerator edGen = new CMSEnvelopedDataGenerator();
            edGen.addRecipientInfoGenerator(new JceKeyTransRecipientInfoGenerator(
                    receivedCert).setProvider(AppConfigurations.PROVIDER));
            CMSEnvelopedData envelopedData = edGen
                    .generate(
                            msg,
                            new JceCMSContentEncryptorBuilder(
                                    CMSAlgorithm.DES_EDE3_CBC).setProvider(
                                    AppConfigurations.PROVIDER).build());
            CMSSignedDataGenerator gen = new CMSSignedDataGenerator();
            ContentSigner sha1Signer = new JcaContentSignerBuilder(
                    AppConfigurations.SIGNATUREALGO).setProvider(
                    AppConfigurations.PROVIDER).build(privateKeyRA);
            List<X509Certificate> certList = new ArrayList<X509Certificate>();
            CMSTypedData cmsByteArray = new CMSProcessableByteArray(
                    envelopedData.getEncoded());
            certList.add(certRA);
            Store certs = new JcaCertStore(certList);
            gen.addSignerInfoGenerator(new JcaSignerInfoGeneratorBuilder(
                    new JcaDigestCalculatorProviderBuilder().setProvider(
                            AppConfigurations.PROVIDER).build()).build(
                    sha1Signer, certRA));
            gen.addCertificates(certs);
            CMSSignedData sigData = gen.generate(cmsByteArray, true);
            return sigData.getEncoded();
    The returned result here will be output in to the servlet output stream with the content type "application/x-pki-message".
    It seems I get the CSR properly and I generate the X509Certificate using following code.
    public static X509Certificate generateCertificateFromCSR(
            PrivateKey privateKey, PKCS10CertificationRequest request,
            String issueSubject) throws Exception {
        Calendar targetDate1 = Calendar.getInstance();
        targetDate1.setTime(new Date());
        targetDate1.add(Calendar.DAY_OF_MONTH, -1);
        Calendar targetDate2 = Calendar.getInstance();
        targetDate2.setTime(new Date());
        targetDate2.add(Calendar.YEAR, 2);
        // yesterday
        Date validityBeginDate = targetDate1.getTime();
        // in 2 years
        Date validityEndDate = targetDate2.getTime();
        X509v3CertificateBuilder certGen = new X509v3CertificateBuilder(
                new X500Name(issueSubject), BigInteger.valueOf(System
                        .currentTimeMillis()), validityBeginDate,
                validityEndDate, request.getSubject(),
                request.getSubjectPublicKeyInfo());
        certGen.addExtension(X509Extension.keyUsage, true, new KeyUsage(
                KeyUsage.digitalSignature | KeyUsage.keyEncipherment));
        ContentSigner sigGen = new JcaContentSignerBuilder(
                AppConfigurations.SHA256_RSA).setProvider(
                AppConfigurations.PROVIDER).build(privateKey);
        X509Certificate issuedCert = new JcaX509CertificateConverter()
                .setProvider(AppConfigurations.PROVIDER).getCertificate(
                        certGen.build(sigGen));
        return issuedCert;
    The generated certificate commonn name is,
    Common Name: mdm(88094024-2372-4c9f-9c87-fa814011c525)
    Issuer: mycompany Root CA (93a7d1a0-130b-42b8-bbd6-728f7c1837cf), None
    [1] - https://developer.apple.com/library/ios/documentation/NetworkingInternet/Concept ual/iPhoneOTAConfiguration/Introduction/Introduction.html

    I am in the process of writing an open source iOS mobile device management module in Java. For this I am referring the Apple provided Ruby code at [1]. I have set this up and it works fine for me. Now I need to convert this code to Java. So far I have accomplished to do that up to PKIOperation. In the PKI operation I get "The SCEP server returned an invalid response" which I believe is due to wrong response I sent to device upon PKIOperation.
    However when I do search on the internet I get this is something to do with the "maxHttpHeaderSize" as I am using the server as Apache Tomcat. Although I increase that since still it does not get resolved.
    Here is the code I need to convert - taken from Apple provided Ruby script
    if query['operation'] == "PKIOperation"
        p7sign = OpenSSL::PKCS7::PKCS7.new(req.body)
        store = OpenSSL::X509::Store.new
        p7sign.verify(nil, store, nil, OpenSSL::PKCS7::NOVERIFY)
        signers = p7sign.signers
        p7enc = OpenSSL::PKCS7::PKCS7.new(p7sign.data)
        csr = p7enc.decrypt(@@ra_key, @@ra_cert)
        cert = issueCert(csr, 1)
        degenerate_pkcs7 = OpenSSL::PKCS7::PKCS7.new()
        degenerate_pkcs7.type="signed"
        degenerate_pkcs7.certificates=[cert]
        enc_cert = OpenSSL::PKCS7.encrypt(p7sign.certificates, degenerate_pkcs7.to_der,
            OpenSSL::Cipher::Cipher::new("des-ede3-cbc"), OpenSSL::PKCS7::BINARY)
        reply = OpenSSL::PKCS7.sign(@@ra_cert, @@ra_key, enc_cert.to_der, [], OpenSSL::PKCS7::BINARY)
        res['Content-Type'] = "application/x-pki-message"
        res.body = reply.to_der
    end
    So this is how I written this in Java using Bouncycastle library.
    X509Certificate generatedCertificate = generateCertificateFromCSR(
                    privateKeyCA, certRequest, certCA.getIssuerX500Principal()
                            .getName());
            CMSTypedData msg = new CMSProcessableByteArray(
                    generatedCertificate.getEncoded());
            CMSEnvelopedDataGenerator edGen = new CMSEnvelopedDataGenerator();
            edGen.addRecipientInfoGenerator(new JceKeyTransRecipientInfoGenerator(
                    receivedCert).setProvider(AppConfigurations.PROVIDER));
            CMSEnvelopedData envelopedData = edGen
                    .generate(
                            msg,
                            new JceCMSContentEncryptorBuilder(
                                    CMSAlgorithm.DES_EDE3_CBC).setProvider(
                                    AppConfigurations.PROVIDER).build());
            CMSSignedDataGenerator gen = new CMSSignedDataGenerator();
            ContentSigner sha1Signer = new JcaContentSignerBuilder(
                    AppConfigurations.SIGNATUREALGO).setProvider(
                    AppConfigurations.PROVIDER).build(privateKeyRA);
            List<X509Certificate> certList = new ArrayList<X509Certificate>();
            CMSTypedData cmsByteArray = new CMSProcessableByteArray(
                    envelopedData.getEncoded());
            certList.add(certRA);
            Store certs = new JcaCertStore(certList);
            gen.addSignerInfoGenerator(new JcaSignerInfoGeneratorBuilder(
                    new JcaDigestCalculatorProviderBuilder().setProvider(
                            AppConfigurations.PROVIDER).build()).build(
                    sha1Signer, certRA));
            gen.addCertificates(certs);
            CMSSignedData sigData = gen.generate(cmsByteArray, true);
            return sigData.getEncoded();
    The returned result here will be output in to the servlet output stream with the content type "application/x-pki-message".
    It seems I get the CSR properly and I generate the X509Certificate using following code.
    public static X509Certificate generateCertificateFromCSR(
            PrivateKey privateKey, PKCS10CertificationRequest request,
            String issueSubject) throws Exception {
        Calendar targetDate1 = Calendar.getInstance();
        targetDate1.setTime(new Date());
        targetDate1.add(Calendar.DAY_OF_MONTH, -1);
        Calendar targetDate2 = Calendar.getInstance();
        targetDate2.setTime(new Date());
        targetDate2.add(Calendar.YEAR, 2);
        // yesterday
        Date validityBeginDate = targetDate1.getTime();
        // in 2 years
        Date validityEndDate = targetDate2.getTime();
        X509v3CertificateBuilder certGen = new X509v3CertificateBuilder(
                new X500Name(issueSubject), BigInteger.valueOf(System
                        .currentTimeMillis()), validityBeginDate,
                validityEndDate, request.getSubject(),
                request.getSubjectPublicKeyInfo());
        certGen.addExtension(X509Extension.keyUsage, true, new KeyUsage(
                KeyUsage.digitalSignature | KeyUsage.keyEncipherment));
        ContentSigner sigGen = new JcaContentSignerBuilder(
                AppConfigurations.SHA256_RSA).setProvider(
                AppConfigurations.PROVIDER).build(privateKey);
        X509Certificate issuedCert = new JcaX509CertificateConverter()
                .setProvider(AppConfigurations.PROVIDER).getCertificate(
                        certGen.build(sigGen));
        return issuedCert;
    The generated certificate commonn name is,
    Common Name: mdm(88094024-2372-4c9f-9c87-fa814011c525)
    Issuer: mycompany Root CA (93a7d1a0-130b-42b8-bbd6-728f7c1837cf), None
    [1] - https://developer.apple.com/library/ios/documentation/NetworkingInternet/Concept ual/iPhoneOTAConfiguration/Introduction/Introduction.html

  • DiscoverSQL2005DBEngineDiscovery.vbs : The Query 'select * from __NAMESPACE where Name ='ComputerManagement'' returned an invalid result set.

    hi
    I am keep receiving this message in central administration running server in event viewer
    DiscoverSQL2005DBEngineDiscovery.vbs : The Query 'select * from __NAMESPACE where Name ='ComputerManagement'' returned an invalid result set.  Please check to see if this is a valid WMI Query.. Object required
    adil

    Hi adil,
    It seems to be not related to SharePoint issue, I find a similar error post from Operations Manager forum you can take a look
    Also another below article of basic troubleshooting of discovery scripts for your reference.
    And for the further better assistance regarding this issue, you may want to post Operations Manager forum here.
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/21e9de85-5cbc-4217-8d9b-921e13dc88dc/sql-mp-issues-with-discovery-vbs-scripts?forum=operationsmanagermgmtpacks
    http://blogs.technet.com/b/kevinholman/archive/2010/03/09/basic-troubleshooting-of-discovery-scripts.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Business Objects XI 3.1 SP4 Infoview and IE9 HTTP Status 400 - Invalid path

    Hi There,
    When I working in Infoview with IE9 32Bit or 64Bit and I right click on any object i.e Crystal Report, Folder, Webi Report etc. and select properties I get the following Error
    HTTP Status 400 - Invalid path /PlatformServices/properties was requested
    Has any one got a workaround or a solution for this problem.
    Server - BOE XI 3.1 with SP4 running on a Windows Server 2008 R2 64 bit.
    Client PC`s\Laptops  - Windows 7 64 bit
    Kind Regards,
    Frikkie

    Dear all,
    Seems the issue is browser compatibility ans the below solution may work in your case
    HTTP 400 occurs because of URL difference between IE9 and older versions of supported IE. To resolve this issue, this error in Tomcat will be redirected to a HTML script that applies new URL format. Please follow this 3 steps process:
    STEP ONE: Solution in InfoViewAppActions Folder:
    1) Go to “D:\Business Objects\Tomcat55\webapps\InfoViewAppActions” folder. This folder already has httperror_404.htm and httperror_500.jsp by default.  Rename httperror_404.htm to httperror_404_backup.htm.
    2) Copy and paste the attached file from InfoViewAppActions folder (httperror_400.htm and httperror_404.htm) into “D:\Business Objects\Tomcat55\webapps\InfoViewAppActions” folder. Go to “D:\Business Objects\Tomcat55\webapps\InfoViewAppActions\WEB-INF”
    3) Take a backup of web.xml file and name it as web_backup.xml
    4) Open the file and paste the following script after the Error 404 error handling and save.
    Before:
    <error-page>
            <error-code>404</error-code>
    <location>/httperror_404.htm</location>
        </error-page>
    After:
    <error-page>
    <error-code>404</error-code>
    <location>/httperror_404.htm</location>
        </error-page>
        <error-page>
    <error-code>400</error-code>
    <location>/httperror_400.htm</location>
        </error-page>
    STEP TWO: Solution in AnalyticalReporting Folder:
    1) Go to “D:\Business Objects\Tomcat55\webapps\ AnalyticalReporting” folder. This folder already has httperror_404.htm and httperror_500.jsp by default.  Rename httperror_404.htm to httperror_404_backup.htm.
    2) Copy and paste the attached file from AnalyticalReporting folder (httperror_400.htm and httperror_404.htm) into “D:\Business Objects\Tomcat55\webapps\ AnalyticalReporting” folder. Go to “D:\Business Objects\Tomcat55\webapps\ AnalyticalReporting \WEB-INF”
    3) Take a backup of web.xml file and name it as web_backup.xml
    4) Open the file and paste the following script after the Error 404 error handling and save.
    Before:
    <error-page>
    <error-code>404</error-code>
    <location>/httperror_404.htm</location>
        </error-page>
    After:
    <error-page>
    <error-code>404</error-code>
    <location>/httperror_404.htm</location>
        </error-page>
        <error-page>
    <error-code>400</error-code>
    <location>/httperror_400.htm</location>
        </error-page>

  • Error 400 invalid directory when opening reports

    Description of Problem or Question:
    When attempting to pull up a report from Java InfoView, I get an http Status 400 error.
    Product\Version\Service Pack\Fixpack (if applicable):
    Crystal Reports Server 2008 (latest one, just downloaded last week). 
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    I installed the Crystal Reports Server 2008 onto a just built Windows Server 2008 R2 64bit system.  Nothing else is installed.
    I read through the documentation and installed the prerequisistes.
    I did a default install of the server (didn't make any changes), I believe this installs MySQL locally and Apache and tomcat.  All ports are the default.
    Nothing else but windows and updates are installed.
    Sporadic or Consistent (if applicable):
    Consistent
    What has already been tried (where have you searched for a solution to your question/problem):
    Searched forums and internet (google).  Could not login to KB area.
    Steps to Reproduce (if applicable):
    I installed crystal Reports 2008 on a client. 
    Created a report.
    I used the publishing wizard to upload to the server.
    Login to Java InfoView comes up, attempt to launch a report file (the one I just published or examples doesn't matter) I get the following error:
    HTTP Status 400 - Invalid path /CrystalReports/view was requested
    type Status report
    message Invalid path /CrystalReports/view was requested
    description The request sent by the client was syntactically incorrect (invalid path /CrystalReports/view was requested)
    Apache Tomcate/5.5.20
    Can anyone lend a hand?  It would be greatly appreciated.  Is it a 64bit and Apache Tomcat problem.  I have ran across another software package that put in a 32 bit tomcat executable and I had issues and so had to change the executable out for the 64bit version.
    Thanks!

    I was able to find 3 other instances where the same error was logged with SAP support.  Twice, a redeploy of the war files resolved the issue.  In the 3rd scenario, only IE9 was a problem and when using IE8 in compatibility mode, viewing worked. In this last scenario viewing with Firefox also worked which isn't consistent to what you witnessed, so we can probably throw this out as a possibility.
    This morning, I tested a new install of CRS2008 v1 on Win2003 64-bit and everything seemed fine.  I tested viewing the sample reports with both the java viewer and regular default html viewer.  In both cases the crystal report documents viewed.  I didn't have access to a Win2008 64-bit server, otherwise i would have used that for a better comparison.  The issue might occur from either a mismatched jvm on the windows client or something on the Tomcat side.  Both the jvm and Tomcat should be 32-bit versions, since the rest of CRS is 32-bit.
    A few things to consider:
    - Did the error happen for all crystal report documents?  I have to assume so. But make sure you at least test the sample reports.
    - Does the same issue happen within the CMC as well?
    - Try downloading a browser debugger to see how far the request is going (http://www.fiddler2.com/fiddler2/) is one option.
    - compare these urls in fiddler to the /tomcat55/webapps directory and make sure the files exist. 
    - Try viewing it in InfoView on the server console as well.
    - Try redeploying the webapps within tomcat as a last resort.  Doing so seemed to resolve two other similar scenarios.
    Below is the beginning of my output from fiddler when requesting to view the report.  since this is what a working view request will look like, comparing it to yours might shed some light on the source of the problem.
    http://lm-xi33x64:8080/CrystalReports/view.do?bypassLatestInstance=true&cafWebSesInit=true&appKind=InfoView&service=/InfoViewApp/common/appService.do&loc=en&pvl=en_US&ctx=standalone&actId=444&objIds=1146&containerId=1143&pref=maxOpageU%3D10%3BmaxOpageUt%3D200%3BmaxOpageC%3D10%3Btz%3DEurope%2FLondon%3BmUnit%3Dinch%3BshowFilters%3Dtrue%3BsmtpFrom%3Dtrue%3BpromptForUnsavedData%3Dtrue%3B
    http://lm-xi33x64:8080/CrystalReports/js/callback.js
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/crviewer/images/style.css
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/crviewer/crv.js
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/dhtmllib/images/skin_standard/wait01.gif
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/dhtmllib/images/skin_standard/dialogtitle.gif
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/dhtmllib/images/skin_standard/dialogelements.gif
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/dhtmllib/images/transp.gif
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/allStrings_en.js
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/processindicator.js
    http://lm-xi33x64:8080/CrystalReports/crystalreportviewers/js/dhtmllib/empty.html
    Edited by: Joshua Kuhn on Sep 14, 2011 10:35 PM

  • ISE BYOD Microsoft SCEP NDES 802.1x The SCEP server returned an invalid response

    Hello, 
    Using ISE 1.2 with WLC and on-boarding with single SSID.  On occasion the error 'The SCEP server returned an invalid response' is received on the IPHONE being on-boarded - this is intermittent.   The issue resolves itself in time.  Any ideas on troubleshooting?  tnks

    On the NDES server regedit EnforcePassword = 0 and still having issues.  
    This has been done as well;
    It is possible for ISE to generate URLs that are too long for the IIS web server. In order to avoid this problem, the default IIS configuration can be modified to allow for longer URLs. Enter this command from the NDES server CLI:
    %systemroot%\system32\inetsrv\appcmd.exe set config /section:system.webServer/
     security/requestFiltering /requestLimits.maxQueryString:"8192" /commit:apphost

  • HTTP Status 400 - Invalid path /AnalyticalReporting/WebiCreate was requeste

    Hi,
    I have a  BusinessObject Enterprise XI 3.1 installed on a Linux server.
    When I try to create a New Web Intelligence Document, I get the following error.
    HTTP Status 400 - Invalid path /AnalyticalReporting/WebiCreate was requeste
    Do I need to install another module to activate this feature?
    Thanks
    /Yannick

    Hello Yannick
    Have a look at the following SAP note 1431655
    https://bosap-support.wdf.sap.corp/sap/support/notes/1431655
    Basically, you have to use the wdeploy command.
    Another information: When you install a Service Pack or a Fix Pack, the war files need to be redeployed.
    The installation program asks you if you want to do it manually or automatically.
    Regards,
    Philippe

  • On verbose mode i get the next leyend, CSRUSHBBluetoothHCIcontroller: setupHardware super returned 0,  invalid node structure (4,14279), my bluetooth is doomed and so my macbook or just change it?

    end yes  i got the macbook summer 2006 still working and sharp, got this problem,
    CSRUSHBBluetoothHCIcontroller: setupHardware super returned 0,  invalid node structure (4,14279),
    and it shut down
    im thinking of open it up and check the bluetooth chip, or antenna, if something is not in place, or someone knows another way ?

    there is nothing out of place, i reinstall  mac os 10.6  and  i  run disk first aid, and it says my disk is ok,  still it turns off random

  • The SCEP server returned an invalid response.

    Hello
    We are trying to enroll iPhone 3GS device with iOS 4.1 to be used with MDM. For SCEP server we use MSCEP in Windows Server 2008. We can't get over "Enrolling Certificate" step because it always fails with message "The SCEP server returned an invalid response.". How can we get more details? Analyzing captured HTTP stream revealed no issues.
    Thanks in advance for any help.
    frustrated Martin

    We are testing in LAN and have configured our router to translate some domains to our local IPs. Could this be a problem? In payloads there are no IP addresses but these local domains.
    It looks CA is issued the certificate, you might seen that from cert manger console. I don't see any obvious reason why cert got rejected by iPhone. (May be some one experts from apple can find from following dump) Anyway I suggest following option to you.
    1) try with http if you are using https
    2) install CA cert to phone and try again
    3) check time between server and phone
    4) try to change default scep issue template to issue 2048 key.
    5) double check finger print(in SCEP profile) you config with ca cert.
    Followings are SCEP PKI Message dump:
    PKCS7 Message:
    CMSG_SIGNED(2)
    CMSGSIGNED_DATA_PKCS_1_5VERSION(1)
    Content Type: 1.2.840.113549.1.7.1 PKCS 7 Data
    PKCS7 Message Content:
    ================ Begin Nesting Level 1 ================
    PKCS7 Message:
    CMSG_ENVELOPED(3)
    CMSGENVELOPED_DATA_PKCS_1_5VERSION(0)
    Content Type: 1.2.840.113549.1.7.1 PKCS 7 Data
    Content Encryption Algorithm:
    Algorithm ObjectId: 1.3.14.3.2.7 des
    Algorithm Parameters:
    04 08 ed 76 05 85 cc 10 e0 71
    04 08 ed 76 05 85 cc 10 e0 71
    PKCS7 Message Content:
    0000 30 00 6d 16 ce 8c 77 04 cd e4 e0 3d 33 9c 86 84 0.m...w....=3...
    0010 36 6c 1c 4c e7 32 b1 8b ae 12 74 1d 2b bf 5a 52 6l.L.2....t.+.ZR
    0020 3d e2 34 8c e7 e5 cf 98 35 a3 fa e7 47 da 7e eb =.4.....5...G.~.
    0030 02 dd 68 23 de 37 92 c6 91 3a 1e b5 1b 61 5f 98 ..h#.7...:...a_.
    0040 50 d3 27 de b5 bf 61 93 b7 ac 54 c9 c6 16 d0 8c P.'...a...T.....
    0050 89 2e 92 ba 6d 52 d7 de 80 98 ad 2d ce b0 5e 5a ....mR.....-..^Z
    0060 79 b4 e2 6f 7b c6 e6 13 4b b7 f4 81 f5 45 d8 3d y..o{...K....E.=
    0070 c7 29 7c ca 78 34 ff 47 dc d1 fc 21 8c aa 43 3a .)|.x4.G...!..C:
    0080 29 52 15 60 fb 37 54 46 aa a9 11 98 ef af b5 58 )R.`.7TF.......X
    0090 e0 21 4d 99 10 2b 00 b3 44 df d9 fa e3 df 98 5c .!M..+..D......\
    00a0 69 06 f9 92 5c d5 a3 32 97 ed 9c 1b 19 55 be 57 i...\..2.....U.W
    00b0 85 53 df 71 87 f1 8b 62 0e b8 f7 7d 6b 47 d4 99 .S.q...b...}kG..
    00c0 c0 47 f9 bb 7e 57 76 4f 55 a8 59 de b2 77 88 cc .G..~WvOU.Y..w..
    00d0 e5 a7 02 de af 44 3c fb ab b9 0d ee 87 78 66 a4 .....D<......xf.
    00e0 aa bc 5f 3b 90 56 90 2b c9 0f de 46 05 9c ed 9b .._;.V.+...F....
    00f0 b4 a1 64 f5 5e 57 a0 d5 75 46 da 35 1e 79 d9 79 ..d.^W..uF.5.y.y
    0100 1c a9 35 d1 12 47 7a de 99 d6 cc b8 a8 71 1c 72 ..5..Gz......q.r
    0110 f3 28 a0 1f 44 62 8d 17 23 c1 8e 2c a1 19 3d 57 .(..Db..#..,..=W
    0120 4b 12 ac 81 d2 14 6f da 67 47 25 32 05 1f 2b c3 K.....o.gG%2..+.
    0130 1d 7d 2c 97 95 1b ee 6e f2 b5 36 7f 69 ea f4 c0 .},....n..6.i...
    0140 b5 88 61 f7 26 db 44 13 6c ef da 8d 78 6c bd c3 ..a.&.D.l...xl..
    0150 6e 45 41 7b 79 d3 92 c8 5e fd b0 1d 9c 0e ea ee nEA{y...^.......
    0160 98 58 6b a8 5f c3 f4 90 16 87 9a 49 c6 99 9b fe .Xk._......I....
    0170 0c d8 0a 45 ce 4e 28 59 cf 43 b1 f9 c4 d5 3b e2 ...E.N(Y.C....;.
    0180 70 69 c8 ca 0e 16 2f ff 7a 3e 76 d6 dd 7e e9 86 pi..../.z>v..~..
    0190 13 a3 8b 66 f8 92 6e f1 84 9b 2d 8c 89 ab d7 3a ...f..n...-....:
    01a0 e9 ca 08 2a 68 76 ed f3 70 ac 52 e7 e6 7e b1 28 ...*hv..p.R..~.(
    01b0 9e 0b 5d 8b 09 54 a7 60 9b 7c 4b 0d 94 76 55 0e ..]..T.`.|K..vU.
    No Signer
    Recipient Count: 1
    Recipient Info[0]:
    CMSGKEY_TRANSRECIPIENT(1)
    CERTID_ISSUER_SERIALNUMBER(1)
    Serial Number: 61047aca000000000003
    Issuer:
    CN=WIN2008SCEP-CA
    No Certificates
    No CRLs
    ---------------- End Nesting Level 1 ----------------
    Signer Count: 1
    Signing Certificate Index: 0
    dwFlags = CAVERIFY_FLAGS_CONSOLETRACE (0x20000000)
    dwFlags = CAVERIFY_FLAGS_DUMPCHAIN (0x40000000)
    ChainFlags = CERTCHAIN_REVOCATION_CHECK_CHAIN_EXCLUDEROOT (0x40000000)
    HCCELOCALMACHINE
    CERTCHAIN_POLICYBASE
    -------- CERTCHAINCONTEXT --------
    ChainContext.dwInfoStatus = CERTTRUST_HAS_PREFERREDISSUER (0x100)
    ChainContext.dwErrorStatus = CERTTRUST_IS_UNTRUSTEDROOT (0x20)
    SimpleChain.dwInfoStatus = CERTTRUST_HAS_PREFERREDISSUER (0x100)
    SimpleChain.dwErrorStatus = CERTTRUST_IS_UNTRUSTEDROOT (0x20)
    CertContext[0][0]: dwInfoStatus=10c dwErrorStatus=20
    Issuer: CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    NotBefore: 10/26/2010 1:14 AM
    NotAfter: 10/26/2011 1:14 AM
    Subject: CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    Serial: 01
    11 b2 27 ec d3 e5 81 d7 35 f4 a2 fd 82 24 7e a4 c2 e3 3b 9c
    Element.dwInfoStatus = CERTTRUST_HAS_NAME_MATCHISSUER (0x4)
    Element.dwInfoStatus = CERTTRUST_IS_SELFSIGNED (0x8)
    Element.dwInfoStatus = CERTTRUST_HAS_PREFERREDISSUER (0x100)
    Element.dwErrorStatus = CERTTRUST_IS_UNTRUSTEDROOT (0x20)
    Exclude leaf cert:
    da 39 a3 ee 5e 6b 4b 0d 32 55 bf ef 95 60 18 90 af d8 07 09
    Full chain:
    11 b2 27 ec d3 e5 81 d7 35 f4 a2 fd 82 24 7e a4 c2 e3 3b 9c
    Issuer: CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    NotBefore: 10/26/2010 1:14 AM
    NotAfter: 10/26/2011 1:14 AM
    Subject: CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    Serial: 01
    11 b2 27 ec d3 e5 81 d7 35 f4 a2 fd 82 24 7e a4 c2 e3 3b 9c
    A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. 0x800b01
    09 (-2146762487)
    Verifies against UNTRUSTED root
    Signer Info[0]:
    Signature matches Public Key
    CMSGSIGNER_INFO_PKCS_1_5VERSION(1)
    CERTID_ISSUER_SERIALNUMBER(1)
    Serial Number: 01
    Issuer:
    CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    Subject:
    CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    Hash Algorithm:
    Algorithm ObjectId: 1.2.840.113549.2.5 md5 (md5NoSign)
    Algorithm Parameters: NULL
    Encrypted Hash Algorithm:
    Algorithm ObjectId: 1.2.840.113549.1.1.1 RSA
    Algorithm Parameters: NULL
    Encrypted Hash:
    0000 2a 49 b0 b9 6e a0 0b f3 db 14 7d 0d f9 fd 89 25
    0010 b1 fe ad 44 6b 79 c5 31 1a 70 a0 71 d3 bf 22 07
    0020 b5 e3 5b 37 cd ee 63 9a 5b ed 85 d5 d8 fb 44 51
    0030 5c 80 a4 cf 53 78 f0 b4 b7 63 57 fa f1 f9 9d 5d
    0040 fb 4f 22 c7 f4 fb 34 65 1a e2 b1 cd ea b0 45 ab
    0050 af ca 09 bf da 92 ea eb 10 3f 04 e5 2c a3 ae 34
    0060 9a a1 50 67 27 a0 c5 aa d5 29 45 71 40 d1 73 cb
    0070 53 69 5d fa 14 1d db b8 df a2 13 20 e6 da 7a 16
    Authenticated Attributes[0]:
    6 attributes:
    Attribute[0]: 2.16.840.1.113733.1.9.2
    Value[0][0]:
    Unknown Attribute type
    0000 13 02 31 39 ..19
    0000: 13 02 ; PRINTABLE_STRING (2 Bytes)
    0002: 31 39 ; 19
    ; "19"
    Attribute[1]: 1.2.840.113549.1.9.3 (Content Type)
    Value[1][0]:
    Unknown Attribute type
    1.2.840.113549.1.7.1 PKCS 7 Data
    0000 06 09 2a 86 48 86 f7 0d 01 07 01 ..*.H......
    0000: 06 09 ; OBJECT_ID (9 Bytes)
    0002: 2a 86 48 86 f7 0d 01 07 01
    ; 1.2.840.113549.1.7.1 PKCS 7 Data
    Attribute[2]: 1.2.840.113549.1.9.5 (Signing Time)
    Value[2][0]:
    Unknown Attribute type
    Signing Time: 10/26/2010 1:14 AM
    0000 17 0d 31 30 31 30 32 36 30 38 31 34 32 39 5a ..101026081429Z
    0000: 17 0d ; UTC_TIME (d Bytes)
    0002: 31 30 31 30 32 36 30 38 31 34 32 39 5a ; 101026081429Z
    ; 10/26/2010 1:14 AM
    Attribute[3]: 1.2.840.113549.1.9.4 (Message Digest)
    Value[3][0]:
    Unknown Attribute type
    Message Digest:
    c3 01 9e 56 65 b3 08 20 d4 22 f3 73 1a 3a 06 b7
    0000 04 10 c3 01 9e 56 65 b3 08 20 d4 22 f3 73 1a 3a .....Ve.. .".s.:
    0010 06 b7 ..
    0000: 04 10 ; OCTET_STRING (10 Bytes)
    0002: c3 01 9e 56 65 b3 08 20 d4 22 f3 73 1a 3a 06 b7 ; ...Ve.. .".s.:..
    Attribute[4]: 2.16.840.1.113733.1.9.5
    Value[4][0]:
    Unknown Attribute type
    0000 04 10 91 73 92 a0 d5 02 e3 89 2c 2c ab 31 dc 35 ...s......,,.1.5
    0010 78 69 xi
    0000: 04 10 ; OCTET_STRING (10 Bytes)
    0002: 91 73 92 a0 d5 02 e3 89 2c 2c ab 31 dc 35 78 69 ; .s......,,.1.5xi
    Attribute[5]: 2.16.840.1.113733.1.9.7
    Value[5][0]:
    Unknown Attribute type
    0000 13 28 30 38 34 34 36 44 45 31 44 45 37 42 31 41 .(08446DE1DE7B1A
    0010 32 45 38 36 30 33 44 36 43 33 45 42 38 44 33 43 2E8603D6C3EB8D3C
    0020 38 30 44 41 36 30 31 38 31 30 80DA601810
    0000: 13 28 ; PRINTABLE_STRING (28 Bytes)
    0002: 30 38 34 34 36 44 45 31 44 45 37 42 31 41 32 45 ; 08446DE1DE7B1A2E
    0012: 38 36 30 33 44 36 43 33 45 42 38 44 33 43 38 30 ; 8603D6C3EB8D3C80
    0022: 44 41 36 30 31 38 31 30 ; DA601810
    ; "08446DE1DE7B1A2E8603D6C3EB8D3C80DA601810"
    Unauthenticated Attributes[0]:
    0 attributes:
    Computed Hash: 24 92 3c f9 15 fb 4d ad f8 dc f9 08 d3 6c 7d 79
    No Recipient
    Certificates:
    ================ Begin Nesting Level 1 ================
    Element 0:
    X509 Certificate:
    Version: 3
    Serial Number: 01
    01
    Signature Algorithm:
    Algorithm ObjectId: 1.2.840.113549.1.1.5 sha1RSA
    Algorithm Parameters:
    05 00
    Issuer:
    CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    [0,0]: CERTRDN_PRINTABLESTRING, Length = 36 (36/64 Characters)
    2.5.4.3 Common Name (CN)="14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC"
    31 34 45 45 44 38 45 38 2d 42 44 30 43 2d 34 43 14EED8E8-BD0C-4C
    44 39 2d 39 39 30 44 2d 34 34 41 39 39 42 37 44 D9-990D-44A99B7D
    43 36 42 43 C6BC
    31 00 34 00 45 00 45 00 44 00 38 00 45 00 38 00 1.4.E.E.D.8.E.8.
    2d 00 42 00 44 00 30 00 43 00 2d 00 34 00 43 00 -.B.D.0.C.-.4.C.
    44 00 39 00 2d 00 39 00 39 00 30 00 44 00 2d 00 D.9.-.9.9.0.D.-.
    34 00 34 00 41 00 39 00 39 00 42 00 37 00 44 00 4.4.A.9.9.B.7.D.
    43 00 36 00 42 00 43 00 C.6.B.C.
    NotBefore: 10/26/2010 1:14 AM
    NotAfter: 10/26/2011 1:14 AM
    Subject:
    CN=14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC
    [0,0]: CERTRDN_PRINTABLESTRING, Length = 36 (36/64 Characters)
    2.5.4.3 Common Name (CN)="14EED8E8-BD0C-4CD9-990D-44A99B7DC6BC"
    31 34 45 45 44 38 45 38 2d 42 44 30 43 2d 34 43 14EED8E8-BD0C-4C
    44 39 2d 39 39 30 44 2d 34 34 41 39 39 42 37 44 D9-990D-44A99B7D
    43 36 42 43 C6BC
    31 00 34 00 45 00 45 00 44 00 38 00 45 00 38 00 1.4.E.E.D.8.E.8.
    2d 00 42 00 44 00 30 00 43 00 2d 00 34 00 43 00 -.B.D.0.C.-.4.C.
    44 00 39 00 2d 00 39 00 39 00 30 00 44 00 2d 00 D.9.-.9.9.0.D.-.
    34 00 34 00 41 00 39 00 39 00 42 00 37 00 44 00 4.4.A.9.9.B.7.D.
    43 00 36 00 42 00 43 00 C.6.B.C.
    Public Key Algorithm:
    Algorithm ObjectId: 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
    Algorithm Parameters:
    05 00
    Public Key Length: 1024 bits
    Public Key: UnusedBits = 0
    0000 30 81 88 02 81 80 7c 9f 78 02 50 de 9c 86 88 5b
    0010 9d 4e af cb 70 5e c9 a8 a9 7b 53 c6 29 7b ae 90
    0020 28 92 10 9a af 03 09 da b7 01 a1 15 19 ee 22 35
    0030 f4 45 5d 5a 5b 60 7c ef 98 5b 2d 47 b9 d7 78 c0
    0040 cd 78 1c 63 dd 81 4a b7 d9 6e 2e e8 f4 9d 52 2c
    0050 3a c5 fb c3 d8 9a 6b ef 49 5c fa 53 07 88 c0 e3
    0060 98 a7 88 18 79 41 da f4 33 08 3c 57 a6 f0 5e 4e
    0070 04 c6 8c e6 25 56 70 17 ae 38 49 c2 fd 37 7a 2b
    0080 78 1f 7d 35 12 19 02 03 01 00 01
    Certificate Extensions: 1
    2.5.29.15: Flags = 1(Critical), Length = 4
    Key Usage
    Digital Signature, Key Encipherment (a0)
    0000 03 02 05 a0 ....
    0000: 03 02 ; BIT_STRING (2 Bytes)
    0002: 05
    0003: a0
    Signature Algorithm:
    Algorithm ObjectId: 1.2.840.113549.1.1.5 sha1RSA
    Algorithm Parameters:
    05 00
    Signature: UnusedBits=0
    0000 40 c0 34 02 4c 6d 59 4d 43 21 90 d4 43 e0 69 3b
    0010 83 dc e8 5d b0 9b c9 4f 50 6e 7c a3 8c fb e9 0b
    0020 99 21 40 27 e8 99 f6 83 2d 6a 79 03 c5 a7 2c 0b
    0030 f3 d7 5a 7c 45 2c 7d af 13 a1 02 e7 3a d4 0c 41
    0040 4f b6 42 b9 c9 d3 ec f0 33 a9 92 cf 0b ba d4 46
    0050 b0 04 b6 99 a4 c1 92 c2 3b 3c 1e d9 e4 ed 09 ca
    0060 27 c3 74 ba 68 93 a9 65 a3 7a 1a 4e c3 a5 51 f6
    0070 8e 06 94 76 b4 c3 af 55 0f 7b b5 05 36 55 fd 1e
    Signature matches Public Key
    Root Certificate: Subject matches Issuer
    Key Id Hash(rfc-sha1): 08 44 6d e1 de 7b 1a 2e 86 03 d6 c3 eb 8d 3c 80 da 60 18 10
    Key Id Hash(sha1): 21 cd df fe 7c 70 f9 0d 38 cd f5 30 e9 62 3f 7d 8a 7c bf 8b
    Cert Hash(md5): 6e 8e c8 90 f7 e5 a6 0d a4 e3 4c 4f 38 28 75 1b
    Cert Hash(sha1): 11 b2 27 ec d3 e5 81 d7 35 f4 a2 fd 82 24 7e a4 c2 e3 3b 9c
    ---------------- End Nesting Level 1 ----------------
    No CRLs

  • Remote Server returned '400 4.4.7 Message delayed'

    I have been getting the "error" in the subject lately.  It only happens on some emails and generally to only some recipient domains (gmail being one) but not even all the time for them.  The emails do always get delivered but are delayed
    for several hours at least each time.  It's becoming an issue as it is fairly often now, and I would like to find a solution.  Since it's happening to recipients other than just gmail, and as far as I can tell sending from my domain is the only one
    having this issue, there must be something wrong internally.
    Delayed bounce message:
    Diagnostic information for administrators:
    Generating server: MyMachine.MyDomain.local
    [email protected] Remote Server returned '400 4.4.7 Message delayed'
    Original message headers:
    Received: from
    MyMachine.MyDomain.local (192.168.1.3) by  MyMachine.MyDomain.local
    (192.168.1.3) with Microsoft SMTP Server (TLS) id  15.0.712.24; Tue, 3 Dec 2013 12:34:48 -0500 Received: from
    MyMachine.MyDomain.local ([::1]) by
    MyMachine.MyDomain.local  ([::1]) with mapi id 15.00.0712.012; Tue,
    3 Dec 2013 12:34:36 -0500 From: Me <[email protected]> To: " Somebody  <[email protected]> Subject: start Thread-Topic: start
    Thread-Index: Ac7wTe7MQ15PInWfSkyzZYwfpa+47Q== Date: Tue, 3 Dec 2013 17:34:35 +0000 Message-ID: <[email protected]>
    Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [192.168.1.52] Content-Type: multipart/related;             boundary="_004_f67e412e61524289af789970d3a3ff22MyMachineMyDomainlocal_";
                type="multipart/alternative" MIME-Version: 1.0
    When the message is in the Exchange Queue, it says:
    "451 4.4.0 DNS query failed. The error was: DNS query failed with error ErrorTimeout"
    I ran SMTPDiag and everything passed.  I can copy/paste the results if needed.
    Other info that may be helpful:
    Email server domain:  mail.MyExternalDomain.com
    Mail is SENT from:  IPaddress1
    Mail is accessed remotely (OWA/outlook/active sync) via:  IPaddress2          (2 ip addresses here to easily route through firewall)
    The mx record points to our spam filter's domain name, our offsite spam protection, so that naturally doesn’t match ours.
    The Exchange send connector is set to have a FQDN of mail.MyExternalDomain.com for responses to HELO/EHLO
    I had our ISP set IPaddress1 to have an rdns of mail.MyExternalDomain.com
    I'm unsure that the recipient's server is the one even delaying it so the DNS info may not be a factor.  It seems to me to be something internal but I can't figure out what that may be.
    Thank you for any suggestions!

    Hi IMGooch,
    Which kind of IP do we have, a static public IP or a dynamic one? 
    Are we on a residential Internet connection or Business? 
    I ask that because if we are using dynamic IP or a residential connection, the ISP might be blocking port 25. 
    Please try to do a test telnet outwards. 
    We can also use the ISP's smtp server through Smart Hosts.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Re: Kindly help Error: Solution Manager key is invalid during installation

    Dear member
    I need an urgent assistence if any buddy can help me I would be very great full, I am receiving an error during the installation of SAP ERP 2004 SR1 IDES, ABAP system central instance as for this I have to give a key to SAPINST which I generated from Solution Manager 4.0 I striclty followed the same step which is defined in SAPNote 811923. But the SAPINST not accepting the key it gives me an error "SAP Solution manager key is invalid ".
    So guys any idea how can I get rid of this
    Kind Regards
    Sohail

    Hi Syed,
    the installation asks you for 'central SAP system' which must match the string for 'message server' when generating the key in solution manager exactly. maybe you can double check if you used the correct hostname (not FQDN) and made no typo?...
    hope this helps...
    cheers,
    Walter

  • Batch management returns

    hi,
    sap gurus,
    what happens when a product under batch management
    returns happens.
    how should we handle it.
    regards,
    balaji.t
    099990019711.

    Dear balaji
    Pl go through the Building Block which will help you
    [Batch Recall|http://help.sap.com/bp_bblibrary/500/HTML/J61_BatchRecall_EN_KO.htm]
    thanks
    G. Lakshmipathi

  • 2012 R2 Web Application Proxy returns 400 (Bad Request) for Kerberos IIS App

    I've gone through all of the step-by-step examples for publishing applications with the Web App Proxy and I'm getting HTTP 400 when I try to publish an IIS Kerberos application. I'm using ADFS pre-authentication.
    The application is SharePoint but I CAN NOT change the authentication method to claims based auth...it has to be windows integrated. I've double checked all of the SPN's and delegation. I get the 400 returned once the user has been authenticated and is forwarded
    to the app url with the AUTHTOKEN?=blahblahblah query string. I've installed the ADFS certificate on the proxy and set it to be the external SSL certificate for the application.
    PLEASE DONT JUST TELL ME TO POST THIS IN THE GENEVA FORUM FOR ADFS.
    The event log has an exception that looks like this:
    Web Application Proxy received a nonvalid edge token signature.
    Error: Edge Token signature mismatch. edgeTokenHelper.ValidateTokenSignature failed: Verifying token with signature public key failed
    Received token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IkY4NmgzYlFJbEk0NzZ5Y25HNlBHb1NSNDJ4byJ9.eyJhdWQiOiJ1cm46QXBwUHJveHk6Y29tIiwiaXNzIjoiaHR0cDovL3N0cy5zb3N3ZWV0c29zb2Z0LmNvbS9hZGZzL3NlcnZpY2VzL3RydXN0IiwiaWF0IjoxMzk2NDY2NDQ2LCJleHAiOjEzOTY0NzAwNDYsInJlbHlpbmdwYXJ0eXRydXN0aWQiOiI3N2Y3OTQzYi1kOGI4LWUzMTEtODBiYy0wMDE1NWQ1MWY0OWMiLCJ1cG4iOiJqdGFkbWluQHNvc3dlZXRzb3NvZnQuY29tIiwiY2xpZW50cmVxaWQiOiJlZTA1MDU3ZS00ZTliLTAwMDAtZDkwNS0wNWVlOWI0ZWNmMDEiLCJhdXRoX3RpbWUiOiIyMDE0LTA0LTAyVDE5OjEwOjM2Ljc1NVoiLCJhdXRobWV0aG9kIjoidXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOmFjOmNsYXNzZXM6UGFzc3dvcmRQcm90ZWN0ZWRUcmFuc3BvcnQiLCJ2ZXIiOiIxLjAifQ.E1SqDU1Q2qh00Bt1n1UsBHJrf2kxWh8mN0j03QJTGPQ6vtrkncun017idy2BgB8NzQBVhPQAhfQb3F_lRAAWnpHjwaCuTjeL-pi1-ntVax37TQqQxqg0PVND8OpWxd7rTECObp6KnHBSkgHdaC6ntJ4WzE-QV6afUOyKQrIXil9qF_ybX8IOvMorvGllQB4enR3ZD6KMZBZwzLSl0iueKvZC8TqacRL_Kdvhn2AmutqFVw4wbZILhTsQFRSl86tEp-PCSJ_yLHcxTgqmKWVpEVC0Jo00hJe1MH7P1QMoJISdFY3-4tkuUykpgSNSSlEqZ9EwVdN--4aGE3QlqdL1vA
    Details:
    Transaction ID: {ee05057e-4e9b-0000-da05-05ee9b4ecf01}
    Session ID: {ee05057e-4e9b-0000-d905-05ee9b4ecf01}
    Published Application Name: FIM Portal
    Published Application ID: 48db8de3-96e7-18b6-06d8-5cb6df999b6c
    Published Application External URL:
    https://portal.sosweetsosoft.com/IdentityManagement/
    Published Backend URL:
    https://portal.sosweetsosoft.com/IdentityManagement/
    User: <Unknown>
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
    Device ID: <Not Applicable>
    Token State: Invalid
    Cookie State: NotFound
    Client Request URL:
    https://portal.sosweetsosoft.com/identitymanagement?authToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IkY4NmgzYlFJbEk0NzZ5Y25HNlBHb1NSNDJ4byJ9.eyJhdWQiOiJ1cm46QXBwUHJveHk6Y29tIiwiaXNzIjoiaHR0cDovL3N0cy5zb3N3ZWV0c29zb2Z0LmNvbS9hZGZzL3NlcnZpY2VzL3RydXN0IiwiaWF0IjoxMzk2NDY2NDQ2LCJleHAiOjEzOTY0NzAwNDYsInJlbHlpbmdwYXJ0eXRydXN0aWQiOiI3N2Y3OTQzYi1kOGI4LWUzMTEtODBiYy0wMDE1NWQ1MWY0OWMiLCJ1cG4iOiJqdGFkbWluQHNvc3dlZXRzb3NvZnQuY29tIiwiY2xpZW50cmVxaWQiOiJlZTA1MDU3ZS00ZTliLTAwMDAtZDkwNS0wNWVlOWI0ZWNmMDEiLCJhdXRoX3RpbWUiOiIyMDE0LTA0LTAyVDE5OjEwOjM2Ljc1NVoiLCJhdXRobWV0aG9kIjoidXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOmFjOmNsYXNzZXM6UGFzc3dvcmRQcm90ZWN0ZWRUcmFuc3BvcnQiLCJ2ZXIiOiIxLjAifQ.E1SqDU1Q2qh00Bt1n1UsBHJrf2kxWh8mN0j03QJTGPQ6vtrkncun017idy2BgB8NzQBVhPQAhfQb3F_lRAAWnpHjwaCuTjeL-pi1-ntVax37TQqQxqg0PVND8OpWxd7rTECObp6KnHBSkgHdaC6ntJ4WzE-QV6afUOyKQrIXil9qF_ybX8IOvMorvGllQB4enR3ZD6KMZBZwzLSl0iueKvZC8TqacRL_Kdvhn2AmutqFVw4wbZILhTsQFRSl86tEp-PCSJ_yLHcxTgqmKWVpEVC0Jo00hJe1MH7P1QMoJISdFY3-4tkuUykpgSNSSlEqZ9EwVdN--4aGE3QlqdL1vA&client-request-id=ee05057e-4e9b-0000-d905-05ee9b4ecf01
    Backend Request URL: <Not Applicable>
    Preauthentication Flow: PreAuthBrowser
    Backend Server Authentication Mode:
    State Machine State: Idle
    Response Code to Client: <Not Applicable>
    Response Message to Client: <Not Applicable>
    Client Certificate Issuer: <Not Found>

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Return Mail--Invalid TAO ID(s)

    The TAO Internet E-mail Gateway could NOT deliver your message
    to the following invalid @mayspeh.com TAO mail ID's
    (all other @mayspeh.com TAO recipients addressed received
    your message):
    [email protected]
    ----------------------> Document Follows <---------------------
    Received: (from smap@localhost)
    by mail.mayspeh.com (8.9.1a/8.9.1) id RAA15293;
    Thu, 3 Sep 1998 17:23:26 -0500 (CDT)
    Received: from pebble.sageit.com(206.169.110.3) by hermod.mayspeh.com via smap (V2.1)
    id xma015274; Thu, 3 Sep 98 17:22:32 -0500
    Received: (from sync@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id OAA01188 for forte-users-outgoing; Thu, 3 Sep 1998 14:09:37 -0700
    Received: (from uucp@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id OAA01182 for <[email protected]>; Thu, 3 Sep 1998 14:09:34 -0700
    Received: from unknown(205.138.216.6) by pebble.sagesoln.com via smap (V2.0)
    id xma001180; Thu, 3 Sep 98 14:09:12 -0700
    Received: from Lotus Notes (PU Serial #1787)
    by smtp3.per-se.com (PostalUnion/SMTP(tm) v2.2 (Build 22005) for Windows NT(tm))
    id AA-1998Sep03.135823.1787.2005624; Thu, 03 Sep 1998 16:10:48 -0500
    From: [email protected]
    To: [email protected]
    Message-ID: <[email protected]>
    X-Conversion-ID: <PU-NOTES.2212.904849103.323>
    X-Mailer: Lotus Notes via PostalUnion/SMTP (v2.2 Build 22005)
    Mime-Version: 1.0
    Content-Type: text/plain; charset="US-ASCII"
    Date: Thu, 03 Sep 1998 16:10:48 -0500
    Subject: Non-Delivery of:forte-users-digest V1 #1041
    Sender: [email protected]
    Precedence: bulk
    Reply-To: [email protected]
    forte-users-digest Wednesday, 2 September 1998 Volume 01 : Number 1041
    In this issue:
    ArrayField and state of child
    Widget States
    From: Luca Gioppo <[email protected]>
    Date: Wed, 02 Sep 1998 15:00:23 +0200
    Subject: ArrayField and state of child
    I got this problem:
    I want the array fieild to show the elementa of some columns depending on a
    boolean attribute of the mapped class:
    if true col 6 and 7 (datafield) will be invisible an col 5 visible and vice
    versa.
    Col 5 is a scrolllist so I need to populate each time the widget with
    different data.
    Everything functions well (htanks to the help found on the list) but I see
    a strange quirk:
    When I set to true two consecutive rows and then I scroll the arrayfield
    the widget of col 6 and 7 that were invisible
    pop up (only on one of the row), they are just a dirty paint as they cannot
    be selected (but show the hidden data)
    Any suggestion on this.
    I use R3.f
    Here is a code fragment of the method
    The array field has 5 rows
    Method popProv just populate the scrolllist with the array of listelement
    passed as parameter.
    mw1 : fieldWidget;
    mw2 : fieldWidget;
    mw3 : fieldWidget;
    myRow : integer = 1;
    for i in <arfProc>.TopRow to <arfProc>.TopRow + 4 do
    mw1 = <arfProc>.BodyGrid.GetChildInCell(myRow ,5);
    mw2 = <arfProc>.BodyGrid.GetChildInCell(myRow ,6);
    mw3 = <arfProc>.BodyGrid.GetChildInCell(myRow ,7);
    if arfProc.codFilter then
    mw1.State = FS_UPDATE;
    popProv(PI_sclProv = ScrollList(mw1),
    PI_arrPr = arfProc[i].arrProv);
    mw2.State = FS_INVISIBLE;
    mw3.State = FS_INVISIBLE;
    else
    mw1.State = FS_INVISIBLE;
    mw2.State = FS_UPDATE;
    mw3.State = FS_UPDATE;
    end if;
    myRow = myRow + 1;
    end for;
    Thanks
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    From: Geoff Puterbaugh <[email protected]>
    Date: Wed, 02 Sep 1998 07:41:21 -0700
    Subject: Widget States
    Dave,
    FS_VIEW etc. aren't text values, they're integer constants which
    you can check out in DisplayProject. The one you want looks to
    be FS_VIEWONLY, which is equal to 2.
    All my best,
    Geoff
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    End of forte-users-digest V1 #1041
    ------ Message Header Follows ------
    Received: from pebble.SageIT.com by smtp3.per-se.com
    (PostalUnion/SMTP(tm) v2.2 (Build 22005) for Windows NT(tm))
    id AA-1998Sep02.105013.1787.119170; Wed, 02 Sep 1998 10:50:14 -0500
    Received: (from sync@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id IAA16372
    for forte-users-digest-outgoing; Wed, 2 Sep 1998 08:00:11 -0700
    Date: Wed, 2 Sep 1998 08:00:11 -0700
    Message-Id: <[email protected]>
    From: [email protected]
    To: [email protected]
    Subject: forte-users-digest V1 #1041
    Reply-To: [email protected]
    Errors-To: [email protected]
    Precedence: bulk
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hello
    I'm a newbie labwindows,
     so i'm having the same error i have two pannel when i press paue still the same erro here is a preview of the code and a pic of the panel
    int CVICALLBACK PauseCB (int panel, int control, int event,
                             void *callbackData, int eventData1, int eventData2)
        switch (event)
            case EVENT_COMMIT:
             PauseFlag = TRUE;
             /*Timer Disabled When User Pauses*/
              SetCtrlAttribute (panelHandle,TABPANEL_TIMER,ATTR_ENABLED,0);
             SetPanelAttribute(TABPANEL_TIMER, ATTR_ENABLED,0);   
             TimerEnabled = FALSE;
             /*Timer Disabled When User Pauses*/
             /*Disable Use of Read/Write when timer is "paused"*/
             SetCtrlAttribute (panelHandle, TABPANEL_gpibwrt, ATTR_DIMMED,1);
             SetCtrlAttribute (panelHandle, TABPANEL_gpibwrt, ATTR_DIMMED,1);
             /*Disable Use of Read/Write when timer is "paused"*/
             SetCtrlAttribute (panelHandle, TABPANEL_CONTINUE, ATTR_DIMMED, 0);
             SetCtrlAttribute (panelHandle, TABPANEL_PAUSE, ATTR_DIMMED, 1);
                break;
            case EVENT_RIGHT_CLICK:
                break;
        return 0;
    Attachments:
    uir gpib .jpg ‏62 KB

  • Content-Type is net being set in HTTP header. Server returns 400 Bad Request error.

    Hi,
    I am trying to access an XML WebService. This service requires the content type of the request to be set to "text/xml". As you can see in the source code, I am setting the req.ContentType property to "text/xml".
    However, this content type seems not to be added to the HTTP headers. The server returns a 400 Bad Request error as can be seen in the log.
    I've attached a System.Net.trace log and it states:
    [Public Key]
    Algorithm: RSA
    Length: 2048
    Key Blob: 30 82 01 0a 02 82 01 01 00 bc 09 30 8a 1e 03 4d 7a ea 16 d3 a8 5e d8 5b 00 c4 8a c5 9f 26 bd 7d d6 cb 8b d0 db bd 93 2d 2b 3b 84 f6 20 79 83 34 67 51 37 21 ea 56 5e 18 d8 a3 db 72 43 0e 14 77 e2 64 cb 07 b6 2a 81 c7 f5 16 dd 19 c7 d9 68 0b 3a 81 5c f0 05 c9 ed 2b 37 00 31 41 37 8b 3a 73 4a 4d ab d7 d8 87 79 35 82 01 97 e3 3c be bb 84 e5 94 bb 87 52 e3 9f b5 fb 3e 33 38 c3 eb 73 42 ee ba 1e c5 4a 33 18 a1 0d 8a d2 10 a8 c5 3....
    System.Net Information: 0 : [26780] SecureChannel#31884011 - Remote certificate was verified as valid by the user.
    System.Net Information: 0 : [26780] ConnectStream#26966483 - Sending headers
    API-VERSION: 1
    Host: test.myhost.com
    Content-Length: 329
    Expect: 100-continue
    Connection: Keep-Alive
    System.Net Information: 0 : [26780] Connection#3888474 - Received status line: Version=1.1, StatusCode=100, StatusDescription=Continue.
    System.Net Information: 0 : [26780] Connection#3888474 - Received headers
    System.Net Information: 0 : [26780] Connection#3888474 - Received status line: Version=1.1, StatusCode=400, StatusDescription=Bad Request.
    System.Net Information: 0 : [26780] Connection#3888474 - Received headers
    0: Content-type
    1: text/xml
    X-Debug-Token: a810dc
    X-Debug-Token-Link: /service/_profiler/a810dc
    Connection: keep-alive
    Content-Length: 3440
    Cache-Control: no-cache
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 14 Apr 2015 11:07:11 GMT
    Server: Apache
    ...and here's the implementation of the web request:
    private void ButtonSend_Click(object sender, EventArgs e)
    WebHeaderCollection whCol = new WebHeaderCollection();
    whCol.Add("API-VERSION", "1");
    //whCol.Add("Content-Type", "text/xml; charset=UTF-8"); <-- That doesn't work in .NET. Content-Type has to be set on the ContentType-Property
    string msg = _textBoxReq.Text;
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(_textBoxURL.Text);
    byte[] data = Encoding.UTF8.GetBytes(msg);
    req.Method = "POST";
    req.ContentType = "text/xml; charset=UTF-8";
    req.ContentLength = data.Length;
    req.Headers = whCol;
    req.GetRequestStream().Write(data, 0, data.Length);
    string xml = "";
    try
    using (HttpWebResponse resp = (HttpWebResponse)req.GetResponse())
    using (System.IO.StreamReader sr = new System.IO.StreamReader(resp.GetResponseStream()))
    xml = sr.ReadToEnd().Trim();
    catch (WebException we)
    using (System.IO.StreamReader sr = new System.IO.StreamReader(we.Response.GetResponseStream()))
    xml = sr.ReadToEnd().Trim();
    _textBoxRes.Text = xml;
    Can anyone help?
    Thanks,
    MiRi

    Hi _MiRichter,
    Well Done!
    Thank you very much for sharing the solution to us.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Displaying the row number

    I am having the data as like below(sample data) Col1 Col2 A AA A BB A CC B BA B BB C CA D DA D DB E EA E EB I want to show the seq number as a third column as like below. (seq number is with respect to Col1) Col1  Col2  num A      AA     1 A      BB 

  • Customer bank details check for the UK

    We are looking to validate sort code and bank account numbers for UK Customers. Within the standard config, there is further checks, bank details flag against country - however this does not relate to the UK. Does anyone know a way to validate UK ban

  • ALE  error Function module not allowed: AFS_RETAIL_ARTMAS_IDOC_INPUT.

    Hi Gurus, By ALE config I am trying to send material from one client to another  ( MATMAS ) I have created two logical systems and assigned them to corresponding clients. Created a RFC destination and assigned logical systems. Created Distribution mo

  • Setting Total Column width in Cross Tab report

    I am having an issue with the width of the Total Column in a Cross tab report. I have set the width of the column and saved the report but when I am reopening the report the Total column width is expanded but rest of the data column width remains the

  • Need someone experience​d in DASYLab or LabVIEW with Sales Experience

    Hi All, Apologies if this is the wrong place to be posting this, but not sure how else to go about my query. I'm urgently searching for someone experience in DASYLab or LabVIEW with some sales experience for a job in the UK, about 30 mins outside of