An error in IDoc when i am posting in MIGO (goods movement)

Could not determine recipients for message type ACPJMM
Hi all,
when i am posting MIGO (with CIN) following error comes.
Message no. B1003
Diagnosis
An IDoc of message type ACPJMM was passed to the ALE layer, but the three receiver fields in the header record were not filled. In this case the ALE layer tries to determine the receivers from the entries in the distribution model. There are no entries available in the distribution model for the above message type.
Procedure
Define the receivers in your distribution model for this message type or deactivate distribution for these message types.
please ane one help in that.
Thanku

Hi
Actually the answer to your query is in the Error Message itself.
You have to Maintain the Distribution model in transaction BD64.
Here you create a model view with the:
1. Sender system
2. Receiver system
3. Message type.
Then distribute the model by going to MENU > UTILITIES.
PS: If this solves your query pl mark this question answered.
Thanks.

Similar Messages

  • Why does an unknown  error (-42110) appear when i try to play a rental movie that has downloaded already?

    why does an unknown  error (-42110) appear when i try to play a rental movie that has downloaded already?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Reset the Apple TV (Settings > General > Reset > Reset all settings)
    Restore the Apple TV (Settings > General > Reset > Restore)

  • Urgent: Error in idoc(Application document not posted)

    Hi experts,
    i am getting the error in R/3 side when i am extracting data from it.
    i checked with WE07 it's shows the error as follows
    "Application document not posted".
    it's been urgent how to resolve this issue. please through a light on it.
    Regards
    Harikrishna N

    Hi Hari,
    You start error processing by executing the corresponding work items in your Business Workplace. If a file read error could be corrected, for example, the IDocs which have not yet been read can be read and stored in the database manually, by starting report program RSEINB00.
    This could be the reason for ur error..
    IDoc could not be generated under MC
    EDIN: Evaluates the partner data from the MC record
    TS70008037
    No process code in the additional partner profile MC parameters; Error when writing the application data in the IDoc.
    this link givs u the req info
    [http://help.sap.com/saphelp_nw70/helpdata/EN/dc/6b7f1543d711d1893e0000e8323c4f/frameset.htm]
    Hope it helps U
    Regards,
    NR

  • Internal order - error message M7064 when trying to post GR in MIGO

    Hi All,
    When trying to post GR against an internal order in MIGO system gives error message M7064
    "Document 000009000030   does not contain any selectable items"
    I'm not familiar with CO orders. What shall I check and how? Could you please help?
    In KO03:
    Status of order: REL  DLV  GMPS SETC VCAL
    Allowed transactions: I can see e.g. RMRU, RMWA, RMWE, RMWF
    Isn't it possible hat somehow the status of the order controls it? But how?
    Please help.
    Thanks,
    Csaba
    Edited by: Csaba Szommer on Feb 3, 2010 4:21 PM

    HI,
    I'm not sure if you got a chance to look at the long text of the error message, which shows the possible reasons and procedure to follow. You may want to check if any of these reasons applicable in your case..
    Diagnosis
    The document or document item entered cannot be adopted.
    Possible reasons for this are:
    The document items have already been processed
    (Suggest zero lines indicator set?).
    the document items have been deleted or are blocked.
    the document items have been created for a different plant.
    (for reservations only) movements are not yet allowed for the reservation items.
    (for reservations only) the document items are retrograde components of the order. These are posted using the order confirmations.
    A confirmation must exist for the document items.
    The document items must be released first.
    The document is an R/2 document.
    Procedure
    Make sure your entries are correct.
    If the system has already processed the total quantity, you can set the Suggest zero lines indicator. The system will suggest the quantity zero for the items that have already been processed.
    If you have entered a particular item, cancel the item. If you do not enter an item, the system searches all of the open items in the document.
    If the document is a purchase order, production order or a reservation, you can enter search criteria in the dialog box.
    You access the dialog box by choosing Enter with reference on the initial screen.
    If the document is an SAP R/2 document, you have to cancel it manually by entering the reversal movement type.
    Hope this helps.

  • Creation of a User exits FI data posted from MIGO Good receiving

    Hi all!, Will appreciate very much if you can help me. I have a situation where we dont use the std inter-co posting to trace inter-co trx . Neither do we use the SAP Consol Module. We are trying to capture the inter-co trx in SAP to be interfaced with Hyperion. Therefore we would require that VBUND filled in BSEG to be filled up for accts that are inter-co controlled . This control is done using the validation rule in FI. But the problem comes from integration from MM and SD. As the SD and MM do not have fields for VBUND when these postings post to a inter-co controlled accts the trx are not able to be posted. So was thinking if there is any way that we could assign the VBUND field thru user exits based on a logic to dervie the last 4 char from Vendor no. As our org codes all inter-co profile by the Acct grp = Interco and the last 4 char linked to SAP co. code.

    Anderton,
    I would prefer moving them to VBAK and then using it. Why?
    1. Once you have queried KNVV and moved it to VBAK you do not have to perform the select again.
    2. During SO change, you already have the data in VBAK so you do not have to fetch again from KNVV.
    3. Lets say the Z field was changed on KNVV after creation of SO and if your requirement is to use the Z field content when the SO was created, you cannot go back to KNVV since the data is changed. But if the same was stored in VBAK, you do not have that problem.
    Thanks,
    Vikram.M

  • Error with BAPI_CASHJOURNALDOC_CREATE when trying to post vendor

    Hi
    When using BAPI for Cash journal, I can create documents if they are expenses and go to the GL account. But when I do it to a vendor/customer I get errors.
    Below is my code. Please give me an indication where I'm going wrong.
    My error is "Specify a G/L account valid in company code XZA1". This indicates I need a GL account but I'm posting to a Vendor/Customer and that is not required to be entered when you it through the front end.
    DATA: pc_header LIKE BAPI_CJ_HEADER.
    DATA: pc_items LIKE BAPI_CJ_ITEMS OCCURS 0 WITH HEADER LINE.
    DATA: return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    pc_header-COMP_CODE = 'XZA1'.
    pc_header-CAJO_NUMBER = 'BD'.
    pc_header-DOC_DATE = '20070914'.
    pc_header-PSTNG_DATE = '20070914'.
    pc_header-CURRENCY = 'ZAR'.
    pc_items-TRANSACT_NUMBER = '1'.
    pc_items-P_PAYMENTS = '100'.
    pc_items-Vendor_NO = '0000010000'.
    *pc_items-GL_ACCOUNT = '0000620000'.
    *pc_items-COSTCENTER = '1090ZA'.
    *pc_items-TAX_CODE = 'V0'.
    APPEND pc_items.
    CALL FUNCTION 'BAPI_CASHJOURNALDOC_CREATE'
    EXPORTING
            HEADER = pc_header
    *IMPORTING
           OBJ_KEY = doc_details_returned
    TABLES
            ITEMS = pc_items
            RETURN = return.
    DATA: error Type C.
    error = 'N'.
    LOOP AT return where type = 'A' OR type = 'E'.
        error = 'Y'.
        EXIT.
    ENDLOOP.
    IF error = 'N'.
        call function 'BAPI_TRANSACTION_COMMIT'.
    ELSE.
        call function 'BAPI_TRANSACTION_ROLLBACK'.
    ENDIF.
    Thanks in advance

    Hi
    When using BAPI for Cash journal, I can create documents if they are expenses and go to the GL account. But when I do it to a vendor/customer I get errors.
    Below is my code. Please give me an indication where I'm going wrong.
    My error is "Specify a G/L account valid in company code XZA1". This indicates I need a GL account but I'm posting to a Vendor/Customer and that is not required to be entered when you it through the front end.
    DATA: pc_header LIKE BAPI_CJ_HEADER.
    DATA: pc_items LIKE BAPI_CJ_ITEMS OCCURS 0 WITH HEADER LINE.
    DATA: return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    pc_header-COMP_CODE = 'XZA1'.
    pc_header-CAJO_NUMBER = 'BD'.
    pc_header-DOC_DATE = '20070914'.
    pc_header-PSTNG_DATE = '20070914'.
    pc_header-CURRENCY = 'ZAR'.
    pc_items-TRANSACT_NUMBER = '1'.
    pc_items-P_PAYMENTS = '100'.
    pc_items-Vendor_NO = '0000010000'.
    *pc_items-GL_ACCOUNT = '0000620000'.
    *pc_items-COSTCENTER = '1090ZA'.
    *pc_items-TAX_CODE = 'V0'.
    APPEND pc_items.
    CALL FUNCTION 'BAPI_CASHJOURNALDOC_CREATE'
    EXPORTING
            HEADER = pc_header
    *IMPORTING
           OBJ_KEY = doc_details_returned
    TABLES
            ITEMS = pc_items
            RETURN = return.
    DATA: error Type C.
    error = 'N'.
    LOOP AT return where type = 'A' OR type = 'E'.
        error = 'Y'.
        EXIT.
    ENDLOOP.
    IF error = 'N'.
        call function 'BAPI_TRANSACTION_COMMIT'.
    ELSE.
        call function 'BAPI_TRANSACTION_ROLLBACK'.
    ENDIF.
    Thanks in advance

  • Error with getOutputStream() when trying to post xml

    Hi all,
    I'm attempting to use the URLConnection class to open up a connection to peform an http post with some xml. When opening the data output stream, I am receiving an internal server error (500) on my Weblogic 6.1 server. The error is occuring at the line:
    DataOutputStream dataOut = new DataOutputStream(urlConn.getOutputStream());
    My entire code is as follows:
    <%@ page language="java" %>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.*"%>
    <%@ page import="java.net.*"%>
    <%
    String xml_body = "<my xml string here>"
    String sourceUrl = "https://wwwcie.ups.com/ups.app/xml/Rate";
    URL url = new URL(sourceUrl);
    URLConnection urlConn = url.openConnection();
    // prepare input and output, disable caching, set properties
    urlConn.setDoInput(true);
    urlConn.setDoOutput(true);
    urlConn.setUseCaches(false);
    urlConn.setRequestProperty( "Content-Type", "application/x-www-form-urlencoded");
    urlConn.setRequestProperty("Content-Length", " " + xml_body.length());
    ((HttpURLConnection)urlConn).setRequestMethod("POST");
    // Post output
    DataOutputStream dataOut = new DataOutputStream(urlConn.getOutputStream());
    dataOut.writeBytes(xml_body);
    dataOut.flush();
    dataOut.close();
    //DataInputStream dataIn = new DataInputStream(urlConn.getInputStream());
    // do input processing here
    %>
    Am I implementing this class properly? I see a NumberFormatException being thrown...but at not sure why this is occuring for my data output stream. The error in my log is as follows:
    ####<Jul 29, 2003 1:53:45 PM MDT> <Error> <HTTP> <SFNTCPSWEB> <PIA> <ExecuteThread: '44' for queue: 'default'> <> <> <101020> <[WebAppServletContext(7077998,PORTAL,/PORTAL)] Servlet failed with Exception>
    java.lang.NumberFormatException: 1191
         at java.lang.Integer.parseInt(Integer.java:414)
         at java.lang.Integer.parseInt(Integer.java:463)
         at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:168)
         at jsp_servlet.__send1._jspService(__send1.java:119)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2502)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2208)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi,
    Assuming that you are making a valid connection to the https://
    (What jre are you using, 1.4+ ?)
    A DataInputStream is for reading primitive Java types, yea? Which is why you get a parse integer error, no doubt from some URLencoded data. Try using a BufferedInputStream instead. If it is not a tremendous amount of data, append it in a string buffer then use a java.net.URLdecoder to get the true data :-)
    Hope this helps,
    Thunder
    Hi all,
    I'm attempting to use the URLConnection class to open
    up a connection to peform an http post with some xml.
    When opening the data output stream, I am receiving
    an internal server error (500) on my Weblogic 6.1
    server. The error is occuring at the line:
    DataOutputStream dataOut = new
    DataOutputStream(urlConn.getOutputStream());
    My entire code is as follows:
    <%@ page language="java" %>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.*"%>
    <%@ page import="java.net.*"%>
    <%
    String xml_body = "<my xml string here>"
    String sourceUrl =
    "https://wwwcie.ups.com/ups.app/xml/Rate";
    URL url = new URL(sourceUrl);
    URLConnection urlConn = url.openConnection();
    // prepare input and output, disable caching, set
    properties
    urlConn.setDoInput(true);
    urlConn.setDoOutput(true);
    urlConn.setUseCaches(false);
    urlConn.setRequestProperty( "Content-Type",
    "application/x-www-form-urlencoded");
    urlConn.setRequestProperty("Content-Length", " " +
    xml_body.length());
    ((HttpURLConnection)urlConn).setRequestMethod("POST");
    // Post output
    DataOutputStream dataOut = new
    DataOutputStream(urlConn.getOutputStream());
    dataOut.writeBytes(xml_body);
    dataOut.flush();
    dataOut.close();
    //DataInputStream dataIn = new
    DataInputStream(urlConn.getInputStream());
    // do input processing here
    %>
    Am I implementing this class properly? I see a
    NumberFormatException being thrown...but at not sure
    why this is occuring for my data output stream. The
    error in my log is as follows:
    ####<Jul 29, 2003 1:53:45 PM MDT> <Error> <HTTP>
    <SFNTCPSWEB> <PIA> <ExecuteThread: '44' for queue:
    'default'> <> <> <101020>
    <[WebAppServletContext(7077998,PORTAL,/PORTAL)]
    Servlet failed with Exception>
    java.lang.NumberFormatException: 1191
         at java.lang.Integer.parseInt(Integer.java:414)
         at java.lang.Integer.parseInt(Integer.java:463)
    at
    weblogic.net.http.HttpURLConnection.getOutputStream(Ht
    pURLConnection.java:168)
         at jsp_servlet.__send1._jspService(__send1.java:119)
    at
    weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServle
    (ServletStubImpl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServle
    (ServletStubImpl.java:200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeS
    rvlet(WebAppServletContext.java:2502)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(S
    rvletRequestImpl.java:2208)
    at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.ja
    a:139)
    at
    weblogic.kernel.ExecuteThread.run(ExecuteThread.java:1
    0)

  • SAP posting to GR/IR account when RSO is posted for MIGO.

    Hi all,
    Whenever a PO is created without a material master but with a material group, the SAP is posting to SR/IR account instead of GR/IR account. ie the PO is behaving as if it is a service PO.
    Please suggest.
    Thanks,
    Muneer.

    Hi Muneer.
    It could be an ECC customizing.
    1. Check transaction OBYC in ECC. In WRX procedure (GR/IR clearing account) you can define your account. Is there your SR/IR account?
    2. Check LMR1M002 enhancements too.
    Regards.
    Raúl.

  • User exits when posting purchase document and goods movement (GR)

    I want to update some custom tables when posting PO and goods movement (GR) .
    Please suggest user exits for both posting.

    Check the below exists
    FOR PO
    LMEDR001            Enhancements to print program
    LMELA002            Adopt batch no. from shipping notification when posting a GR
    LMELA010            Inbound shipping notification: Transfer item data from IDOC
    LMEQR001            User exit for source determination
    LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001            Customer-Specific Source Determination in Retail
    M06B0001            Role determination for purchase requisition release
    M06B0002            Changes to comm. structure for purchase requisition release
    M06B0003            Number range and document number
    M06B0004            Number range and document number
    M06B0005            Changes to comm. structure for overall release of requisn.
    M06E0004            Changes to communication structure for release purch. doc.
    M06E0005            Role determination for release of purchasing documents
    ME590001            Grouping of requsitions for PO split in ME59
    MEETA001            Define schedule line type (backlog, immed. req., preview)
    MEFLD004            Determine earliest delivery date f. check w. GR (only PO)
    MELAB001            Gen. forecast delivery schedules: Transfer schedule implem.
    MEQUERY1            Enhancement to Document Overview ME21N/ME51N
    MEVME001            WE default quantity calc. and over/ underdelivery tolerance
    MM06E001            User exits for EDI inbound and outbound purchasing documents
    MM06E003            Number range and document number
    MM06E004            Control import data screens in purchase order
    MM06E005            Customer fields in purchasing document
    MM06E007            Change document for requisitions upon conversion into PO
    MM06E008            Monitoring of contr. target value in case of release orders
    MM06E009            Relevant texts for "Texts exist" indicator
    MM06E010            Field selection for vendor address
    MMAL0001            ALE source list distribution: Outbound processing
    MMAL0002            ALE source list distribution: Inbound processing
    MMAL0003            ALE purcasing info record distribution: Outbound processing
    MMAL0004            ALE purchasing info record distribution: Inbound processing
    MMDA0001            Default delivery addresses
    MMFAB001            User exit for generation of release order
    MRFLB001            Control Items for Contract Release Order
    AMPL0001            User subscreen for additional data on AMPL
    For Goods Movement
    LMR1M001            User exits in Logistics Invoice Verification
    LMR1M002            Account grouping for GR/IR account maintenance
    LMR1M003            Number assignment in Logistics Invoice Verification
    LMR1M004            Logistics Invoice Verification: item text for follow-on docs
    LMR1M005            Logistics Inv. Verification: Release Parked Doc. for Posting
    LMR1M006            Logistics Invoice Verification: Process XML Invoice
    MRMH0001            Logistics Invoice Verification: ERS procedure
    MRMH0002            Logistics Invoice Verification: EDI inbound
    MRMH0003            Logistics Invoice Verification: Revaluation/RAP
    MRMN0001            Message output and creation: Logistics Invoice Verification

  • IDOC to inform about posted GR (goods received)

    Hello,
    I have to create an IDOC when GR is posted to inform another system about this goods movement.
    The IDOC that I found is ACC_GOODS_MOVEMENT, but this lools like an IDOC which is used to initiate the GR posting and here I am the other way round.
    So, is there any IDOC I can trigger from the output determination to get the expected result?
    Or is there a possibility to use an exit where I can build a structure (like Z-idoc) to call here a RFC?
    Your help is appreciated!
    Best regards
    Dirk

    Hello Vijay,
    I tried to add this Idoc in TA WE20.
    (In my Rel. 4.6 only MBGMCR02 is available!)
    Here I got the combination of
    - application ME
    - message type ZXXX (mine from GR output notif. cust.)
    - ME01 (offered by system for the combination above).
    But in BD64 - ALE which I want to use, the system does not
    offer message type MBGMCR.
    So this looks like a dead end?
    How can I continue?
    Thanks for any hint!
    Best regards
    Dirk

  • MIRO(Invoice Verification) posting date is lesser than MIGO(Goods Receipt)

    MIRO(Invoice Verification) posting date is lesser than MIGO(Goods Receipt) posting date.
    Explanation:
    Miro sholud be posted after the GRN has posted. It means that the Posting date of Miro should be greater than or equal to the Posting date of Migo. But I am facing the issue that I can able to post the Miro before the Migo date..
    For example:  I have posted the Migo(Goods receipt) document with the posting date u2013 10.8.09 and at the same time I can also able to post the Miro(Invoice Verification) posting date as u2013 5.08.09. This is should not be allowed . Kindly give me the solution. Is there any options in SAP standards to restrict this type of Postings(without using user exit).
    regards
    Varadharaj

    Hi
    you  need to use BADi for this INVOICE_UPDATE
    you can give logic as whil;e MIRO system will compare posting date with MIGO doc , then create a Z error msg in se91 nad assign it in that badi
    take help of ABAPer, check following link
    [LINK |GR date lesser than the PO date, the system should show an error message.;

  • COIS024 When trying to display the goods movement in COR2/COR3

    Gents,
    the system is issuing a COIS024 message (There is no data for the selection) when trying to display the documented goods movements for any process order. The order has both GI & GR. The message is also refering to OPJB saying we should set the type of this message to S in OPJB.
    Any ideas why this is happening, or better a solution?
    Regards,
    Kenneth

    Hi,
    2 things:
    1. In COR4, for plant - order type combination check in implementation tab if you have flagged the check boxes under documentation of goods movement. If it is not done, then flag the same, then all future goods movement will be documented.
    2. If the above is done, then run SU53 & check if you have some authorization issue.
    Regards,
    Vivek

  • Request IDoc : Application document not posted  ERROR

    Hi All,
    When I am executing Info Package in BW PROD the system is showing error
    Transfer (IDocs and TRFC): Errors occurred
    Request IDoc : Application document not posted
    I searched the forums but no such kind of error regarding this senario.This problem is for all IP in BW PROD.
    Can anyone help in this issue.
    Thanks,
    Mayur

    In SCC4 the following
    in we21
    Please do not make any changes to these parameters by urself ,ask ur basis team to check it and change it accordingly ....

  • Generate DELVRY  Idoc when Post goods issue is done in SAP

    I need to generate an Idoc when post goods issue is done in SAP (outbound to SAP) .I understood that I can do this using the message control .The message type DESADV with the process code DELV will support this.
    But I didn’t understand how to trigger the Idoc.In the current scenario our Company is doing the post goods issue in SAP for the in three different ways.
    1.Manually doing the post goods issue through the transaction VL02N
    2. an Inbound Interface (using Idoc)  which will do Post goods Issue in SAP
    3.Another Interface using BAPI, which will, do post goods issue in SAP
    I have to run my outbound interface when the post goods issue is done by all the above three ways.  Can any one help me out in this?

    You have to configure the output first .
    You can use output type LAVA ( avaialble in Std SAP ) .
    ( Tcode is NACE , Select Application V2 -> Outputtypes ).
    ( Create condition records suitable to generate an output)
    Next is ALE.
    Setup a distribution Model ( for DESADV ) and all other setup for ALE i.e. Distribute Dist. Model / Generate Partner Profile .
    In the Partner profile in WE20 select your partner system. Double CLick on Outbound Message DESADV ( this wd be there after you generate partner profile , if not add it here in outbound ) . On this screen goto tab MESSAGE CONTROL .
    Application - V2
    Message Type - LAVA
    Process Code - DELV.
    Now you are ready to go. The moment a PGI is done in any form an output LAVA would be proposed and processed using process code DELV.
    Cheers.

  • Error When Posting in Migo

    Hi All,
    I'm using ECC 6.0 IDES.When I'm trying to post a goods receipt for a PO using Migo,I got a short dump like
    No RFC destination is defined for SAP Global Trade Services
    Also there is some info in sourcecode like....
    when a goods movement for an inbound or outbound delivery is posted
    directly from VL31N/ VL01N, XBLNR is not yet known when we call
    CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in
    BKPF as well. There is no other way to forward XBLNR to FI as not
    every document is posted by MB_CREATE -> a new function module in
    MBWL for transferring the information, called by FI, meant to load
    the complete function group for all MBxx postings when this isn't
    required (Performance). Would be the better way to transport the
    information after switching off MBxx in later release.
    Can Some One resolve this error Please.
    Thanks & regards,
    Ravi S

    hi
    i am not an abaper, we had the same issue.
    general the fuctional/abaper will go to the source code add/delete the things. so better u go to source code by keeping the brack points...r else
    ask u r basis people to check. they will help u. if they r not getting ask them to reset it.
    regards
    ram

Maybe you are looking for

  • Naming exception when using env-entry

    My ejb.jar.xml file contains: <env-entry> <env-entry-name>iorFileName</env-entry-name> <env-entry-type>java.lang.String</env-entry-type> <env-entry-value>d:\\planadminserver.ior</env-entry-value> </env-entry> I use the following code to do a lookup:

  • Mavericks (10.9.5) File Sharing Speeds are awful over Gigabit

    I was recently hired at a small design business and we have 3 iMacs (late 2011) and a Mac Mini (Late 2012) that frequently need to share files. We are all attached via Gigabit LAN which is verified when I open Network Utility on any of the computers

  • Oracle database software on Intel based Solaris

    Hi all, Any idea regarding Oracle 8i/9i software on Intel based Solaris. Can I use Oracle 8i Sparc Software for Intel based Solaris? Thanks

  • Plug-ins that failed to load   NO VERSION

    I am trying to release a 64bit version of Windows plugin. I get the following issue when Photoshop CS4 64bit starts. Plug-ins that failed to load:    Correct NO VERSION -  - from the file "PTFilters.8BF"    Extract NO VERSION -  - from the file "PTFi

  • Error enable SSL ??

    I enable SSL in my portal But looking source of HTML, some URLS remain as HTTP. How can i change this to HTTPS ??? <HTML dir="LTR" lang="pt"> <HEAD> <TITLE>login_app</TITLE> <LINK REL=Stylesheet TYPE="text/css" HREF="http://www.mysite.com/pls/sigfe/P