Has anybody used SOA server on Web Logic

Dear all,
Has anybody used SOA server 10.1.3.4 on weblogic 9.2 ?
How is the BPEL different from normal SOA 10.1.3.4 on oc4j ?
Regards
Abhishek

Thanks Robert,
We already have DSC 7, so if it�s easier and/or quicker, I�ll probably end up using that. I guess what I need to do run through the Introduction to DSC so I at least know the basics of it.
One question, do I need to have the customer�s equipment to configure the DNP connection so I can test communication with the Server Explorer? Or do I just need to know the format of the Tags to configure so he can test it.
Thanks Again
Ed
Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

Similar Messages

  • Has anybody used the microsoft JDBC 2.0 driver for sql server 2000?

    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load the
    driver.I try viewing the class file from the jar file using the jar utility it
    gives an unknown Zip format error.Anybody has any solution for this ?If anybody
    has managed to work with this microsoft driver i will be grateful if they provide
    me with a solution.
    Thanks
    Thomas

    Hello Thomas,
    You may want to download the driver again and install it again.
    heres a sample xml tag in the config.xml:
    <JDBCConnectionPool
    DriverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
    InitialCapacity="3" MaxCapacity="12" Name="MSpool"
    Password="{3DES}fUz1bxR0zDg=" Properties="user=uid"
    Targets="myserver"
    URL="jdbc:microsoft:sqlserver://mydbserver:1433"/>
    ensure that you follow the instructions from Microsoft. For using 2000
    driver you will need to have
    Install_dir/lib/msbase.jar and Install_dir/lib/msutil.jar in addition to
    Install_dir/lib/mssqlserver.jar in the CLASSPATH.
    hth
    sree
    "Thomas" <[email protected]> wrote in message
    news:3c91ec0e$[email protected]..
    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from
    the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load
    the
    driver.I try viewing the class file from the jar file using the jar utility
    it
    gives an unknown Zip format error.Anybody has any solution for this ?If
    anybody
    has managed to work with this microsoft driver i will be grateful if they
    provide
    me with a solution.
    Thanks
    Thomas

  • Has anybody used jsmooth tool to convert .jar to .exe?help needed

    Hello,
    has anybody used jsmooth tool to convert .jar to .exe if so please let me how to do because i couldnt do using the user manual since its not clear pls if any one uses it please let me know the procedure to do its really urgent plsssss

    Prabhav (guest) wrote:
    : We were looking for a tool from which we could directly embed
    : PL/SQL codes to our pre built HTML pages. When I came across
    : WebAlchemy, developed by the Aussie pro, I thought that was
    the
    : thing I wanted. I am using the beta version 2.1 of WebAlchemy
    : but I am having problems converting my pl/sql embedded Html
    file
    : into web PL/SQL cartridge as the Alchemy cannot convert few
    : attributes properly.
    : Has any body used it and have solution? Is there any other
    : product like this on the web or market? Pleaes advice, only
    : thing I want is to let my HTML be able to listen to Pl/sql
    : procedure and generate dynamic contents without use of CGI and
    : JavaScript.
    : Please suggest anything u can.
    Hi,
    I have also used Web Alchemy, but have never come across a
    production version (I tried also). It's a shame it was never
    completed, as it only seems to support HTML v2.
    Regards
    Toby.
    null

  • Has anybody used DocumentBuilder.parse(URL)

    Hi friends
    Has anybody used DocumentBuilder.parse(URL) for make document object.
    I have the following piece of code
    <code>
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    System.out.println("| Start | Fetch xml"); // ------------ 1
    Document document = builder.parse("http://some url that gives back XML");
    System.out.println("| Stop | Fetch xml"); // ------------- 2
    </code>
    Now the problem is .. once in a while the code will hang at point 1 and will never reach point 2. Exception handling has been done.. but there are no exceptions being logged. The code simply hangs.
    Please let me know if you have also faced the same or similiar problem.
    Thanking in anticipation
    Partha.

    Is it similar with a file URL instead a http URL.
    Use
    Document document = builder.parse("file://c:/xmlFile");
    instead of
    Document document = builder.parse("http://some url that gives back XML");

  • Can we use SQL Server 2012 Web Edition as a witness server in mirroring?

    Hi All,
    Can we use SQL Server 2012 Web Edition as a witness server in mirroring?
    Grateful to your time and support. Regards, Shiva

    Hi All,
    Can we use SQL Server 2012 Web Edition as a witness server in mirroring?
    Grateful to your time and support. Regards, Shiva
    As Per BOL
    We strongly recommend that the witness reside on a separate computer from the partners. Database mirroring partners are supported only by SQL Server 2005 Standard and later versions and by SQL Server 2005 Enterprise Edition and later versions.
    Witnesses, in contrast, are also supported by SQL Server 2005 Workgroup and later versions and by SQL Server 2005 Express Edition and later versions. Except during an upgrade from an earlier version of SQL Server, the server instances in a
    mirroring session must all be running the same version of SQL Server. For example, a SQL Server 2005 witness is supported when you are upgrading from a SQL Server 2005 mirroring configuration but cannot be added to an existing or new SQL Server 2008 or later
    mirroring configuration.
    A witness can run on any reliable computer system that supports any of these editions of SQL Server. However, we recommend that every server instance that is used as a witness correspond to the minimum configuration that is required for the SQL Server Standard
    version that you are running. For more information about these requirements
    http://technet.microsoft.com/en-us/library/ms175191.aspx#SwHwRecommendations
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Accessing LCDS Persistence Layer for use in Server-Side Business Logic

    Within server-side business logic, I want to be able to get a persisted object from LCDS, manipulate  that object, and then use LCDS to persist those changes to the database  as well as send those changes to the client.
    Is it possible to access LCDS' persistence layer (Hibernate) to be used by server-side business logic?
    I have attempted to use DataServiceTransaction.getItem(...).  However, for objects that contain a collection of other objects I get this error:
    [LCDS] Runtime exception while trying to fetch a property from hibernate: flex.data.DataServiceException: There is no current message broker to return.
    When calling DataServiceTransaction.updateItem(...) for objects that contain a collection of other objects, I get this error:
    org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.sd.pojo.Book.chapters, no session or session was closed
    Also, it appears that DataServiceTransaction.updateItem does NOT update the database?
    I have resorted to building my own Hibernate SessionFactory, but that seems unnecessary.
    One other piece of information is that I am using the Fiber modeling tool to build and deploy the model to the server.  I am generating the Java classes with Fiber and making them available to be used on the server.
    Thanks,
    Collin

    Thanks for the help guys.
    I guess what I'm really trying to get straight in my own mind is whether supporting interraction and control of eJB database interraction is still using the same functionality as having a stand alone app interracting with a db.
    I'm thinking about; the implications of using eJBs specific query language and the different way in which eJBs use db connections (either for the period of their lifetime or just for the duration of one interaction) compared with a stand alone app, which would maintain a connection to the database(s) while it is open.
    Connection pooling and caching of DB objects is often quoted as being a middle tier activity, but what does this mean when all 3 tiers reside on the same machine?
    Once again thanks for your comments and advice.
    Mark

  • Has anybody used Audiko to put music on there iPhone?

    Hello everyone!
    I was on cnets website and just found this website audiko.net and it lets you put your music on your iphone or you can choose from the available music they have. Has anybody used it or know anything about it?

    I just added a few song to my iPhone and it worked great. I also added some songs to the site, then into my iPhone and it also worked. I guess the site is ok. If anybody else tries it let me know if they run into problems.

  • Has anybody used Thermo Oriel's encorder Mike control system in Labview?

    I am going to build a position (one axis) related data acquisition system. I want to use Thermo Oriel's encorder Mike control system as a motion hardware and its I/O option as a data input hardware? Has anybody used those hardwares in Labview?

    A search on NI's website returned a post of someone who is also using Thermo Oriel products:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000555F0000&ECategory=Motion
    You may try contacting them for their input.
    If you have any specific questions about NI's integration with third party hardware, please feel free to respond.
    Julie S.
    Applications Engineer
    National Instruments

  • Has anybody used the transaction RSUOM in 2004s?

    Hello
    Has anybody used the transaction RSUOM in 2004s?
    Documentation found on help.sap.com states that this transaction can help dealing with alternate unit of measure conversion ("equivalent to currency conversion")
    I have created a quantity conversion type in RSUOM but I have not found how to use it - is it in the update rules or the Bex or somewhere else.
    Any thoughts?
    Thanks
    Ioan

    Hello Ioan,
    this functionality corresponds to currency conversion (and is implemented with a similar concept "conversion type"). Both unit conversions within one dimension (e.g. kg -> g) and e.g. material dependent conversions (e.g. kg -> palettes) are supported.
    Currently the conversion can be used within the new transformations and within a planning function. Interactive conversion in query/Bex is not yet supported.
    Regards
    Tobias Hagen

  • Has anybody used logic pro in Lion with a Digi002?

    I'm trying to set up a recording rig with the Mac Book Pro running Lion with a Digi 002 using external converters and Firewire drive So far I've found that Pro Tools Le 8.05 wont reognize spdf input into the 002 and I can't get the program to work with the firewire drive connected to the Mac and the drive connected to the 002. Any info or advice would be greatly appreciated.

    I just confirmed it is a bug in Visual Studio 2013.  Using Visual Studio 2010 (VS10) I have no problems creating a database.  The workaround in VS 2013 is to create a database in VS10, store it on localhost, import it into your Solution using
    SQL Server Explorer in Visual Studio 2013, then you can create an Entity Data (ADO.NET / EF) that connects to the database.  But even this step is a bit of a problem, in that you must first create an empty Entity Data, then populate it by connecting to
    an existing database, which would be the database you imported from VS10.  If you try and connect the Entity Data directly to the database using the Entity Data Model Wizard, nothing seems to happen.  So first create an Entity Data model (empty),
    then connect it to the database you have created with a New Connection using the built in Visual Studio 2013 SQL Server manager.

  • Build a dicom server with web logic and Oracle Multimedia DICOM

    Its it possible, build My own dicom server...only using web logic + java + Oracle Multimedia DICOM ?

    Hi,
    In The LDAP side you need to increase:
    MaxPageSize - This value controls the maximum number of objects that are returned in a single search result, independent of how large each returned object is. To perform a search where the result might exceed this number of objects, the client must specify the paged search control. This is to group the returned results in groups that are no larger than the MaxPageSize value. To summarize, MaxPageSize controls the number of objects that are returned in a single search result.
    Default value: 1,000
    For more informations please refer to : http://support.microsoft.com/kb/315071
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Has Anybody Used the Canon HF R10 with FCE 4?

    Has anybody out there had success with using the Canon HF R10 in FCE 4?
    Thanks in advance for any replies.
    Jim

    I just confirmed it is a bug in Visual Studio 2013.  Using Visual Studio 2010 (VS10) I have no problems creating a database.  The workaround in VS 2013 is to create a database in VS10, store it on localhost, import it into your Solution using
    SQL Server Explorer in Visual Studio 2013, then you can create an Entity Data (ADO.NET / EF) that connects to the database.  But even this step is a bit of a problem, in that you must first create an empty Entity Data, then populate it by connecting to
    an existing database, which would be the database you imported from VS10.  If you try and connect the Entity Data directly to the database using the Entity Data Model Wizard, nothing seems to happen.  So first create an Entity Data model (empty),
    then connect it to the database you have created with a New Connection using the built in Visual Studio 2013 SQL Server manager.

  • Has anybody used phone functionality using the Palm or Pocket PC 2002 PDA modules?

    NI don't know whether their PDA modules will allow use(API calls) of the phone functionality for the Pocket PC 2002 Phone edition or Palm OS's. Has anybody have experience of doing this?

    The current PocketPC module does not support SmartPhone, but I think you can write your own library/C code to access the SmartPhone APIs, and wrap it with the Call Library Node to use it from LabVIEW PDA.
    You have to install the PocketPC Smartphone SDK in order to use the APIs.
    The same goes with the PalmOS module. It currently does not support PalmOS Telephony services but you can write your own code to access the Palm OS Telephony API and wrap it with a Call Library Node.
    More info: http://www.palmos.com/dev/support/docs/palmos/TelephonyBasic.html

  • Has anybody used obSSOCookie?

    Hi,
    1. How to create obSSOCookie programatically, since I need to use this from webservice.
    has anybody worked on this, let me know
    regards,
    Bheem.

    Here is sample code that does what is stated above. Once you get the token you set the cookie.
         private static String authenticate() {
              String token = null;
              ObResourceRequest resourceRequest = null;
              ObUserSession userSession = null;
              Hashtable credentials = new Hashtable();
              credentials.put("userid",_UserName);
              credentials.put("password",_Password);
              System.out.println("\nAbout to authenticate User: "+ UserName + " Password: " + Password + " for use of Resource: " + _Resource);
              try {
                   // The installtion directory is needed to perform the proper JNI calls. Each install of the ASDK must be configured prior to use.
                   ObConfig.initialize(_AccessSDKInstallDir);
                   resourceRequest = new ObResourceRequest("HTTP", _Resource, "GET");
                   if (resourceRequest.isProtected()) {
                        System.out.println("\nThe Resource: " + _Resource + " is protected an d will require authorization.");
                        userSession = new ObUserSession(resourceRequest, credentials, "10.66.100.149");
                        if (userSession.getStatus() == ObUserSession.LOGGEDIN) {
                             System.out.println("\nThe user is successfully logged in");
                             if (userSession.isAuthorized(resourceRequest)) {
                                  System.out.println("\nThe user is authorized for the resource");                              
                             token = userSession.getSessionToken();
                   ObConfig.shutdown();
              } catch (ObAccessException obae) {
                   obae.printStackTrace();
                   ObConfig.shutdown();
              return token;
    After you get the token use it as follows
                   String sessionToken = authenticate();
                   if (sessionToken ==null) {
                        System.out.println("\nAuthentication Failure!");
                        System.exit(1);
                   } else {
                        System.out.println("Authenticated for session: " + sessionToken);                    
                   String SSOCookie = "ObSSOCookie=" + URLEncoder.encode(sessionToken,"ISO-8859-1");
                   URL url = new URL ("http://" + this._Hostname + this._url);
                   URLConnection con = url.openConnection();
                   con.setRequestProperty("Cookie", SSOCookie);
                   java.net.HttpURLConnection httpcon = (java.net.HttpURLConnection)con;
                   httpcon.setRequestProperty("Content-Type","text/xml");

  • Has anybody use AD4J ? I have problems with the agent

    Hi all,
    I want to profile our production system (in ADF 10.1.3.3) that runs in OAS 10.1.3.3 that run on RH linux ES 4, 64 bit.
    The problem is : after I deploy the agent to the OAS, when I go to the AD4J console, still the message : 'No JVMs ACtive'.
    What could cause this problem ?
    Has anybody experienced this ?
    Thank you very much,
    xtanto

    xtanto,
    this is the wrong forum for AD4J questions...
    Anyway, check the README for your the support of your JDK first. If this is not yet supported, try a supported one or go to Metalink (metalink.oracle.com) and file an enhancement request (you need a support contract for this).
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Text/SMS to mobiles sending but not being received

    Hi, I've upgraded to Skype 7.1 and Mac X Yosemite and can effectively no longer send SMS i.e. I usually send texts/SMS to a distribution list of about 25 mobile numbers and while the history says "sent" and the credit is taken from our account, no-on

  • Os x not installing

    Hello community, OS X has been trying to install for months now on my iMac and has not succeeded. It downloads as if it never has before, then starts the install and shortly after, the install fails. Why? What needs to be done? Thank you for any advi

  • HT204053 How do I get prechesed games an apps on my iPad .

    How do I get prechesed games an apps on my iPad ?

  • Xmlgen.SetbindValue example

    Can someone give me a code example of using xmlgen.setbindvalue and the proper format of the xmlgen.getxml() method. Thanks

  • OPEN DIALOG BOXES!!

    I heard a rumour? IS it true u can set what automatically appears in your open dialog box (filechooser!) when u first click open. I find when i open mine it is automatically at "desktop", is there any way of changing this to "A Drive" (floppy disk!)?