Problem creating Po from Pr.

Hello
Experts,
when I am trying to create a PO eith ref to PR .It is allowing me.
For a single PR to multiple PO if quanity of PR is consumed totaly then in one client in same server it is giving the  SAP standard
error 'Materials of requisition 10000671 item 00010 alr. ordered in full', but in other client in same server system is allowing me to create that PO though all quanity of PR is consumed by the earlier PO.
Please help.

Hi,
First check your Field reference key for your document type in OLME-purchase Order-Define Document Types.
Normally It is NBF for NB order.
Now check in OMET for a Function Authorization where Field reference key is NBF. see the details of that Function Authorization. If "Ref. to purchase requisition" check box is checked it will give error 'Materials of requisition 10000671 item 00010 alr. ordered in full'.
Now you can change the setting in any one of the clients as per your requirement. I mean either you have to delete this Function Authorization here or create a similar Function Authorization in the other client.
Nagesh

Similar Messages

  • Having problems creating PDF from website with query-string URLs

    I have a website that I would like to create a PDF from. I am using the Create -> PDF from Web Page..., selecting the site's home page, and capturing 2 levels, with "stay on same path" and "stay on same server" checked in order to limit the scope of the crawl.
    Where the pages are at example.com/foo/ and example.com/foo/bar/, this works fine. However, where the pages are at example.com/foo/ and example.com/foo/?p=1, the page represented by the query string URL is not converted to the PDF.
    This is a problem, given that the site I want to archive as a PDF uses query strings for most of its pages.
    I have been able to individually convert a single query-string-based page into a PDF using this method, but doing this for every page on the site would be almost impossible given the sheer number of pages on the site.
    Is this a known issue? Is there a workaround other than separately capturing each page (which would be prohibitive effort)?
    I have tried this in both Acrobat Pro X and Acrobat Pro 9 for Mac, with the same results.

    Remember, Acrobat is a 32-bit application and as such cannot access all that 'extra' stuff.
    Be well...

  • Problems creating invoice from order (DI API and SBO)

    Hello all!
    I´m getting various tax problems using the following code to automatically create invoices from existing orders.
    For Each currentKey In arrABEntrys
      objInv = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
      objAB.GetByKey(currentKey)
      objInv.CardCode = objAB.CardCode
      With objInv.Lines
        .BaseType = SAPbobsCOM.BoObjectTypes.oOrders
        .BaseEntry = currentKey
        .BaseLine = 0
        For i = 1 To objAB.Lines.Count - 1
          objInv.Lines.Add()
          BaseType = SAPbobsCOM.BoObjectTypes.oOrders
          .BaseEntry = currentKey
          .BaseLine = i
        Next
      End With
    If objInv.Add() = 0 Then
    Else
    End if
    The result of objInv.add() was first "5002 - 'Tax Definition (1)' (a very informative message to me).
    Then I checked my admin tax settings and put a check on "EU".
    The next time the result was "10 - Customer´s tax ID not defined OINV.LicTradNum"
    Actually, I don´t want to pre-set any fields in the invoice, because the order looks complete to me.
    By the way: The error occurs in SBO, too.
    Thanks for help in advance!
    Best regards
    Marian

    Hi Marian,
    Your Error "10 - Customer´s tax ID not defined OINV.LicTradNum" is not working (through DI and in SBO)
    occurs because your "Federal Tax ID" is not set up against the Business Partner. (This is on the main page of the Business Master Data Screen).
    Set this up and it will work in SBO and the DI API!

  • Problem Create object from superclass

    Hi,
    I have a problem with classes:
    I have one abstract superclass which has a method to create objecto for its children class.
    CREATE OBJECT R_FLIGHT TYPE (l_class_name)
         EXPORTING
           i_sflight = l_sflight.
    l_class_name: has the name of my children class
    My children class has this properties:
    A dump its triggered when I try to create object from the superclass.
    Best Regards

    Hello,
    I think that you defined the instantiation level of the superclass as PROTECTED & from the screenshot i can see that the instantiation level is protected & the class is marked as "Final".
    Are you having a factory method which returns the instance of the abstract class & you use it to achieve polymorphism?
    May be a little bit insight into your coding can help us
    BR,
    Suhas

  • Problem creating pdf from multiple files

    Hello,
    I'm running Windows XP SP3 with Adobe Acrobat Standard 8.2.1.  When I try to create a one pdf from multiple files in Adobe Standard 8.2.1 the application just closes.  The two files I'm trying to combine into 1 pdf file are word files.   I'm able to create a single pdf of each word file by opening them separately in word and sending them to the acrobat printer.  I've tried combining other files also, but had no luck.  Windows events doesn't log anything under applications and no error message pops up when the application closes.
    Anybody have any ideas how to troubleshoot this issue or what could be causing the applicaton to just close? 

    I've read many discussions about Acrobat and problems with server files, with the general solution being what you are doing... copy the files to a local hard drive

  • Problems creating PDF from JPEGs.

    I am using Acrobat Standard 6.0.5. I am having trouble creating a PDF from certain JPEGs. I created these JPEGs using a scanner and Photoshop Elements 5, saving them as 8-bit grayscale at 300dpi. When I create a PDF from these JPEGs in Acrobat, I get a blank, 1 inch x 1 inch image. I've tried zooming in and out and the image is still blank. The funny thing is that I can extract the JPEGs from the newly created PDF, so they are somehow present; I just can't see them.
    Some other data points:
    1. I can create a PDF from JPEGs from my digital camera. These are 180 dpi, 24-bit color, but otherwise I don't see any notable differences.
    2. I've tried converting the problematic JPEGs to 24-bit color. That made no difference.
    3. I've tried converting the problematic JPEGs to JPEG2000. That *did* make a difference -- I can create a PDF from them just fine.
    4. I can open the problematic JPEGs in Photoshop Elements and *print* them to PDF. That works just fine.
    There's obviously something about these files that Acrobat doesn't like, or else some configuration setting in Acrobat that needs to be adjusted, but I can't figure out what it is.
    Thanks in advance!

    JPegs are often problems. You might try saving to TIFF instead, the standard for scanners.

  • Problem creating  image from a data vector

    Hello i have a problem in this aplication.
    I get a image from a web cam. I want to put the original image in a file and the negative image in another file (in this example is not the negative image, is just a white image). The problem is when i use setData method. The image become black. If I use setFormat method the new image is the original image.
    Here is the code with problems:
    imageBuffer = frameGrabbingControl.grabFrame();
    theData = new int[dataLength];
    theData = (int[]) imageBuffer.getData();
    for (int y = 0; y < videoHeight - imageScanSkip; y+=imageScanSkip) {
    for (int x = 1; x < videoWidth - imageScanSkip; x+=imageScanSkip)
    theData[y*videoWidth+x]=Integer.parseInt("FFFFFF",16);
    Buffer b1=new Buffer(); //This is the new buffer in which i want to put the new pic
    b1.setData(theData);
    //here i create the 2 files frst from the original buffer and second from the new buffer b1
    Image img = (new BufferToImage((VideoFormat)imageBuffer.getFormat()).createImage(imageBuffer));
    Image img1 = (new BufferToImage((VideoFormat)b1.getFormat()).createImage(b1));
    BufferedImage buffImg = new BufferedImage(img.getWidth(null), img.getHeight(null), BufferedImage.TYPE_INT_RGB);
    BufferedImage buffImg1 = new BufferedImage(320,240, BufferedImage.TYPE_INT_RGB);
    Graphics2D g = buffImg.createGraphics();
    Graphics2D g1 = buffImg1.createGraphics();
    g.drawImage(img, null, null);
    g1.drawImage(img1, null, null);
    try{
    ImageIO.write(buffImg, "jpg", new File("c:\\webcam.jpg"));
    ImageIO.write(buffImg1, "jpg", new File("c:\\webcam1.jpg"));
    catch (Exception e){}
    the webcam1.jpg file is black(it should be white).
    If i put "b1.setFormat(imageBuffer.getFormat());" the webcam1.jpg will be same the file as webcam.jpg

    Hello i have a problem in this aplication.
    I get a image from a web cam. I want to put the original image in a file and the negative image in another file (in this example is not the negative image, is just a white image). The problem is when i use setData method. The image become black. If I use setFormat method the new image is the original image.
    Here is the code with problems:
    imageBuffer = frameGrabbingControl.grabFrame();
    theData = new int[dataLength];
    theData = (int[]) imageBuffer.getData();
    for (int y = 0; y < videoHeight - imageScanSkip; y+=imageScanSkip) {
    for (int x = 1; x < videoWidth - imageScanSkip; x+=imageScanSkip)
    theData[y*videoWidth+x]=Integer.parseInt("FFFFFF",16);
    Buffer b1=new Buffer(); //This is the new buffer in which i want to put the new pic
    b1.setData(theData);
    //here i create the 2 files frst from the original buffer and second from the new buffer b1
    Image img = (new BufferToImage((VideoFormat)imageBuffer.getFormat()).createImage(imageBuffer));
    Image img1 = (new BufferToImage((VideoFormat)b1.getFormat()).createImage(b1));
    BufferedImage buffImg = new BufferedImage(img.getWidth(null), img.getHeight(null), BufferedImage.TYPE_INT_RGB);
    BufferedImage buffImg1 = new BufferedImage(320,240, BufferedImage.TYPE_INT_RGB);
    Graphics2D g = buffImg.createGraphics();
    Graphics2D g1 = buffImg1.createGraphics();
    g.drawImage(img, null, null);
    g1.drawImage(img1, null, null);
    try{
    ImageIO.write(buffImg, "jpg", new File("c:\\webcam.jpg"));
    ImageIO.write(buffImg1, "jpg", new File("c:\\webcam1.jpg"));
    catch (Exception e){}
    the webcam1.jpg file is black(it should be white).
    If i put "b1.setFormat(imageBuffer.getFormat());" the webcam1.jpg will be same the file as webcam.jpg

  • Problems creating snapshots from History

    Hello,
    I'm experiencing the following problem with Lightroom 4 on Mac (Lion) and I'd like your advise to understand if I'm doing something wrong or not
    These are the action that reproduces the problem in my environment:
    Go to the Develop module
    In the filmstrip select a picture
    Click (for example) in the middle of your History to select a particular ''action'' as for example "Point Curve: Custom"
    Now right click and from the menu' choose the action Create snapshot...
    Enter a name for the snapshot
    RESULT:
    No snapshot has been created at all
    FURTHER TESTS:
    Click now on the + sign in the  pane and name a snapshot
    RESULT:
    The snapshot is created.
    Is this a bug?!?
    Thanks & Regards,
    Marco

    Hello Dorin,
    unfortunately does not work properly on my environment (Lion OSX).
    I made some other experiment and I was not able to reproduce it all the times so I think I found out finally how to reproduce it at least on OSX Lion.
    It seems to happen to virual copies images only.
    Here is way to reproduce it:
    Go to the Develop module.
    Select a picture and create a virtual copy of it.
    Select the virtual copy you just created.
    Play a bit for example with the tone curve many times so you create 5 or 6 elements of history.
    Click (for example) in the middle of your History to select a particular ''action'' as for example "Point Curve: Custom"
    Now right click and from the menu' choose the action Create snapshot...
    Enter a name for the snapshot
    RESULT: No snapshot has been created at all
    FURTHER TESTS:
    Click now on the + sign in the  pane and name a snapshot
    RESULT:
    The snapshot is created.
    Thanks & Regards,
    Marco

  • Problems creating notation from scratch using the edit function of GarageBa

    I am using garage band to write music. I open
    a blank loop with a grand piano system instrument and
    begin editing. I encounter the following problems:
    1. The software does not allow me to enter any note
    below middle c on additional or ledger lines that
    should be available below the stave of the treble
    clef.
    1.1 Connected to this issue is that it is very
    difficult to write music that contains subtleties.
    This directly affects the way the music sounds. The
    program substitutes accidentals in the stave
    conditioned by the key signature. For example writing
    Chopin in GarageBand as opposed to the written sheet
    music is the difference between buying a designer
    dress in a Bond Street Boutique and buying a cheap
    copy in Primark. "Brins Bungalo" Tutorial claims
    that
    Garageband "is an application suitable for both the
    dabbler and the conservatorially trained."
    2. When there are many notes to be entered in a bar
    garageBand is not flexible to accomodate the notes
    required, Notes are clustered in a bunch makiing it
    difficult to read what has been written (preventing the composer checking that it has been written correctly).
    3. When there are many notes to be written in a bar
    e.g. more than, say four notes, (lots of quavers or semi quavers) the
    program does some strange things which I am unable to
    control:
    a) groups unrelated larger notes with the smaller
    notes and will not allow them to be separated;
    b) changes the value of notes already entered;
    c) sometimes splits the note being entered into two
    smaller notes joined by a tie;
    d) accidentals appear on notes entered or notes
    already entered without my instruction;
    e) it changes note values, filling up the bar, to the
    value of the time key before I have a chance to finish
    entering the remaining notes that I want to place in
    the bar;
    4. How is one able to enter "dynamics" (symbol marks
    of expression). I know it is possible because many of
    the preloaded loops have these expressions evident
    within them. I have tried consulting GarageBand Help but this has proved impossible to fathom.
    Can anyone help?
    iMac   Mac OS X (10.4.8)  

    You have my sympathy as I also wanted to enter notes on a stave but GB is simply not designed to do it.
    You can do an amazing amount with GB but complex scoring is not really possible. You can't print a score btw.
    In answer to some of your questions,
    Expression cannot be added using the scoring facility. You need to go back to the piano roll view and use the expression/modulation/pitchbend/footswitch parameters.
    I think you're possibly doing something wrong as I've just done a little test and I've entered a C0 without a problem.
    I've also not had problems moving notes about and getting the right length or having GB fill notes to the end of the bar.
    This is how I do it.
    Create a software track.
    Double click on the track to get the track editor.
    Press record and use the the keyboard on the piano roll to enter a note. You've now created a recording region. You can't enter notes outside a recording region so you might need to drag it out to the required size.
    Swap to note entry. That gives you the double stave. Drag the grey bar that separates the arranger area from the track editor upwards. This gives you more space on the stave.
    Command click anywhere on the stave and a note will appear. Just move that note to wherever you want it and click to set it in place. You can always move it again by left clicking on the note and dragging it.
    Accidentals will depend on the key you've set for the song and what notes you're entering. In D for instance you won't get an accidental for F sharp but you will get one for A flat.
    Let us know how you get on.
    If this still doesn't give you what you need then I suggest a dedicated notation package. Create a midi file from the package and import into GB for final tweaking.
    Cheers
    Dick

  • Problem creating project from NWDI

    I created a WD Development Component and checked it in to NWDI.  Now, when a colleague does <i>Create Project</i> from the DTR, they can see the files in the "Navigator" view of the Web Dynpro perspective, but <b>not</b> in the "Web Dynpro Explorer" view.  So, in effect, they are unable to edit or view the Web Dynpro project.
    Has anyone else experienced this?  Any ideas and help appreciated.
    Thanks,
    Walter

    HI Peter,
    This issue is still open. Installing NWDS does not solve the problem.
    If anyone else has comments on this topic, they will be appreciated.  None of the suggestions so far in this thread have helped.
    Walter

  • Problem creating application from spreadsheet(.csv)

    I am experiencing a problem while creating an application from a spreadsheet (.csv file). I select upload csv file, the filename, and on the set table properties page the columns are in random order. Normally, the columns follow the order of the first line of the .csv file with comma separated column names. If the columns are not in the order specified in the .csv file, it cannot be loaded. I have used this method a few times and never had this problem in the past. Any information is appreciated.
    Thanks.

    Hello,
    Sure you cannot utilize the spread sheet functions in creating a Database app.
    You can do what you want by either using SQL function in the Report source, or if you use Interactive report then you can do it using Actions Menu >> Format >> compute .. Then you save your report as a default report.
    Please read more here:
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5719,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5717,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5718,29
    Best Regards,
    Fateh
    If you believe that my answer was helpful to you or correct then please mark the answer as helpful or correct
    Edited by: Fateh on Nov 21, 2012 3:23 AM

  • Newby problem - creating dvd from .wmv file

    First - thank everyone/anyone in advance for helping me. Second - is there a basic video how-to somewhere to help me learn Premiere Elements? I am finding this program very hard to figure out on my own.
    Here's the current problem - I created a slideshow with an audio track (a little music video) in Photoshop Elements 7, a .wmv file that I successfully uploaded to YouTube.  The file is 50k KB, under 5 minutes.
    Copied the wmv file to a DVD.  When my Sony HDMI CD/DVD player said it couldn't play the disc, decided to try something else.
    Imported the wmv file into Premiere Elements 7. Gave up trying to figure out how to create a title card, menu, etc, and since the video is just how I want it anyway, saved the file and tried burning it to disc.
    Put in a Verbatim Lightscribe DVD+R disc, 4.7 GB, and prepared to burn from PE7.  The program said that the disc status was not blank - which it is, so I burnt to a folder on my hard drive instead - 4.7GB, according to the choice I made from the program.  From the folder, I burned the Video_ts file to the disc.  It still doesn't play in my DVD player.
    I have reformatted the DVD to start fresh and make sure it is blank, but PE7 continues to read it as not blank.  Tried putting in a fresh disc newly opened, but the computer seems to format it automatically and still claims it is not blank.  Regardless, it is blank.
    What am I doing wrong and how can I properly burn this little video to a DVD?  Just trying to show my grandmother the video.
    Am working on HP HDX Premium laptop with Vista.
    Thanks for any advice.  I'm in and out so may not respond promptly.

    Elyse19
    There is so much to be looked at in Photoshop Elements 7 and Premiere Elements 7, used as standalone or intergrated.
    I like to look at the Help PDF under the Help Menu of each and follow through from "Getting Started" and onward.
    When you create a slideshow in Photoshop Elements 7, the preferred route to the DVD-VIDEO generated by Premiere Elements 7 is via Photoshop Elements 7 Slideshow Editor Output Option "Send To Premiere Elements". Once the slideshow (in a video form) arrives on the Premiere Elements Timeline, you then have an opportunity for further edits (if you want to) using the "Break Apart Adobe Photoshop Elements Slideshow" Command (right click video on Timeline and select that command).
    In Premiere Elements 7, you can burn your slideshow to disc (DVD-VIDEO Format on DVD disc). It is important to remember that the player has to support the disc type as well as the format on that disc. Try using a different brand type and/or disc type like DVD-R and see how you do. If you burn to folder, you burn just the VIDEO_TS (all files) housed in the saved folder, using a Burn Video Images category in the 3rd party burn software such as Nero, Record Now. Do not use Make Data Disc, a common mistake. The "playable disc" category mentioned in an earlier thread is sort of a functional name rather than the category name you will find in most of these 3rd party burn softwares. If you need a step by step for Nero or Record Now, I will supply that on request.
    But, you have a .wmv version of your slideshow that you want to get into DVD-VIDEO format on a DVD disc for playback on the TV.
    This is my suggestion:
    In Premiere Elements 7, after import to Timeline, Create Menus...
    Share/Disc/Disc
    Preset: NTSC Standard or Widescreen or PAL equivalent, depending on your location
    check mark next to "Fit Content to Available Space"
    Disc Type: DVD-R (never used before disc, out of the box)
    OR
    In a software such as Nero, Record Now
    Use Burn Video Files to DVD category to burn the VIDEO_TS folder to a DVD-R disc
    OR
    Use ImgBurn software (free download software which I find extremely "strange", but it works http://www.imgburn.com/)
    Follow instructions for burning the VIDEO_TS to a DVD-R disc
    ATR

  • Problem creating webservice from existing code in sjse8

    I have a java class with three methods in an enterprise app (no ejbs) that I want to expose with webservice. In sudio5 I had no problem with webservice creation but in studio8 when I chose "From scratch, Use existing code", it gives me the opting to go to my class and select those methods. When I click finish, it generates an Implementation class that has declaration for my java class repeated 3 times which is obviously wrong and under it says:
    // Enter web service operations here. (Popup menu: Web Service->Add Operation)
    The class is empty.
    I choose "rpcliteral", "strict", "useonewayoperations" and "donotoverride" under web module property / webservice.
    And as you can guess it generates a wsdl file with no webservice methods info.
    I have and am checking all forums and searching different sites but haven't fond anything yet.
    I appreciate any help resolving this issue.

    Seems this feature doesn't work properly in jse and completely removed from latest nb55 enterprise pack (only session enterprise bean case remain)

  • Problem Creating Control from WSDL

    I'm trying to create a Service Control from a WSDL file. I've done this
    many times before. However, with this particular file, the control that
    is created is bad. The Output window has only the message
    Line 0, Col 0: Operation "myOperation" cannot be called.
    Is there a place where the Weblogic Workshop error messages are
    enumerated and what causes them?
    - David L. Brown

    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
    xmlns:tns="http://localhost/MPG"
    xmlns:types="http://localhost/MPG/TYPES"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"
    xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"
    targetNamespace="http://localhost/MPG">
    <types>
    <xsd:schema
    targetNamespace="http://localhost/MPG/TYPES"
    xmlns:stns="http://localhost/MPG"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:simpleType name="modelType">
    <xsd:restriction base="xsd:string">
    <xsd:length value="25"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:schema>
    </types>
    <message name="Modelparameter">
    <part name="ModelIN" type="types:modelType" xmlns:partns="http://localhost/MPG">
    </part>
    </message>
    <message name="ModelAndYearParameter">
    <part name="ModelIN" type="types:modelType" xmlns:partns="http://localhost/MPG">
    </part>
    <part name="YearIN" type="xsd:long" xmlns:partns="http://localhost/MPG">
    </part>
    </message>
    <message name="MPGresult">
    <part name="MPGout" type="xsd:string" xmlns:partns="http://localhost/MPG">
    </part>
    </message>
    <portType name="MPGport">
    <operation name="getMPGbyAutomobileModel">
    <input message="tns:Modelparameter">
    </input>
    <output message="tns:MPGresult">
    </output>
    </operation>
    <operation name="getMPGbyAutomobileModelAndYear">
    <input message="tns:ModelAndYearParameter">
    </input>
    <output message="tns:MPGresult">
    </output>
    </operation>
    </portType>
    <binding name="MPGbinding" type="tns:MPGport">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http">
    </soap:binding>
    <operation name="getMPGbyAutomobileModel">
    <soap:operation style="document" soapAction="">
    </soap:operation>
    <input>
    <soap:body use="literal" namespace="http://localhost/MPG">
    </soap:body>
    </input>
    <output>
    <soap:body use="literal" namespace="http://localhost/MPG">
    </soap:body>
    </output>
    </operation>
    <operation name="getMPGbyAutomobileModelAndYear">
    <soap:operation style="document" soapAction="">
    </soap:operation>
    <input>
    <soap:body use="literal" namespace="http://localhost/MPG">
    </soap:body>
    </input>
    <output>
    <soap:body use="literal" namespace="http://localhost/MPG">
    </soap:body>
    </output>
    </operation>
    </binding>
    <service name="MPGservice">
    <port name="MPGport" binding="tns:MPGbinding">
    <soap:address location="http://localhost:7001/MPG">
    </soap:address>
    </port>
    </service>
    </definitions>

  • Problem creating EBean from SBean

    Hi,
    I try to create an entity bean from a session bean.
    But this one gives me an exception:
    MyEntity20RemoteHome remoteHome2 = (MyEntity20RemoteHome)PortableRemoteObject.narrow(ref2, MyEntity20RemoteHome.class);
    java.rmi.RemoteException: MyEntity20RemoteHome
         at com.sun.enterprise.iiop.POAProtocolMgr.mapException(POAProtocolMgr.java:415)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:422)
         at SBeanBean_EJBObjectImpl.insertNew(SBeanBean_EJBObjectImpl.java:25)
         at SBeanBeanEJBObjectImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:519)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:204)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:112)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    I am using SQL Server 7 as DB. The table is created correctly during deployment.
    Can someone help me please? This is driving me nuts!!!
    TIA
    Frank

    Forget that one, I found my silly mistake myself.
    Frank

Maybe you are looking for

  • How do i install itunes on an external drive

    How can i install iTunes on an external hard drive?

  • Star schema for a uploaded data sheet

    Hi All gurus, I am new to this tech . I have a requirement like this , I have to prepare the star schema for this data sheet as below . REPORT_DATE     PREPARED_BY     Units On-time     Units Late     Non-Critical On-time     Non-Critical Lates      

  • Incoming MAC Mail Bouncing

    Half of my incoming emails are bouncing. When I send an email through my MAC account to his MAC account, it bounces back at me. I've had MAC mail for 3 years and have been experiencing this since May. What is going on?

  • 2lis_03_um setup tables issue

    Hi experts, we have taken downtime to fill the setup tables for inventory. MCNB - 2lis_03_bx OLI1BW - 2lis_03_bf OLIZBW - 2lis_03_um we have the company codes 1100,1200,1300,2000,2800 at the moment in ECC. but we will have more company codes coming u

  • Disable Webcam Built-in Microphone

    Hello, I have a Live! Cam Video IM VF0350. I cant seem to get the microphone to disable and so when I talk to my friends on skype the sound quality is very poor. I just want to use my headset microphone. Any suggestions Thanks.