Procedure must have an explicit interface specified

hello all,
i'm facing a problem i don't understand. Here is a piece of code that compiles well with gfortran, but not on sun studio:
program test_fortran
  implicit none
  interface
     subroutine f1(t)
       double precision, intent(in), dimension(:,:) :: t
     end subroutine f1
     subroutine f2(t)
       double precision, intent(in), dimension(:,:) :: t
     end subroutine f2
     subroutine fct()
     end subroutine fct
  end interface
  call fct()
end program test_fortran
subroutine f1(t)
  double precision, intent(in), dimension(:,:) :: t
  print *, 'f1'
end subroutine f1
subroutine f2(t)
  double precision, intent(in), dimension(:,:) :: t
  print *, 'f2'
end subroutine f2
subroutine fct()
  double precision, allocatable, dimension(:,:) :: t
  allocate (t(5,5))
  call f1(t)
  call f2(t)
  deallocate(t)
end subroutine fctand f90 (SS12u1) gives me errors:
nemo-henry% f90 test_fortran.f90
  call f1(t)
  ^         
"test_fortran.f90", Line = 37, Column = 3: ERROR: Procedure "F1" is defined at line 21 (test_fortran.f90).  It must have an explicit interface specified.
  call f2(t)
  ^         
"test_fortran.f90", Line = 38, Column = 3: ERROR: Procedure "F2" is defined at line 27 (test_fortran.f90).  It must have an explicit interface specified.
f90comp: 43 SOURCE LINES
f90comp: 2 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSIAnybody can help?
thanks in advance,
gerard

The Fortran 99, 95, and 2003 standards require a procedure that
has one or more assumed-shape dummy arguments to have
explicit interface in any scoping unit in which it appears. In
your example, the subroutines f1 and f2 have explicit
interface in the main prgram, but they have implicit interface in
the subroutine fct. You need to provide explicit interface for
f1 and f2 in fct. You might want in copy the interface block
that appears in the main program in fct.
Sun Fortran keeps a record of the interfaces of the program units
it encounters. That is why it knows f1 and f2 need to have
explicit interfaces in fct. If you move the text of f1 and f2 so
that they appear after fct, the error message is likely to go away.
The code will be broken, but you will not get an error message.
Bob Corbett

Similar Messages

  • 7206 G1 boot issue: No interface specified for interface_command

    I can't seem to find out what this command means? I am pasting a config into a new router, do I need to paste in a certain order?
    It boots just fine after it decompresses again, but it leaves me with a very lengthy boot time.
    Core_7206_1#write mem
    Building configuration...
    [OK]
    Core_7206_1#reload
    Proceed with reload? [confirm]
    *Jun  7 01:16:43.547: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
    System Bootstrap, Version 12.3(4r)T3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 2004 by cisco Systems, Inc.
    C7200 platform with 1048576 Kbytes of main memory
    Readonly ROMMON initialized
    Self decompressing the image : ########################################################################### [OK]
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink9 does not exist
    % Cannot set multilink group. Interface Multilink9 does not exist
    % Cannot set multilink group. Interface Multilink10 does not exist
    % Cannot set multilink group. Interface Multilink10 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink7 does not exist
    % Cannot set multilink group. Interface Multilink7 does not exist
    % Cannot set multilink group. Interface Multilink4 does not exist
    % Cannot set multilink group. Interface Multilink4 does not exist
    % Cannot set multilink group. Interface Multilink5 does not exist
    % Cannot set multilink group. Interface Multilink5 does not exist
    % Cannot set multilink group. Interface Multilink8 does not exist
    % Cannot set multilink group. Interface Multilink8 does not exist
    % Cannot set multilink group. Interface Multilink11 does not exist
    % Cannot set multilink group. Interface Multilink11 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink12 does not exist
    % Cannot set multilink group. Interface Multilink12 does not exist
    Self decompressing the image : ###################################################################################################################################################################################################################################################### [OK]
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Thu 14-Aug-08 03:06 by prod_rel_team
    Image text-base: 0x600089D8, data-base: 0x632911A0
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco 7206VXR (NPE-G1) processor (revision B) with 983040K/65536K bytes of memory.
    Processor board ID 31651452
    SB-1 CPU at 700MHz, Implementation 1025, Rev 0.2, 512KB L2 Cache
    6 slot VXR midplane, Version 2.7
    Last reset from power-on
    PCI bus mb1 (Slots 1, 3 and 5) has a capacity of 600 bandwidth points.
    Current configuration on bus mb1 has a total of 90 bandwidth points.
    This configuration is within the PCI bus capacity and is supported.
    PCI bus mb2 (Slots 2, 4 and 6) has a capacity of 600 bandwidth points.
    Current configuration on bus mb2 has a total of 490 bandwidth points.
    This configuration is within the PCI bus capacity and is supported.
    Please refer to the following document "Cisco 7200 Series Port Adaptor
    Hardware Configuration Guidelines" on Cisco.com <http://www.cisco.com>
    for c7200 bandwidth points oversubscription and usage guidelines.
    2 FastEthernet interfaces
    3 Gigabit Ethernet interfaces
    4 Channelized T1/PRI ports
    2 Channelized T3 ports
    509K bytes of NVRAM.
    Installed image archive
    250880K bytes of ATA PCMCIA card at slot 2 (Sector size 512 bytes).
    16384K bytes of Flash internal SIMM (Sector size 256K).
    Press RETURN to get started!
    *Jun  7 01:21:56.191: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up
    *Jun  7 01:21:56.195: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
    *Jun  7 01:21:56.195: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to up
    *Jun  7 01:21:56.195: %LINK-3-UPDOWN: Interface GigabitEthernet0/3, changed state to up
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface T3 1/0, changed state to down
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface T3 2/0, changed state to down
    *Jun  7 01:21:56.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface IPv6-mpls, changed state to up
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface FastEthernet4/0, changed state to down
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface FastEthernet4/1, changed state to down
    *Jun  7 01:21:56.199: %ENVM-4-ENVWARN: NPE Inlet measured at 54C/129F
    *Jun  7 01:21:56.207: %ENVM-4-ENVWARN: NPE Outlet measured at 54C/129F
    *Jun  7 01:21:56.535: %SYS-6-CLOCKUPDATE: System clock has been updated from 01:21:56 UTC Mon Jun 7 2004 to 20:21:56 GMT Sun Jun 6 2004, configured from console by console.
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/3, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4/0, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4/1, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel3, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel10, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel11, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel13, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel20, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel30, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel40, changed state to down
    *Jun  7 01:21:58.199: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down
    *Jun  7 01:21:58.451: %SYS-5-CONFIG_I: Configured from memory by console
    *Jun  7 01:21:59.359: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Thu 14-Aug-08 03:06 by prod_rel_team
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/1 GBIC is missing
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/2 GBIC is missing
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/3 GBIC is missing
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/1:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/2:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/3:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/4:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/7:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/8:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/9:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/10:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/11:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/12:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/14:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/15:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/16:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/17:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/18:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/19:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/20:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/21:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/23:0, changed state to down
    al1/0/24:0, changed state to downOWN: Interface Seri
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/25:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/26:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/27:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial1/0/28:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/1:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/2:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/4:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/5:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/6:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/7:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/8:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/9:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/10:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/11:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/12:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/13:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/14:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/15:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/16:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/17:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/18:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/19:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/20:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/22:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/24:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/25:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/26:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/27:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/28:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial3/3:0, changed state to down
    *Jun  7 01:21:59.631: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF
    *Jun  7 01:21:59.631: %CRYPTO-6-GDOI_ON_OFF: GDOI is OFF
    *Jun  7 01:21:59.663: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
    *Jun  7 01:21:59.663: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to up
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Physical Port Link Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Physical Port Link Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT INFO Fa4/0 Physical Port Administrative State Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT INFO Fa4/1 Physical Port Administrative State Down
    *Jun  7 01:21:59.695: %SNMP-5-COLDSTART: SNMP agent on host Core_7206_1 is undergoing a cold start
    *Jun  7 01:22:00.239: %SYS-6-BOOTTIME: Time taken to reboot after reload =  318 seconds
    *Jun  7 01:22:00.783: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to down
    *Jun  7 01:22:00.783: %LINK-3-UPDOWN: Interface GigabitEthernet0/3, changed state to down
    *Jun  7 01:22:06.667: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Transmitter is sending remote alarm
    *Jun  7 01:22:06.667: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Receiver has loss of signal
    *Jun  7 01:22:07.915: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Transmitter is sending remote alarm
    *Jun  7 01:22:07.915: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Receiver has loss of signal
                                                                                               Core_7206_1>
    Core_7206_1>

    Those must be coming from the boot image, which doesn't have all the feature support as the regular IOS image.  The messages are just warnings when configuring some of the features that the boot images doesn't understand.

  • Error using SOAPRunner:  XML document must have top level element

    Hi all,...................xMII 11.5.3 b66
    I am attempting to consume a BLS transaction as a web service from a J2EE app. 
    When I test it with http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetListOfPlants I am getting an error message from the browser.  The BLS transaction works fine when called from a Query template.  What am I missing?
    The XML page cannot be displayed
    Cannot view XML input using style sheet.
    Please correct the error and then click the Refresh button, or try again later.
    XML document must have a top level element. Error processing
    resource 'http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetL...
    WSDL from WSDLGen...
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:s0="http://www.sap.com/xMII"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.sap.com/xMII">
    - <!--  Types
      -->
    - <types>
    - <s:schema elementFormDefault="qualified" targetNamespace="http://www.sap.com/xMII">
    - <s:complexType name="InputParams">
    - <s:sequence id="InputSequence">
      <s:element maxOccurs="1" minOccurs="0" name="RequestXML" type="s:Xml" />
      <s:element maxOccurs="1" minOccurs="0" name="RowCount" type="s:long" />
      <s:element maxOccurs="1" minOccurs="0" name="RowSkips" type="s:long" />
      <s:element maxOccurs="1" minOccurs="0" name="Table" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteRequest">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:complexType name="Rowset">
    - <s:sequence>
      <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row" />
      </s:sequence>
      <s:attribute name="Message" type="s:string" />
      </s:complexType>
    - <s:complexType name="Row">
    - <s:sequence id="RowSequence">
      <s:element maxOccurs="1" minOccurs="1" name="ErrorMessage" type="s:string" />
      <s:element maxOccurs="1" minOccurs="1" name="OutputXML" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset" />
      </s:sequence>
      </s:complexType>
      </s:element>
      </s:schema>
      </types>
    - <!--  Messages
      -->
    - <message name="XacuteSoapIn">
      <part element="s0:XacuteRequest" name="parameters" />
      </message>
    - <message name="XacuteSoapOut">
      <part element="s0:XacuteResponse" name="parameters" />
      </message>
    - <!--  Ports
      -->
    - <portType name="XacuteWSSoap">
    - <operation name="Xacute">
      <input message="s0:XacuteSoapIn" />
      <output message="s0:XacuteSoapOut" />
      </operation>
      </portType>
    - <!--  Bindings
      -->
    - <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="Xacute">
      <soap:operation soapAction="http://www.sap.com/xMII" style="document" />
    - <input>
      <soap:body use="literal" />
      </input>
    - <output>
      <soap:body use="literal" />
      </output>
      </operation>
      </binding>
    - <!--  Service mapping
      -->
    - <service name="XacuteWS">
    - <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
      <soap:address location="http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetListOfPlants" />
      </port>
      </service>
      </definitions>

    Hi Amy,
    here is an example how you can call a WS via http GET:
    http://<server>/Lighthammer/Runner?Transaction=<path_to_your_TRX>&XacuteLoginName=YourAccount&XacuteLoginPassword=yoursecret&outputparameter=*
    Please note you do not need to use credentials in case you calling localhost.
    I think in your case this should be the right url:
    http://naholldo31020/Lighthammer/Runner?Transaction=Amy/GetListOfPlants&XacuteLoginName=YourAccount&XacuteLoginPassword=yoursecret&outputparameter=*
    Please change parameters for
    - XacuteLoginName
    - XacuteLoginPassword
    - outputparameter (you can specify * or one of your transaction output parameter)

  • PLS-00630: pipelined functions must have a supported collection return type

    Hello, I created an TYPE of OBJECT and a PLSQL Function as shown below, but the function compilation errors with following. Not sure where is the issue?
    PLS-00630: pipelined functions must have a supported collection return typeThis is on Oracle 10g r2
    CREATE OR REPLACE TYPE cxs_plsql_profiler_object_type AS OBJECT (
       cxs_object_name      VARCHAR2 (128),
       cxs_object_type      VARCHAR2 (19),
       cxs_object_status    VARCHAR2 (7),
       cxs_read_execution   NUMBER,
       cxs_buffer_gets      NUMBER,
       cxs_disk_reads       NUMBER,
       cxs_executions       NUMBER,
       cxs_sorts            NUMBER,
       cxs_sharable_mem     NUMBER,
       cxs_address          NUMBER,
       cxs_hashvalue        NUMBER,
       cxs_osuser           VARCHAR2 (30),
       cxs_username         VARCHAR2 (30),
       cxs_module           VARCHAR2 (48),
       cxs_machine          VARCHAR2 (64),
       cxs_status           VARCHAR2 (8),
       cxs_terminal         VARCHAR2 (16),
       cxs_percentconsume   NUMBER,
       cxs_percentrepeat    NUMBER,
       cxs_plan             VARCHAR2 (120),
       target_name          VARCHAR2 (200),
       referenced_name      VARCHAR2 (200),
       referenced_type      VARCHAR2 (200),
       targetowner          VARCHAR2 (200),
       refowner             VARCHAR2 (200)
    )and here is the API
        FUNCTION CXS_GENERATE_PLSQL_PROFILER
    RETURN cxs_plsql_profiler_object_type
    PIPELINED IS
    out_rec cxs_plsql_profiler_object_type ;
    plsbatch plsql_batch;
    skount integer;
    dpendrec depend_tab;
    dkount integer;
    CURSOR objects
          IS
             SELECT object_name, object_type
               FROM dba_objects
              WHERE status = 'VALID'
                AND owner NOT IN ('SYS', 'SYSTEM')
                AND object_type IN ('PACKAGE', 'PROCEDURE', 'FUNCTION');
          CURSOR apis (p_object dba_objects.object_name%TYPE)
          IS
             SELECT DISTINCT *
                        FROM (SELECT   SUBSTR (a.sql_text, 1, 50) sql_text,
                                       TRUNC
                                          (  a.disk_reads
                                           / DECODE (a.executions,
                                                     0, 1,
                                                     a.executions
                                          ) reads_per_execution,
                                       a.buffer_gets, a.disk_reads, a.executions,
                                       a.sorts, a.sharable_mem, a.address,
                                       a.hash_value, b.osuser, b.username,
                                       b.module, b.machine, b.status, b.terminal,
                                       ROUND
                                          (cxs_db_info.kompute_percentofsql
                                                                   (a.sharable_mem),
                                           5
                                          ) percentkonsume,
                                       cxs_db_info.kount_repeat
                                                             (b.osuser,
                                                              b.terminal
                                                             ) percentr,
                                       c.operation explainplan
                                  FROM v$sqlarea a, v$session b, v$sql_plan c
                                 WHERE b.sql_hash_value = a.hash_value
                                   AND b.sql_address = a.address
                                   AND a.hash_value = c.hash_value
                                   AND a.address = c.address
                                   AND b.status = 'ACTIVE'
                                   AND UPPER (a.sql_text) LIKE
                                                            '%' || p_object || '%'
                                   AND c.ID = 0
                              ORDER BY 2 DESC)
                       WHERE ROWNUM <= 50;   --profile option
    BEGIN
    skount := 0;
    dkount := 0;
    FOR i IN objects
          LOOP
             FOR j IN apis (i.object_name)
             LOOP
                skount := skount + 1;
                plsbatch(skount).cxs_object_name  := i.object_name;
       plsbatch(skount).cxs_object_type      :=  i.object_type;
       plsbatch(skount).cxs_object_status    :=  i.object_status;
       plsbatch(skount).cxs_read_execution   := j.reads_per_execution;
       plsbatch(skount).cxs_buffer_gets      := j.buffer_gets;
       plsbatch(skount).cxs_disk_reads       := j.disk_reads;
       plsbatch(skount).cxs_executions       := j.executions;
       plsbatch(skount).cxs_sorts            := j.sorts;
       plsbatch(skount).cxs_sharable_mem     := j.sharable_mem;
       plsbatch(skount).cxs_address          := j.address;
       plsbatch(skount).cxs_hashvalue        := j.hashvalue;
       plsbatch(skount).cxs_osuser           := j.osuser;
       plsbatch(skount).cxs_username         := j.username;
       plsbatch(skount).cxs_module           := j.module;
       plsbatch(skount).cxs_machine          := j.machine;
       plsbatch(skount).cxs_status           := j.status;
       plsbatch(skount).cxs_terminal         := j.terminal;
       plsbatch(skount).cxs_percentconsume   := j.percentconsume;
       plsbatch(skount).cxs_percentrepeat    := j.percentrepeat;
       plsbatch(skount).cxs_plan             := j.explainplan;
             END LOOP;
             FOR dd IN dpend (i.object_name)
             LOOP
                dkount := dkount + 1;
                dependrec (dkount).target_name := dd.NAME;
                dependrec (dkount).refname := dd.referenced_name;
                dependrec (dkount).reftype := dd.referenced_type;
                dependrec (dkount).target_owner := dd.owner;
                dependrec (dkount).refowner := dd.referenced_owner;
             END LOOP;
          END LOOP;
    for a in 1..skount loop
       out_rec.cxs_object_type      := plsbatch(a).object_type;
       out_rec.cxs_object_status    := plsbatch(a).object_status;
       out_rec.cxs_read_execution   := plsbatch(a).reads_per_execution;
       out_rec.cxs_buffer_gets      := plsbatch(a).buffer_gets;
       out_rec.cxs_disk_reads       := plsbatch(a).disk_reads;
       out_rec.cxs_executions       := plsbatch(a).executions;
       out_rec.cxs_sorts            := plsbatch(a).sorts;
       out_rec.cxs_sharable_mem     := plsbatch(a).sharable_mem;
       out_rec.cxs_address          := plsbatch(a).address;
       out_rec.cxs_hashvalue        := plsbatch(a).hashvalue;
       out_rec.cxs_osuser           := plsbatch(a).osuser;
       out_rec.cxs_username         := plsbatch(a).username;
       out_rec.cxs_module           := plsbatch(a).module;
       out_rec.cxs_machine          := plsbatch(a).machine;
       out_rec.cxs_status           := plsbatch(a).status;
       out_rec.cxs_terminal         := plsbatch(a).terminal;
       out_rec.cxs_percentconsume   := plsbatch(a).percentconsume;
       out_rec.cxs_percentrepeat    := plsbatch(a).percentrepeat;
       out_rec.cxs_plan             := plsbatch(a).explainplan;
       PIPE ROW(out_rec);
    end loop;
    for b in 1..dkount loop
        out_rec.target_name := dd.NAME;
                out_rec.refname := dependrec (b).referenced_name;
                out_rec.reftype := dependrec (b).referenced_type;
                out_rec.target_owner := dependrec (b).owner;
                out_rec.refowner := dependrec (b).referenced_owner;
                PIPE ROW(out_rec);
    end loop;
    RETURN;
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(DBMS_UTILITY.format_error_backtrace);
    DBMS_OUTPUT.PUT_LINE(SQLCODE);
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END; and below are tradtional table types that are used in code above.
    TYPE type_plsql_rec IS RECORD (
       cxs_object_name      VARCHAR2 (128),
       cxs_object_type      VARCHAR2 (19),
       cxs_object_status    VARCHAR2 (7),
       cxs_read_execution   NUMBER,
       cxs_buffer_gets      NUMBER,
       cxs_disk_reads       NUMBER,
       cxs_executions       NUMBER,
       cxs_sorts            NUMBER,
       cxs_sharable_mem     NUMBER,
       cxs_address          NUMBER,
       cxs_hashvalue        NUMBER,
       cxs_osuser           VARCHAR2 (30),
       cxs_username         VARCHAR2 (30),
       cxs_module           VARCHAR2 (48),
       cxs_machine          VARCHAR2 (64),
       cxs_status           VARCHAR2 (8),
       cxs_terminal         VARCHAR2 (16),
       cxs_percentconsume   NUMBER,
       cxs_percentrepeat    NUMBER,
       cxs_plan             VARCHAR2 (120)
       TYPE plsql_batch IS TABLE OF type_plsql_rec
          INDEX BY BINARY_INTEGER;
           TYPE type_depend_tab IS RECORD (
          target_name    dba_dependencies.NAME%TYPE,
          refname        dba_dependencies.referenced_name%TYPE,
          reftype        dba_dependencies.referenced_type%TYPE,
          target_owner   dba_dependencies.owner%TYPE,
          refowner       dba_dependencies.referenced_owner%TYPE
       TYPE depend_tab IS TABLE OF type_depend_tab
          INDEX BY BINARY_INTEGER;
    Thank you for your time in reading this post
    R

    Thank you Billy and Saubhik,
    I have followed your guidelines and was able to resolve this error. Now, after successfully compiling the code, I attempted to execute it in a following way.
    SELECT * FROM TABLE (cxs_generate_plsql_profiler);It gives following error: ORA-00904: "CXS_GENERATE_PLSQL_PROFILER": invalid identifier
    I also tried putting in quotes like below
    SELECT * FROM TABLE ('cxs_generate_plsql_profiler');Then, it gives following error:
    ORA-22905: cannot access rows from a non-nested table item
    Any Idea where I am doing wrong?
    Thanks,
    R

  • Message must have exactly one part

    hi,
    I have tryed to create a proxy in ECC 6.0 abap but it gives an error message:
    Proxy generation terminated: Message must have exactly one part
    Message no. SPRX046
    Background
    During proxy generation, an interface description in WSDL format is fetched from the Integration Builder or from another source and interpreted. This WSDL document must describe the whole interface correctly.
    ==> Display Query
    ==> Display WSDL Document
    Diagnosis
    In a WSDL document, a <message> must contain exactly one <part>, therefore:
    <message name="ObtenerLicenciaRequest">
    <part .../>
    </message>
    In this case, a <message> has no <part> or multiple <part> entries. Proxy generation cannot process such messages.
    System Response
    Proxy generation is terminated.*
    can any one help me?
    The WSDL is:
    http://200.0.156.42/lme_pruebas/webservices/webservicesEmpleadores.php?wsdl
    Thanks

    Here is the fragment from your WSDL. You have more than one line with <part name...>:
    - <message name="ObtenerLicenciaRequest">
      <part name="rut_empleador" type="xsd:int" />
      <part name="dv_rut_empleador" type="xsd:string" />
      <part name="rut_usuario" type="xsd:int" />
      <part name="dv_rut_usuario" type="xsd:string" />
      <part name="password" type="xsd:string" />
      <part name="fecha_proceso" type="xsd:dateTime" />
      </message>
    According to the error message, you must have only one of those, e.g.:
    - <message name="ObtenerLicenciaRequest">
      <part name="rut_empleador" type="xsd:int" />
      </message>

  • XML document must have a top level element

    Hi all,
    I have deployed my web services in 904. When I try to see the generated wsdl, I am seeing:
    XML document must have a top level element.
    in IE. Does anyone know why?
    Thanks.

    If you take a look under the location where the application was deployed, you should find a file with the name of your interface (or class) and the extension .wsdl.
    If there is already a file of that name, we do not try to re-generate it. If this file is not a valid XML file, then it will explain the error message you are seing.
    Another reason for this error is when the code generation fail silently. It can occurs in some rare case, when you have started oc4j using a JRE instead of JDK (without javac).
    Hope this helps,
    Eric

  • Session State Protection - Arguments must have Checksum - Help Required

    Hi everyone,
    I am using apex 4.0 and have set:
    Session State Protection = True
    Page Access Protection = Arguments must have checksum
    Application Item Protection = Cecksum required - Session Level
    Page Data Entry Item Protection = Cecksum required - Session Level
    Page Display-Only Item Protection = Cecksum required - Session Level
    On pages which contain a Interactive report the calls to other pages to update and or delete a record passing the PK of the record work OK.
    I have set these as follows:
    In the Interactive report LInk Colomn --> Link Attribute = onclick="new top.Ext.apex.PopupWindow( { url: this.href, title: 'Edit Classification Details', width: 530, height: 500, listeners: {'success': gReport.search} } ).show(); return false;"
    Target = Page in this Application
    Page = 302Item = P302_IDCLASS
    Value = #IDCLASS#
    Page Checksum = - User Default -
    The problem is on the "Create new record" button which is located on the Interactive report page. I have defined the button as:
    Button Attributes = onclick="new top.Ext.apex.PopupWindow({ url:'f?p=&APP_ID.:302:&APP_SESSION.::NO:302::::', title: 'Create New Classification', width: 530, height: 500, listeners: {'success': gReport.search} }).show(); return false;"
    Action when button click = Redirect to Page in this Application
    Page = 302
    Clear Cache = 302
    When I click the button I get the following message:
    Session state protection violation: This may be caused by manual alteration of a URL containing a checksum or by using a link with an incorrect or missing checksum. If you are unsure what caused this error, please contact the application administrator for assistance.
    If I change the Button attributes to be:
    onclick="new top.Ext.apex.PopupWindow({ url:'f?p=&APP_ID.:302:&APP_SESSION.::NO:::::', title: 'Create New Classification', width: 530, height: 500, listeners: {'success': gReport.search} }).show(); return false;"
    It works OK, bu the page items are not clear.
    Could someone please explaing to me what am I doing wrong so I understand my mistake ?
    Thank you
    Daniel

    Here's an interesting situation. I have been having great results with the prepare_url function, until I needed to pass a column value from a report into a popup.
    Originally, in the Column Link --> URL in the Report Attributes I had this. This worked great when there was no session state protection enabled.
    javascript:popUp('f?p=&APP_ID.:17:&SESSION.::&DEBUG.:17:P17_EVENT_LOG_ID:#EVENT_LOG_ID#','450','375');When I enabled session state protection and changed the URL link to this
    javascript:popUp('&VW_EVENT_LOG.','450','375');and then created an application item and computation in order to pass a checksum along
    APEX_UTIL.PREPARE_URL (
      p_url => 'f?p=&APP_ID.:17:&SESSION.::&DEBUG.:17:P17_EVENT_LOG_ID:#EVENT_LOG_ID#',
      p_checksum_type => 3
    );the checksum seems to get passed fine, but the column value for the EVENT_LOG_ID is being concatenated to the end of the checksum instead of being passed as the value for P17_EVENT_LOG_ID. I also noticed that the clear cache page (17) looks like it is also being attached to the beginning of P17_.., but I'm not sure if that's to be expected or not.
    It took me a while to figure it out, but when I started looking at the error message closely, I could see that the checksum is identical except for the last two digits, which coincidentally are the same as the ID for this record.
    The checksum computed on the request, clear cache, argument names,
    and argument values (17P17_EVENT_LOG_ID [C6161B29B4C078F68DCF430133407754] ) did not match the checksum
    passed into the show procedure (C6161B29B4C078F68DCF43013340775490). Any thoughts on how to pass a column value with a checksum to a popup window?
    Thanks,
    Joe

  • Weblogic domain creation fails with "The domain location must have write permission."

    Hi
    I am trying to install and setup weblogic in Linux RHEL 5.4
    so I can test webservices . This is what i have done
    WLS Zip Distribution for Oracle WebLogic Server 12.1.1.0 - downloaded & installed.
    Followed the steps in README.
    - extract contents of tar, setup home, run installation-configuration script, setup wls environment
    Step 5:
    Create a new WLS domain and start WLS.  It is recommended that you create domains outside the MW_HOME.
         $ mkdir /home/myhome/mydomain
        $ cd /home/myhome/mydomain
        $ $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
    -> returns the below error
    $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server  -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 25, 2013 3:39:58 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.21-b01 from Oracle Corporation.>
    /apps/Informatica/tdwdomain/config not found
    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Management> <BEA-140013> </apps/Informatica/tdwdomain/config not found>
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:admin  Enter password to boot WebLogic server:admin123
    For confirmation, please re-enter password required to boot WebLogic server:admin123
    <Jun 25, 2013 3:40:13 PM EDT> <Info> <Management> <BEA-141254> <Generating new domain directory in /apps/Informatica/tdwdomain.>
    <Jun 25, 2013 3:40:17 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Failure during domain creation
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:119)
            at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:883)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:570)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:74)
    Caused by: com.oracle.cie.domain.script.ScriptException: The domain location must have write permission.
            at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
            at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
            at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
            at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
            at com.oracle.cie.domain.DomainInfoHelper.executeSilentScript(DomainInfoHelper.java:854)
            at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:1775)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at weblogic.management.internal.CIEDomainGenerator.generateDefaultDomain(CIEDomainGenerator.java:62)
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:114)
         <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Jun 25, 2013 3:40:17 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    - Any help appreciated.
    Thanks

    hi,
    the binaries available for download are all packaged with 32bit JVM. Please have a look at the link below
    WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    It also has binaries for linux available. I am quoting from the site verbatim for your reference:
    The following provides links to WebLogic Server 12.1.1 installers with 32-bit JVMs for Windows and
    Linux, the generic installer that can be used on any supported platform, and the zip distribution. The
    generic installer and the zip distribution do not include a JVM/JDK. For instructions on using the
    generic installer, see this document.
    In case you want to use your own latest version of JDK which can be a 32/64 bit version, you need to use the generic installer.
    The error which you are getting is due to permissions. Make sure you have a dedicated user for installing weblogic and the necessary permissions are granted to the user(linux) to the installation directories. May be the script is trying to install java at a particular location on your machine and failing. Hence the above error is displayed.
    Please have a look at the docs, you will find steps for weblogic installation on linux.
    Thanks,
    Souvik.

  • FRM-30100: Block must have at least one primary key item.

    Hi,
    I am customizing a form in 6i. I added one database column to one block using data block wizard. Form Compiled successfully. But when I compile the form in Unix, it compiled the form and created the .fmx file but gave the below error.
    FRM-30100: Block must have at least one primary key item. Can you please help me what needs to be done to fix this.
    Thanks,
    HC

    Please see if these docs help.
    Troubleshooting: FRM-30085 [ID 783768.1]
    Basing a Block on a Stored Procedure - Sample Code [ID 66887.1]
    Thanks,
    Hussein

  • DomainCreation fail:"The application location must have write permission."

    Hi,
    I'm facing an issue while creating a domain using pack.sh/unpack.sh and WLST, Please help me in resolving it.
    ERROR:
    Error CFGFWK-60550: Script execution aborted. The script may contain an error.
    The application location must have write permission.
    Template name - "new_dom_tmplt.jar"
    Name of the dom to be created is "newdom"
    Below are details of error:
    [Red@Home Oracle/Middleware/wlserver_10.3/common/bin]$ ./unpack.sh -template=/appdata/wkst/cws15/cws2_dom_tmplt.jar -domain=/Red/sunil/domains/newdom
    |<< read template from "/Red/sunil/templates/new_dom_tmplt.jar"
    |>> succeed: read template from "/Red/sunil/templates/new_dom_tmplt.jar"
    |<< write Domain to "/Red/sunil/domains/newdom"
    |>> fail: write Domain to "/Red/sunil/domains/newdom"
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    The application location must have write permission.
    Thanks,
    Sunil
    Edited by: 907822 on Mar 22, 2012 2:14 AM
    Edited by: 907822 on Mar 22, 2012 2:16 AM

    Self answer,
    for those who have faced this issue the solution is to use the "app_dir" parameter in the unpack.sh, make sure that the directory you are specifying is having all the read write permissions to the user.
    Regard's,
    Sunil

  • Urgently required  the procedure of cycle count open interface

    Hi friends
    I am a beginner in oracle apps .I want to Know the exact procedure for
    cycle count open interfaces.
    I want to know
    1>how interfaces are developed ?
    2>how many tables are used ?
    3>how validations are done ?
    Kindly co-operate me....
    thanks....
    Email:[email protected]

    Hi David
    I want to know the procedure for cycle count open interface i.e.
    1> How the data from flat file is uploaded in oracle INV
    How many Tables are needed?
    2>What validations are required ?
    3>How these validations are performed ?
    If you have any document pls send it to me at :
    [email protected]
    thanks for ur responce ......

  • RA Tcode KKA2 error KJ436 (Basic RA version must have valuation category )

    Hello,
    We are having an issue with Results Analysis and would appreciate some help. We are getting the error message shown below when running Tcode KKA2.
    We are using CO plan version 0 and it is set for actual and plan. The RA version (0) is marked as being relevant to settlement. These settings seems to address the error message but I guess we are missing something.
    Any help would be greatly appreciated.
    Thanks
    Joe Hailstone
    ERROR MESSAGE:
    Basic RA version must have valuation category "0" (operational valuation)
    Message no. KJ436
    Diagnosis
    If a version has actual data (see basic version setting), it must be relevant to settlement in results analysis (see maintenance of version of results analysis).
    If a version does not have actual data (see basic version setting), it cannot be relevant to settlement in results analysis (see maintenance of the version of results analysis).
    Procedure
    1. Check the basic version setting in the maintenance of the general versions.
    2. Modify the results analysis version to conform to the basic version setting.
    3. Turn the indicator Version relevant to settlement on or off, whichever is appropriate.

    Dear
    i am not received any input .
    Regards
    SAPFICO

  • Each target assigned to a job must have a setting and destination.

    Simple. Basic Question.
    Trying to use Compressor to change the codec on my flip cam to make it more compatible with FCP X.
    I have dragged a source and destination into the batch. But it keeps giving me the error "Each target assigned to a job must have a setting and destination." I saw others had this same issue and the solution I saw was to set a destination for the video AND audio. How do you assign for BOTH? I thought it was just a drag and drop method into batch ... 

    You didn't say what your settings were. But tif it's not one of the DVD presets, you shouldn't ordinarily be faced with separate audio and video streams with the majority of presets. Here's an example of a batch with one source file, multiple targets and multiple destinations. Only the DVD Preset has separate audio and video…and those do require that destinations be specified. If the destination is not specified, it defaults to Source.
    Good luck.
    Russ

  • HT201240 I tried to reset my login password last night and I must have typed in a wrong letter when i reset my password.  Now I don't know either my login or administrative password and I can't do anything on my computer! How do I reset the passwords?

    I tried to reset my login password on my macbook last night and I must have typed in a wrong letter when i reset my password.  Now I don't know either my login or administrative password and I can't do anything on my computer! How do I reset the passwords?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Every application must have exactly one instance of UIApplication...

    From documentation...
    ""Every application must have exactly one instance of UIApplication (or a subclass of UIApplication )" .. none of the templates in the SDK create an app with an UIApplication instance or subclass that I can tell."
    Yet, in all three sample templates I can't find any instance or subclass of UIApplication.
    Creating a new Cocoa Touch Toolbar Project...the closest thing is:
    @interface Untitled2AppDelegate : NSObject <UIApplicationDelegate> {...}
    Does using the <UIApplicationDelegate> ake the NSObject an instance or subclass of UIApplication? Why not use
    @interface Untitled2AppDelegate : UIApplication {...}

    Check the main.m file. It should have a line something like this in it:
    int retVal = UIApplicationMain(argc, argv, nil, @"Untitled2AppDelegate");
    The UIApplicationMain function is creating a UIApplication instance internally and setting its UIApplicationDelegate to your custom delegate.
    The 3rd parameter specifies the name of the UIApplication class you want to use. Passing nil defaults to the normal UIApplication class, but if you needed to use a custom class derived from UIApplication, you could pass its name in there. More than likely, though, the UIApplicationDelegate interface gives you access to everything you need.

Maybe you are looking for

  • SQL Query with a variable?

    In Inventory > Item Master Data > Properties There are 'Property Name' and a column of checkboxes.. How can I write a query to select the Property Names when the checkboxes are checked? My problem is the column of checkboxes does not show a table or

  • Shared Review Email Suppression

    Hi I'm trying to use the Automatically collect comments on my own internal server using Adobe Acrobat X Pro. I've setup the WebDav folder and everything is working fine when I use Acrobat Standard 8. I can review and comment and i close Adobe and the

  • Customizing colour in Pie chart

    Hi Experts, In my scenario there is a Pie chart which shows the completion and pending of work in percentage. I have done this by creating a category and a series and the pie chart is getting displayed for completion and pending work in default colou

  • Simple dumb sql query

    New user here and I haven't been able to find an answer to this. My table looks like Name Code Date Issued Date Returned Smith 22 10/05/05 10/10/05 Smith 3 10/05/05 10/06/05 Smith 102 10/10/05 10/12/05 Jones 1 10/10/05 10/11/05 Code is unique. I want

  • Defect in the HP Pavillion that I had purchesed.

    Hello fellow HP people, I am here to discuss an issue that has to do with installing video cards. About five weeks ago I took my desktop into geeksquad and when they were attempting to install a video card they couldnt because the motherboard was mis