Integration of websphere mq and Host

Hi,
I'm trying to find some information about the integration of this scenario:
WebLogic 1 Websphere 2 Websphere 3
<--> <--> <-->
Host(CICS)
Server MQ MQ
1 Integration is no Problem, you can use jms, and the normal java API
2 It is also no Problem, I think
3 Is also no Problem, because IBM has a solution
BUT WHAT is with the hole scenario. Are there any bottlenecks if you want to exchange
data from a J2EE Application on WebLogic to the Host(CICS) and back. Are there
any special things to handle, any Problem with Headers and so on.
If someone has an Idea or some suggestions, please let me know.
Thanks, Robert

Nitin,
A Tuxedo server (actually, all the servers in any group) can only access
1 resource manager.
To have Tuxedo access MQ and Orcale, you need separete servers and
server groups for the Oracle and MQ accesses. Then call both from a
single place where the transaction demarcation happens (or use AUTOTRAN
and tpforward from 1 server to the other)
Regards,
Peter.
Nitin wrote:
Hi Roopesh
thanks for your response.I have tried the sample prograame in which only Tuxedo
and Websphere MQ is involved . Its working fine.But when I try to use oracle the
server exits without giving any reason.I tried to debug the application using
gdb.The prgram is exiting with exitcode 0x377
Regards
Nitin
"roopesh" <[email protected]> wrote:
I think tuxedo should should act as transaction coordinator in this case.
IBM bundles sample programs for tuxedo with MQSeries.
check the following link
http://publibfp.boulder.ibm.com/epubs/html/csqzal09/csqzal09tfrm.htm
Thanks
"Nitin" <[email protected]> wrote:
I am developing a small programme which uses websphere MQ5.3
and Oracle 8.1.7.4.My server programme connects to a Queue Managerof
Websphere
MQ and opens a connection to the queue.But the MQCONN call of websphere
MQ fails
to connect to queue manager without giving any resaon code and the server
is terminated
giving LIBTUX_CAT:541.This is the situation when Oracle is used as a
resource
manager.If I dont use Oracle as a resource Manager the programme works
fine.
I am using HP-UX11.0 OS.
Any Suugestions???

Similar Messages

  • Unity Connection Integration with CS 1000 and Meridian 81 - PIMG

    I have a customer who have  (2) Nortel Meridian 81 and (1) CS1000  for their 3 locations along with Octal 350 servicing 2500 voicemail users today. Customer also has a  Cisco UCM in their network today which is servicing their wireless phone users.
    UCM and CS1000 are networked together using Q.Sig trunks today. Customer is looking at replacing their Octal solution with a new Voice mail solution.
    I was looking at integration documents for Unity Connection using PIMG.
    In this  scenario, would I need 3 separate PIMG 's at the three remote sites and integrate it with Unity connection or Can I achieve this using just one PIMG at one of the sites, considering the three sites are trunked together using tie-trunks.
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/connection/7x/integration/pimg/guide/cucintpimg090.html#wp1051831
    Appreciate any pointers/ help.

    Hi there,
    Just to add a note to the great tips from Hailey (+5 Hailey!)
    We are in the final stages of replacing our "old" Octel with Unity Connection, part of
    which is integrated to our CS1000 and CUCM in a "Hybrid" deployment like yours
    Centralized Voice Messaging
    Cisco Unity Connection supports centralized voice messaging through the phone system, which supports
    various inter-phone system networking protocols including proprietary protocols such as Avaya DCS,
    Nortel MCDN, or Siemens CorNet, and standards-based protocols such as QSIG or DPNSS. Note that
    centralized voice messaging is a function of the phone system and its inter-phone system networking,
    not voice mail. Connection will support centralized voice messaging as long as the phone system and its
    inter-phone system networking are properly configured.
    Setting Up a Nortel Meridian 1 Digital PIMG
    Integration with Cisco Unity Connection
    Attachments:
    cucwithnortel.pdf (308.1 K)
    Centralized voice messaging provides voice messaging services to all users in a networked phone system environment. Connection can be hosted on a message center PINX and provide voice messaging services to all users in an enterprise assuming the message center PINX and all user PINX phone systems are properly networked.For a centralized voice messaging configuration to exist, a suitable inter-phone system networking protocol must exist to deliver a minimum level of feature support, such as:•Message waiting indication (MWI).•Transfer, which ensures that the correct calling/called party ID is delivered to the voice messaging system.•Divert, which ensures that the correct calling/called party ID is delivered to the voice messaging system.Other features may be required depending on how the voice messaging system is to be used. For example, if it is also serving as an automated attendant, path-replacement is needed as this feature prevents calls from hair-pinning.
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/7x/design/guide/7xcucdg050.html#wp1053538
    Cheers!
    Rob

  • Integration with Websphere 5.0 (EJB 2.0) problems

    Hello all,
    Although a bit new to JDO, I have been trying to integrate Kodo 2.4 with
    Websphere 5.0 (using EJB 2.0).
    I have been basically binding a PersistenceManagerFactory into JNDI via
    start-up servlet, however got the exception bellow when I tried to create
    PersistenceManagerFactory (in setSessionContext of the EJB).
    <i>JDOFatalInternalException: Could not perform automatic lookup of EJB
    container's javax.transaction.TransactionManager implementation. Please ensure
    that you are running the application from within an <b>EJB 1.1</b> compliant
    EJB container, and then set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties property to the appropriate
    value to obtain the TransactionManager.</i>
    The reference to EJB 1.1 actually scared me a bit. Does this imply that
    Kodo (2.4) does not support J2EE 1.3?
    Would you know how to set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties to make it work with WSAD
    5.0?
    Thank you,
    Petr

    Petr-
    Is the integration with Websphere 5.0 application server officially
    supported? Has anobody (that you know of) done it successfully yet?Yes, we do have reports of people using Kodo successfully from within
    Websphere. However, it should be noted that it is not as rigorously
    tested internally at SolarMetric as some other application servers (E.g.,
    JBoss and WebLogic). In short, integration is known to work, but it
    might be a little more rough around the edges than for other application
    servers (as shown in our misspelling of Websphere's TransactionManager
    implementation name).
    How do I tell Kodo to use existing Datasource managed by app server?You can have Kodo use a named DataSource by specifying the
    javax.jdo.option.ConnectionFactoryName property (see
    http://www.solarmetric.com/docs/2.4.0/docs/manual.html#javax.jdo.option.ConnectionFactoryName).
    This is often more appropriate for applications server usage, since it
    allows you to configure pooling and other information from within the
    application server's centralized configuration.
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2:snetWhat kind of driver is COM.ibm.db2.jdbc.app.DB2Driver? The DB2
    configuration we use for testing with IBM's drivers is:
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.net.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2://SERVER_NAME/DATABASE_NAME
    They shouldn't behave differently (I am guessing that the app driver is
    a type 2 driver or something), but it might be worth a shot to try using
    the net driver. If this fixes the problem, please let us know, because
    it will indicate that Kodo has a deficiency with one of IBM's drivers
    that we should look into resolving.
    Since I have been trying to integrate with App server, this is the
    initialization code that I use to bind PersistenceManagerFactory to JNDI.
    You may find some funny stuff there.The binding code looks fine, and you are obviously able to retrive the
    PM and start persistence operations. Note that you should also be able
    to deploy Kodo as a Resource Adapter (which allows Kodo configuration
    through the centralized Websphere configuration interface). However, I
    doubt this is part of the issue.
    So, in short, I recommend trying the following things:
    1. Using the ConnectionFactoryName to use the DataSource defined for the
    appserver, on the off chance this will fix it.
    2. Using the net driver instead of the app driver.
    3. Seeing if it will work with javax.jdo.option.Optimistic set to false
    If none of these work, please let us know, and we will continue to
    investigate other possible solutions.
    In article <[email protected]>, Petr Bulanek wrote:
    Hello Marc,
    Very good guess. Pretty much the same code worked well without App server.
    In that case, there obviously was no magic related to
    TransactionManagerFactory initialization (see bellow).
    Is the integration with Websphere 5.0 application server officially
    supported? Has anobody (that you know of) done it successfully yet?
    How do I tell Kodo to use existing Datasource managed by app server?
    Here is the basic configuration (URL, class, etc):
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2:snet
    javax.jdo.option.Optimistic=true
    javax.jdo.option.RetainValues=true
    javax.jdo.option.NontransactionalRead=true
    We use DB2 Version 7.2/Version 7.1 FixPak 3 for Windows, in case it helps.
    Since I have been trying to integrate with App server, this is the
    initialization code that I use to bind PersistenceManagerFactory to JNDI.
    You may find some funny stuff there.
    The new EESimpleConfiguration(true) construct seems to (by default) read
    the kodo.properties file that is part of the project.
    EEConfiguration conf = new EESimpleConfiguration(true);
    conf.setManagedRuntimeProperties(\"TransactionManagerMethod=com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager\");
    conf.setManagedRuntimeClass(\"com.solarmetric.kodo.ee.InvocationManagedRuntime\");
    EEPersistenceManagerFactory pmf =
                        new EEPersistenceManagerFactory(conf);
    InitialContext ic = new InitialContext();
    ic.rebind(\"KodoPMF\", pmf);
    Thank you,
    Petr
    Marc Prud\'hommeaux wrote:
    Petr-
    It looks like DB2 doesn\'t like our attempt to close the connection
    without a rollback or commit. This is odd, since we have never
    seen this happen in our stand-alone DB2 tests. Can you let us know
    the connection details (driver, connectionURL, etc)?
    In the meantime, one possible workaround may be to turn off
    optimistic transactions (since this will cause the PM to
    only use a single Connection); can you try to specify:
    javax.jdo.option.Optimistic=false
    Also, have you tried to run this code in a non-managed environment
    (e.g., outside the application server)? I would be interested
    to know if it is related to running within an appserver.
    In article <[email protected]>, Petr Bulanek wrote:
    Hi Abe,
    Thank you for a speedo reply. You guys really are on the ball!!!
    As you suggested, the
    \\\'com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager\\\'
    did the job (for others, please note that the proper package name should
    contain \\\'jts.jta\\\', not \\\'jts.jts\\\').
    Unfortunately, I got another problem. When running a method containing
    query (code bellow),
    I get SQLException complaining about \\\'Invalid transaction state\\\'.
    The method that executes the query is a stateless transactional Session
    bean.
    Thank you for your help,
    Petr
    --------------------------- DB2 - transaction state description
    CLI0116E Invalid transaction state.
    Explanation: There was a transaction in progress when SQLDisconnect was
    called.
    User Response: Call SQLTransact before calling SQLDisconnect.
    --------------------------- Exception ------------------------------------
    [2/01/03 16:34:19:050 EST] 563ddb8a SQL I
    com.solarmetric.kodo.impl.jdbc.SQL [ C:336042896; T:1446894474;
    D:118283149 ] preparing statement <369367952>: SELECT DISTINCT
    PARENTX.JDOCLASSX FROM PARENTX
    [2/01/03 16:34:19:050 EST] 563ddb8a SQL I
    com.solarmetric.kodo.impl.jdbc.SQL [ C:336042896; T:1446894474;
    D:118283149 ] executing statement <369367952>: [reused=1;params={}]
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC I
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:336042896; T:1446894474;
    D:118283149 ] close:
    com.solarmetric.datasource.PoolConnection@14079b90[[requests=6;size=6;max=70;hits=0;created=6;redundant=0;overflow=0;new=6;leaked=0;unavailable=0]]
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC I
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:336042896; T:1446894474;
    D:118283149 ] close connection
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC W
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:null; T:1446894474; D:118283149 ]
    exception when closing connection
    [2/01/03 16:34:19:541 EST] 563ddb8a JDBC W
    com.solarmetric.kodo.impl.jdbc.JDBC TRAS0014I: The following exception
    was logged COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] CLI0116E
    Invalid transaction state. SQLSTATE=25000
    atcom.solarmetric.datasource.ConnectionWrapper.close(ConnectionWrapper.java:243)
    atcom.solarmetric.datasource.DataSourceImpl$AbstractPool.close(DataSourceImpl.java:690)
    atcom.solarmetric.datasource.DataSourceImpl.close(DataSourceImpl.java:373)
    atcom.solarmetric.datasource.DataSourceImpl.close(DataSourceImpl.java:347)
    at com.solarmetric.datasource.PoolConnection.close(PoolConnection.java:70)
    atcom.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.close(SQLExecutionManagerImpl.java:885)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.release(JDBCStoreManager.java:654)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl.getSubclasses(SubclassProviderImpl.java:274)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.addSubclassConditions(ClassMapping.java:1239)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1218)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:717)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:92)
    at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    atcom.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at com.testkodo.ejb.ControllerBean.observeHumans(ControllerBean.java:66)
    --------------------------- Failing code sample
    try {
                   PersistenceManager pm = factory.getPersistenceManager();
                   Extent ex = pm.getExtent(Parent.class, false);
                   Query q = pm.newQuery(ex, \\\"name==parName\\\");
                   q.declareParameters(\\\"String parName\\\");
                   Collection col = (Collection) q.execute(\\\"James\\\");
                   Iterator iter = col.iterator();
                   Parent pp;
                   Collection ch;
                   while (iter.hasNext()) {
                        pp = (Parent) iter.next();
                        System.out.println(pp);
                        ch = pp.getChildren();
                        Iterator it= ch.iterator();
                        while (it.hasNext()) {
                             System.out.println(it.next());
                   q.closeAll();
                   pm.close();
              } catch (Exception e) {
                   System.out.println(e);
                   throw new EJBException(e);
    Abe White wrote:
    The reference to EJB 1.1 actually scared me a bit. Does this imply that
    Kodo (2.4) does not support J2EE 1.3?
    EJB 2.0 is also supported. Sorry for the confusing error message.
    Would you know how to set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties to make it work with
    WSAD
    5.0?
    Try these settings:
    com.solarmetric.kodo.ee.ManagedRuntimeClass=\\\\
         com.solarmetric.kodo.ee.InvocationManagedRuntime
    com.solarmetric.kodo.ee.ManagedRuntimeProperties=\\\\
         TransactionManagerMethod=\\\\
         com.ibm.ejs.jts.jts.TransactionManagerFactory.getTransactionManager
    Marc Prud\'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • The vm and host networking components failed to negotiate protocol version '4.0'

    Hi,
    I have the problem that when I start a VM with windows server 2012 on a hyper-v v2 host, it takes very long till the VM get bind the static or dynamic ip adress. I tried both, static and dynamic. In every case I see at the event viewer the following error:
    the vm and host networking components failed to negotiate protocol version '4.0'
    After a few minutes the VM gets bind the IP an everything works fine. But at the next time I reboot the machine the same failure appear.
    Trying to use legacy network adapter results in the same problem. After this I tried to export the vm to a hyper-v v3 host. At first boot time
    the problem didn't appear and the vm get's bind the ip adress without problems. Then after upgrading the integration services to hyper-v v3
    version the same problem appears but without register it in the event viewer.
    Does anybody know how I can fix this problem?
    Kind Regards,
    Marcus

    Hi,
    A MS KB records an issue when you run Windows 8 or Windows Server 2012 based Virtual machine in Windows Server 2008 or in Windows Server 2008R2:
    http://support.microsoft.com/kb/2744129
    There is a Microsoft update in this KB, you may install this KB in your Windows Server 2008 R2 and check the result.
    While about this issue after you migrate the guest VM to Windows Server 2012 host, will it still has such error message after you remove all network adapters of the guest VM?
    Install Windows update for the Hyper-V host, after that upgrade Integration service for the guest VM again to check the result.
    For more information please refer to following MS articles:
    "Unsupported configuration" warning when you run a Windows 8-based or Windows Server 2012-based virtual machine in Windows Server 2008 R2
    http://support.microsoft.com/kb/2737297
    Hyper-V Overview
    http://technet.microsoft.com/en-us/library/hh831531.aspx
    Lawrence
    TechNet Community Support

  • Help: Can I create unique content in Dreamweaver and host it on Adobe?

    I have been told that I cannot do this and I am asking for verification.
    I am a CC subscriber so I have five Adobe hostings available.
    What I want to know:
    Is it correct that when I purchased the CC subscription and Dreamweaver with five site hostings, I cannot use Dreamweaver to create unique content and host it on the five hostings?
    Why would Adobe sell Dreamweaver with all it’s capabilities and not support using it on the hostings that are sold as part of the package?
    What I want to do:
    Create very simple, unique content in Dreamweave. No commerce, just pages.
    Publish it (test site is OK) to one of my available Adobe hostings.
    Have it look just like I created it without any Business Catalysts templates or content.
    What I have been told:  
    My five Adobe hostings are in Business Catalyst
    I have to use Business Catalyst templates or my web site will not work
    I cannot create unique content in Dreamweaver and use my Adobe hostings to post content entirely of my own design. I must conform to Business Catalyst.
    What I have experienced:  
    I can create my content in Dreamweaver.
    When I try to create a new Business Catalyst site in Dreamweaver using my content, Dreamweaver wants to download the lorem ipsum prefabricated placeholder content and overwrite my work.
    I can mitigate this by unchecking a box but it won’t allow me to use my content.
    When I push up (put) my content, it appears to transfer up
    After a few seconds, the files on the server are zroed out (zero byte size).
    My content is not on the web server.
    What I have not tried but will do next:
    Create a New Business Catalyst Test site in Dreamweaver.
    Allow Dreamweaver to download the site content.
    Strip out all of the prefabricated junk.
    Build my content.
    Push (put) it up.
    See if it works.
    This is a pain.

    Hey there, Please see my replies to you in another colour below:
    I have been told that I cannot do this and I am asking for verification.
    Adobe - No, Business catalyst - yes. Adobe is not Business Catalyst, Bussiness Catalyst is owned by Adobe and is a website CMS sollution and hosting for that.
    I am a CC subscriber so I have five Adobe hostings available.
    Business Catalyst WEB BASIC sites
    What I want to know:
    Is it correct that when I purchased the CC subscription and Dreamweaver with five site hostings, I cannot use Dreamweaver to create unique content and host it on the five hostings?
    No of course you can, You build your site as you want and upload to BC. You just need to note that the sites will be only the web basic plan so limited features.
    Why would Adobe sell Dreamweaver with all it’s capabilities and not support using it on the hostings that are sold as part of the package?
    Dreamweaver has full integration with Business Catalyst - You have been told incorectly.
    What I want to do:
    Create very simple, unique content in Dreamweave. No commerce, just pages.
    Totally fine
    Publish it (test site is OK) to one of my available Adobe hostings.
    Get out of your head "Adobe hosting" it is Adobe business catalyst
    Have it look just like I created it without any Business Catalysts templates or content.
    If you have raw static html and css files etc in pages - this will work. This is the wrong way to build a site but you can do so if you want to.
    What I have been told: 
    My five Adobe hostings are in Business Catalyst
    Yes that is correct
    I have to use Business Catalyst templates or my web site will not work
    Not true. Now there are templates you can use to build your sites. The other "template" term you will here are the templates you use in your site builds, pages and other elements use - Layout control - change once, update many.
    I cannot create unique content in Dreamweaver and use my Adobe hostings to post content entirely of my own design. I must conform to Business Catalyst.
    The concept of creating content in Dreamweaver is not correct. You should be desining your site and then build it in Dreamweaver and then you manage the content using Business Catalyst.
    What I have experienced: 
    I can create my content in Dreamweaver.
    You can but you shouldnt, you should build the site elements in DW.
    When I try to create a new Business Catalyst site in Dreamweaver using my content, Dreamweaver wants to download the lorem ipsum prefabricated placeholder content and overwrite my work.
    I do not use DW to build my BC sites so not sure what is happening there. It shouldnt, sounds like your syncing not uploading files.
    I can mitigate this by unchecking a box but it won’t allow me to use my content.
    To remove the cross syncing for the web basic creative cloud sites for people in muse there is an option in Site settings you need to tick, I am guessing you need to do this too.
    After a few seconds, the files on the server are zroed out (zero byte size).
    You will need to contact Business Catlayst support on this one

  • The VM and host networking components failed to negotiate protocol version '5.0'

    I have been searching for a fix for this issue for sometime.
    The VM and host networking components failed to negotiate protocol version '5.0'
    and
    The VM and host networking components failed to negotiate protocol version '4.0'
    this error have been posting on the host server 2008 R2, with a hyper-V running server 2012 R2, which is the eval version vhd from Microsoft.
    I have tried the patch on the server 2008 R2 host and the nic delete and rescan option with varied reboots and such between each step of the process just to try every possible combination.
    The error persists. Are there any other suggested solutions for fixing this problem. Also the drivers have all been updated along with the system firmware.
    thanks,

    The hotfix states Server 2012 in the VM. You stated Server 2012 R2 in the VM.  MSFT is very precise in this language - Server 2012 != Server 2012 R2.
    Two distinctly different releases of Windows Server.
    In this case the N = the running release of Hyper-V.  In this case your Hyper-V Server at release version 2008 R2.
    The +2 = the current version of Windows.  In this case that is 2012 R2.  Two releases ahead of the version of the hypervisor you are running.
    I tossed in the link to Ben Armstrong's blog article as that is the ONLY (and still definitive statement) support statement regarding this configuration.  He posted that article at my request after many folks posting in this forum with strange behavior
    in this configuration.
    "supported" in this context means that if you call CSS, you will be told the following: 'yes, you have errors in the event log.  We will not fix that.  This is an unsupported configuration.  But that does not block the OS in the
    VM running.  If you want the errors to go away, we suggest you upgrade your Hyper-V Server to 2012 R2.  That configuration is supported.'
    That said, it can impact other functionality of the VM that rely on Integration Components in the VM and the Services of the hypervisor.  There is most likely small things that will not work.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Mapping between send port and host instance

    I am not able to retrieve send port names according to host instance names using C#.NET (WMI) from BizTalkMgmtDb. I had tried using BTSCatalog-Send Port class and MSBTS_SendPort but couldn't get the desired output. Can anyone help me out with the mapping between
    send port and host instance?
    Thanks in advance.

    Hi Pratibha,
    BtsCatalogExplorer's SendPort collection doesn't provide access to its corresponding SendHandler/host-Instance name. Only option is to relay on executing the SQL query against the BizTalkMgmtDb. So you can create a C# execute the query as show by la Cour.
    Following uses the BtsCatalogExplorer. but as said, there is no option to retrieve its corresponding SendHandler/host-Instance.
    private string GetSendPorts()
    // connect to the local BizTalk Management database
    Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer catalog = new Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer();
    catalog.ConnectionString = "Server=VMBTS2013R2DEV;Initial Catalog=BizTalkMgmtDb;Integrated Security=SSPI;";
    string sSendPortName = String.Empty;
    try
    // display all sendports and status
    foreach (Microsoft.BizTalk.ExplorerOM.SendPort sendport in catalog.SendPorts)
    sSendPortName += sendport.Name + ", ";
    MessageBox.Show(sSendPortName);
    catch (Exception e)
    catalog.DiscardChanges();
    throw e;
    return sSendPortName;
    Send-Port class doesn't have member to retrieve the send handler, but provides one to Set the send handler:
    http://msdn.microsoft.com/en-us/library/microsoft.biztalk.explorerom.sendport.aspx
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • What technical components are needed for integration of SAP BI and BO?

    Hello,
    What technical components are needed for integration of SAP BI and BO?

    Hi,
    you need to setup a BOBJ server (eg. BusinessObjects Enterprise XI 3.1 or BO Edge 3.1) and then install the BusinessObjects integration Kit for SAP on the same machine your BOBJ server runs.
    In order to build reports you can either use Crystal Reports (eg Install Crystal Report Designer 2008 V1 if you have an XI 3.1 server installed), WebIntelligence (Install the Business Objects XI 3.1 Client Tools in order to be able to build universes), BusinessObjects Voyager or XCelsius. Please note that you have to always install the BOBJ integration Kit for SAP (should be the same version as your server and client installation) on your clients AFTER you installed one or more of the above client tools.
    Please take again a look at the following link for more detailed information (from Ingo) on this:
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Stratos

  • What are the userid,password, and host name for oracle 9i?

    HI Guys.
    I am a research student at the University and the I recently downloaded Oracle 9i for my research. But the problems is also with seting it up. Please could you show me the userid, password, and host name for oracle 9i.
    Thanks in advance for your cooperations.
    Malinga R
    [email protected]

    I believe that starting with 9.2, you have to specify different passwords when you install (can't be the default).
    Justin

  • Question about Domain and Host name fields.

    Hello! Just a quick question, I currently have the Mail Server up and running although I'm a little unsure about what exactly needs to be entered into the users email application.
    I've tested POP and IMAP using the information that I entered into the "Domain Name" field, and into the "Host name" field, and everything worked great.
    Example:
    Incoming Mail Server: mail.example.com
    Outgoing Mail Server: smtp.example.com
    Although while setting up another site and including the normal mail setup via DNS I've also noticed that I can send and receive email by using other sites that belong to me, as long as they are pointing towards our server.
    Example:
    Incoming Mail Server: mail.mynewsite.com
    Outgoing Mail Server: smtp.mynewsite.com
    So, I guess my question is whether its bad to use other websites in the incoming and outgoing mail server fields, or should I stick to the incoming and outgoing sites that I have listed in the Mail Server's 'Domain Name' and 'Host Name' fields?
    I hope that made sense, thanks again for your help.
    Paul
    PowerMac G5, Xserve G5, and PowerBook G4 Mac OS X (10.4.8)

    Does it matter if our users type mail.example.com
    into the incoming mail server, or are they allowed to
    use their own domain name "mail.mydomain.com" as long
    as the DNS is setup correctly?
    There is no intrinsic 'meaning' to hostnames entered into the mail client. These are merely converted to IP addresses, using available dns, and then the mail client communicates with the IP address, using whatever port number is applicable for the service required (e.g., port 25 for smtp, port 110 for pop). So you could use the hostname woohooo.mydomain.com for the smtp or pop server, as long as it resolves to the correct IP.
    This enables laptop users to have the one smtp/pop hostname, with lan dns resolving it to the local private IP and ext dns resolving same hostname to wan IP.
    There is also no need to have two separate hostnames for pop and smtp. These are typically used by ISPs because they have separate servers doing each job - one doing pop, one doing smtp. If one server does both (and there is no likelihood of splitting the services later) then just the one hostname for pop and smtp is fine.
    -david

  • Password and host string

    Hi,
    Im trying to get the Oracle 8i for 2000 to run correctly. I did a download. Problem is getting pass the password screen. The host string is giving me trouble. What should go there? Any place where the password and host string info are stored for later retrieval?
    thanks,
    Cindy

    If you installed the default database then you should type in system as the user and manager for the password and ORCL as the host string (these are the defaults).
    The hoststring names (database aliases) would be in the tnsnames.ora file uder your Oracle_Home/network/admin directory
    If you login as system or a user that has DBA privileges, you can change passwords as you see fit
    syntax:
    alter user identified by somepassword;

  • UNABLE TO RETRIEVE THE CLIENT IP ADDRESS AND HOST NAME OF A PORTAL USER

    I'm trying to retrive the client IP address and host name of a portal user
    trying to access a portal page using APIs:
    PortletRenderRequest portletRequest =
    (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    HttpServletRequest servletRequest =
    (HttpServletRequest)portletRequest.getAttribute(HttpCommonConstants.SERVLET_REQUEST);
    String l_szClientIPAddress = servletRequest.getRemoteAddr();
    String l_szClientHost = servletRequest.getRemoteHost();
    but i found that for all portal users on different machines IP addresses, the
    returned IP is the same for all which is Portal middle tier IP address.
    So how can retrive the IP addess of a portal user trying to access a portal
    page ?

    Brijesh,
    Do you mean how to see hostname/ip address of client requests processed by the server? If yes, depending on what's your front ending component - Web Cache or OHS, you can configure the access log format to have this information recorded in either of these component's access log file.
    For Web Cache access log file, refer this:
    http://download.oracle.com/docs/cd/B14099_19/caching.1012/b14046/diagnostics.htm#sthref2090
    For OHS access log file, refer this:
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14007/servlog.htm#sthref439
    By default, both Web Cache and OHS are configured to use Common Log Format (CLF) that does record hostname/ip address so if you haven't made any changes to log format, this info is already there for you. Look for $ORACLE_HOME/webcache/logs/access_log file for Web Cache and $ORACLE_HOME/Apache/Apache/logs/access_log file for OHS.
    Thanks
    Shail

  • Problem with external domain name and hosting

    Hi I have my own domain name and hosting plan I want to use. However, I have trouble pointing my site from BC to my server.
    I found the following information but in my case "create A-Records" is not available on the "Site Domains". Please advise.
    Thanks.
    Bonbon668
    Point externally hosted domains to your Business Catalyst site
    If you have chosen to use external DNS service for your domain name, create A-Records for both the www and non-www versions of your domain name. Then, point them to your site, which resides on one of the following IP addresses:

    Hi
    Can you please confirm that there is no “Create A records” option under “More Actions” ?

  • I want to make a new site in dreamweaver and host it on business cstalyst

    I want to make a NEW site in Dreamweaver CC and host it on the Business Catalyst platform.But it seems the only way to use dreamweaver in business Catalyst is to import a BC template into Dreamweaver then upload it to BC. I want to create an original site and use the BC platform, is that possible? This seems like it should be simple and automatic, even encouraged. But as of now the only way to create an original site is to use Adobe Muse. Which is weird, seems like Adobe missed this one somewhere...

    I don't think you understand: I want to open Dreamweaver and build a brand new site, then when I am done I want to host the dreamweaver site on the Business Catalyst platform. I dont want to use anything in BC to build the site, I just want to use the hosting platform. I do not want to import a BC site into dreamweaver or anything like that. I just want to use BC the same way I would use godaddy, or uhost or any other hosting provider. Based on your response you said that "of course its possible to build a BC site in Dreamweaver" I dont want to build a BC site, I want to build a Dreamweaver site and host it on the BC platform. Like I said before it doesnt seem like this is possible. As of now we can only build a new site in MUSE and integrate it into BC without using a BC template. Can you understand what I am saying. I DONT WANT TO USE A BC TEMPLATE, I WANT NOTHING TO DO WITH BC WHILE I AM BUILDING THE SITE WITH DREAMWEAVER, JUST LIKE MUSE DOES.

  • My website created with Iweb and hosted on mobileMe is not showing well on all computers. What could be the problem ?

    My website created with Iweb and hosted on mobileMe is not uploading well on all computers. What could be the problem ?

    I got a chance to look at it on a PC.  Totally hosed up. It loads incorrectly then parts of it go blank.
    I have a site that is based very much on one of the built-in templates and it works fine on the same PC.  It contains only text boxes, image placeholders, and images with "picture frame" borders.  Nothing fancy, no overlays, no extra code or anything. I haven't looked much at the other templates so I don't know if yours is mostly a template or how much you may have modified one or what tricks you may have done to get the look you wanted.  Whatever it is, IE does not like it.  Unfortunately, you can't really ignore them as was suggested; they make up a large part of your audience.

Maybe you are looking for

  • Changes to Pre-Insallation of Win 8.1 pro

    I am looking into buying a new laptop ( 16 GB Memory, 1+ TB storage with SDD, etc) would like to have several drives - c,d,e, f, etc each for separate Relational databases SQL Server version(S), Oracle, DB2 and such for my convenience. The pre-instal

  • Rangers Toolbar

    I added a Rangers toolbar, and since then, Safari won't stay in my Dock. How can I fix it?

  • Which audio format should I use on my memory stick?

    Hi. My car has a Clarion HDD Navigation System MAX575 which is compatible with audio CDs and has a memory stick slot. I can't play MP3 CDs. Which file format should i use if I want to load music onto the HDD using a memory stick? I don't want to remo

  • Tuning query with inline views

    Hi! I have a performance problem with the following query. I try to combine v1 and v2 into one inline view but because of the recursive design of the tables workflow and workflow_node it didn't work. Does anybody has an idea for tuning this query? SE

  • Unable to adjust audio gain

    I got Final Cut Pro 5 today. In FCE 2, when I want to increase audio volume, I drag up the horizontal line on the audio clip to the dB level I want, and all is well. I tried the same thing with FCP 5. It lets me move the line up, and it shows me a ch