Using UDDI to create reusable ESB/BPEL artifacts

I would like to make my ESB artifacts reusable by removing end-point details from ESB configuration and having that kind of detail in an UDDI. It does not seem that the ESB has the ability to do UDDI inquiry's in runtime. Does anyone now of a work around? Have played around with the endpoint properties beta feature in Jdev to achieve some sort of abstraction, but this is not good enough (http://download-east.oracle.com/docs/cd/B31017_01/integrate.1013/b28211/adapter_services.htm#CHDJJDHB)
From BPEL there seems to be a way of at least using UDDI service keys (http://www.oracle.com/technology/tech/soa/soa-suite-best-practices/reusable-soa.html).
Any input would be much appreciated.

Hi
We're planning an enhancement that will enable ESB to query UDDI for service endpoints using the uddiServiceKey, similar to what we provide with BPEL.
If you send me an email on this subject I'll inform you when the enhancement is available.
Thanks
Dan Hynes
[email protected]

Similar Messages

  • Dynamic lookup using UDDI inside of BPEL

    Currently I'm looking into using UDDI as a solution to finding web services for BPEL, as opposed to simply keeping static WSDLs around. Initially I would just like to know if it is possible to do a lookup to a UDDI server inside of BPEL, and then invoke a service returned by the lookup.
    The ideal solution we are looking for is to keep a local WSDL to one of the web services we would like to call. We would first attempt to call this web service... but on the event of a failure (such as the service being down), we could go to UDDI to find another instance of this service that is up and running.
    This leaves a lot of questions though... how possible is it for BPEL to work dynamically in the first place? MUST I specify the location of the Web Service at compile time? Is it possible to keep a local directory with WSDLs in it, and have BPEL parse them at run time (meaning, I could invoke some function inside of BPEL to parse the WSDL to find the address to the web service)?
    Is this solution even remotely do-able?
    The other solution which seemed more feasible would be to create a proxy service, which basically mimics the input/output behavior of the original web service I want to invoke, but in reality is using UDDI to find the real web service, and forward the results to/from it.
    I'm wondering why UDDI is generally so overlooked. It seems like it's a buzzword to get into your product, but nobody anywhere seems to make any actual usage out of it. It seems like a pretty important idea behind the SOA structure.

    I think the challenge is in figuring out when to do the request for search to the backend. If you have fast turnaround time, you can probably send a new request each time the user types a character and bring back the results for it as they type - that may be overkill though. if this is the way you do it, then your filtering is done before it returns from the server. For performance reasons, you may wish to use a stored procedure in the database that does a regular expression search on your data ( only search the columns you have to.)
    As for getting the data back: In the result handler, the function you specify [in the remote method call] to load the returned data into the local dataprovider, you could simply have it clear the dataprovider re-populate it and call refresh() on the dataprovider each time. I am not sure how that would appear to the user as it again depends on turnaround time from the backend, size of the dataset, etc.
    I hope this gives you an idea at least. Without knowing more about your application and how it is architected, it is difficult to provide any "reasonable" recommendation. It is an interresting problem and one that sounds like fun to solve - of course, I am not sitting there with management breathing down my neck either.

  • How to use own created WebService in BPEL?

    Hello!
    I have a problem using an own created Web Service (a wsdl file) in BPEL Process Manager.
    At the moment I have a Java program which is getting values from SAP via SAPJConnector. From this Java program I generate an WebService File (wsdl) via Axis (on my local Tomcat Server).
    Now I want to use this own created WebService (wsdl file) in BPEL. I don't know how to bulid it to my BPEL Server so that I can use it in JDeveloper.
    Does anyone know what I have to do?
    Would be nice if someone could help me, because its very important
    Thank you

    Hi.
    Thanks for your reply.
    The way to invoke the WebService in BPEL Designer is not the problem i have.
    The problem i have is how to deploy my own created WebService (from a Java class with AXIS) to the BPEL server (OC4J).
    Do you know a solution for this?
    I described my Problem detailed in another thread "Thread: Issues Publishing Web Service to OJ4J"
    Tanks and Regards
    Benjamin

  • Is it possible to use Application Adapters with out having ESB, BPEL

    Hi,
    Is it possible to build and use application and DB adapters with out having ESB, BPEL in the project. We need to have Oracle E-business suite adapters in our application but we don't want to purchase ESB and BPEL.
    Is there any workaround possible or i need to go for ESB and BPEL.
    Thanks,
    Amit Kumar

    Hi,
    Application adapters and technology adapters are delivered with Oracle's SOA Suite. It can be used with BPEL, ESB, BAM or other products with SOA Suite.
    In theory, the JCA adapters can be accessed through JAVA CCI calls. Hence, any J2EE application can invoke the adapter. But, you will have to find from Oracle whether they provide support for such a access. Application adapters such as MySAP, Siebel, PeopleSoft and JDEdwards supports invocations only through BPEL and ESB. They do not support any other invocations such as JAVA CCI calls.

  • Error in creating reusable worklist regions

    Hi,
    I tried to create reusable worklist region for the Task List task flow(taskList-task-flow-definition) in my fusion application using the following reference:
    http://docs.oracle.com/cd/E14571_01/integration.1111/e10224/bp_worklist.htm#BHADHGCF
    I have passed the following parameters to the taskList-task-flow-definition task flow:
    federatedMode=true
    showServerColumn=true
    The wf_client_config.xml is present in the WEB-INF folder and src folder. Its contents are:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workflowServicesClientConfiguration xmlns="http://xmlns.oracle.com/bpel/services/client" clientType="REMOTE">
    <server default="true" name="default">
    <localClient>
    <participateInClientTransaction>false</participateInClientTransaction>
    </localClient>
    <remoteClient>
    <serverURL>t3://<hostname>:8001</serverURL>
    <initialContextFactory>weblogic.jndi.WLInitialContextFactory</initia
    lContextFactory>
    <participateInClientTransaction>false</participateInClientTransaction>
    </remoteClient>
    <soapClient>
    <rootEndPointURL>http://<hostname>:8001</rootEndPointURL>
    <identityPropagation mode="dynamic" type="saml">
    <policy-references>
    <policy-reference enabled="true" category="security"
    uri="oracle/wss10_saml_token_client_policy"/>
    </policy-references>
    </identityPropagation>
    </soapClient>
    </server>
    </workflowServicesClientConfiguration>
    I have deployed the app to the Weblogic Admin Server. (The SOA Managed Server is present in the same domain). I'm getting the following Error message:
    Error showing tasklist. Possible reasons could be : 1. SOA server connection information is not available. 2. If it is run in federated mode, the default server may be down.
    Any solution to this?
    Thank you,
    Rashmi

    I was able to solve this by creating a bean with a method that returns the WorkflowServicesClientConfigurationType Object.
    Reference: Section A.7 in http://docs.oracle.com/cd/E17904_01/user.1111/e15175/bpmug_ws_taskflows.htm#autoId27
    This works when the JSPX which contains the taskflow binding is a 'Blank Page' and I'm able to see the tasks.
    However, I tried to follow the same steps on a JSPX which uses 'UIShell template' and got a NoClassDefFound error for oracle.bpel.services.workflow.client.config.WorkflowServicesClientConfigurationType
    Any solution to this?
    Thanks.

  • Error creating a new BPEL domain in a 2 server environment with common DS

    I want to create two new BPEL domains, one for production and one for test env
    instead of using the default domain.
    There are two application servers with BPEL PM (10.1.2.0.2) using the same
    Dehydration Store. Active-Active mode, no cluster.
    A new BPEL domain is created successfully with BPEL Admin Console in server A.
    The problem is the server B knows nothing about the new domain. I cannot select
    the new domain on BPEL Console login page on server B.
    When I tried to create the same domain in server B the following error
    occured:
    Exception
    Operation failed because:
    Error updating domain index.
    An exception occurred while writing the domain index (id"szolinfo", ref "1") to
    the datastore; the exception reported is: ORA-00001: unique constraint
    (ORABPEL.DOM_PK) violated
    Please check that:
    + the machine hosting the datasource is physically connected to the
    network.
    + the connection pool properties as defined in the application server
    startup properties are valid.
    + the database schema for the OraBPEL server has been installed in the
    datasource.
    This is because the two servers are using the same database.
    The new domain require a new folder and a lot of files also inside the domains
    folder on server A and B. On server A this is created by BPEL Admin Console.
    How to create the same domain in server B?
    Are there any scripts/tools to use for this reason?

    These steps on Server B resolved the problem:
    1: cp -r domains/default domains/<new-domain-name>
    2. cd domain/<new-domain-name>/config
    3. Edit the following files by replacing the string 'default' with the name of your
    new created domain in the following
    elements/attributes:
    archive-config.xml: <value>/home/mla/app/bpel101202/integration/orabpel/domains/de
    fault/archive</value>
    domain.xml: <bpel-domain-descriptor version="2.0.6" id="default">
    4: In the case that the password for the domain is different compared to the default domain, the file 'auth.properties' has
    to be copied over from the server where the domain was created.
    5. Restart the BPEL PM

  • How to get the service name of a webservice using UDDI API

    Hi,
    Iam working on setting up a dynamic partner link in a BPEL, by passing the endpoint of a web service queried from the UDDI (Oracle Service Registry 10.3 ) using the API. Iam able to do it successfully.
    Now, for example I have two operations in my wsdl, one to createCustomer and the other to bookTicket. I need to get the operation name using UDDI API so that i can pass it along with the endpoint to the partner link. ie. When i need to createCustomer, my UDDI API code will need to get the service name createCustomer and the endpoint and I would pass them to the partnerlink and the createCustomer operation of my webservice would be called.
    Can any one help me to get the service names of the wsdl using UDDI APIs.
    Thanks,
    Ananth

    Hi sia,
    1. Table is APQI
    2. field name for session name is GROUPID
    regards,
    amit m.

  • JDeveloper - ESB / BPEL - JMS Adapter - prefix queue name with db schema

    When I use the JMS Adapter in ESB to create a new message queue producer or consume using database (AQ) I'm experiencing a problem when selecting the queue.
    I can browse the queue in the database but when I have selected the queue JDeveloper prefix it with the schema name owning the queue.
    Example:
    java:comp/resource/DocumentQueueResourceProvider/Queues/QUEUES.DOCUMENT_IMPORT_QUEUE
    Schema owner is QUEUES and the name of the queue is DOCUMENT_IMPORT_QUEUE.
    The problem is when I try to use it its unable to look up the queue and I have to manually remove the prefix from .wsdl file before deploying it - as with setting mcf.IsTransacted='false'.
    When the resource provider finds the queue and exposes it in the JNDI three it does it without the prefix.
    Question: How do I either:
    a) make the schema prefix be removed by JDeveloper
    b) make the resource provider prefix the queue name with the schema name.
    Anybody?
    Best regards
    Christian Damsgaard

    Try this:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://www.yourcompany.com/msg"
    xmlns:tns="http://www.yourcompany.com/msg"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    nxsd:encoding="ASCII" nxsd:stream="chars" nxsd:version="NXSD"
    elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xsd:element name="rootnode" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eof}"/>
    </xsd:schema>
    This will result in a single node xml.
    Edited by: user472896 on Sep 22, 2010 10:29 AM

  • How to use the validations and exceptions  in BPEL

    Hi,
    How to use the validations and exceptions in BPEL.
    pls provide one sample example to give the exceptions and validations in BPEL

    Hi,
    For example you can create a simple BPEL Process and you can throw an error during running process. If input data is not valid and format is not correct you can throw error using throw activity and using catch activity you can catch particular error. The catch-all will handle all the error occurred with the scope.
    you can also refer faulthandling section in the link for more information related to exception handling.
    http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/faults.htm#sthref1188
    Regards,
    Deepa

  • How to create a new BPEL Domain

    Hi,
    Need a huge favor... thanks in advance..
    Database - 10.2.0.2.0
    BPEL (SOA Suite) -- 10.1.3.0
    a) Installation went fine
    b) Able to use the software using the url provided at the end of installtion
    c) I want to create a NEW BPEL domain.
    When I create new domain, it gives the below errors..
    Exception
    Operation failed because:
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "java.sql.SQLException: ORA-00942: table or view does not exist
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
    at oracle_jdbc_driver_T4CPreparedStatement_Proxy.executeQuery()
    at com.collaxa.cube.admin.data.DomainConfigManager.loadProperties(DomainConfigManager.java:203)
    at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:423)
    at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111)
    at com.collaxa.cube.admin.ServerManager.createDomain(ServerManager.java:731)
    at com.collaxa.cube.admin.ServerManager.createDomain(ServerManager.java:617)
    at com.collaxa.cube.ejb.impl.ServerBean.createDomain(ServerBean.java:181)
    at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at ServerBean_RemoteProxy_4bin6i8.createDomain(Unknown Source)
    at com.oracle.bpel.client.Server.createDomain(Server.java:327)
    at _doCreateDomain._jspService(_doCreateDomain.java:89)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    Handled As: com.collaxa.cube.CubeException
    THANKS
    Rgds
    Natrajan
    Also.. Here are the details of BPEL create domain screen..
    Create New BPEL Domain
    BPEL Domain is a logical grouping of processes, instances and activities. A domain may be accessed either by the domain or administrative password.
    Domain Id: <<Nattest>>
    Each domain requires access to a JDBC datasource to store instances and activities. Tx Datasource JNDI must refer to a datasource with JTA support. Datasource JNDI may refer to any datasource (JTA not required).
    Datasource JNDI: <<<<JUST took default..>>>
    Tx Datasource JNDI: <<JUST took default>>>

    I've seen this if the database is down or in a funky state. Try shutting down BPEL, and restart the database, then bring BPEL back up. If you're using Oracle Lite just use the "Stop SOA Suite" GUI from the Start Menu.

  • How to use SearchService WSDL of IPM in Bpel

    Hi All,
    I am using Search Service WSDL in my bpel to execute the saved search in IPM, but how do i map my input type variable to the search argument of that Search Service.
    For eg :- If i need to get the saved search associated with the argument as Invoice Number then how should i proceed to map the invoice number to the search argument.
    Please Suggest!
    Thanks

    Hi,
    For example you can create a simple BPEL Process and you can throw an error during running process. If input data is not valid and format is not correct you can throw error using throw activity and using catch activity you can catch particular error. The catch-all will handle all the error occurred with the scope.
    you can also refer faulthandling section in the link for more information related to exception handling.
    http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/faults.htm#sthref1188
    Regards,
    Deepa

  • How do I create reusable titles in premier elements 13?

    how do I create reusable titles in premier elements 13?

    thomas
    Premiere Elements 13/13.1 Expert workspace
    After you create your title in the Titler, close the Titler.
    The tilte file will have been automatically placed on the Timeline at the position of the Timeline Indicator.
    Open Project Assets, and select the thumbnail for the title file that was placed there also automatically.
    With the Project Assets title thumbnail selected, go to File Menu/Export/Title in order to export your title as a prtl file saved to the computer hard drive for future use. This principle also applied to Title Templates edited in the Titler.
    Please let me know if you are OK with the details. Please ask if you need clarification on the above.
    Thank you.
    ATR

  • Instances is not creating for 10g BPEL process but Polling is happening

    Hi All ,
    I am using Jdev 10.1.1.3 .
    I created a process to poll data from DB adapter. Polling is happening (i mean in the DB, status is moving from unread value to read value), but after deployment, no instance is creating for my bpel process. Please help me out for my issue. Thank you in advance
    Regards,
    Kotresh

    Please post BPEL related queries in BPEL forum -
    BPEL
    Regards,
    Anuj

  • HTTP GET/POST method support in ESB/BPEL

    hi,
    I want to call HTTP URL using GET/POST method from ESB or BPEL. Can you please tell me how this can be achieved?
    Thanks,
    Vaibhav

    how would you direct the GET requests to one servlet and the POST requests to the other?
    Wouldn't they need to pass thru' yet another servlet to decide which is which (GET or POST), and redirect them accordingly?
    I would have both GET and POST handled by the same single-point-of-entry servlet. For example, not all data is sent to the server via a POST - you can send form data via a GET, using name/value pairs in the url.

  • Creating ReUsable TaskFlows

    hi All,
    I'm using ADF BC, JDev 11G. I need to reuse the task flows built as a part of different applications. I've included the sources by opening the respective projects(model and ViewController). Following the instructions from Packaging a Reusable ADF Component into an ADF Library I was able to create the File System.
    The error is that I'm not able to use that taskflow as a button on the page in a different application. I'm getting error MDS-00013. How to solve this issue.
    Is there a simpler method to create reusable components, task flow etc.
    Stack Trace:
    Root cause of ServletException.
    oracle.adf.controller.ControllerException: ADFC-02001: ADF Controller cannot find '/WEB-INF/task-flow-definition_3.xml'.
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:448)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:358)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getResources(MdsMetadataResourceProvider.java:170)
    at oracle.adf.controller.internal.metadata.MetadataService.getTaskFlowDefinition(MetadataService.java:214)
    at oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.findTaskFlowDefinition(TaskFlowCallActivityLogic.java:931)
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/WEB-INF/task-flow-definition_3.xml"
    at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:936)
    at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2398)
    at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1042)
    at oracle.mds.core.MOResolver.getMetadataObjects(MOResolver.java:202)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:402)
    Suggestions would be appreciated...
    Thanks in Advance...
    Jyothi

    Hi,
    Once you create a file system connection to the directory where you have deployed your ADF Library, you can expand the library in the Resource palette. You can right click it to add it to an active project in your app. If you have multiple projects, choose one that you wanna add the library to.
    If you have reusable task flows you will find ADF Taskflows node under the jar in the resource palette. Just drag and drop the task flow as a region or a dynamic region in your jspx page. Or if you wanna use it as a task flow call or return, then you can see the jar in the component palette. Just expand the drop down in the component palette, choose the jar. Then drag and drop the task flow.
    BTW if you have a db connection etc packaged in your jar an dif you are reusing them, then the password wont be included. Expand the app resources accordion, choose your connection and enter the password for your db connection.
    Thanks.

Maybe you are looking for

  • VXC 2100 series over VPN

    So I found this in a Cisco article: Note: The 99xx and 8961 phones can be upgraded to support VPN capabilities for VXC traffic. With this capability enabled, VXC voice and video traffic on the phone VPN are prioritized to ensure high quality. http://

  • Mystery partitions on SSD after recovering space

    I've recovered the space from the lenovo recovery partition (after writing DVD's) on the SSD on my new Edge s430, however according to partition wizard there are still some "mystery" paritions. These are: *: SYSTEM_DRV (1.5 GB) - Before my main C: *:

  • WLS with the HttpClusterServlet or Apache with proxy plug-in?

    I'm newbie with WebLogic Server cluster. Please tell me which is better for load balancing for WLS cluster? WLS with the HttpClusterServlet or Apache HTTP Server Plug-In? And which is recommended for production environment? Many thanks.

  • Problem downloading applet in W2K with SP4.

    Hi, We are using a Security Applet in our web application for validation purposes. We were using W2K Professional / W2K Server with SP3 and Sun JRE 1.3.x. The application was working as expected. We are now testing with W2K Server with SP4 (to upgrad

  • XI Objects IMport

    Hi, I am trying to import XI Objects into Integration Directory but I am getting the following error. "Business system AB_ABC_INTEGRATION_SERVER is not assigned to a business system group with the ID (XISystemGroup)" Note: AB_ABC_INTEGRATION_SERVER i