How to connect WDJ to 3rd Party Backend Systems(Oracle).

Hi Friends,
How to connect WDJ to 3rd Party Backend Systems(Oracle).
Please give Step-by-Step Explanation. This is first time I am connect  to Oracle System. Can you give Step-by-Step Explanation.
Regards
Vijay Kalluri

I recommend that you perform the access to Oracle through an EJB and consume this EJB in WebDynpro.
http://wiki.sdn.sap.com/wiki/display/WDJava/OracleConnectivitywithEJBusingWebDynproApplication
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70d2638c-4b04-2d10-d2a3-992fdf1e3d55
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
regards,
Angelo
Edited by: Angelo Antonello Borges on Jun 16, 2010 10:52 AM

Similar Messages

  • Connecting to a 3rd party wireless system

    I live in a community that provides a wifi for its residents. However I do not want to use the wifi directly, I would like to run it through my airport extreme. I do not want to use their open wifi for security reasons.
    Is it possible to extend their wifi through my airport extreme or do I have to have it hardwired?
    I try the option of extending a network and chose their wifi, but says it is not allowed to extend this network.
    brandon

    Heya,
    To achieve what you're looking for you should set up the Airport Extreme to 'Join your existing wireless network'.
    You should note that if you manage this, your connection between your Airport Extreme and your Mac/PC will be encrypted and private, but data travelling between your Extreme and the router that acts as a access point for the open wireless network will not be.
    e.g. your on some site using your credit card details to buy something....
    CC = credit card details
    Encrypted Encrypted Encrypted UNEncrypted
    CC --> MacBook --> Airport Extreme --> Their Open Access point --> The Internet
    Although this may be negated using https or whatever but just be aware.
    Also just FYI you have to have compatible 'wds' enabled routers to extend the network, which is why this isn't working with theres.
    Regards,
    John

  • How can I use a 3rd party XML parser such as xerces with OC4J ?

    Hi all tech experts,
    I am using Oracle Application Server 10g Release 2 (10.1.2) and i have
    installed Portal and Wireless and OracleAS Infrastructure on the same
    computer.
    i tried all the solutions on this thread
    Use of Xerces Parser in out application with Oracle App Server 9.0.4
    but still fighting.
    I have also posted this query on OTN on following thread
    How can I use a 3rd party XML parser such as xerces with OC4J?
    but no reply....
    Please help me on this issue.
    Since OC4J is preconfigured to use the Oracle XML parser which is xmlparserv2.jar.
    i have read the following article which states that
    OC4J is preconfigured to use the Oracle XML parser. The Oracle XML parser is fully JAXP 1.1 compatible and will serve the needs of applications which require JAXP functionality. This approach does not require the download, installation, and configuration of additional XML parsers.
    The Oracle XML parser (xmlparserv2.jar) is configured to load as a system level library of OC4J through it's inclusion as an entry in the Class-Path entry of the oc4j.jar Manifest.mf file. This results in the Oracle XML parser being used for all common deployment and packaging situations. You are not permitted to modify the Manifest.mf file of oc4j.jar.
    It must be noted that configuring OC4J to run with any additional XML parser or JDBC library is not a supported configuration. We do know customers who have managed to successfully replace the system level XML parser and the Oracle JDBC drivers that ship with the product, but we do not support this type of configuration due to the possibility of unexpected system behavior and system errors that might occur from replacing the tested and certified libraries.
    If you absolutely must use an additional XML parser such as xerces, then you have to start OC4J such that the xerces.jar file is loaded at a level above the OC4J system classpath. This can be accomplished using the -Xbootclasspath flag of the JRE.
    i have also run the following command
    java -Xbootclasspath/a:d:\xerces\xerces.jar -jar oc4j.jar
    but no success.
    How could i utilize my jar's like xerces.jar and xalan.jar for parsing instead of OC4J in-built parser ?
    All reply will be highly appreciated.
    Thnx in advance to all.
    Neeraj Sidhaye
    try_catch_finally @ Y !

    Hi Neeraj Sidhaye,
    I am trying to deploy a sample xform application to the Oracle Application Server (10.1.3). However, I encountered the class loader issue that is similar to your stuation. I tried all the three solutions but the application is still use the Oracle xml paser class. I am wondering if you have any insight about this?
    Thanks for your help.
    Xingsheng Qian
    iPass Inc.
    Here is the error message I got.
    Message:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
    Stack Trace:
    org.chiba.xml.xforms.exception.XFormsException: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.initModels(Unknown Source)
         at org.chiba.xml.xforms.Container.init(Unknown Source)
         at org.chiba.xml.xforms.ChibaBean.init(Unknown Source)
         at org.chiba.adapter.servlet.ServletAdapter.init(ServletAdapter.java:153)
         at org.chiba.adapter.servlet.ChibaServlet.doGet(ChibaServlet.java:303)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         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)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Instance.iterateModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.initializeModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.init(Unknown Source)
         at org.chiba.xml.xforms.Initializer.initializeBindElements(Unknown Source)
         at org.chiba.xml.xforms.Model.modelConstruct(Unknown Source)
         at org.chiba.xml.xforms.Model.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.dispatchEvent(Unknown Source)
         at org.apache.xerces.dom.NodeImpl.dispatchEvent(Unknown Source)
         ... 18 more

  • HT1515 My internet 3rd party access point in in the basement and the speakers I want to stream music to wirelessly are upstairs. Does Airport Express need to be connected to my 3rd party router via ethernet cable or will it stream music wirelessly?

    My internet 3rd party access point in in the basement and the speakers I want to stream music to wirelessly are upstairs. Does Airport Express need to be connected to my 3rd party router via ethernet cable or will it stream music wirelessly?

    Wirelessly
    Just select the option to make your AirPort Express join an existing network in the setup process

  • How Good Is Lion With 3rd Party Applications?

    Hello everyone, I was wondering how well Lion is running 3rd party applications? More specifically ProTools (LE)? I've heard a few rumors that Lion has been a little buggy with things like that, So I just thought I would ask before I go ahead and purchase it.
    Thank you for reading!
    --Benjamin

    Happy reading:
    http://roaringapps.com/apps:table

  • How to get rid of 3rd party and others similar annoying adds????

    How to get rid of 3rd party and others similar annoying adds????

    If you have somehow acquired adware or malware, or maybe some add-ons to your browser
    that can be seen in that part of your preference controls for the browser, you may be able to
    follow instructions on adware removal to be sure that isn't the problem. You can also go into
    the browser and be sure the add-ons don't load.
    Some items such as Spigot, genieo, and others can be included in free download or other sites
    where the content is spiced with badware; sometimes a click-to-download gets you some other
    content instead of what you thought it was. There even are browser redirecting items that keep
    you looking at some page you don't want; and if you click on stuff, you may get more badware.
    •Adware Removal Guide:
    http://www.thesafemac.com/arg/
    •Adware Medic: (removal method)
    http://www.adwaremedic.com/index.php
    •Mac Malware Guide:
    http://www.thesafemac.com/mmg/
    Some may suggest also using a tool by the name Etrecheck, but this by itself does nothing if
    you don't know what to do next, however it does give you a partial list of some potential items
    that could be indicative of troublesome software or adware, stuff to also remove.
    •About EtreCheck
    http://www.etresoft.com/etrecheck_story
    Hopefully this may be of help, and should be useful to understand &/or indentify issues.
    Good luck & happy computing!

  • Error while exporting the 3rd party technical system in SLD

    Dear all,
        We're currently using PI 7.0. When trying to export the technical system in SLD, after the exporting, the IE jumps to the download page automatically, but there's a exclamation mark with no text info. I've tried to create a new 3rd-party technical system and try to export, the same thing happened.
        It happened in both our develop and our production PI system.
        Also I've found following error info in SLD server log:
    Log Record Details
    #33 04/19/2007 10:07:38.573 [SAPEngine_Application_Thread[impl:3]_33]
    ERROR com.sap.sld.wd.technicalsystem.ExportView: null
    Thrown:
    java.lang.UnsupportedOperationException
    at java.util.AbstractCollection.add(AbstractCollection.java:216)
    at java.util.AbstractCollection.addAll(AbstractCollection.java:319)
    at
    com.sap.lcr.webui.admin.ImportExportControl.addAssociatorAndReferenceNames(ImportExportControl.java:1244)
    at com.sap.sld.wd.technicalsystem.ExportView.getBCSystemExportList
    (ExportView.java:285)
    at com.sap.sld.wd.technicalsystem.ExportView.getExport
    (ExportView.java:193)
    at com.sap.sld.wd.technicalsystem.wdp.InternalExportView.getExport
    (InternalExportView.java:137)
    at
    com.sap.sld.wd.technicalsystem.wdp.IPrivateExportView$IContextElement.wdGetObject(IPrivateExportView.java:208)
    at com.sap.tc.webdynpro.progmodel.context.AttributePointer.getObject
    (AttributePointer.java:158)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1092)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1064)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.impl.FileDownload._getData(FileDownload.java:81)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FileDownloadAdapter.getReference(FileDownloadAdapter.java:291)
    at com.sap.tc.ur.renderer.ie6.LinkRenderer.render(LinkRenderer.java:53)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.renderGroupFragment
    (GroupRenderer.java:1184)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.render
    (GroupRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml
    (HtmlClient.java:1039)
    at
    com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:455)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1223)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1179)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:299)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.finishTasks
    (AbstractClient.java:173)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:753)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing
    (ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
    at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent
    (DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost
    (DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet
    (HttpHandlerImpl.java:401)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:365)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle
    (RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle
    (Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request
    (Processor.java:160)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:170)
    Hope you can help us.
    Thanks and B'Rgds,
    YiNing

    not sure if it has relevance, but the SLD level transports will do nothing but create a CIM file which should be downloaded to your deskktop.
    1. Make sure that there are no Pop Up BLocker's acting on the XI server on your machine.
    2. Make sure that you have the download authorizations on your machine.
    Regards
    Bhavesh

  • XML Gateway for Oracle Applications to 3rd Party Application System

    Hi,
    I am having one unique requirement for sending/receving an xml file from Oracle Applications to 3rd Party Application system (which supports XML). Has anyone worked on the XML Gateway for sending/receiving the PO/ASN or Pick Release/Ship Confirm XML information from Oracle Applications (11.5.9 or above) to 3rd Party Application System.
    Looking forward your valuable inputs/suggestions on this.
    Note: Please note that, Trading Partner setup has to be done for a 3rd Party Application System.
    Thanks in advance,
    Regards,
    Muru

    Hi
    Were you able to acheive this , Please share the steps you followed by dropping a mail to [email protected]
    Thanks
    Prasad C P

  • RPTEZL00 PDC time evaluation (supply to 3rd party payroll system).

    Hi All,
    Please let us know if any of you have worked on RPTEZL00 PDC time evaluation (supply to 3rd party payroll system).
    We have an issue where in our end user has run this report for the month of july twice once on 21st july 2008, again
    on 12.08.2008, in the second run she has selected with recalculations instead of "diff also in current period".
    Please let me know is there any way to get the data again for diff also in the current period only.
    Thanks
    Veeresh G. R.

    system generated Idoc or the file

  • How to Connect to Remote ECC 5.0 System from EP ?

    Hi,
       We are using EP6.0 - located in India, and our client ECC5.0 System is in US. Can anyone please let me know the steps how to connect to Remote ECC 5.0 System?.
    Thanks in advance.
    Krishna Kumar J

    Hi,
    Finally we have successfully got connected the ECC 5.0 system which is located in the remote network thru VPN Connection using the same connecting procedure for the local R/3 System.
    Thanks & Regards
    Krishna Kumar

  • SQL Server Express 2012 ok, and is this better than 3rd party  SVC system?

    Hi. Can anyone advise if:
    RoboSource control will work on SQL Server Express 2012, or is some earlier version required.
    Is RoboSource control a more elegant (more integrated) solution than a 3rd party SVC system, such as our Perforce system (with MSSVC plugin installed on RH.)
    Thanks.
    -Kurt

    Hi Kurt.
    RoboSource Control to my knowledge hasn't been developed in recent releases. It is essentially the same product that existed years ago. It works, but does not have a lot of users. Most people, including myself, prefer to use third party products such as Perforce, SVN.
    As RoboSource Control is an old product and isn't widely used, I doubt whether anyone has tried using it on SQL Server Express 2012. That is not to say it won't work on it though.

  • 3rd party cooling systems?

    Living in Southern California, I have a hard time keeping my G5 tower cool during the summer. My cpu heat widget has been showing tempatures between 139 to 150 degrees.
    Does anyone know of any 3rd party cooling systems out there that might help bring this number down?
    I have an old pci card that was a cooling fan, but it requires the type of old power cables you'd find in a G3 or G4 tower.
    I've heard about liquid coolant systems. Anyone know about those?
    Thanks in advance.

    Hi Enio;
    My Quad is always reporting CPU tempertures between 140 and 150 no matter what the room temperture is. I am running F@H on all four CPUs so they are all 100% busy. The only thing that changes in my system as the room temperture goes up is the fan speed. I don't think your temperture are out of line.
    Allan

  • Connection problem with 3rd party software

    I am having a problem with a developer tool (pl/sql developer) in that my connection keeps closing whenver i query a table. i know this sounds like a software problem and nothing to do with oracle, but this happened on my friends machine and after hours of searching we found out that it was caused by a setting in a configuration file. this setting caused problems when 3rd party applications were using oracle. however, we cannot remember what the file was, and I'm wondering has anyone encountered this type of problem before and if so how do you solve it?
    Thanks very much

    Maybe this has something to do with connection timeout for Oracle network configuration settings:
    in file sqlnet.ora (located on server side), check these values or set them
    appropriately:
    SQLNET.INBOUND_CONNECT_TIMEOUT
    SQLNET.RECV_TIMEOUT
    SQLNET.SEND_TIMEOUT
    See http://download-east.oracle.com/docs/cd/B19306_01/network.102/b14213/sqlnet.htm#sthref370

  • How can i control a 3rd party stepper motor driver

    I want to control a 3rd party stepper motor hardware driver througt labview.The company has given me a C program.Can somebody help.I'm new to labview.
    Thanks in advance
    Rajan

    Hi Rajan,
    The LabVIEW may be able to control the motor depends on the bus used for communication and what the C program does.
    For example, if you connect to the motor using a simple bus, such as RS-232 (serial), then you could use LabVIEW to send the commands to the instrument. For this you need the motor's command set, which should be in the motor's documentation. You can also look into the C example program you were giving and determine if commands are being sent directly using the serial port.
    Another way the manufacturer might provide conectivity is using a driver. In this case, the manufacturer provides you with a library of functions that reflect the functionality of the device. You don't need to worry about the specifics of the communication bu
    s. You just call the functions from this library. In this case, you can use LabVIEW's Library Function Call Node, which allows you to call C functions in dlls.
    If you can include more information on how the motor is connected to the instrument and what the C code does, I could probably provide more details.
    DiegoF
    National Instruments.

  • How do I get my 3rd party instruments to show up in my Logic Pro instrument library?

    I have purchased and downloaded orchestra instrument libraries from Albion. How do I get them to show up in my instrument library so they can be used?

    Hi
    If you mean the Spitfire Albion series (?) these run within Kontakt.
    Most 3rd party plugins do not directly support the Logic Library, so you would need to manually load in the plugin and any setting within the plug itself.
    You can then save that as a "Logic" Setting or Patch, which will show up in the Library.
    There is a large collection of Logic Settings for many 3rd party plugs over at LogicProHelp.com
    CCT

Maybe you are looking for

  • How do I have mutliple users on one computer?

    I have an I-tune account on my computer and want to have multiple users to download their own music, whether off a CD or purchasing from I-tunes, for thier own I-Pods. How do I do this?

  • Deploying BMP Entity Bean with primary key calss

    Hi, I am using EJB 2.0 with and websphere studio 5.0 and database is sql server 2000. My BMP Entity bean has a primary key class.From my client I am invoking the Entity Bean by calling it's findbyprimarykey method. The home interface of my findbyprim

  • Windows client - error opening file from OS X Server

    We discovered, that some files cannot be read from windows applications via the server - Xserve 10.4.8 Server. When we try to open files from applications (open dialog, or double click ) via the server, the apps stop reading with errors. These errors

  • Need help with new email problem

    Hi friends . . . I'm not sure if this is a forum that could help me figure out my new problem . . . but I'll give it a try. . .I need some help . . . My email is sometimes being sent to the wrong address. Instead of my Yahoo address, they're sent to

  • What are the problems u face in N95 8g as it has m...

    what are problems u face in N95 8g as it has just internal memory(8g) and do not have card slot..can u tell me?? and which is faster and better for mobile phone internal memory as in N95 8g or memory card as in original N95?? thnaks for answer.