PI as one of the endpoint

Hi,
Can PI system be one of my sender or receiver? I am trying to create abap proxy in PI server and then call it via abap program in PI but getting error. Is it possible to use abap proxy or rfc in the PI server?
Thanks

Hi,
>>> I am trying to create abap proxy in PI server and then call it via abap program in PI but getting error. Is it possible to use abap proxy or rfc in the PI server?
this is possible but you need to use a different client on PI (not the one configured as integration server)
and create the proxy on this non XI client
Regards,
Michal KRawczyk

Similar Messages

  • Error while testing the endpoints in Service Registry

    Hi,
    I am getting the following error while testing the endpoint in the Service Registry
    Invalid Response Code: (404) Not Found. The request URL was:"http://<server>:8000/sap/bc/srt/wsdl/bndg_DD73518A3AD471F18558001D0910D3CA/wsdl11/binding/ws_policy/document?sap-client=800". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
    I have created an Enterprise Service at the backend and have published to the Service Registry of the CE server , but while testing the endpoint in service registry i am getting error.
    Can any one please help me to solve this issue.
    Thanks & Regards,
    Hamsa Shree

    Hi hamsa,
    Have you tested the service? If It works, maybe there's something wrong with your destination configuration.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/705459a3-bf1c-2b10-8a9d-d300ada5f0fc
    You may find a solution in the above article.
    Good luck!
    Wenhao

  • Listener not working in one of the servers of the Standby site

    Hello,
    The system is a RAC with two servers working as Primary site, and two servers working as Standby site.
    Both servers of the Primary site are sending redo logs to one of the servers of the Standby site. The other server of the Standby site is not receiving any redo log.
    I have checked the listener.ora and the tnsnames.ora files of the server that is not receiving and it is well configured comparing it with the server that is receiving the redo logs.
    If I check the status of the listener: lsnrctl status listener_<node name>
    Both of the Standby servers look fine.
    But if I connect directly to the database...
    In the 1st server of the Standby, the IP appears:
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = xxxx))
    remote_listener string LISTENERS_DB
    Nevertheless, in the second server of the Standby site, the one that is not receiving the redo logs, the IP does not appear:
    SQL> show parameter listener
    NAME TYPE VALUE
    local_listener string (ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT = xxxx))
    remote_listener string LISTENERS_DB
    I have found the following to reload the listener:
    Oracle# lsnrctl reload listener_`hostname`
    Oracle# lsnrctl reload listener_standby
    Has anyone tried this? Did it work? It can be run without affecting the sytem, Dataguard, replication..., right?
    If you have another idea to fix this, let me know please.
    Thank you ;)
    Edited by: user11281526 on 29-oct-2009 4:35
    Edited by: user11281526 on 30-oct-2009 7:36
    Edited by: user11281526 on 31-oct-2009 4:11

    If I see the status of the listener_standby in the second server of the Standby site, the one that it is not receiving redo logs, it looks like it is fine. Why?
    #lsnrctl status listener_standby
    LSNRCTL for Solaris: Version 10.1.0.4.0 - Production on dd-mm-yyyy hh:mm:ss
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=IP_second_server_standby)(PORT=xxxx)))
    STATUS of the LISTENER
    Alias listener_standby
    Version TNSLSNR for Solaris: Version 10.1.0.4.0 - Production
    Start Date dd-mm-yyyy hh:mm:ss
    Uptime xx days yy hr. zz min.
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.1.0/db_1/network/log/listener_standby.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=IP_second_server_standby)(PORT=xxxx)))
    Services Summary...
    Service "DB1" has 1 instance(s).
    Instance "DB1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Edited by: user11281526 on 29-oct-2009 6:41
    Edited by: user11281526 on 29-oct-2009 6:42
    Edited by: user11281526 on 29-oct-2009 6:43

  • WCF Published Orch - Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding

    I have an orchestration published as a web service.  It was working fine on our test environment, we deployed to production, and now getting this error.  The website wouldn't go in the BizTalk MSI, so we copied the files.  We reset the Authentication
    to match the test system (we are using Basic Auth).
    When we try to browse the webservice in the browser, it prompt for userid/password, we enter it, then it gives the following error. 
    I'm not even sure what it means by "base address", if URL was https://prod.mydomain.com/myapp/myservice.svc, would https://prod.mydomain.com be the based address? In the test environment, the URL is https://test.mydomain.com/myapp/myservice.svc. 
    In both environments, we have a customer calling this webservice.
    Also, I don't know what it means "scheme http".  We are using https:... on the URL.
    I'm thinking this is either security related, something to do with the app pool being different, or maybe something to do with bindings. 
    Thanks,
    Neal Walter
    http://MyLifeIsMyMessage.net
    Web.config:
        <services>
          <!-- Note: the service name must match the configuration name for the service implementation. -->
          <service name="Microsoft.BizTalk.Adapter.Wcf.Runtime.BizTalkServiceInstance" behaviorConfiguration="ServiceBehaviorConfiguration">
            <endpoint name="HttpMexEndpoint" address="mex" binding="mexHttpBinding" bindingConfiguration="" contract="IMetadataExchange" />
            <!--<endpoint name="HttpsMexEndpoint" address="mex" binding="mexHttpsBinding" bindingConfiguration="" contract="IMetadataExchange" />-->
          </service>
        </services>
      </system.serviceModel>
        <system.webServer>
            <security>
                <authorization>
                    <remove users="*" roles="" verbs="" />
                    <add accessType="Allow" users="myCustomer" />
                </authorization>
            </security>
        </system.webServer>
    Server Error in '/eSecuritelIn' Application.
    Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered
    base address schemes are [https].
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    code. Exception Details: System.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https].
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using
    the exception stack trace below.
    Stack Trace:
    [InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes
    are [https].]
       System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) +16582113
       System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1
    addBaseAddress) +1082
       System.ServiceModel.ServiceHostBase.ApplyConfiguration() +156
       System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses) +215
       System.ServiceModel.ServiceHost..ctor(Object singletonInstance, Uri[] baseAddresses) +400
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHost`3..ctor(IsolatedReceiverType isolatedReceiver, BizTalkServiceInstance serviceInstance, Uri[] baseAddresses)
    +36
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHostFactory`3.CreateServiceHost(String constructorString, Uri[] baseAddresses) +533
       System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1413
       System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +50
       System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +1172
    [ServiceActivationException: The service '/eSecuritelIn/eSecuritelIn_OrchPublished_RepairEquipmentService.svc' cannot be activated due to an exception during compilation. 
    The exception message is: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https]..]
       System.Runtime.AsyncResult.End(IAsyncResult result) +901424
       System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +178702
       System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +107
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET
    Version:4.0.30319.272

    When you want to migrate Web Applications from one environment to other there are multiple ways to achieve it.
    1) Migrate in MSI- Export MSI and select the option for your Web Application, however I don't recommend this option
    2) Is to browse the folder for Web Application(Right click on web app and browse). Copy this folder(normally within inetpub folder) and take it to the inetpub folder of other environment. Later from the IISManager create application.
    Are you not using the same Binding file?
    Check you web.config file and see if the endpoint is configured for mexHTTpBinding.
    Old: binding="mexHttpBinding"
    New: binding="mexHttpsBinding"
    web.config snippet:
    <services>
    <service behaviorConfiguration="ServiceBehavior" name="LIMS.UI.Web.WCFServices.Accessioning.QuickDataEntryService">
    <endpoint behaviorConfiguration="AspNetAjaxBehavior" binding="webHttpBinding" bindingConfiguration="webBinding"
    contract="LIMS.UI.Web.WCFServices.Accessioning.QuickDataEntryService" />
    <endpoint address="mex" binding="mexHttpsBinding" contract="IMetadataExchange" />
    </service>
    Also look into the below article- How to fix: "Could not find a base
    address that matches scheme http for the endpoint with binding WebHttpBinding" Errors
    Moving to https = Could not find a base address that matches scheme
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • When adding a printer share within Print Management receive "There are no more endpoints available from the endpoint mapper."

    I've installed Server 2012 as a print server (Print server will be the only function of this server). I'm now trying to add printers. The first one I've added is a HP 2035 with the Windows update HP Universal PCL6 driver. If I chose to share the printer
    during the setup I receive "There are no more endpoints available from the endpoint mapper." If I choose not to share during the setup, it adds without any issues...until I launch Properties and attempt to share it. I'm finding it doesn't seem to
    matter what driver I use, whenever I share I end up with the same result. I've also tried using the PCL6 Universal Driver from HP, no change. I'e been researching this issue for hours without any change. By default, we disable firewalls on servers (Some TN
    thread suggested checking to ensure the firewall is disabled). Spooler isn't crashing. I've tried adding a few others printers, running into the exact same issue. Why is trying to share the printers causing this issue?

    I've seen some people state they get this error when disabling the Windows Firewall service.  I've never seen the error with the service disabled but it may be the replacement software interfering.
    If it's off start up the service and let us know the outcome.
    Alan Morris formerly with Windows Printing Team

  • How to clear the endpoint directory in NAC Profiler

    Hi All,
    I want to delete all the endpoint discovered and profiled by the NAC Profiler.
    Can anybody guide me on this, such that I can delete all the endpoint discovered and profiled by the Profiler in one go.
    Thanks,
    Abuzar.

    Hi,
    you can either try to reboot or go to "configuration", "apply changes" and then "re-model".
    I don't think you can simply delete everything, you just re-profile everything from scratch
    Nicolas

  • Publishing the endpoint to SR from ESR

    Hi,
    I have created a Service Interface in ESR of CE server and have published the wsdl to SR but i am unable to find the Endpoints .
    Can any one please tell me how to create the endpoints for the published service or how to publish the endpoints of a service from ESR to SR of CE server.
    Thanks & Regards,
    Hamsa Shree

    In ECC, launch transaction SPROXY.
    In the list that shows up, navigate to your SCV, and then the namespace that was used.  Open that up to see your service interfaces.  When you find your service interface, double click on it to see it on the right hand side.
    If it has a green icon the proxy is already set and you can then move forward in creating the endpoint.  If its red and grey/white, then you need to create the proxy for it.
    right click on the service interface, and then pick the create proxy choice.  Follow the wizard that shows up.
    After this completes you will have a proxy but you still need to implement it (add abap code).  You should see on the right hand screen the provider class listed.  Its on the properties tab inside of the Interface section.  Double click on the provider class name.  That should launch you into the class builder screen and you should see your service operations listed under the method.  Dbl click the one you want to implement and add your code like you normally would.
    At this point, you have a proxy with code behind it so its time to tell the world how to access it.   You need to create a binding (endpoint).  To do this, you can launch SOAMANAGER from ECC.  This will launch a web page.
    From that page, click on the Business Admin Tab, and then the Webservice Admin Administration link.  In the search pattern you can put in the name of your service interface (found in sproxy) and set it to external name.  Click search.  If you dont find it try wildcards.
    From the list that pops up, select your service interface and click apply selection.  Go to the configurations tab, and then click on create service.  Give the svc a name, description, and name the binding.   When you return to the screen dont forget to scroll down to put in the security information for the binding. Save and you are all set with that.
    The last step is to publish the service and binding to your service registry.  To do that, SOAMANAGER (from ECC), go to Technical Config, and choose Publication Administration.  Find your service, leave the default radio buttons, and select the the 'force publications' option.  Make sure your SR is listed in the drop down and then click execute.  If all goes well the following screen will tell you so.
    You can then go to the SR and test out your service. If that works, its ready for the consumers.

  • [svn:bz-trunk] 18840: bug fix of BLZ-576, add the initialization to one of the counter

    Revision: 18840
    Revision: 18840
    Author:   [email protected]
    Date:     2010-11-29 12:41:55 -0800 (Mon, 29 Nov 2010)
    Log Message:
    bug fix of BLZ-576, add the initialization to one of the counter
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-576
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/management/runtime/messaging/endpoints/EndpointContro l.java

  • Zenwork 11rc3 beta = on how to publish the endpoint policy

    To all the PRO,
    As now i am testing the beta version of the ZENWORK 11 rc3 , but the after trying to read most area of the documentation , i still unable to publish the policy to the client system . Where by the client also had install the agent program , yet there is no sign of that the client policy was updated .
    Even the server side was able to view the Client System , but then i was unable to push the endpoint security policy into the client side .
    is there was something when wrong ? or is there anything else i was left out ?
    kindly advise .

    nxgame,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Is the endpoint protection cluster-aware?

    Hi,
    I have  HYPER-V cluster nodes. I have also SCCM 2012. I want to deploy EP 2012 via SCCM 2012.  is the endpoint protection support windows cluster (especially Hyper-V clsuter)?
    Thank you.  

    When you have operating system installed whether it is Windows Client or Windows Server and whether it is in physical machine or in virtual machine , you need to have Anti-Malware install on top of it.
    Anti-Virus is not like any other applications, the statement applies for other applications but Anti-Malware is essential for the system. Just imagine you don't have Anti-Virus on your host and then one of someone accidently install a malware and it will
    hit all other virtual machines and if host machine not operate , then its virtual PCs won't operate.

  • I have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    i have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    First we need to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you’re running 10.7 Lion). When System Profiler comes up check the Model Identifier and post it back here.
    The Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010 model 7,1 White Unibody have a Mini DisplayPort. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s have Mini-DVI ports. Each would take a different adapter to connect with the TV.

  • Unable to load Database Error for one of the BSO Application.

    Hello Everyone,
    We have one Production Issue like suddenly the an Application Fiji while should be running was stopped. When i tried to restart it its showing Error.
    gvw3086-v.atlanta.hp.com:1423.Fiji    Start  application    August 28, 2013 8:32:24 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038]
    gvw3086-v.atlanta.hp.com:1423.Fiji.Consol    Start database    August 28, 2013 8:33:30 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038].
    I checked the Log but not sure it correct or not i see this Error message.
    [Wed Aug 28 11:33:48 2013]Local/Fiji///7944/Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    But i also saw this error before but the application use to start automatically but this time it did not.
    can anyone help me on this.
    Regards,
    Naveen

    Hi,
    As i mentioned above its only for one Application Fiji. For a temporary Solution we tried to restart the Hyperion Services. But this did not work. One of the the Hyperion Service HyPService(not sure of the exact name). did not restart. So we have done a a fail over to other node and now the Fiji apps is running. But i don't think so what we have done is the correct fix for the solution. Have any one faced this problem.
    Hi John,
    Which Doc ID you mean to refer me is that the doc which comes with the Essbase Software.
    Regards,
    Naveen

  • Two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account?

    I have two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account
    Or is it possible to transfer the purchases (apps) to my new .me account so that I can re-download them in the future without having to switch accounts?

    crazyshark wrote:
    I have two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account
    Or is it possible to transfer the purchases (apps) to my new .me account so that I can re-download them in the future without having to switch accounts?
    You can't do this, and you can't transfer purchases between accounts. There is no conflict about using one ID for iTunes, iTunes in the Cloud and iTunes Match (the ID you've been using for iTunes) and using the other ID for iCloud.

  • How can I use one of the HD templates in my SD project?

    Is there a way to down convert one of the apple templates to use in my 720x480 DV NTSC project?

    Marco,
    Open up a new project in the resolution you want.
    Copy the layers from the HD project
    Paste them into the group in the new project
    Scale the group to get the right size - if you have overlays on then you will see the boundaries of project.
    Peter
    http://www.idustrialrevolution.com
    MacPro 3G 6G RAM FCP6 M3 FxF1.06   Mac OS X (10.4.9)   XSR Decklink & loads of cool new plugins, Gaggia TD auto

  • How do I set upmy Imac to allow using both my computer speakers and a Bose SoundLink system as outputs at the same time.  I can use one or the other, but not both.

    how do I set up my Imac to allow using both my computer speakers and a Bose SoundLink system as outputs at the same time.  I can use one or the other, but not both.  From systems Preferences I must select one or the other.  I want both to work all the time.

    Hi,
    I would recommend you to use 0FI_AP_4 rather using both, particularly for many reasons -
    1. DS: 0FI_AP_4  replaces DataSource 0FI_AP_3 and still uses the same extraction structure. For more details refer to the OSS note 410797.
    2. You can run the 0FI_AP_4 independent of any other FI datasources like 0FI_AR_4 and 0FI_GL_4 or even 0FI_GL_14. For more details refer to the OSS note: 551044.
    3. Map the 0FI_AP_4 to DSO: 0FIAP_O03 (or create a Z one as per your requirement).
    4. Load the same to a InfoCube (0FIAP_C03).
    Hope this helps.
    Thanks.
    Nazeer

Maybe you are looking for