Validation Procedures, discrepancy for received dcm

Hi,
I'm creating a validation procedure where I should get a discrepancy if the CRF page is blank, however, using the HAS_DATA doesn't work at all here and the discrepancy doesn't come up. I have the RECEIVED DCM with status RECEIVED and...I'm not sure but is it possible to show a discrepancy when the status of the RECEIVED DCM is 'RECEIVED' ? or do they have to have PASS status so OC will show the discrepancy and information related?
Thanks
Edited by: user10312383 on Dec 9, 2010 3:06 PM

Hi,
I'm creating a validation procedure where I should get a discrepancy if the CRF page is blank, however, using the HAS_DATA doesn't work at all here and the discrepancy doesn't come up. I have the RECEIVED DCM with status RECEIVED and...I'm not sure but is it possible to show a discrepancy when the status of the RECEIVED DCM is 'RECEIVED' ? or do they have to have PASS status so OC will show the discrepancy and information related?
Thanks
Edited by: user10312383 on Dec 9, 2010 3:06 PM

Similar Messages

  • Application for receiving application not working..

    Hi..experts.
    i m new to j2me programming. plese help me.
    I got an application for receiving SMS from net. i nstalled it on nokia N73. but it's not working.
    this is the code of that app...
    package receivedemo.sms;
    import javax.microedition.lcdui.*;
    import javax.microedition.io.*;
    import javax.microedition.midlet.*;
    import java.io.*;
    public final class ReceiveMidlet extends MIDlet
    //The data we expect to receive.
    private static final String TEST_DATA = "This is just a test";
    public ReceiveMidlet()
    //Signals the MIDlet that it has entered the Active state.
    public void startApp()
    //Get the display object for this MIDlet.
    Display d = Display.getDisplay(this);
    //Create and start a new WorkerThread.
    Thread t = new WorkerThread();
    t.start();
    //Create a new Alert.
    Alert alert = new Alert("Starting DynamicPushRegisry");
    //Display the alert for 2 seconds.
    alert.setTimeout(2000);
    d.setCurrent(alert);
    private class WorkerThread extends Thread
    public void run()
    //Get all connections registered with the PushRegistry
    //for the current MIDlet suite.
    String[] connections = PushRegistry.listConnections(true);
    if ( connections.length == 0 )
    //Nothing is registered, register a connection.
    try
    //Dynamically register a socket connection
    //on port 50000.
    PushRegistry.registerConnection("socket://:50000",
    "receivedemo.sms.ReceiveMidlet","*");
    } catch (ConnectionNotFoundException e)
    message(e.toString());
    } catch (ClassNotFoundException e)
    message(e.toString());
    } catch (IOException e)
    message(e.toString());
    else
    //A connection is already registered and data is arriving.
    //Fetch the incoming data.
    fetchData(connections[0]);
    //Shut down to wait for data.
    message("Done");
    System.out.println("correct till here");
    notifyDestroyed();
    //Fetches the incoming data.
    private void fetchData(String connection)
    try
    //Open the connection.
    Connection c = Connector.open(connection);
    if ( c instanceof StreamConnectionNotifier )
    //Open an InputStream.
    StreamConnectionNotifier scn = (StreamConnectionNotifier)c;
    StreamConnection sc = scn.acceptAndOpen();
    InputStream input = sc.openInputStream();
    //Extract the data from the InputStream.
    StringBuffer sb = new StringBuffer();
    byte[] data = new byte[256];
    int chunk = 0;
    while ( -1 != (chunk = input.read(data)) )
    sb.append(new String(data, 0, chunk));
    //Close the InputStream and StreamConnection.
    input.close();
    sc.close();
    String s = sb.toString();
    //Test the data for validity.
    //If invalid an exception is thrown.
    Assert.assertTrue(TEST_DATA.equals(s),
    "Failed to receive proper string: " + s);
    //Display the received data.
    message("Received: " + sb.toString());
    } catch (IOException e)
    message(e.toString());
    //Display a String message to the user.
    private void message(String msg)
    //Create a new Alert with the message.
    Alert alert = new Alert(msg);
    //Display the alert for 5 seconds.
    alert.setTimeout(5000);
    Display.getDisplay(this).setCurrent(alert);
    //Signals the MIDlet to stop and enter the Pause state.
    public void pauseApp()
    //Signals the MIDlet to terminate and enter the Destroyed state.
    //Unconditional when set to true. The MIDlet must cleanup and release
    //all resources. Otherwise, the MIDlet may throw a
    //MIDletStateChangeException to indicate it does not want to be
    //destroyed at this time.
    public void destroyApp(boolean unconditional)
    //Throws an IllegalStateException with the supplied error message.
    final class Assert
    private Assert()
    static public void assertTrue(boolean exp, String failmsg)
    if (!exp)
    throw new IllegalStateException(failmsg);
    plzz help me...it's important for me. Thanks a lot

    when i send a SMS there is no reaction from application.
    i don't know how is this failing.
    i am very troubling about this.
    i have to receive the SMS that comes to the inbox.
    if you have any working source code please give me.
    Thank you so much.
    Edited by: RavindraDiwakar on Sep 14, 2008 8:17 PM

  • Item Validation on a Form - Receives ORA-0094: Invalid Idenitier error

    I'm fairly new to APEX and having an issue with an Item Validation on a Form receiving the ORA-0094: <Column Name>: Invalid Identifier error. I have looked at postings in this form on this error and tried many of the suggestions. I still can not get it to work. My lack of experience with APEX is not helping either.
    I'm using APEX release 2.2 with IE6.
    I'm trying to create a new Invoice in the Invoice table (CTS_INVOICE). The RFA Number for this invoice must be an active RFA record in the RFA table (CTS_RFA). Before I add the check for the RFA active status, I wanted to get the code that checks for the existence of the RFA record working first.
    After filling in the fields on the forms, click the Create button, and receives an error page with the following error ORA-0094: "RFA_NUMBER": Invalid Identifier.
    I have checked to make sure the table name, column name, and item name were correct with spelling and capitalization.
    Used the Wizard to setup the Item Validation.
    Type: EXISTS
    Validation Expression 1: Select 1 from CTS_RFA where RFA_Number = :P25_RFA_NUMBER
    Error message: Enter an active RFA number.
    location: Inline with Field and in Notification
    Associated Item: P25_RFA_NUMBER
    Any help would be greatly appreciated.
    Thanks,
    Vivian

    Vivian - Might the column have been created as a quoted identifier with mixed upper/lower case characters?
    Run this in SQL*Plus:
    select count(rfa_number) from cts_rfa;
    If that works without error then this is not the problem.
    Scott

  • IDoc Status 02 ( Could not find code page for receiving system )

    Hi All,
    I am getting Idoc status 02 when I am trying to send IDocs from ECC to PI system ( Production ).
    Error description.
    Could not find code page for receiving system
    Message no. E0266
    Diagnosis
    For the logical destination PIP001, you want to determine the code page in which the data is sent with RFC. However, this is not currently possible, and the IDoc cannot yet be dispatched.
    Procedure for System Administration
    Possible causes are:
    1. The entry no longer exists in the table of logical destinations.
    2. The target system could not be accessed at runtime.
    3. The logon language is not installed in the target system.
    4. In the destination system, no logon language is maintained
    Please help.
    Thanks - Vinay.

    Hi Vinay,
    Status 02 occurs when data is not passed to port suceessfully. Check the RFC desination  is working fine and your able to connect to target system and also check correct port is assigned.
    Regards,
    Vinod.

  • "iTunesSetup.exe is not a valid 32bit application" error received.

    "iTunesSetup.exe is not a valid 32bit application" error received.  I'm on dial up (no flames or stupid comments in reference to this please) with Toast using IE9.  I've uninstalled, deleted, and restarted my computer after each attempt.  I've tried with 32bit and 64bit.  I've tried at the local library using their WiFi connection and at home with the dial up.  I've tried running program and saving before running both download types.  This has been 3 days of work since the 24th all so my son can try and use his iPod Touch.  Is there no way of accessing iTunes with the iPod Touch without having it installed on the computer?  I'm sick of this and so disgusted with Apple right now.  I'm sorry that I'm on dial up, but out where I live, everyone is because there is no reception for phones or satelite.  And even coming to town to use the quicker internet here, it still was a 6hour plus download time.  And right when I click 'Run', it gives me this error message each time.
    My son and my whole family and neighborhood after I've asked everyone's help with this problem has become fed up with Apple cause there is no disc they can mail me to get iTunes onto my computer and no one else we've asked can download it either.  One person has the program but its iTunes 7 and they can't upgrade because of dial up.  His iPod Touch will not even go to any other screen but the one that shows the plug and iTunes icon on it.  I would really appreciate some kind of help from someone cause we are all sick of this, my son is not happy, and this was supposed to be a Christmas present that he could use.  I can not even remotely begin to....well, I could fill this page with gripes but I would just really appreciate a knowledgeable answer that I can use to quickly fix this for my son's Christmas.  Please help.

    Karen, this is far off-topic in a sense.  But I have a sister in the wilds of central MI.  No access to cable no way. And limited 3G minutes.
    She finally opted for MiFi and can get much faster online access.  She is able to download to her iTouch, iPad and Mac laptop (3 y.o.) much faster than her old dialup.
    It's worth checking if it might help. Hers is Verizon (http://www.verizonwireless.com/b2c/mobilebroadband/?page=products_mifi)
    AT&T also has MiFi (http://www.wireless.att.com/businesscenter/devices/att-mobile-hotspot-mifi-2372. jsp).
    There may be others as well.
    I am spoiled w/ cable but it's been great  for her.  If this is out of line or you've explored it to no avail please ignore.
    Best wishes and hope these bumps get smoothed out.  Hope you have a good New Year and your son's iTouch problems get worked out.

  • Store procedure in JDBC Receiver adapter

    Hi,
    I am calling stored procedure using jdbc reeciver adapter . showing below error. In oracle database it is under functions not in the procedure. functions and stored procedure are same? is it should be create under procedure?
    error message:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'GET_ALL_SALESREPINFO' (structure 'statement'): java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00221: 'GET_ALL_SALESREPINFO' is not a procedure or is undefined ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Sql query:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:TerritoriesAndSalesRepsRequest xmlns:ns1="http://allergan.com/TerritoriesAndSalesRepsServiceList/1.0">
    <statement><GET_ALL_SALESREPINFO action="EXECUTE">
    <P_REP_LOGIN isInput="1" type="VARCHAR">sdfsfd</P_REP_LOGIN>
    </GET_ALL_SALESREPINFO>
    </statement></ns1:TerritoriesAndSalesRepsRequest>
    oracle function
    DECLARE
         RETURN_VALUE BEACONDM_ETL.ACCT_TABLE_TYPE;
         P_ZIP_CODE VARCHAR2(2000) := '-';
    BEGIN
         RETURN_VALUE := BEACONDM_ETL.GET_ACCT_INFO(P_ZIP_CODE);
         --DBMS_OUTPUT.PUT('RETURN_VALUE: ');
         --DBMS_OUTPUT.PUT_LINE(RETURN_VALUE);
         DBMS_OUTPUT.PUT('P_ZIP_CODE: ');
         DBMS_OUTPUT.PUT_LINE(P_ZIP_CODE);
    END;
    GO
    DECLARE
         RETURN_VALUE BEACONDM_ETL.SALESREP_TABLE_TYPE;
         P_REP_LOGIN VARCHAR2(2000) := '-';
    BEGIN
         RETURN_VALUE := BEACONDM_ETL.GET_ALL_SALESREPINFO(P_REP_LOGIN);
         --DBMS_OUTPUT.PUT('RETURN_VALUE: ');
         --DBMS_OUTPUT.PUT_LINE(RETURN_VALUE);
         DBMS_OUTPUT.PUT('P_REP_LOGIN: ');
         DBMS_OUTPUT.PUT_LINE(P_REP_LOGIN);
    END;
    GO
    Please send me if you have any blogs for calling stored procedure using jdbc receiver adapter.

    Hi Madhu,
    >>>I am calling stored procedure using jdbc reeciver adapter . showing below error. In oracle database it is under functions not in the procedure. functions and stored procedure are same? is it should be create under procedure?
    Of course there is difference between Oracle functions & Stored procedures:
    Re: Populating DropdownByKey by accessing backend
    As far as i know and have configured and used Stored procedures with the JDBC adapter, it can be used with Oracle stored procedures (leave it to the experts to comment on the Oracle functions part). So if you change it to stored procedure then it should work fine.
    You may then define your Message structure as follows:
    http://help.sap.com/saphelp_nw73/helpdata/en/44/7b72b2fde93673e10000000a114a6b/content.htm
    And you may also like to refer the following blog on stored procedures:
    PI  JDBC Stored Procedure test scenario
    Hope this helps. Regards, Gaurav

  • LOADING x12 834 data into database and 999 generation for received x12 file

    Hi All,
    I'm New to BizTalk, Im using BizTalk 2010 developer edition....I need to load the x12 834 enrollment data (few details) into database. I want to know the step by step procedure to do this. kindly help me.
    Also i need to know the 999 ackknowledgement generation for the received x12 file
    Thanks in advance.
    Rengaraj

    You need to Generate individual 834 enrollment message through de batching in EDIReceive pipeline .
    Once you get disassembled message you need map it with   insert stored procedure schema for inserting data in to SQL .
    For this first you need to create a table in SQL server with required columns and create a simple stored procedure to insert  data in to Table . Use Add Generate Item --> consume adapter service-->SQL binding -->Outbound operation and then
    select the Stored Procedure created to generate schema for it . Use the same schema while mapping from Debatched EDI message to SQL stored Procedure request.
    Thanks
    Abhishek

  • Could not find code page for receiving system

    Hi  Experts,
              When I scheduled a PC i got this Error Msg. What is the real cause and how can i correct it?? Thanks
    Dave
    "Could not find code page for receiving system"

    Hi Praveen,
    The detailed error msg says the following.
    Error when updating Idocs in Business Information Warehouse
    Diagnosis
    Errors have been reported in Business Information Warehouse during IDoc update:
    Could not find code page for receiving system
    System response
    There are IDocs with incorrect status.
    Procedure
    Check the IDocs in Business Information Warehouse . You can get here using the BW Monitor.
    Removing errors:
    How you remove the errors depends on the error message you receive.

  • BW Monitor error  Could not find code page for receiving system

    Hi All,
    Frequent BW Monitor error  - Could not find code page for receiving system
    I checked SM59 and every setting is fine there. Any other possibility ?
    Regards
    Srinivas

    The log updated in the status tab was:
    Error when updating Idocs in Business Information Warehouse
    Diagnosis
    Errors have been reported in Business Information Warehouse during IDoc update:
    Could not find code page for receiving system
    System Response
    Some IDocs have error status.
    Procedure
    Check the IDocs in Business Information Warehouse . You do this using the extraction monitor.
    Error handling:
    How you resolve the errors depends on the error message you get.

  • Define a settlement cost element for receiver type FXA

    Hi,
    While settling the AUC internal order,i am gettingg the below error.Kindly advice me
    Define a settlement cost element for receiver type FXA
    Message no. KD506
    Diagnosis
    In allocation structure A1 (controlling area AFCO), you did not define which cost element should be used when settling costs/revenues of the sender. Nor did you define receiver type FXA.
    Procedure
    Assign a different allocation structure to the settlement sender (-> Master data -> Settlement rule -> Goto -> Settlement parameters), or maintain allocation structure A1.
    Thanks
    Supriya

    Hi Supriya,
    Go to SPRO-> Controlling > Internal orders>Actual postings>Settlement> Maintain Allocation structures & choose A1 and go to assignment, select the relevant category like raw material / consumption and then go to source, check the range of cost elements first then click the settlement cos t element and under that choose FXA and define the settlement cost element which must be created under 22 category.
    After maintainig the above, you will not get the error anymore.
    Thanks & Regards
    Anuj Agarwal

  • Advanced and complex validation procedures

    Hi,
    We have a derivation procedure with more than 40000 caracters and impossible to split it. I know that we can create a package and put it in a created account e.g. pack and give an execute access to the rxc_pd account then call this package from OC within procedure, custom code, predetail.
    Can a Datamanager perform this work (create the package, compile it, put it in the write account and grant the access)? if yes: which tools are recommanded to do that?
    What is the common way to do for the long procedures?
    What are the common tools used by the datamanager programer?
    I will appreciate a lot for any help.
    Thanks in advance

    Thanks a lot for your reply and clarification. Our Oracle DBA is in the IT Department and to ask him to put the package in production will take several days, because the IT department told us that their DBA must compile, test and validate the package passing through a long process. As I understood we have not choice and we must request the DBA to do this.
    Before OC we worked with a local system and we performed extracts from the Database to the SAS system every time we wanted to run any derivation/validation procedures.
    Best Regards,
    Nassim

  • Registration procedures necessary for the invoice issuance

    Hi everyone,
    We had requested a new G/L account registration with FI team.
    FI has registered G/L code and released for testing. Now user has reverted with query, as
    Weu2019re going to use the new G/L a/c primarily to issue more of sales invoices and receive payments on this account. Could you inform us if there are other registration procedures necessary for the invoice issuance?
    Kindly suggest what are all necessary steps to perform this test - to post cutomer invoices and receive collections.
    Thanks in advance
    -Sumi

    Hi,
    Though my question is unanswered, still i m closing it, as no replies for last 3 -4 days.
    Thanks.
    -Sumi

  • HTTPS SharePoint site with HTTPS Provider hosted app - The remote certificate is invalid according to the validation procedure

    We have SharePoint 2013 site configured with SSL and we have developed a provider hosted app which interacts with SharePoint list.
    If we try accessing the Provider hosted app from the SharePoint site with HTTP [http://mysharepointsite.com/] there are no any errors thrown.
    But whenever the same Provider hosted app is tried accessing from the same SharePoint site using https address
    [https://mysharepointsite.com/] we are getting below error:
    The remote certificate is invalid according to the validation procedure.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [AuthenticationException: The remote certificate is invalid according to the validation procedure.]
    System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) +2983172
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +473
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +86
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +262
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +473
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +86
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +262
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +473
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +86
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +262
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +473
    System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) +8530566
    System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +230
    System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +645
    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +9
    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +87
    System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1467
    System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +84
    System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +22
    System.Net.ConnectStream.WriteHeaders(Boolean async) +761
    [WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.]
    System.Net.HttpWebRequest.GetResponse() +8534156
    Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute() +58
    Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb) +975
    ProviderHostedHTTPSWeb.Default.Page_Load(Object sender, EventArgs e) +348
    System.Web.UI.Control.LoadRecursive() +71
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
    We have already added the certificate used for the SharePoint site and the provider hosted app in the SharePoint central admin trusts.
    Any idea's how can I resolve this issue?

    Hi,
    According to your post, my understanding is that you failed to access provider host app using https.
    The reason for this is that SharePoint implements its own certificate validation policy to override .NET certificate validation.
    Fix is to setup a trust between SharePoint and the server requiring certificate validation.
    For more information, you can refer to:
    http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/06/13/could-not-establish-trust-relationship-for-ssl-tls-secure-channel.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • BW code page error for receiving sysem.

    Hi friends,
    We are getting following error in BW when We are trying to load data:
    "Could not find code page for receiving system",
    Our BW is Unicode and the R/3 is nonunicode
    Referred to the OSS notes 784381 and 613389
    We have checked we21, we22 and logical system and rfc connections and done the following bit checked :
    Language “EN” is specified in sm59
    Under Special Options -> RFC Bit Options
    Made sure that “Use Found Communication Code Page” has a check mark.
    We keep getting the following error...
    Could not find code page for receiving system
    Message no. E0266
    Diagnosis
    For the logical destination BRQCLNT500, you want to determine the code
    page in which the data is sent with RFC. However, this is not currently
    possible, and the IDoc cannot yet be dispatched.
    Procedure for System Administration
    Possible causes are:
    1. The entry no longer exists in the table of logical destinations.
    2. The target system could not be accessed.
    3. The logon language is not installed in the target system.
    Please help   and I will definely reward points.
    Thnaks

    hi Brent,
    try to check the S10010 source system, rsa1->source system->righ click 'check'. also check the connection and authorization for S10010 in sm59 ? you may need to restore, source system S10010 right click 'restore'. hope this helps.

  • Validating data/Test  for dso

    Hello Guys
    I am writing a TD for a DSO and need to put Test conditions and validating procedures.
    so what could i do to prove my dso is working fine.
    1. Is this a true test to run extraction and check number of records in dso/psa equals source table or rsa3 or the extractor.
    2. And how do u verify delta load. would that be number of records loaded during the delta load equal to the new records in source or what else can i do to verify delta load test
    i kind of need this soon so please if u can help. i will assign points right away.
    Thanks

    Hello Mark,
    1. You can check the number of records of the given selection in RSA3 in the source system.
    2. Its not easy to find the new records as delta captures both new and modified records, but if you still want to find you can check the DSO change log table for NEW Record Flag.
    Hope it helps
    Thanks
    Chandran

Maybe you are looking for

  • Moving iTunes from Windows to a Mac... for multiple iPods

    I have just bought a new MacBook Air, and am facing a problem of how to move my current iTunes over to it! The main problem is that I currently have 3 different iPods on the go (shuffle, video and iPhone) all with different music on them. At the mome

  • Open new window using java code and not in script

    i need some method like sendredirect or forward . where i can make some codes so as to open a new window. actually i am calling a jsp from one jsp file where a lot of dynamic parameters are sent. and in the second jsp i call a servlet which works to

  • My Firewire Clone is not showing up in the Startup Disk selection window

    Going to the Startup Disk section Under System Preferences to locate my mounted Firewire/cloned HD - But it's not showing up there for start up selection. The external firewire clone, running OS X 10.4.11 shows up in the finder right away. Also I hav

  • Error when posting the IDoc

    Hi,    Now i am working on a File (XI) to IDoc (R/3) scenario. In XI, I went to the TCODE "idx5", there is no error. But When I went to the TCODE "idx5" in R/3 side, it showed me the follwing error... "No authorization to send IDocs with message type

  • Specs for content on ATV

    Is there an ideal resolution for content on ATV. I've got a couple of options for resolution and bitrate. What should I make my home movies without making them too big?