SABRIX Integration

Dear Frnds,
           In our scenario   we have integration with SABRIX with ECC and CRM , Here i have couple of questions ,
1) Setting what we make in ECC system are same as we do for VERTEX?
2) In the RFC Destination we mention as VERTEX_MAXTAX(description) and destination as type T (for VERTEX) so we mention the same for SABRIX also ???
   Please kindly guide me regarding this ....
Thanks
Ram

It would depend on which version of the Sabrix Tax Determination s/w you use. The connection to SAP is through a registered server program which is started by the connectors from the Sabrix installation. For the actual integration, you need to make quite some ABAP changes in terms of append structures to tables and user exits to call the Sabrix Tax engine, which are detailed in the installation guide for the specific version that you use.
Regards
Suddhasattwa

Similar Messages

  • Global Next / Sabrix Integration with SAP

    We are trying to convert our SAP applications to use an external call to SABRIX to calculate taxes.  I understand that when you configure an external tax engine in SAP, certain tax calculation functions are turned disabled (AR Cash Discounts, Deferred VAT, Prompt Payment Discounts, Down Payments & certain AP processes)
    I am looking for documentation from SAP that details what exactly you no longer can do if you begin calling an external tax engine.  I have searched OSS notes and I am at a dead end. HELP!???
    For example, if you have a cash discount or prompt payment discount that needs to be deducted from the gross amount to then use as the Tax base, what exactly is disabled when you try to calculate the tax using an external engine.  Is it the settings at the company code or jurisdiction levels that you set to determine the base amount to calculate taxes on sales/purchases?
    Thanks for your direction to any existing documentation that can help me understand this issue!

    Hi Salman,
    The external Tax Engine can be activated by country. For all countries not assigned to the Tax Engine, SAP standard tax calculation and determination is used
    The external Tax Engine can be activated by company code. Settings made here overwrite the settings made by country.
    There should be a RFC between SAP and Sabrix to call the Tax Engine and return the tax rates from Sarbix system.
    SAP has some automated design functionalities which support to sabrix and all the required configurations will be done at this level.
    At present I do not have any documents related this, but sure let me find out and send you some time later.

  • Sabrix integration with SAP

    Hi,
    We will be using external tax package "Sabrix" for calculating taxes in SAP.
    I need to know if we have to maintain the Tax Jurisdiction Code in the config or it is derived by sabrix by itself. What should be inputs from my side for this, if any.
    Thanks
    Sandeep

    Hi Sridhar
    The Link you mentioned is not working.
    but can you please elaborate a little bit further for consultant new to Sabrix, like complete configuration steps,
    so we can also configure in this way as you did when you work on that. and How it takes care
    US jurisdiction and how we assign tax procedure etc to this software.
    Thanks in Advance
    And if you have any documents on that please email on: [email protected]

  • Weblogic 8.1 SP6 Webervice problem deployed on Admin Server

    Hi All,
    I am using Weblogic 8.1 SP6 on RHEL 4. I have a domain which has only one Admin server. Domain is running in Development mode, JRockit is the JVM used, version 142_11.
    I have two Webservices Applications (ear's) which are deployed on Admin Server. One webservice appl makes call to another.
    When we have testing going on, every now and them Admin Server hangs, Idle threads in Execute Queue will be zero at the time of issue. Whenever we have issue of Admin Server hang and application not responding I am able to open the console and browse through all links, just the Admin server status shows me as failed in console (not sure how because if Admin Server is in failed state console doesnt open). I took thread dumps at the time of the issue. I see threads getting stuck when trying to make Webservice HTTP call. I saw same problem posted forums, but no resolution was specified. Kindly let me know if you have any resolution for this issue. Below is thread dump.
    "ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=1 tid=0xaa28fc20 nid=0x2246 in Object.wait() [0xa9980000..0xa9980198]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:154)
         - locked <0xb63d9428> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:174)
    "ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28f050 nid=0x2246 runnable [0xa9a00000..0xa9a01198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3bc90> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3bcc8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3bd08> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28e480 nid=0x2246 runnable [0xa9a81000..0xa9a82198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3c8a0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3c8d8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3c918> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28d8e8 nid=0x2246 runnable [0xa9b02000..0xa9b03198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3d4b0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3d4e8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3d528> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28cd18 nid=0x2246 runnable [0xa9b83000..0xa9b84198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3e0c0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3e0f8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3e138> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28c148 nid=0x2246 runnable [0xa9c04000..0xa9c05198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3ecd0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3ed08> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3ed48> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa279be0 nid=0x2246 runnable [0xa9c85000..0xa9c86198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3f910> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3f948> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3f988> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa2a9f40 nid=0x2246 runnable [0xa9d06000..0xa9d07198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f40550> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f40588> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f405c8> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa2a9898 nid=0x2246 runnable [0xa9d87000..0xa9d88198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb1ad1018> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb1ad1050> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb1ad1090> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa27ded0 nid=0x2246 runnable [0xa9e08000..0xa9e09198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f41430> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f41468> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f414a8> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    - - Weblogic Consultant

    Deploying Creator apps to Weblogic, including JDBC setup, is explained in the tutorial "Deploying Your Application to a BEA WebLogic Server" now available at http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/weblogicdeploy.html

  • Call to Sabrix from iStore

    One of our client has an outside developer we are working with to make a call to Sabrix from iStore. I am hoping this is a simple question. If it is not, please let me know so we can figure out the hours involved. Here is the question.
    ==
    The idea was to simply integrate some java code within the existing iStore application at the right trigger points so that it would be able to call Sabrix for sales tax. We came up with a sample java program based on client’s business/tax requirements and Sabrix’s Java API and was hoping to use that to either update the JSP pages or the backend java classes associated with them to pass all the relevant data over to Sabrix.
    This is the process that I followed and here is what I found so far:
    The JSP pages, which are the front-end of the iStore do not have any programming. They use java classes/beans to get the relevant information to build pages and display the contents (like taxes) on them.
    I was hoping to have the source code for the Java Beans that the JSP pages use but instead I found out that Oracle only provides you the “.class” (compiled/binary) files. Which leads me to believe that they are not supposed to be modified. But I was able to decompile quite a lot of them to try to see if I can find a place where the tax related logic is. I decompiled a lot of class files under: Oracle\apps\ ibe\ folder and various subfolders like quote, shoppingcart, etc. But I did not find any real logic for tax calculations within them. They were merely reading database tables and populating other java beans with information that the JSP pages in turn use.
    Within these classes I found certain references to stored procedures and so I requested access to the stored procedures related to the “ibe” area of Oracle. After digging through a lot of the .pls files (eg: IBEVSHCB.pls, IBEVQOPB.ps, etc) it seemed like we just got references to more stored procedures like: ASO_QUOTE_PUB and ASO_QUOTE_Headers_ Pvt1, etc. We were able to review ASO_QUOTE_PUB and it seemed like it was pointing to some even more stored procedures. We have not had a chance to investigate this further after that.
    Is there any poiter to get the answer?
    Thank you in advance for your assistance with this matter

    Not sure of your version of apps, but assuming that it is 11i. Based in this http://www.sabrix.com/enterprise/integration/oracle-ebusiness.php I understand that there is an direct integration available with ebusiness suite for OM and AR.
    As another reply said, aso_tax_int called from the istore to calculate tax (pretty much what happens in OM happens here). You do not have to call sabrix from iStore if the integration is available in the database.
    Once you have sabrix installed in Oracle (the way vertex or taxware are installed), you will find that their pl/sql code available in database which is called from the tax engine of oracle arp_process_tax. arp_process_tax is called for all the sales tax needs from different applications.
    Usually for the vertex and taxware a profile option is there to dtermine whether vendor tax engine is installed. I guess for the sabrix as well there will be one or profile value might include Sabrix as the vendor. Based on that information tax engine will take value from the sabrix code which is called from arp_process_tax.
    So first get the info from the Sabrix as how it is integrated with Oracle Ebusiness suite. My guess is you do not have to anything in JSP pages to calculate tax using Sabrix engine.
    Thanks
    Nagamohan

  • Vertex, Sabrix and Taxware?

    Hi
    What is the difference between the 3 external tax engines - Vertex, Sabrix and Taxware?
    Is there any difference as to which countries are these tools valid?
    Thanks
    SV

    SV,
    How Thoms Reuters Sabrix is differentited:
    Complete tax portfolio
         Thomson Reuters offers a complete suite of tax solutions including: Tax Planning, Transfer Pricing, Tax Provisioning, Indirect Tax and Tax Compliance. This full end to end solution is underpinned by workflow, calendaring, tax research and GRC. Over time this vision will become more tightly integrated and delivered through a single portal. Other vendors only offer point solutions and cannot provide the full range of functionality.
    Company viability and commitment
         Thomson Reuters is a $13B publically traded company.  Sabrix customers have the comfort that they have a long term tax technology partner committed to the investment required to supporting their growing needs in every market.
    International implementation support
         Sabrix is the only tax solution that has a dedicated European implementation team that is based in Europe and understands the complexities and needs of European multinational companies. This not only reduces project cost but also ensures that Sabrix customers get the best possible support throughout their projects.
    Global experience
         Sabrix is the only tax solution vendor that has extensive provable experience with  large complex multinational global implementations. Other vendors range from no experience to very limited experience in small divisions performing very limited activities internationally. Sabrix has numerous customers running a variety of ERP systems who can provide real world references to prospective customers.
    Mature global product
    The only proven global solution.
    Fifth Generation Technology (version 5.1.x).
    Used by customers to process transactions in 100+ countries.
    Proven global integrations with SAP, Oracle and legacy applications which are all owned and maintained by Sabrix.
    The only solution that fully automates determination, calculation and recording of all sales, use, value added and other transaction based taxes.
    Single code line, optimally focused resources.
    Make consistent tax policy changes within a single application.
    Configuration without coding.
    Stop relying on IT development  for tax policy creation and maintenance.
    Stop relying on distributed non-tax personnel to make the right tax decisions.
    Remove the limitation of SAP tax codes (capped at 1,296).
    Be in position to support your global vision for tax policy enforcement and control via  application flexibility.
    Rapid configuration and testing of new tax policies.
    Global transaction tax accuracy enforcement using global tax research.
    Distributed tax management with global visibility.
    Automatic updates to global tax research for the rates, rules and the law.
    Run reports on global and consolidated transaction data.
    Single source of record for global transaction and tax data.
    Audit support and compliance reporting.
    Discontinue supporting multiple tax applications and/or customized SAP globally.
    Consolidation of software and hardware systems.
    Consolidation of databases.
         Sabrix has been live with global blue chip customers for international VAT for over five years and has had the opportunity to refine the solution with numerous product releases to handle the nuances and complexities that our customeru2019s have. No other vendor has had the chance to battle test and refine their solutions. This means our customers can implement Sabrix with complete confidence that their tax requirements will be covered.
    Comprehensive partner network
         Sabrix Thomson Reuters typically relies on our highly developed partner network to implement our solution. This gives our customers choice as to who they want to implement the solution for them. It also ensures that there is considerable expertise available in the market to implement Sabrix. Having trained partner resources globally allows our customer to utilise local resources irrespective of location. Other vendors prefer to implement the solution themselves. This can make it hard to understand the full cost and can be highly challenging for the vendors that do not have an EU implementation team.
    Fully independent tax determination
         Sabrix requires no indication of the desired treatment to make the correct tax decision. For example, triangulation simplification is determined automatically based on the data provided to the engine. Other solutions require the source system to indicate a triangulation is required. This leads to reduced accuracy, unnecessary systems development and greater maintenance.
    Sabrix is the fastest tax engine available
         All tax decisions are performed in a memory space at the tax engine and disc access is not required for tax decisions. This enable Sabrix to be the fastest and most scalable solution on the market. Our users do not experience any disruption due to process delays introduced by bolting an additional system to SAP.
    SAP relationship
         Thomson Reuters Sabrix was selected in May 2010 as SAPu2019s tax technology partner. This relationship is crucial to SAP customers since it will lead to much tighter technical and commercial alignment between Sabrix and SAP than other tax solutions. Currently Sabrix and SAP are directly engaged to further develop the international tax interface and are working towards international certification of the tax interface.
    Thomson Reuters provides a complete record to report solution
         Transaction tax data is stored in the Sabrix database and transported to Abacus for automating the returns filing process. No other vendor has an international returns module let alone the capability to automate the end to end process.
    Sabrix Report 6.0 is built using SAP technology
         Sabrix Reports 6.0 is provided on SAPu2019s Business Objects platform. This means that SAP customers already support the technology making it easier and cheaper to maintain and ensuring the best possible integration with SAP. Other vendors use proprietary or additional third party tools for reporting.
    Sabrix only supports a single tax engine platform
         Other vendors have to split their support and implementation effort across multiple vendor products. Sabrix has always provided a global solution and all Sabrix customers are on version 5 of the engine.
    Sabrix provide the most accurate and highest quality tax content
         Sabrix Tax Research has always owned the international VAT content since the quality of the rates, rules and logic is core to the value provided to our customers. Other vendors attempted to have external parties provide the content but have recently realised the problems that this causes and are in the process of attempting to replicate the Sabrix model.

  • Refresh System Data in Integration Directory PI 7.11

    Hey,
    I have setup a new technical system and a business system in SLD, but now I still can't find it in Integration Directory.
    I knew from the later PI Version, that there was an option to transfer SLD data to integration directory, but now I can't find it
    anymore.
    Can anybody help?
    Thanks!
    Michael

    I have setup a new technical system and a business system in SLD, but now I still can't find it in Integration Directory.
    I knew from the later PI Version, that there was an option to transfer SLD data to integration directory, but now I can't find it
    Tools (or right-click in ID) --> Assign Business System --> follow the wizard...it will assign the business system from SLD to ID

  • What is new AT&T iPhone MMS date? I see integrated messaging feature

    Okay, I heard that this was to happen at then end of Summer, then end of July.
    So what is the new date? I see Integrated Messaging counters in my AT&T profile as of this week.
    Should we expect another update to sync with iTunes to get it working?

    Funny. I'm going to mark this question as answered -and this last post as funny.
    I hope it isn't sarcasm, cause my sarcasm detector runs on Windows 7 and I currently have my VMware Fusion session powered off.
    The heart of my question was really the "integrated message" counter in my AT&T profile. I was hoping to hear others just got it, or don't have it, or when they got it, and they I could magically extrapolate a new MMS rumor date.
    Anyway, I don't have to go to UK (although a good choice), cause Rogers in Canada has MMS already.
    One Mac. One World.

  • How to print Integrity sql in the preparedstatement?

    How to print Integrity sql in the preparedstatement?
    Connection conn = null;
    String sql = "select * from person where name=?";
    PreparedStatement ps = conn.prepareStatement(sql);
    ps.setObject(1, "robin");
    ps.executeQuery();
    i'm wants print Integrity sql.
    For example:select * from person where name='robin'
    How should I do?
    thanks a lot!

    PreparedStatement doesn't offer methods for that. You can write your own implementation of PreparedStatement which wraps the originating PreparedStatement and saves the set* values and writes it to the toString().
    If needed, myself I just print the sql as well as the values-being-set to the debug statement.Logger.debug(query + " " + values);

  • Can i use OER to store the data from a excel sheet that pertains to the entire integrations ?

    hi ,
    i know that the OER can be used to view the entire landscape for the SOA composites and how they are related with each other. However we have a requirement wherein we need to store the data for the entire integration end systems e.g. ebiz, mfgpro, siebel etc ( that is we need to store data one level up).
    Also,  we want a customized form in OER wherein user can manually add data regarding the integrations.
    So is it possible to do so ? If yes, how ?

    ok, let me put it this way,
    I tried using the import/export utility available under OER admin tab.
    When i export my existing assets it generates the .xml file for each asset. Now as i have hundreds on new assets to be created for each asset type i want to be able to create a new .xml file and want it to create the new asset once i import it using import utility. I tried creating a new .xml file giving it a new UUID but it does not seem to work. Has anyone tried this earlier who can give the steps to do this ?

  • Assigning a node value from an XML variable to a String type  in Weblogic Process Integrator

    Hi,
    Is there any way to assign a node value from an XML variable to a String variable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

    Nerendra
    Are you talking about using Xpath on the XML document and assigning to a
    variable, it is unclear what you are asking
    Tony
    "Narendra" <[email protected]> wrote in message
    news:3bba1215$[email protected]..
    >
    Hi,
    Is there any way to assign a node value from an XML variable to a Stringvariable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

  • Error while deploying a simple ADF application on the Integrated weblogic..

    hi,
    I am new to ADF and have developed a simple application that interacts with the database.
    I have tried to deploy the application to the intgrated weblogic server but the deployment is not successful and throws the following error:
    [Waiting for the domain to finish building...]
    [04:14:13 PM] Creating Integrated Weblogic domain...
    [04:15:38 PM] Extending Integrated Weblogic domain...
    [04:16:10 PM] Integrated Weblogic domain processing completed successfully.
    *** Using port 7101 ***
    C:\Users\Jhansi\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;E:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;E:\Oracle\MIDDLE~1\JDK160~1\jre\bin;E:\Oracle\MIDDLE~1\JDK160~1\bin;E:\OracleXE\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    E:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=E:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=E:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=E:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\Jhansi\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Jan 20, 2011 4:16:14 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Jan 20, 2011 4:16:14 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Jan 20, 2011 4:16:15 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 20, 2011 4:16:15 PM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jan 20, 2011 4:16:16 PM EST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Jhansi\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Jan 20, 2011 4:16:21 PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 20, 2011 4:16:29 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jan 20, 2011 4:16:29 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 20, 2011 4:16:54 PM EST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.1.73:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:d5e4:73a9:98b0:9db7:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:1c56:3208:befd:ce95:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:149:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:ecd9:7589:e2cd:650d:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 2001:0:4137:9e76:1c56:3208:befd:ce95:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 20, 2011 4:17:00 PM EST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jan 20, 2011 4:17:00 PM EST> <Warning> <Server> <BEA-002611> <Hostname "Jhansi-PC", maps to multiple IP addresses: 192.168.1.73, fe80:0:0:0:ecd9:7589:e2cd:650d%11, fe80:0:0:0:1c56:3208:befd:ce95%13, 2001:0:4137:9e76:1c56:3208:befd:ce95>
    <Jan 20, 2011 4:17:01 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jan 20, 2011 4:17:01 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 51406 ms.
    IntegratedWebLogicServer started.
    [Running application HRSystem on Server Instance IntegratedWebLogicServer...]
    [04:17:03 PM] ---- Deployment started. ----
    [04:17:03 PM] Target platform is (Weblogic 10.3).
    [04:17:05 PM] Retrieving existing application information
    [04:17:06 PM] Running dependency analysis...
    [04:17:06 PM] Deploying 2 profiles...
    [04:17:07 PM] Wrote Web Application Module to C:\Users\Jhansi\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\HRSystem\ViewControllerWebApp.war
    [04:17:09 PM] Wrote Enterprise Application Module to C:\Users\Jhansi\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\HRSystem
    [04:17:09 PM] Deploying Application...
    <Jan 20, 2011 4:17:10 PM EST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HRSystem is not versioned.>
    <Jan 20, 2011 4:17:16 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1295558229417' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:350)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:531)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: HRconnDS is already bound
         at weblogic.jdbc.common.internal.RmiDataSource.start(RmiDataSource.java:404)
         at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:136)
         at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:97)
         at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:347)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         Truncated. see log file for complete stacktrace
    >
    <Jan 20, 2011 4:17:16 PM EST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'HRSystem'.>
    <Jan 20, 2011 4:17:16 PM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'HRSystem'.>
    <Jan 20, 2011 4:17:16 PM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:350)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:531)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: HRconnDS is already bound
         at weblogic.jdbc.common.internal.RmiDataSource.start(RmiDataSource.java:404)
         at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:136)
         at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:97)
         at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:347)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         Truncated. see log file for complete stacktrace
    >
    [04:17:16 PM] #### Deployment incomplete. ####
    [04:17:16 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application HRSystem due to error deploying to IntegratedWebLogicServer.
    [Application HRSystem stopped and undeployed from Server Instance IntegratedWebLogicServer]
    ERROR [main] com.oracle.cie.domain.template.dependency.TemplateSelectionTarget - Template is not present in the graph: null
    Thanks,
    Jhansi

    Hi Jhansi,
    Whether u create HRconnDS in ur Weblogic server
    If not create it ...
    If yes just check it out whether u gave a correct connection string for it......
    Regards,
    Suganth.G

  • OIM 9.1.0 Integration with Active Directory 2008 R2

    Hi,
    My customer is running Root/Child AD structure based on windows 2003 w/SP2, OIM 9.1.0 deployed under one of the child domains, and integrated with child domains controllers which runs windows server 2003 as well.
    My customer has decided to upgrade his AD to Windows Server 2008 R2 domain controllers across the entire AD Forest and still wants to integrate the current OIM v9.1.0 with AD for all of his Users provisioning and password synchronizations.
    Am not sure if current OIM version of OIM 9.1.0 is compatible and supported by OIM v9.1.0 under active directory version 2008 / R2, and not sure if it can be integrated with such AD version.
    Any guidance is really appreciated.
    Also I was thinking of such scenario but also not sure of its support ability and if OIM will keep working on such scenario, the scenario is to upgrade only the AD root domain to Windows 2008 R2 while keeping the child domain holding the OIM 9.1.0 at Windows 2003 version.
    Is this a working and supported scenario by OIM v9.1.0 ?

    I believe you question should be if the connector supports this architecture. Check out the versions supported for the connector you are using and you should be good.
    -Bikash

  • FRM-41211 Integration Error SSL - OracleAS 10g

    Hi.
    I have error Frm-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms.
    I have error: FRM-41211 SSL integration error .....
    OracleAS server began on Windoes XP SP2.
    Do you help me ?

    Hi,
    I remember having seen this issue in teh apst. My best recommendation is to work with customer support (metalink.oracle.com)
    Frank

  • FRM-41211 Integration Error SSL - Oracle Forms 10g

    Hi all.
    I have FRM-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms in this code:
    =====================================================
    DECLARE
    BEGIN
    repid := find_report_object('MODULE21');
    v_rep := RUN_REPORT_OBJECT(repid);
    -- jobid := substr(v_rep, length('rep60_WS70004')+2, length(v_rep));
    -- web.show_document('/reports/rwservlet/getjobid'||jobid||'?server=rep3945','_blank');
    END;
    =====================================================
    I have error: FRM-41211 SSL integration error .....
    OracleAS 10g server began on Windows XP SP2.
    Do you help me ?
    Very thanks !!

    Do you help me ?
    Thanks.

Maybe you are looking for

  • How to display data in a grid after selecting topic from combo box?

    could someone help me out? i'm displaying a combo box (about 20 items) vertically. when user selects one of these items, i'd like for information regarding that choice to be displayed in my data grid. thanks - Karl from Kansas

  • Wow!  No servers connecting after 10.5.1 upgrade through software update

    Just installed 10.5.1 update and cannot now connect to any smb/cifs or afp shares - after a delay after I select a server, or click the (connect as...) button, I get the spinning ball. Then the Finder restarts. I cannot connect to any shared services

  • Mpeg 2 import issue

    Hi, I keep having the same problem importing an Mpeg 2 file (.m2v) into DVDSP 4. The file name appears in the asset window, however it's color is faded. then after 5 seconds or so, it disappears. The 'Video Asset' details appear on the right side of

  • "You can't open the application "Install Mac OS X"...

    because it is not supported on this architecture." I don't know why either? I am currently running OS X 10.5.8 and thought I would just upgrade easy peasy lemon squeezy to Snow today but hit a bump in the road as soon as I clicked o "Install". I trie

  • Skewing a movie clip using 3D rotation tool

    Check out the swf below.  I'm trying to skew the images as they approach the edges of the screen.  My goal is to create a 3D effect so the images appear to be falling back to a vanishing point.  Any suggestions?