Missing Mandatory Parameter

Hello ,
I am facing a problem in calling a stored procedure from OCI . It shows an error "Missing Mandatory Parameter". The Code Snippet is shown below:
Stored Procedure
CREATE OR REPLACE TYPE CHARARRAY AS TABLE OF VARCHAR2(100)
CREATE OR REPLACE PACKAGE Test_Pkg
AS
-- Chararray keeps just VARCHARs
TYPE chararray IS TABLE OF VARCHAR2(255) INDEX BY BINARY_INTEGER;
-- Overloaded emp_report to use chararray as Argument
PROCEDURE Test_report(L_out out chararray);
PROCEDURE Test_report_in(L_in in chararray);
END;
CREATE OR REPLACE PACKAGE BODY Test_pkg
AS
PROCEDURE Test_report(L_out out chararray)
is
begin
L_out(0) := '1000';
L_out(1) := '1001';
end;
PROCEDURE Test_report_in(L_in in chararray)
is
begin
dbms_output.put_line(L_in(0) || ' ' || L_in(1));
end;
end;
The OCI Program Code Snippet is shown below:
OCIType *names_ar_tdo;
OCIColl names_ar = (OCIColl ) 0;
OCIInd *indp = &ind;
ret_code = OCIStmtPrepare(stmt_hdl, error_hdl, (text*)storedproc_str,
strlen((char*)storedproc_str), OCI_NTV_SYNTAX, OCI_DEFAULT);
ret_code = OCIDefineByPos(stmt_hdl, &defn_hdl1, error_hdl, (ub4) 1, (dvoid *) 0,
(sb4) 0, SQLT_NTY, (dvoid *) 0, (ub2 *)0,
(ub2 *)0, (ub4) OCI_DEFAULT);
ret_code = OCITypeByName(env_hdl, error_hdl, service_hdl, (text*)"USER1", (ub4) strlen((const char *)"USER1"),
(text*) "CHARARRAY",
(ub4)9,
(CONST text *) 0, (ub4) 0,
OCI_DURATION_SESSION, OCI_TYPEGET_ALL,
&names_ar_tdo);
ret_code= OCIBindByName(stmt_hdl, &bnd1p, error_hdl, (text *) ":L_OUT",
(sb4) -1, (dvoid *) 0,
(sb4) 0, SQLT_NTY, (dvoid *) 0, (ub2 *)0, (ub2 *)0,
(ub4) 0, (ub4*) 0, (ub4) OCI_DEFAULT);
ret_code = OCIDefineObject(defn_hdl1, error_hdl, names_ar_tdo, (dvoid **) &names_ar, (ub4 *) 0, (dvoid **) &indp, (ub4 *) 0);
ret_code= OCIBindObject(bnd1p, error_hdl, names_ar_tdo,
(dvoid **) &names_ar, (ub4 *) 0,
(dvoid **) &indp, (ub4 *) 0);
ret_code = OCIStmtExecute(service_hdl, stmt_hdl, error_hdl,1,0,NULL,NULL,OCI_DEFAULT);
Here while executing the OCIStmtExecute , It shows an error "Missing Mandatory Parameter" .
Please kindly help me out from this problem. It would be very gratefull for me.
Thanks in Advance
Senthil

UDAY,
As you have been told already in the several other forums where you posted this same question:
Oracle does not come with a default service name of "orcl" defined.
You have also been told to use the "lsnrctl" command to see what services are defined.
Have you done this?
(You'll have to excuse me if this is not the answer you were wanting to hear.)
Good Luck,
Avi.

Similar Messages

  • FieldFixedLengths or fieldSeparator  is missing Mandatory parameter in XI

    Hi Guys,
    I'am new in SAP XI version 7 ...kindly guide me..my problem is an error return in Runtime workbench here it is:
    'CONTACTRECORD.fieldFixedLengths' or 'CONTACTRECORD.fieldSeparator' is missing Mandatory parameter 'CONTACTRECORD.fieldNames': no value found
    This is the actual scenario of ASC to XML
    1.Under integration directory , create communication channel named FILESENDER_02_EX1
    2. Source directory :
    actrinidad2\SAP\XI\Sender
    3.Values of Content Conversion Parameters
    Name                                                                Value
    CONTACTRECORD.FIELDSEPARATOR              ,
    CONTACTRECORD.ENDSEPARATOR              nl
    CONTACTRECORD.FIELDNAMES              FirstName,LastName
    4. Heres the content of the sample text file
    AVA
    TRINIDAD
    Please help..
    Thanks in advance
    aVaDuDz

    Hi,
    It seems you are using FCC to transfer payload.For this u need to specify filedSeperator in the FCC parameters to map fields to target also u must speify end seperator that distinguishes next line.
    Check below links.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Anatomy of Cool ...
    Regards
    --Pradeep

  • Mandatory parameter 'IdcService' for POST or GET is missing

    I checked in a document into 10gR3 content server running on top of Win 2003 server .
    I can search for the document. Open the document from inside my home page. I can get content ID info about the document.
    I selected the "send link by email.
    My email client (outlook) is launched correctly with re:folio admin guide in the subject line
    In the body of the e-mail
    web-viewable link:
    http://fileserver3/idc/groups/public/documents/adsales/000001.pdf
    native file link:
    http://fileserver3/idc/idcplg?idcservice=get_file&ddocname=000001&revisionselectionmethod=latestreleased
    content info:
    http://fileserver3/idc/idcplg?idcservice=doc_info_by_name&ddocname=000001&revisionselectionmethod=latestreleased
    I can successful launch the document via http://fileserver3/idc/groups/public/documents/adsales/000001.pdf
    However if I use the other 2 links for the native file or the content info I get the error message in a html page
    Mandatory parameter 'IdcService' for POST or GET is missing. Request could not be processed. Could not find the parameter 'IdcService'.
    I know that the IDCService is running, as it is visible within the services panel, as well as the obvious that the content server would not be running, e.g. http://fileserver3/idc/idcplg?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=HOME_PAGE&Auth=Internet
    I turned on the full trace option and searched the content server log file but there was no failure request.
    Regards
    Rob

    can anyone help me to solve the problem
    when i click on Quick search and click on view in autovue the following error appear
    Mandatory parameter 'IdcService' for POST or GET is missing. Request could not be processed. Could not find the parameter 'IdcService'.
    i need help

  • RFC Adaptive model in web dynpro application gives mandatory parameter erro

    Hi,
    I need to check  when we create model to call bapi from backend, are there any checks for the input data which are done by the model before  the bapi is called ?
    I am passing some input parameters and I get the following error on the screen. and the return structure is empty.
    Mandatory parameter BFLUSHDATAGEN of method BAPI_REPMANCONF_CREATE_MTS missing
    But if I pass the very same paramters directly in se37 transaction to the bapi, then this error is not seen. it gives some other error in return structure.
    There fore I have a doubt is there any check which doesnt call the bapi at all if it doesnt find the parameters it is looking for. I know the paremeters are not correct but I expect to see the same error what is seen in se37 in the return structure of my modal context element.
    thanks in advance for help.
    r

    hi, I have  corrected my code and written the below code inthe controllers init method.
    Bapi_Repmanconf_Create_Mts_Input parent = new Bapi_Repmanconf_Create_Mts_Input();
    wdContext.nodeBapi_Repmanconf_Create_Mts_Input().bind(parent);
    Bapi_Rm_Datgen input1 = new Bapi_Rm_Datgen();
    wdContext.nodeBflushdatagen().bind(input1);
    input1.setMaterialnr("100-400");
    input1.setPdc_Number("100066");
    parent.setBflushdatagen(input1);
    Even this I getmandatory paramter missing eror
    kindly help
    Edited by: rita c on Nov 6, 2008 6:29 PM

  • The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.

    We are in the process of removing a child domain from the forest and are down to two DCs. These are both Server 2008r2 sp1 servers, one physical and virtual (PDC). When I try to remove a DC (not the PDC emulator) I get the following error:
    The operation failed because:
    Active Directory Domain Services could not transfer the remaining data in directory partition DC=DomainDnsZones,DC=mydomain,DC=local to
    Active Directory Domain Controller \\V-Svr03.mydomain.local.
    The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles."
    I have checked replication with repadmin /showrepl and all connections were successful. The dcdiag /test:kccEvent test on all servers passed.
    Most DCdiag tests are successful. The only failure is on NCSecDesc when running dcdiag /test:NCSecDesc
       Testing server: Default-First-Site\DC1-DEV-OFC
          Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=hookemup,DC=local
             ......................... DC1-DEV-OFC failed test NCSecDesc
    In researching this I find "If you do not plan to add an RODC to the forest, you can disregard this error."
    We have not successfully run ADprep /rodcPrep nor do we plan on having any Read-Only DCs, so I think we can ignor this error. We did try running ADprep /rodcPrep but got an LDAP error which I can duplicate if this is important.
    Schema and Naming FSMOs are on a DC higher in the forest. RID, PDC, and Infrastructure FSMOs for the child domain are on the Virtual server (PDC).
    Any guidance on where to go from here would be greatly appreciated as I have no more hair on my head to pull.

    Ok... I ran repadmin /showreps /v again and it shows no errors
    C:\>repadmin /showreps /v
    Default-First-Site\DC1-DEV-OFC
    DSA Options: IS_GC
    Site Options: (none)
    DSA object GUID: b294c59f-8b46-4133-89c5-0f30bfd49607
    DSA invocationID: 1054285d-cffe-42b4-8074-e2d44adbb151
    ==== INBOUND NEIGHBORS ======================================
    CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381490/OU, 16381490/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114817/OU, 114817/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66047/OU, 66047/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098197/OU, 8098197/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    CN=Schema,CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8097482/OU, 8097482/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 65239/OU, 65239/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114149/OU, 114149/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381373/OU, 16381373/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=ForestDnsZones,DC=mydomain,DC=local
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66295/OU, 66295/PU
            Last attempt @ 2012-10-29 13:57:48 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098367/OU, 8098367/PU
            Last attempt @ 2012-10-29 13:58:13 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 115032/OU, 115032/PU
            Last attempt @ 2012-10-29 13:58:25 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381653/OU, 16381653/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
    DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114871/OU, 114871/PU
            Last attempt @ 2012-10-29 13:54:02 was successful.
    DC=DomainDnsZones,DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=mydomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 16381614/OU, 16381614/PU
            Last attempt @ 2012-10-29 13:56:52 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 66325/OU, 66325/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 8098385/OU, 8098385/PU
            Last attempt @ 2012-10-29 13:58:38 was successful.

  • Missing Required Parameter 'from' for event 'open' -- InDesign CS3 Error

    Now that I've upgraded to OS 10.6, and I'm getting this weird error message (Missing Required Parameter 'from' for event 'open') when I open CERTAIN InDesign files by double-clicking on the icon. Other files open okay. Everything SEEMS to open okay when I open CS3 and go to FILE and OPEN.
    Anyone else having this problem? Any advice?

    I was having this problem too and then noticed that the files that would not open had special characters in the name, # or % for example.
    I changed the name to exclude these characters and they all opened just fine.
    If that doesn't work, it may be, if you use it, Suitcase Fusion. Extensis says that if your computer name is too long or also has special characters in it that it could be a problem in OSX 10.5 and later. Go into System Preferences/Sharing and edit your name to within 20 simple characters.
    I hope this helps.
    Message was edited by: Dyrian

  • IOException during MQ queue message parsing : Missing mandatory element

    Hi All,
    I am trying to configure the JMS Adapter and trying to send the data to BW. I think our configuration is fine for JMS adapter because it is Green in Plain J2SE Adapter Engine Screen. But when we are trying to send the data from MQ we are encountering  Error:
    Caught an IOException duringparsing : Missing mandatory element <sap:Main><sap:Interface @sap:namespace>
    May 12, 2006 11:55:58... ...2Transport.onMessage(Message message) [Thread[asyncDelivery3,5,main]] Info: Duplicate Handling for JMSMessage ID:414d5120544553542e514d4752202020f497604420000807: replaced XMBMessageID 2caa9051-e180-11da-9a37-c75dac1425bb by 31e68ec0-dfe1-11da-be57-c75dac1425bb
    May 12, 2006 11:55:58... ...b.XMBMessageHeader.marshal(XMLWriter) [Thread[asyncDelivery3,5,main]] Error: The SAP XI Adapter Framework Messaging Service caught an exception during rendering an XML Message. Details can be found in the trace file for Location com.sap.aii.messaging.mo.xmb. Action: Please contact SAP Support and provide the trace file.
    So Please anybody can help us out to resolve this issue.Or  at least guide us to analyse the error.
    one more query as we are working on Plain J2SE Adapter Engine,how can we know the status of the JMS Adpater in IS.
    Thanks In Advance..
    rahul
    Message was edited by: rahul kharya
    Message was edited by: rahul kharya

    Rahul
    The message says it has parsing error. So I think you have not configure communication channel on both sender and receiver properly. But since your adapter for sender is showing green kindly check your receiver communication channel and try once again.
    I think the process is started from the sender and send to XI. Then it is trying to map to the receiver. But here it is not parsing. So might be the problem with the message mapping or receiver communication channel. Go through them once again. Also take the payload from SXMB_MONI and check the mapping as in the below url. This is just only to check your mapping is working fine or not.
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    ---Satish

  • Applescript: missing required parameter "including hidden layers"

    I've used this script (below) for packaging files in InDesign CS3, but when I upgraded to CS4 I always get this message: "Missing required parameter 'including hidden layers' for event 'package'." Does anyone know how to include this and where it goes?
    Thanks.
    on run
    display dialog "Whoa Dude, I'm a Droplet so drop an InDesign file on me"
    end run
    on open draggedItems
    tell application "Finder"
    make new folder at alias "Macintosh HD:Users:Melanie:Documents:ScriptFiles:Packaged:" with properties {name:"_Folder"}
    end tell
    set folderPath to "Macintosh HD:Users:Melanie:Documents:ScriptFiles:Packaged:_Folder:"
    repeat with currentFile in draggedItems
    tell application "Adobe InDesign CS4"
    set openedfile to open (currentFile as alias)
    set theDoc to (document 1)
    tell document 1
    package to folderPath copying fonts yes copying linked graphics yes copying profiles no updating graphics yes ignore preflight errors yes creating report yes
    set fileName to (name of theDoc)
    set filepath to folderPath & fileName & ".pdf"
    export openedfile format "Adobe PDF" to filepath using "[Smallest File Size]"
    save openedfile
    close openedfile
    end tell
    tell application "Finder"
    set NewName to fileName & "_Folder"
    set name of folder folderPath to NewName
    end tell
    end tell
    end repeat
    end open
    ---------

    I don't use InDesign/CS4, but it seems clear that the 'package' command now has additional parameters that you're not including in the command.
    Since it's telling you that 'including hidden layers' is the parameter that's missing, just append it to the packagecommand, with either a 'yes' or a 'no' depending on what you want:
    package to folderPath copying fonts yes copying linked graphics yes copying profiles no updating graphics yes ignore preflight errors yes creating report yes including hidden layers no

  • Missing Mandatory field in IDOC

    Hi All,
            There is one outbound idoc which gives out an error status 40 "Application document not created in target system".
    The error is Missing mandatory field : 1CS210,, not sure how tor find this missing field since the name does not match with the field names in the segments.
    Can anyone help me?
    Regards,
    Anand

    hi shiva,
    pls try the below links you may get solution.
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/mandatory-condition-mwst-is-missing-388959
    Missing fields in Customer Master Data - 41k -
    Re: Web Service - Error in Connection and Data fields missing - 44k -
    http://blogs.ittoolbox.com/sap/ehadzipetros/archives/no-mystery-to-troubleshooting-gis-and-sap-always-begin-at-the-beginning-22646
    www.helpsap.com/account1.html - 14k
    thanks
    karthik
    reawrd me if helpfull

  • APPLET tag missing CODE parameter

    We are planning to use WebStart for our swing_apps deployment. At the moment we use applets with Plug-In 1.3.1_04
    I changed the html as follows:
    <OBJECT CODEBASE="http://java.sun.com/update/1.3.1/jinstall-1_3_1_04-win.cab"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="0" height="0">
    <PARAM NAME="app" VALUE="myServer/myWebApp/wsapps.jnlp">
         <PARAM NAME="back" VALUE="true">
         <!-- Alternate HTML for browsers which cannot instantiate the object -->
         Download Java Web Start
    </OBJECT>
    When loading the page from the server we get following error:
    "APPLET tag missing CODE parameter"
    When I load "myServer/myWebApp/wsapps.jnlp" directly from the browser, the application runs fine.
    any idea's?

    To have web start run your application, it just needs to open the JNLP file in the browser.
    You do not need the OBJECT tag since your are pointing it to a JNLP file and not an applet.
    just use an HREF to your JNLP file
    Run Application
    Dan

  • Getting an error message trying to open a file, "Missing required parameter 'from' for method "open'. What do I do?

    Getting an error message trying to open a file, "Missing required parameter 'from' for method "open'. I've tried opening in CC and CS5. What do I do? Can the file be salvaged?

    Try opening as a copy, and/or copying the file to a new location and try opening that.

  • Passing mandatory parameter within several calculation view

    Hi, I have syntax error when I try to pass parameter between several calculation view; let say:
    Calculation view A: has mandatory parameter called company;
    and
    Calculation view B: has mandatory parameter called company;
    What I want to achieve is to passing parameter from user from Calculation view B and then within Calculation view B, I called Calculation view A with user inputted parameter.
    I have try similar like this, but giving me error:
    var_out = SELECT ...
               FROM :CA_A a,
              "_SYS_BIC"."package-testing/CA_B" ('PLACEHOLDER' = ('$$COMPANY$$', COMPANY)) b
    SQL: sql syntax error: incorrect syntax near "COMPANY": line ...
    NB: COMPANY is mandatory parameter inside Calculated view B

    Got it.
    Actually, passing the parameters from one CA to the other should be the easiest part.
    Just do something like:
    lt_a = SELECT * FROM "_SYS_BIC"."package/CA_A" ( 'PLACEHOLDER' = ('$$COMPANY$$', :COMPANY) );
    Where "COMPANY" is the input parameter's name within both views.
    Basically, within the calc view's code, just use colon & the parameter's name to refer to the paramete, similar to how you do with a logical table (e.g. :lt_a in the aforementioned case). It would also be the same to refer to a parameter within a procedure.
    From your original code, the only difference is the colon you forgot before "COMPANY" parameter reference.
    Within CA_A's own code, it should be the same to refer to the parameter within the code (i.e. :IP_COMP in the above case).
    How to achieve what you're trying to is another story. But if you want help with the SQL itself, I'd ask it in another discussion thread.

  • [SOLVED] AUR4 missing mandatory field: pkgver

    This is the PKGBUILD
    # Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
    # Contributor: peace4all <markspost at rocketmail dot com>
    pkgname=unified-remote-server
    pkgrel=3
    pkgdesc="Unified Remote Server"
    arch=('i686' 'x86_64' 'armv6h')
    url="http://www.unifiedremote.com/"
    depends=('libxext' 'libx11' 'bluez-libs')
    optdepends=('bluez' 'bluez-utils')
    license=('freeware')
    install=$pkgname.install
    if test "$CARCH" == x86_64; then
    pkgver=3.2.5.703
    source=("http://www.unifiedremote.com/static/builds/server/linux-x64/703/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('5d02b48f9436815641718cef704592a11148f5894718d7a99f14da0fd0c52325' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107' )
    fi
    if test "$CARCH" == armv6h; then
    pkgver=3.2.5.452
    source=("http://www.unifiedremote.com/static/builds/server/linux-rpi/452/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('4b5023b421d6323021350be5d74697b572cdc7faaf138fce49236c049b3016e0' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107')
    fi
    if test "$CARCH" == i686; then
    pkgver=3.2.5.648
    source=("http://www.unifiedremote.com/static/builds/server/linux-x86/648/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('09843a8b03f849bc163bd28813719446e0d02eff32d1bfe3265f208b264ed46c' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107')
    fi
    package() {
    cd ${srcdir}
    # decompress data
    tar zxf data.tar.gz
    # fix and revert desktop file to old behaviour
    sed -i -e '9,24d;26d' $(find . -name 'urserver.desktop')
    # install folders
    mkdir -p ${pkgdir}/{opt,usr}
    cp -r {opt,usr} "${pkgdir}/"
    # clean up permissions
    find "${pkgdir}" -type d | xargs -I {} chmod -R 755 "{}"
    find "${pkgdir}" -type f | xargs -I {} chmod -R 644 "{}"
    chmod 755 "${pkgdir}/opt/urserver/urserver"
    chmod 755 "${pkgdir}/opt/urserver/urserver-start"
    chmod 755 "${pkgdir}/opt/urserver/urserver-stop"
    # add systemd service
    install -Dm644 "urserver.service" "$pkgdir/usr/lib/systemd/system/urserver.service"
    And this is the error when uploading:
    [piero@archlinux unified-remote-server]$ git push origin master
    Counting objects: 10, done.
    Delta compression using up to 2 threads.
    Compressing objects: 100% (10/10), done.
    Writing objects: 100% (10/10), 2.18 KiB | 0 bytes/s, done.
    Total 10 (delta 2), reused 0 (delta 0)
    remote: error: The following error occurred when parsing commit
    remote: error: 1456b02848d6b941ba33e4e97697f7275acf5e4c:
    remote: error: missing mandatory field: pkgver
    remote: error: hook declined to update refs/heads/master
    To ssh://[email protected]/unified-remote-server.git
    ! [remote rejected] master -> master (hook declined)
    error: failed to push some refs to 'ssh://[email protected]/unified-remote-server.git'
    If I change the PKGBUILD with pkgver out of if/test I have the same error...
    Last edited by hifi25nl (2015-06-09 12:21:31)

    I'm pretty sure AUR doesn't support packages that have different versions per architecture, I also wonder why the developer thinks this is a good idea. Anyway, as described here you should use source_$ARCH and sha256sums_$ARCH, not custom-if statements
    Last edited by Spider.007 (2015-06-09 10:57:14)

  • Missing URL parameter: IterationId

    Error:  Missing URL parameter: IterationId
    I get this error when I add a footer to my report.  Is there a fix?
    Report viewer 2010
    Visual Studio 2008 sp 1
    .Net 3.5
    Browser = firefox, have not tried ie.
    IIS = whatever ships with Windows 7 prof.
    Thanks,
    Sam

    (Apologies for bumping this old, old thread; it was the first hit in Google when searching for this problem myself, so I thought I'd post how I resolved my issue in case others stumble upon it.)
    Are you sure this is just from adding a footer?  I was getting this error message myself, and it was due to the Line control.  For whatever reason, the Line control tries to include a standard blank image right after it, but the URL is missing
    that parameter in FireFox and Chrome (but not IE, as far as I can tell). When I remove all the Line controls, the error goes away.  Make sure you don't have any Lines in your footer (or anywhere else on your report, for that matter.)

  • Fields Missing in Parameter Setup Screen

    Using Crystal XI
    I want to set up a filter for a specific field that is on the report.  I right click on Field Explorer/Parameter Fields and click "New...".  Then I try to select the field, but it's not in the list available to me (see linked images).  It doesn't matter whether I select Static or Dynamic.  In the linked images, "Cost_Centers" is what I'm attempting top create the parameter field for.  As you can see in the image, it is in the Database Fields list, and the green check means that I am using it in the report.  It is a simple text field, nothing special about it,  The database is validated and up to date.  For whatever reason, "Phase_Codes" is also missing from the Parameter setup screen..
    http://i130.photobucket.com/albums/p269/clif001/CR_Parameter_Issue_1.jpg
    http://i130.photobucket.com/albums/p269/clif001/CR_Parameter_Issue_2.jpg
    Any help?
    TIA

    It is, but that aparently doesn't really matter.  If you look at the images I posted in my OP, the parameter type is shown as being String (Text) and yet there is a date field (Create_Date) listed.  However the field that is on the report, and is a String (Text) is not part of the list.

Maybe you are looking for

  • Is there a limit to the number of apps that can be Hidden from view in Family Sharing?

    I've just set up a Family Share and have issued invitations to a couple of family members. I'm trying to take full advantage of the "Hide" feature that's available in the Purchased list in the App Store app, mostly to hide really old apps that I have

  • Multiple Speakers with Airport Express

    Since the release of iTunes sometime back in feb/mar, I'm so happy to be able to stream music through multiple speakers in different rooms in my house. However, since I installed the latest iTunesSetup dated 2006-06-28 release v6.05, I am unable to p

  • Ipad air VGA cable?

    Hi, Just updated my iPad 2 to the new iPad air and of course all my old connectors are now useless! Does anyone know if there is a cable I can use to hook my thunderbolt dock to a VGA?? Many thanks

  • HT4571 Can I cancel service after one month

    IIf I sign up for Internet with my Verizon account ...can I cancel after one month of service

  • Define Asset History sheet.

    Hi Experts, I would like to know that how to define the asset history sheet and how many steps are there, if you advise me step by step that would be great. Thanks in Advance Reg, Raj.