Getting following error when sending soap request to PI

Hi All,
          I am trying to send the following soap request to XI
=======================================================================
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gip="urn:pmintl.com/Gips02">
   <soapenv:Header/>
   <soapenv:Body>
      <gip:MT_GIPSTOSMDLSYN_REQ>
         <Source>
           <xmlDocument><sender><name>GiPS</name><environment>Dev</environment><UserID>ymargub</UserID></sender><message GiPSChange="C69695" op="Release"><Col N="RELEASE_DATE">2009-01-22</Col><Col N="CHG_DESCRIPTION">Automatic Release</Col></message></xmlDocument>
         </Source>
      </gip:MT_GIPSTOSMDLSYN_REQ>         
   </soapenv:Body>
</soapenv:Envelope>
================================================================================
I am getting a error as shown below . In runtime workbench under communication channel it is also showing "null pointer exception". The details of message given below . Can anyone please analyse where it is going wrong. Everything from sender agreement to communication channel is in place.
=================================================================================
<!-- see the documentation
  -->
- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
- <SOAP:Body>
- <SOAP:Fault>
  <faultcode>SOAP:Server</faultcode>
  <faultstring>Server Error</faultstring>
- <detail>
- <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
  <context>XIAdapter</context>
  <code>ADAPTER.JAVA_EXCEPTION</code>
  <text>java.lang.NullPointerException at com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageOperator.getQualityOfServiceAsString(XMBMessageOperator.java:2048) at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:843) at sun.reflect.GeneratedMethodAccessor789_10002.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute

Hi,
Please cross check the URL that you are giving in Proposed URL option wihile you are generating the WSDL.
Type the URL that you are using as i mentioned in above in Intenet Explorer and press Enter. This should give Message servelet ok.
Then clear CPA Cache and test your scenario, it will work ( Provided you should fill SOAP Adatpter parameters correctly in ID).
Thanks
Subbu

Similar Messages

  • Error when sending data request

    Hi All,
       i have scheduled info package for different type data sources in bi 7.0, for this i am getting the data from  ecc 6.0 . all of this schedule's showing  the status "error when sending data request" with the following details.
    status
    diagnosis
    the request idoc could not be sent to the source system using rfc
    system response
    there is an idoc in the warehouse outbox that did not arrive in the ale inbox of the source system
      in step by step analysis it is showing
       rfc to source system successful showing with ash status
       data selection successfully stated  and finished ? show with red status
    in that details tab
    request : showing with green status
    everything ok
    extraction :showing with red status
    missing messages
    transfer(idocs and trfc) : missing messeges
    processing(data packet) : no data
        it is showing technical status with red as processing overdue
                           processing step call to source system
       so it is showing error with 0 from 0 records.
    please any body could help me for solving this error.
    regards,
    naveen.

    Hi
    Seems you have connectivity issues between the Source system and Bi system.
    You need to check whether you have data on R/3 side via RSA3 with Full / Delta Update Modes with Target System as your BI system.
    RSA13--Source System -- Right click Connection parameters/check/Restore/Activate again Say Replicate All Data Sources (If Possible , provided if you have time because it consumes lot of time )
    You need to check the tRFC Queue SM58/59 for any Stucks and WE19/20 for IDocs.
    Much of BASIS Issue .
    Hope it helps and clear

  • Getting following error when trying to run my application through eclipse

    Hi
    i am getting following error when i am trying to execute my program from my eclipse id 3.2 .Plz help me .I have also increase jvm memory upto 256M but it doesnt work.
    [java] E:\tarun\java\workspace1\Nss_Gui\main\build.xml:62: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:758)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    [java] Caused by: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] ... 13 more
    [java] --- Nested Exception ---
    [java] java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

    javax.el.PropertyNotFoundException: Target Unreachable, 'oracle' returned null
    The managed bean property 'oracle' is not found with the specified EL expression. What is the EL expression used  and what is the managed bean property?

  • HTTP error while sending SOAP request using wsdl file

    We created SOAP request using the wsdl file ; while sending SOAP request from Altova XMLSpy, we are getting the below error.
    HTTP error: could not post file
    Can you please explain how to resolve this issue
    Regards,
    Sanghamitra

    there is very little information to help you here.
    Can you confirm if this is a SOAP sender scenario or SOAP receiver scenario?
    Also do go to thru these links to help you out;
    Troubleshooting
    Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 ***
    RFC -> SOAP
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    SOAP <-> XI <-> RFC/BAPI
    Walkthrough - SOAP  XI  RFC/BAPI

  • Error when sending multiple request at same time

    When we send multiple request at the same time, we get an error.
    Same scenario
    XIServer:AE_DETAILS_GET_ERROR:Error while reading from the secure store:
    ERROR_U: No service user password found for Adapter Engine
    The first request is processed OK, it's the second one that gives the error...
    Anybody any ideas?

    Check out the below thread : Re: No service user password found for Adapter Engine
    May be some of the solution from the thread will work for you.
    Thanks,
    Pooja Pandey

  • Error while sending SOAP Request to server through XML Spy

    i have created a webservice to jdbc scenario application and when i tried to check my webservice with XML Spy by giving inputs to wsdl file as SOAP Request to server, its showing the error like this:
    <b><u>Http error : could not POST File</u></b>
    It would be good if u explain step by step procedure how to solve the issue.
    Thanks & Regards.,
    Pushparaju.B

    This is the error showing after clicking OK button after it showed the error
    Http error : could not POST File
    <b><?xml version="1.0"?>
    <!-- see the documentation -->
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
         <SOAP:Body>
              <SOAP:Fault>
                   <faultcode>SOAP:Server</faultcode>
                   <faultstring>Server Error</faultstring>
                   <detail>
                        <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                             <context>XIAdapter</context>
                             <code>DeliveryException</code>
                             <text><![CDATA[
    com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:PL_TIMEOUT:
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:451)
         at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:125)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:831)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
              ]]></text>
                        </s:SystemError>
                   </detail>
              </SOAP:Fault>
         </SOAP:Body>
    </SOAP:Envelope></b>
    yes i have the role of XIAPPLUSER
    scenario has created by me and i have the authorization to enter into XI

  • Getting following error when running eg. Applet + JMS. Why?

              Im trying to run the example Applet provided in the bea documentation in Weblogic
              8.1, but im getting the following error. Can someone shed some light on the matter.
              Thank you all for
              your time
              java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_WLStub
              at sun.applet.AppletClassLoader.findClass(Unknown Source)      
              at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)      
              at java.lang.ClassLoader.loadClass(Unknown Source)      
              at sun.applet.AppletClassLoader.loadClass(Unknown Source)      
              at java.lang.ClassLoader.loadClass(Unknown Source)      
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)      
              at java.lang.Class.forName0(Native Method)      
              at java.lang.Class.forName(Unknown Source)      
              at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:476)
              at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:449)
              at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:345)
              at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:308)
              at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:234)
              at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
              at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)      
              at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)      
              at javax.naming.InitialContext.init(Unknown Source)      
              at javax.naming.InitialContext.<init>(Unknown Source)      
              at Applet1.initJMS(Applet1.java:110)      
              at Applet1.init(Applet1.java:40)
              

    This is a known issue and is fixed in SP1. Please contact support for a
              patch.
              Tom Barnes wrote:
              > Not sure. I suggest first posting to the "rmi-iiop" newsgroup
              > if you are using the 8.1 thin-client, as JMS is not involved
              > yet. You can also try the "rmi" and "jndi" newsgroups.
              >
              > Tom, BEA
              >
              > john mattucci wrote:
              >
              >> Im trying to run the example Applet provided in the bea documentation
              >> in Weblogic
              >> 8.1, but im getting the following error. Can someone shed some light
              >> on the matter.
              >> Thank you all for your time
              >>
              >> java.lang.ClassNotFoundException:
              >> weblogic.jndi.internal.ServerNamingNode_WLStub
              >>
              >> at sun.applet.AppletClassLoader.findClass(Unknown Source)
              >> at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClass(Unknown Source)
              >> at sun.applet.AppletClassLoader.loadClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              >> at java.lang.Class.forName0(Native Method)
              >> at java.lang.Class.forName(Unknown Source)
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:476)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:449)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:345)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:308)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:234)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
              >>
              >>
              >> at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
              >> at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
              >> at javax.naming.InitialContext.init(Unknown Source)
              >> at javax.naming.InitialContext.<init>(Unknown Source)
              >> at Applet1.initJMS(Applet1.java:110)
              >> at Applet1.init(Applet1.java:40)
              >
              >
              Rajesh Mirchandani
              Developer Relations Engineer
              BEA Support
              

  • Getting following error when starting J2EE server

    Hi ,
    The sap server fails to start with following error:
    My DBSID  is J2E
    ctsaix02:j2eadm 17> vi /local/home/j2eadm/startj2eedb.log
    "/local/home/j2eadm/startj2eedb.log" 37 lines, 1073 characters
    Thu Dec 28 22:53:03 PAKST 2006
    LOGFILE FOR STARTING DATABASE
    Trying to start database ...
    Thu Dec 28 22:53:03 PAKST 2006
    Checking required environment variables
    SAPSYSTEMNAME is >J2E<
    Start database with xuserkey >c_J2EE<
    Thu Dec 28 22:53:03 PAKST 2006
    Connect to the database to check the database state
    dbmcli: connect check finished with return code: 0
    Database not available
    Thu Dec 28 22:53:03 PAKST 2006
    Starting XServer
        12916  XSERVER  Found other running x_server with version 'X64/AIX   7.5.0    Build 032-123-111-699'
        12902  XSERVER  started, 'already...'
    Thu Dec 28 22:53:05 PAKST 2006
    Starting database
    Starting Database Instance...
    Error! XUser not found!
    Opening Database...
    Error! XUser not found!
    Thu Dec 28 22:53:05 PAKST 2006
    Connect to the database to verify the database is now open
    dbmcli check finished with return code: 0
    Database start failed
    ~
    What can be the problem

    Manoj,
    it looks like the USER data needed to connect to the instance hasn't been saved correctly. Please look at SAP note 39439 and save this data.
    If you continue to have problems, you will need to open a CSS message.
    Regards,
    Ashwath

  • Getting following error when deploying the model in VC

    Hi Can any body have idea what is the reason for following error.
    Error in compiling Flex application: Error: Branch between 8212 and 41097 around line 0 exceeds 32K span. If possible, please refactor this component.
    Error: Branch between 8212 and 41097 around line 0 exceeds 32K span.
    Failed to compile AAD10T.mxml
    I explain what i haved done in the this model
    i have created one view to this model , then i created one RFC to this , it takes some parameters and display the result in table.
    Can any body tell me what is the problem
    Regards
    Vijay

    Hi Vishal,
    you meet an old friend of all VC developer.
    Have a look here:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/32Klimitation">https://wiki.sdn.sap.com/wiki/display/VC/32Klimitation</a>
    Best Regards,
    Marcel

  • Error When Sending Service Request Through OWSM Gateway

    We are trying to test using OWSM Gateways and Server Agents to sign and then verify messages being passed to a web service on a server. We have been able to get this to work with a simple HelloWorld type service without any problems. We then followed the exact same steps to do this with an actual service and it is not working.
    We run the test from the "Test Page" inside the ccore GUI. We first test the connection directly to the service and receive a message about it missing the WS Security header. This is somewhat expected. Then, we send through the gateway which is set up to sign the message and pass along the header and receive the same error message:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns="http://schemas.oblix.com/ws/2003/08/Faults"><faultcode xmlns="">:GenericFault</faultcode><faultstring xmlns="">WS-Security process failure:FAULT CODE: InvalidSecurity FAULT MESSAGE: Missing WS Security header in the SOAP message</faultstring><faultactor xmlns=""></faultactor></env:Fault></env:Body></env:Envelope>
    We have checked the OWSM logs and can see that both times the server agent receives the request. The gateway logs, however, do not show any requests or responses even though the message should have gone through it. We do see these messages in the logs when testing our HelloWorld service with the same sign/verify settings. A review of the gateway.log file shows the following message displayed each time we submit a test to the malfunctioning service:
    2007-10-18 10:30:22,263 INFO [AJPRequestHandler-HTTPThreadGroup-54] gateway.WSDLRegistry - Exception occured in updateWSDL
    We have until tomorrow to get this issue resolved before development presses to move forward without OWSM security and we cannot have that. Your immediate assistance is required. Thank you.

    Some additional research has been done here and it seems that web services created with SOAP 1.1 (such as the HelloWorld service) work just fine. The problem is with services created with SOAP 1.2. Are there separate configurations or changes that need to be made for SOAP 1.2 services?

  • 404 Error when sending Servlet request to IIS Dispatcher

    I am configuring dispatcher in IIS. The dispatcher works fine for all pages but servlet.
    I can send request to myServlet through CQ original url successfully (http://localhost:4503/myServlet). However when I browse myServlet through IIS (http://192.168.0.1/myServlet), 404 error occurs.
    Following is more info:
    CQ version: 5.5
    Dispatcher version: 4.1.3
    IIS version: 7.5
    message in dispatcher log:
    Dispatcher initializing (build 4.1.3)
    farms[myApp].homepage = /content/myApp.html
    farms[myApp].cache.docroot = c:\inetpub\wwwroot
    Dispatcher initialized (build 4.1.3)
    Found farm myApp for 192.168.0.1
    checking [/myServlet]
    no cache due to missing extenson in uri: /myServlet
    cache-action for [/myServlet]: NONE
    Filter rejects GET /myServlet HTTP/1.0
    Can anyone help? Thanks in advance.

    The last message from the dispatcher log file you provided already points in the right direction: You need to change the filter definition in your dispatcher configuration to allow request to your serlvet. For example, you could provide an explicit configuration entry for your servlet such as the following:
    /filter
       /0001 { /type "deny"  /glob "*" }
       /0010 { /type "allow" /glob "/myServlet" }
    Or follow a more generic approach, where you use a common path for all your servlets (e.g. "/bin") and allow requests to this path in your dispatcher configuration:
    /filter
      /0001 { /type "deny"  /glob "*" }
      /0010 { /type "allow" /glob "/bin/*" }

  • I am getting following error when index rebuild

    SQL> ALTER INDEX VECTORMAPLIN_IXS REBUILD;
    ALTER INDEX VECTORMAPLIN_IXS REBUILD
    ERROR at line 1:
    ORA-14086: a partitioned index may not be rebuilt as a whole
    i have given alter index VECTORMAPLIN_IXS REBUILD partition;
    but i am getting error
    plseas suggest how to proceed

    VECTORMAPARE_IXS P0
    VECTORMAPARE_IXS P1
    VECTORMAPARE_IXS P2
    VECTORMAPARE_IXS P3
    VECTORMAPARE_IXS P4
    VECTORMAPARE_IXS P5
    INDEX_NAME PARTI
    VECTORMAPARE_IXS P6
    VECTORMAPARE_IXS P7
    VECTORMAPARE_IXS P8
    VECTORMAPARE_IXS P9
    VECTORMAPARE_IXS P10
    VECTORMAPARE_IXS P11
    VECTORMAPARE_IXS P12
    VECTORMAPARE_IXS P13
    VECTORMAPARE_IXS P14
    VECTORMAPARE_IXS P15
    VECTORMAPARE_IXS P16
    INDEX_NAME PARTI
    VECTORMAPTXT_IXS P0
    VECTORMAPTXT_IXS P1
    VECTORMAPTXT_IXS P2
    VECTORMAPTXT_IXS P3
    VECTORMAPTXT_IXS P4
    VECTORMAPTXT_IXS P5
    VECTORMAPTXT_IXS P6
    VECTORMAPTXT_IXS P7
    VECTORMAPTXT_IXS P8
    VECTORMAPTXT_IXS P9
    VECTORMAPTXT_IXS P10
    INDEX_NAME PARTI
    VECTORMAPTXT_IXS P11
    VECTORMAPTXT_IXS P12
    VECTORMAPTXT_IXS P13
    VECTORMAPTXT_IXS P14
    VECTORMAPTXT_IXS P15
    VECTORMAPTXT_IXS P16
    VECTORMAPPNT_IXS P0
    VECTORMAPPNT_IXS P1
    VECTORMAPPNT_IXS P2
    VECTORMAPPNT_IXS P3
    VECTORMAPPNT_IXS P4
    INDEX_NAME PARTI
    VECTORMAPPNT_IXS P5
    VECTORMAPPNT_IXS P6
    VECTORMAPPNT_IXS P7
    VECTORMAPPNT_IXS P8
    VECTORMAPPNT_IXS P9
    VECTORMAPPNT_IXS P10
    VECTORMAPPNT_IXS P11
    VECTORMAPPNT_IXS P12
    VECTORMAPPNT_IXS P13
    VECTORMAPPNT_IXS P14
    VECTORMAPPNT_IXS P15
    INDEX_NAME PARTI
    VECTORMAPPNT_IXS P16
    VECTORMAPROA_IXS P0
    VECTORMAPROA_IXS P1
    VECTORMAPROA_IXS P2
    VECTORMAPROA_IXS P3
    VECTORMAPROA_IXS P4
    VECTORMAPROA_IXS P5
    VECTORMAPROA_IXS P6
    VECTORMAPROA_IXS P7
    VECTORMAPROA_IXS P8
    VECTORMAPROA_IXS P9
    INDEX_NAME PARTI
    VECTORMAPROA_IXS P10
    VECTORMAPROA_IXS P11
    VECTORMAPROA_IXS P12
    VECTORMAPROA_IXS P13
    VECTORMAPROA_IXS P14
    VECTORMAPROA_IXS P15
    VECTORMAPROA_IXS P16
    VECTORMAPLIN_IXS P0
    VECTORMAPLIN_IXS P1
    VECTORMAPLIN_IXS P2
    VECTORMAPLIN_IXS P3
    INDEX_NAME PARTI
    VECTORMAPLIN_IXS P4
    VECTORMAPLIN_IXS P5
    VECTORMAPLIN_IXS P6
    VECTORMAPLIN_IXS P7
    VECTORMAPLIN_IXS P8
    VECTORMAPLIN_IXS P9
    VECTORMAPLIN_IXS P10
    VECTORMAPLIN_IXS P11
    VECTORMAPLIN_IXS P12
    VECTORMAPLIN_IXS P13
    VECTORMAPLIN_IXS P14
    INDEX_NAME PARTI
    VECTORMAPLIN_IXS P15
    VECTORMAPLIN_IXS P16
    i am getting as follows
    INDEX_NAME INDEX_TYPE
    TABLE_NAME
    VECTORMAPLIN_IXS DOMAIN
    VECTORMAPLINE
    VECTORMAPROA_IXS DOMAIN
    VECTORMAPROADCLINE
    VECTORMAPPNT_IXS DOMAIN
    VECTORMAPPOINT
    INDEX_NAME INDEX_TYPE
    TABLE_NAME
    VECTORMAPTXT_IXS DOMAIN
    VECTORMAPTEXT
    VECTORMAPARE_IXS DOMAIN
    VECTORMAPAREA
    VML_MASK_SID DOMAIN
    OSVECTORMAPLOCALM
    thase are the outputs
    which shows above
    my requirement is to build only 6 indexes
    so
    ALTER INDEX TEST_IDX REBUILD PARTITION INDX_2012 ONLINE COMPUTE STATISTICS
    do ii need to give partion name or shall i give indx_2012
    please let me know
    thanks for help

  • Getting following error when running gmake command

    "/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The type "istream" is incomplete.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: The name ios is ambiguous, ios and std::ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: eofbit is not a member of ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 93: Error: The name ios is ambiguous, ios and std::ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 93: Error: failbit is not a member of ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 94: Error: The name ios is ambiguous, ios and std::ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 94: Error: badbit is not a member of ios.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 348: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 348: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 350: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 350: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 351: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 351: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 352: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 352: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 449: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 449: Error: The name istream is ambiguous, istream and std::istream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 450: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 450: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/appl/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    I am using SUn studio 11
    below is the makefile on the location where i give gmake command
    ========
    # Define the names of the component definition files, without their
    # extension. Definitions are as follows:
    # JSI_NAMES - the basename of each .jsi file to be built.
    # Skeleton (*_skel.cc, _skel.hh) files will
    # be generated for each entry in this list.
    # INTERFACE_NAMES - the basename of each BVI_ class file to be built.
    # The interface class names are those referenced from
    # JS scripts. The interface file may or may not have
    # a corresponding 'implementation' file (if not, the
    # implementation is assumed to have been done entirely
    # in the interface file itself.) An *.hh and *.cc
    # file will be assumed to exist for each entry.
    # IMPLEMENTATION_NAMES - The basename of each BVC_ class file to be built.
    # The implementation classes are (presumably) those
    # that are referenced from BVI_ classes, plus any
    # other class files necessary, even if they aren't
    # used directly as components. An *.hh and *.cc
    # file will be assumed to exist for each entry.
    JSI_NAMES = \
    invoice
    INTERFACE_NAMES = \
    invoice_i
    IMPLEMENTATION_NAMES = \
    invoice_c
    #CLIENT_OBJS = ecbaseC.o ecmqtransportC.o priceManagerCache.o priceManagerData.o bvxmlbridge.o MQTransportHandler.o
    #CLIENT_OBJS = ecbaseC.o ecmqtransportC.o MQTransportHandler.o
    #IDL_STUBS = ecbase.hh ecmqtransport.hh ecbaseC.cc ecbaseC.cc ecmqtransportC.cc ecmqtransportC.cc
    # Define the 'base' name of the library that will be checked for
    # and generated. The name given here will have 'lib' prepended, and
    # '.so' appended, so it follows the standard Unix library naming format.
    LIBRARY_NAME := invoice
    # define the directory that is the root of the BroadVision One-to-One
    # installation on your system.
    ifndef BV1TO1
    BV1TO1 := /appl/bv1to1
    #BV1TO1 := /appl/bv1to15.5
    endif
    # Define the standard location of BV1TO1 include files.
    BV1TO1_INCLUDE := $(BV1TO1)/include/cpp
    # Assume that the Orbix in use is the one supplied with the
    # One-To-One software. This variable MUST be defined.
    ORBIX_INCLUDE := $(BV1TO1)/orbix/include
    # To compile a component library, you must have a licensed copy of the
    # Rogue Wave Software class libraries. They can be licensed separately
    # from Rogue Wave. Point to their directory.
    ROGUEWAVE_INCLUDE := $(BV1TO1)/rogue
    SHARED_MQ_ORBIX_INCLUDE := ../../procroot/MQ/idl
    MQTRANSPORT_INCLUDE := ../../procroot/MQ/include
    # Build search path for all required C++ header files, the compiler
    # directory should always appear last:
    O_ALLINCLUDES = \
    -I. \
    -I$(BV1TO1)/include/cpp \
    -I$(ROGUEWAVE_INCLUDE) \
    -I$(ORBIX_INCLUDE) \
    -I$(SHARED_MQ_ORBIX_INCLUDE) \
    -I$(MQTRANSPORT_INCLUDE) \
    -I$(COMPILERINCLUDES)
    # Build linker search path for sharable and static libraries:
    LDPATH = \
    -L. \
    -L$(BV1TO1)/lib \
    -L$(ROGUEWAVE)/lib \
    -L$(ORBIX)/lib
    # Build runtime search path for sharable libraries:
    RUNPATH = \
    -R$(BV1TO1)/lib \
    -R$(ROGUEWAVE)/lib \
    -R$(ORBIX)/lib
    # Use Sun's C++ compiler:
    CC = CC
    LD = $(CC)
    # Debugger/optimizer flag:
    OPTDEBUG = -g
    # Some required symbols:
    O_ADD_DEFINES= -D__EXTERN_C__=1 -DSVR4 -Dtrue=1 -Dfalse=0 \
    -DEXCEPTIONS -D_REENTRANT -DRW_MULTI_THREAD -DNONE_CLASH -DIT_CATCH_ENV_EH -DIT_EX_MACROS -DRW_NO_FRIEND_INLINE_DECL
    # Compiler flags:
    O_CFLAGS = $(OPTDEBUG) -pic -pta -mt $(O_ADD_DEFINES) $(O_ALLINCLUDES) \
    $(XMLC_DEFINES) $(OSPACE_DEFINES) $(XMLHELPER_DEFINES) \
    -I$(XMLC_INCDIR) -I$(OSPACE_INCDIR) -I$(OSPACE_TOOLKIT_INCDIR) -I$(OSPACE_STD_INCDIR) -I$(XMLHELPER_INCDIR)
    # Linker flags (note that Sun's optimizations seem to require the
    # compiler's -I options at link time):
    O_LFLAGS = $(OPTDEBUG) -pic -pta -mt $(O_ADD_DEFINES) \
    $(O_ALLINCLUDES) $(LDPATH) $(RUNPATH) \
    -R -L$(XMLC_LIBDIR) -L$(XMLHELPER_LIBDIR) $(XMLC_LIBS) $(XMLHELPER_LIBS) $(OSPACE_LIBS)
    # Use idl compiler
    IDL = $(BV1TO1)/orbix/bin/idl
    IDLFLAGS = -B -I$(BV1TO1)/include/idl
    # The following One-To-One libraries should be included
    # in this order for all clients.
    # List Orbix libraries:
    ORBIX_LIBS = \
    -lorbixmt
    # List required system-supplied libraries (some client applications may
    # also require -ly and -ll):
    SYSLIBS = \
    -lnsl \
    -lsocket
    # Default rule to compile C++ source code:
    .SUFFIXES:
    .SUFFIXES: .cc .idl
    %.o: %.cc
    $(CCC) $(O_CFLAGS) $(CCFLAGS) -c $<
    # $(CC) $(CFLAGS) -c $<
    %S.cc: %.idl
    $(IDL) $(IDLFLAGS) $<
    %C.cc: %.idl
    $(IDL) $(IDLFLAGS) $<
    %.hh: %.idl
    $(IDL) $(IDLFLAGS) $<
    # To compile components, you need the Javascript implementation
    # include files. This variable MUST be defined
    JS_INCLUDE := $(BV1TO1)/js/include
    # define a default 'root' directory, from which others are derived.
    # For now, let's assume it is the current directory.
    COMP_ROOT := $(shell /bin/pwd)
    # define the directory on your system which will contain all the .so
    # files to be loaded by the Interaction Manager. The default is
    # given below.
    # Note: this is where you must copy your .so file after it is built,
    # or change the Interaction Manager configuration to add the directory
    # to its default-object-path.
    COMPONENT_LIB_DIR := $(BV1TO1)/lib/components
    # Define the locations of various directories involved in the component-
    # building process. We've defaulted many of these entries to the current
    # directory, but you are free to change them to suit your particular setup.
    # The entries define the locations of:
    # SOURCE_DIR - your .cc and .jsi source files
    # HEADER_DIR - your .hh header files
    # LIBRARY_DIR - the .so files generated from your .cc files after
    # compilation and linking.
    # OBJECT_DIR - the .o files generated from your .cc files after
    # compilation
    SOURCE_DIR = $(COMP_ROOT)
    HEADER_DIR = $(COMP_ROOT)
    LIBRARY_DIR = $(COMP_ROOT)
    OBJECT_DIR = $(COMP_ROOT)
    # Given the 'base' name of the library, calculate the full name,
    # in standard Unix library-name format.
    FULL_LIBRARY_NAME := $(LIBRARY_DIR)/lib/lib$(LIBRARY_NAME).so
    LIBRARY_VERSION := 1
    # define the list of directories where header files (.h and .hh) can be
    # found (or at least from where we can start.) These will be used both
    # for the -I include paths and for vpath entries, so that we can establish
    # dependencies on the header files for each C++ target.
    # Note: we don't directly include the include dir for object headers--we
    # use <objects/xxx.hh> format in our source instead.
    HEADER_DIRS := \
    $(HEADER_DIR) \
    $(BV1TO1_INCLUDE) \
    $(ORBIX_INCLUDE) \
    $(ROGUEWAVE_INCLUDE) \
    $(JS_INCLUDE)
    # Include each of the header directories with a '-I' in front
    # for the compiler.
    INCLUDES = $(HEADER_DIRS:%=-I%)
    # define the vpath for various classes of files, so we don't always have
    # to list the directory in which we're checking for them. Note that
    # 'vpath' MUST be lowercase, according to GNU make rules.
    vpath %.hh $(HEADER_DIRS)
    vpath %.h $(HEADER_DIRS)
    # Define flags to be used for compilation.
    # The DEFINES flags mean:
    # DEBUG - enable the compiler to generate symbols so you can do
    # run a debugger like dbx on your objects. Highly recommended!
    # NONE_CLASH - needed by the RogueWave and Orbix code included with
    # One-to-One. DO NOT remove this compiler option!
    # TRACING - Turn on trace messages from the Dynamic Objects and
    # Interaction Manager. This may result in much more information
    # than you need. If this symbol is removed, tracing messages
    # are compiled out.
    PROFILE=
    DEFINES = -DDEBUG -DNONE_CLASH -DTRACING
    JSIC = $(BV1TO1)/bin/jsic
    CCC = CC
    JSFLAGS = -DJS_THREADSAFE -DJSFILE
    PICFLAGS = -KPIC
    MTFLAGS = -mt -DRW_MULTI_THREAD
    CDEBUGFLAGS = -g
    CCFLAGS += $(CDEBUGFLAGS) $(MTFLAGS) $(JSFLAGS) \
    $(PICFLAGS) $(INCLUDES) $(DEFINES)
    # Given the list of JSI, interface and implementation file roots,
    # compute the lists of actual files that need to be generated and/or
    # compiled to assemble the final library.
    JSI_BASENAMES = $(basename $(strip $(JSI_NAMES)))
    JSI_HH_FILES = $(JSI_BASENAMES:%=$(SOURCE_DIR)/%_skel.hh)
    JSI_CC_FILES = $(JSI_BASENAMES:%=$(SOURCE_DIR)/%_skel.cc)
    JSI_OBJ_FILES = $(JSI_BASENAMES:%=$(OBJECT_DIR)/%_skel.o)
    INTERFACE_BASENAMES = $(basename $(strip $(INTERFACE_NAMES)))
    INTERFACE_HH_FILES = $(INTERFACE_BASENAMES:%=$(SOURCE_DIR)/%.hh)
    INTERFACE_CC_FILES = $(INTERFACE_BASENAMES:%=$(SOURCE_DIR)/%.cc)
    INTERFACE_OBJ_FILES = $(INTERFACE_BASENAMES:%=$(OBJECT_DIR)/%.o)
    IMPLEMENTATION_BASENAMES = $(basename $(strip $(IMPLEMENTATION_NAMES)))
    IMPLEMENTATION_HH_FILES = $(IMPLEMENTATION_BASENAMES:%=$(SOURCE_DIR)/%.hh)
    IMPLEMENTATION_CC_FILES = $(IMPLEMENTATION_BASENAMES:%=$(SOURCE_DIR)/%.cc)
    IMPLEMENTATION_OBJ_FILES = $(IMPLEMENTATION_BASENAMES:%=$(OBJECT_DIR)/%.o)
    ALL_HH_FILES = \
    $(JSI_HH_FILES) $(INTERFACE_HH_FILES) $(IMPLEMENTATION_HH_FILES)
    ALL_CC_FILES = \
    $(JSI_CC_FILES) $(INTERFACE_CC_FILES) $(IMPLEMENTATION_CC_FILES)
    CWD_OBJ_FILES = \
    $(JSI_OBJ_FILES) $(INTERFACE_OBJ_FILES) $(IMPLEMENTATION_OBJ_FILES) $(CLIENT_OBJS)
    ALL_OBJ_FILES = $(CWD_OBJ_FILES)
    # define the major targets:
    # all : make everything
    # clean :
    .PHONY: all clean
    all: $(FULL_LIBRARY_NAME)
    clean:
    -rm -f $(FULL_LIBRARY_NAME)
    -rm -f $(FULL_LIBRARY_NAME).$(LIBRARY_VERSION)
    -rm -f $(CWD_OBJ_FILES)
    -rm -f $(JSI_HH_FILES)
    -rm -f $(JSI_CC_FILES)
    -rm -f lib/lib*
    -rm -rf Templates.DB
    -rm -f *~ dbx.log core
    $(FULL_LIBRARY_NAME): $(ALL_OBJ_FILES)
    -@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
    -@echo "Building component library '$@'"
    -@echo `date`
    -@rm -f $@.$(LIBRARY_VERSION) $@
    $(CCC) -G $(MTFLAGS) -o $@.$(LIBRARY_VERSION) \
    -h $(notdir $@).$(LIBRARY_VERSION) $^ \
    -L $(BV1TO1)/lib \
    -L $(BV1TO1)/lib/components \
    -L $(BV1TO1)/orbix/lib \
    -L $(BV1TO1)/rogue/lib \
    -L ../../procroot/MQ/lib \
    -R $(COMPONENT_LIB_DIR) \
    -R $(BV1TO1)/lib \
    -R $(BV1TO1)/lib/components \
    -R $(BV1TO1)/orbix/lib \
    -R $(BV1TO1)/rogue/lib \
    -R $../../procroot/MQ/lib \
    -l bvbasic -lbvdata -lorbixmt -lMQTransportHandler -lbvc -lrwtool_mt -ljsrt -lbuiltin\
    (cd $(LIBRARY_DIR)/lib; \
    ln -s $(notdir $@).$(LIBRARY_VERSION) $(notdir $@))
    # build the _skel.cc files using the JSI compiler.  We assume that
    # they will be built in the original source directory
    $(JSI_CC_FILES) : $(SOURCE_DIR)/%_skel.cc: $(SOURCE_DIR)/%.jsi
    -@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
    -@echo "Building skeleton code file '$@'"
    $(JSIC) $(JSICFLAGS) $<
    $(JSI_HH_FILES) : %_skel.hh: %.jsi
    -@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
    -@echo "Building skeleton header file '$@'"
    $(JSIC) $(JSICFLAGS) $<
    # build the .o files and put them into the OBJECT_DIR directory.
    # We assume that the OBJECT_DIR exists.
    $(OBJECT_DIR)/%.o: $(SOURCE_DIR)/%.cc
    -@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
    -@echo "Building component file '$@'"
    -@echo `date`
    -@echo
    $(CCC) -c $(CCFLAGS) -o $@ $<

    Hi,
    Thanxs for the reply,
    Here is the command that we use :
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Building skeleton code file '/appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice_skel.cc'
    /appl/bv1to1/bin/jsic /appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice.jsi
    CC -g -pic -pta -mt -D__EXTERN_C__=1 -DSVR4 -Dtrue=1 -Dfalse=0 -DEXCEPTIONS -D_REENTRANT -DRW_MULTI_THREAD -DNONE_CLASH -DIT_CATCH_ENV_EH -DIT_EX_MACROS -DRW_NO_FRIEND_INLINE_DECL -I. -I/appl/bv1to1/include/cpp -I/appl/bv1to1/rogue -I/appl/bv1to1/orbix/include -I../../procroot/MQ/idl -I../../procroot/MQ/include -I -I -I -I -I -I -g -mt -DRW_MULTI_THREAD -DJS_THREADSAFE -DJSFILE -KPIC -I/appl/home/rmondal/sandbox/comproot/invoiceLookup -I/appl/bv1to1/include/cpp -I/appl/bv1to1/orbix/include -I/appl/bv1to1/rogue -I/appl/bv1to1/js/include -DDEBUG -DNONE_CLASH -DTRACING -c /appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice_skel.cc

  • Getting following error when trying to download ebooks: E-AUTH-BAD-DEVICE-KEY-OR-PKCS12

    I AM TRYING TO USE A GLOWLIGHT I JUST PURCHASED, BUT KEEP GETTING ERROR: E-AUTH-BAD-DEVICE-KEY-OR-PKCS12.  Can you tell me what I need to do to correct this problem?

    Some ebook sellers use the Adobe DRM mechanism, but rather than relying on the Adobe ID for authorization have their own Vendor ID (their own user/password).
    You could be able to read your old books but not the new one if all the old books used the Adobe ID, but the new one used a separate Vendor ID.
    Check with the ebook seller if you should be using a separate  Vendor ID.
    ADE1.7.2 does not support different vendor IDs.  V2.0 does, but I am not sure exactly how to get it to do so.
    The user guide says ' The best way to do this is to supply an Adobe ID or Vendor ID, associating the book with your ID.',
    but doesn't say how to do this.

  • Getting following errors when I try to open an existing form

    Validation error in document "RouteRuleRespPG":
    Invalid value "/oracle/apps/fnd/framework/webui/OAFooter.Privacy" for property "Extends" on component "/vijaya/RouteRuleRespPG.ICX_PRIVACY". Component "/oracle/apps/fnd/framework/webui/OAFooter.Privacy" cannot be referenced from "/vijaya/RouteRuleRespPG.ICX_PRIVACY" because it violates scope restrictions.
    Invalid value "/oracle/apps/fnd/framework/webui/OAFooter.CopyRight" for property "Extends" on component "/vijaya/RouteRuleRespPG.ICX_COPYRIGHT". Component "/oracle/apps/fnd/framework/webui/OAFooter.CopyRight" cannot be referenced from "/vijaya/RouteRuleRespPG.ICX_COPYRIGHT" because it violates scope restrictions.
    Invalid value "/oracle/apps/fnd/wf/worklist/webui/ReassignToLOVRG" for property "External LOV" on component "/vijaya/RouteRuleRespPG.NRRERReassignTo". Component "/oracle/apps/fnd/wf/worklist/webui/ReassignToLOVRG" cannot be referenced from "/vijaya/RouteRuleRespPG.NRRERReassignTo" because it violates scope restrictions.
    Invalid value "/oracle/apps/fnd/wf/worklist/webui/RouteRuleTrainRG" for property "Extends" on component "NRRERTrain".
    Any help would be appreciated.
    Thank you in advance.

    Can you let us know what did you do to achieve this error :)
    --Shiv                                                                                                                                                                                           

Maybe you are looking for

  • How to get the long file name from an 8.3 name in Windows.

    Because of a legacy string limitation, I have a list of files in 8.3 format. The actual files are saved with long names. How can I get the long name from the short name? In JavaScript, I would get a file system object and get the file object from the

  • External displays with similar pixel density to 17" MBP display?

    I've got a 17" MacBook Pro, native resolution 1920x1200, which is quite high in terms of pixel density. I have a 24" external Samsung display, also 1920x1200, which means the pixel density is lower. It works fine, but (as you might expect), screen it

  • My ipod touch keeps showing the connect to itunes logo

    Hi there, Just got my new ipod touch 5th gen. All worked fine, then it wanted to update ios. Now it only shows the usb cable with the itunes logo above it. Can't clear this screen. Help please Cheers Andy

  • Raw Conversion: Colors not accurate. Correction with profile?

    Hi, When I create JPGs from my Raw files, the results don't look natural. Some colors have more saturation, some less. For example, the colors of the KoMi A series look somehow dirty; the reds of the Maxxum 5D seem to be oversaturated (dark reds are

  • Change Request when replicate datasources?

    Hi all, I am sure that is just a tip that I need because what is happening to my System is very strange. I am working on BI 7.0 and almost all my datasource are 3.x and I can replicate them from the Productive machine with no problem. In the last day