FIX: Exchange Portlet (5.5 and 2000) - MAPI_E_NOT_FOUND

I've found out what's causing
[Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]]
to appear in test.asp. (By the way, if you are getting this in
test.asp, your portlets will not work).
EXPLANATION: When an ASP page uses CDO to logon to an Exchange
mailbox, IIS creates a temporary .mmp file to store
necessary profile information. However it stores the temporary
file in the directory where Windows is installed. Users who do
not have permissions for that directory will not be able to
access the .mmp file and they will get the
MAPI_E_NOT_FOUND error.
FIX: Configure the Windows Messaging Subsystem to store the
.mmp file to a directory that users have access to.
- Start Registry Editor (regedt32.exe) on the machine that has
IIS.
- Go to the following key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows Messaging
Subsystem
- On the Edit Menu, click Add Value.
- Value Name: ProfileDirectory
- Data Type: REG_SZ
- String: Path to the directory you want the .mmp files to be
created in. E.g., C:\temp
- Make sure everyone has change permissions for the temp
directory.
For more info see this
[URL=http://support.microsoft.com/support/kb/Articles/q254/5/67.a
sp]Microsoft article.
James

As I mentioned that There 1s "Schedule+EMS Interface" for User B,C and this is the root cause but I don't know why. I did following troubleshooting:
1. User A send an invitation to User B and C, got NDR
2. User F (me) send an invitation to User B and C, didn't received NDR although user didn't/did accept the invitation.
It is weird. To solve the issue I delete "Schedule+EMS Interface" for User B,C and User A and me didn't received any NDR anymore.
Case solved but still puzzling.

Similar Messages

  • Revenue at fixed exchange rate and Tax at current exchange rate.

    Hello,
    We have a requirement wherein a foreign currency sales order is negotiated at fixed exchange rate.  At the time of billing while revenue should be booked at negotiated exchange rate, tax(mwst) should be calculated at current exchange rate.
    Is this possible and how ?
    Kindly share your expertise
    Regards
    Unit.

    Hi,
    I think that it should be possible. Since I do not have system in front of me to test, I could not test it. As per the pricing procedure the price of the product gets defaulted. This can be manually modified and key in the revenue figure at a fixed exchange rate. In the case of tax calculation, the system will take the current exchange rate. If possible, pl take the help of SD Consultant.
    Trust this helps,
    Cheers,

  • Exchange Portlet - Session Cookies - Collapsing Portlets

    I am having trouble with the exchange portlet collapsing when refreshed.
    I have been tracing through the code and narrowed it down to a missing cookie in the PortletRenderRequest object.
    The process method in ExchangeProvider creates a new ApplicationLogin object using the PortletRenderRequest object.
    When the ApplicationLogin object is created it scans the cookie list in the request object for the exchangecookie which it then uses to populate the login details and sets the logged-in flag to true, if it can't find the cookie it assumes the caller is not logged in and sets the logged-in flag to false.
    The first time the ExchangeProvider.process method is called there are two cookies in the list (an exchangecookie and a JServSessionIdroot cookie) which is fine because it sets up the users details as expected, the second time it gets called (when you refresh the page) the exchangecookie has disappeared from the request object, so it leaves the ApplicationLogin object in the logged-in = false state, which inturn means the page does not get rendered.
    Does anyone know when the exchangecookie gets created and when it gets passed around? This would help in tracking down the error, or better still does anyone know how to fix this problem?
    Any help would be greatly appreciated.
    DJ
    P.S. There is a known problem in Oracle Financials and Application Server with cookies and IE, but this problem occurs in IE and NS so it does not appear to be browser dependent.
    null

    If I comment out caching and set login to "always" the portlets take 2-5 minutes to render, which is not acceptable for deployment.
    Can anybody fix the JPDK or the portlets?
    John
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amr El Magayry ([email protected]):
    Alan ,
    Comment the code that do caching in the begining of each renderShow method in each of the four renderer classes (e.g. InboxRenderer,CalendarRenderer, ...), together with login freqeuncy set to 'Always', it will work.
    Pls Send me your code to fix the Ok & Apply buttons in the Customize page.
    Amr<HR></BLOCKQUOTE>
    null

  • Outlook Exchange Portlet

    Hi,
    We've been trying unsuccessfully for a few days now to get a portlet to connect to our Exchange 5.5 server. Our basic requirement is to have a portlet within our Oracle Portal that can display mailbox statistics (such as the number of unread messages) and that allows the user to 'drill-down' into the Outlook client and access their Inbox and Calendar etc.
    We were sent a small portlet from an Oracle consultant but have had no joy in getting it to connect to Exchange.
    Would really appreciate any ideas or comments anyone can offer. Surely others have tried something like this before, and surely it cant be too difficult?!
    Thanks,
    Don

    Hi,
    Have a look at the Exchange portlets provided by Oracle: http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/SAMPLES/WEBPORTLETS/V2/EXCHANGEPORTLET/EXCHANGE55.ZIP. There's also a version for release 1 on PortalStudio.
    It doesn't allow you to drill down into the Outlook client, but instead uses Outlook Web Access to "drill down". I've installed the Exchange 2000 portlets and they work great. You can view your inbox, calendar and contacts as portlets and it's fairly easy to use the supplied code to create your own portlets e.g. for displaying tasks or notes.
    If you absolutely need to "drill down" into the Outlook client, you need to run your Portal page as an Outlook Today page (inside Outlook). Look at msdn.microsoft.com for information on how to make your own Outlook Today page.
    /Jesper

  • Exchange portlet can't dispay Chinese Character

    Hi,
    We want integrate Microsoft Exchange with our portal, the installation is OK. The version of Portal and Exchange portlet is 9026. We can see the portlet, but the Chinese part can not be seen correctly. At the same time we can see Chinese correctly if access ASP directly.
    We have done the follow issue,
    1) we change the character set of provider.xml to UTF-8, GB2312, etc.
    2) Change the Inbox.asp to UTF-8, GBK, GB2312,
    It does not work.
    I found <Bug:2639641>, it is said that bug fixed in 9026, but we found it is not. I logged tar:3372704.995.
    We are in our final step to deploy portal, thanks a lot for your help.
    Vicky

    Hi,
    We want integrate Microsoft Exchange with our portal, the installation is OK. The version of Portal and Exchange portlet is 9026. We can see the portlet, but the Chinese part can not be seen correctly. At the same time we can see Chinese correctly if access ASP directly.
    We have done the follow issue,
    1) we change the character set of provider.xml to UTF-8, GB2312, etc.
    2) Change the Inbox.asp to UTF-8, GBK, GB2312,
    It does not work.
    I found <Bug:2639641>, it is said that bug fixed in 9026, but we found it is not. I logged tar:3372704.995.
    We are in our final step to deploy portal, thanks a lot for your help.
    Vicky

  • Expected behavior of the Exchange portlets in release 2

    I've installed the Exchange portlets in release 2 successfully. Everything works - Inbox, Calendar, Contact list. However when you update the portlet with required information i.e. Inbox user name, server, # of message rows, the portlet displays the view, but once you go to a different page and then decide to return to the page with the Exchange portlets, you need to enter that very same information again. Is this the way it is suppose to work???
    Please share your experiences.
    Thanks,
    r/ George

    George,
    This may be a pain for you, but could you please walk me through the steps that you took to get the exchange portlets working? We are trying to install the exchange5.5 portlets. We are currently using Portal release 9.2.1.2.14 (i think that's it - latest release) and have upgraded to 9.0.2.4 via the December PDK we downloaded. We have also made the appropriate setup to the IIS/Exchange server and can view the test.asp pages that were provided. Do you need to deploy an .ear file on OC4J for the exchange5.5 portlets like you do for the exchange2000 portlets? Any help would be appreciated and we have read the documentation included with the Dec. pdk.zip release to no avail. Thank you.
    Jeremy

  • How I can fix exchange rate

    Hi all.
    I try to fix exchange rate in a post document ( With FB01 transaction ) filling the BKPF-KURSF field, and the system displays next message:
    Exchange rate of USD fixed for translation from EUR to  0,81853
    The exchange rate 0,81853 is the last filled in TCURR table.
    I want to fix exchange rate amount 0,7887, How I can fix this exchange rate???
    Thanks
    Best regards
    Ismael

    the message number is F5768.
    and the type is not important, it can be changed. The question is if I can fix my exchange rate.
    thanks
    Edited by: Ismael Navarro on Dec 21, 2007 1:54 PM

  • EXCHANGE PORTLET IN CLUSTER MACHINE

    Hi,
    I was setting the exchange portlet, but the machine residing IIS and the outlook is in a cluster how can I configure the portlet in the cluster?, is there any special instruction to setting the portlet?, I have to do the same twice in each machine or this is not supported?
    Thanks a lot.
    Cecilia Vega

    Hi Cecilia,
    I have not tested Microsoft exchange portlets in a cluster environment. But I feel these portlets should work fine in a cluster environment too.
    A few questions though,
    1. "Outlook is in a cluster", can you please elaborate on this. As the there is no dependency on Outlook for the portlets to work.
    2. Can you let me know details of Cluster environment and the version of the Windows/ IIS and Exchange server that you are using.
    Answer to the above questions will allow me to answer with more specifics.
    But here are a few points for setting up Microsoft portlets in a cluster environment:-
    1. Once you set up the Replication and Clustering in IIS, then you will be pointing to one IIS machine where the .asps are hosted. And the failover will be taken care by the clustering environment, you will not have to do any additional settings.
    2. You need to keep in mind that ASP sessions do not fail over to other nodes in Microsoft Clustering. This means that clients will need to reestablish the connection if a failover occurs on the server.
    Please get back if you face any issues.
    Take care,
    Manoj

  • Fixed exchange rate in PO vs the exchange rate maintained in OB08

    Dear experts,
    When I input a PO in ME21N, I noticed that there is a field letting me to input exchange rate.
    And I also know that the exchange rate the system automatically picks is from what we have maintained in OB08.
    Can I understand that if we have no value input in ME21N, then the systems picks the exchange rate we setup in OB08 when we post invoice in MIRO?

    Let me take an example to check if my understanding is correct.
    In a German comapny, one PO is created in USD.
    The exchange rate from USD to EUR is already maintained in OB08. I did not tick the fix indicator (not matter I input any rate in PO). The system will pick the rate from OB08 in MIGO and invoice posting, right?
    Another scenario, I input the specific exchange rate in PO, and tick the fix indicator. The system will pick the rate from PO for MIGO and invoice posting, right?
    Is there any chance we can input differenct exchange rate in GR or invoice from the one we used in PO?

  • How to determine fixed exchange rate or not on contract SD?

    Hi all,
    I am looking how we can determine if a contract has got fixed exchange rate or not?
    In header data (first tab) we can see currency and exchange rate but I do not see a flag (as in PO) for fixing this one...
    Thanks for your help.
    David31

    Hi,
    We can check the and maintain exchange rate by following setting,
    IMG->SAP NetWeaver>General Settings->Currencies--->Enter Exchange Rates
    There are other setting also under the same currencies tab.
    Thanks,
    Rasik

  • Fixed Exchange Rate in Journal Entry- How to use?

    Hi Expert,
    We need to create a journal entry with different rate VS exchange rate table.
    Is there any way to ovirride the exhange rate during the journal data entry?
    I hv already reads discussion on this topic but i want like following Scenario
    In Exchange rate And indexes i hv define EUR=80 And INR=1
    Now i want following Manual JE
    GL/BP code                   Debit(FC)                Credit(FC)                 Debit                       Credit
    Any Foreign Curr Acc       EUR 10.00                                            750.00
    Any INR Curr ACC                                          EUR 10.00                                             750.00
    I have already make tickmark on Fixed Exchange rate    EUR       75.00  
    but it is not working it shows following JE
    GL/BP code                   Debit(FC)                Credit(FC)                 Debit                       Credit
    Any Foreign Curr Acc       EUR 10.00                                           800.00
    Any INR Curr ACC                                         EUR 10.00                                               800.00
    Plz Replay i m waitting.......my client want result on urgent basis.....
    Regards,
    Sandy

    Hi Sandesh,
    Do you mean after you have added JE, you review it and it is not similar to the JE when you add?
    Toan

  • FIxed exchange indicator

    hI,
    Please help me out.
    Iam getting an error In fixed exchange indicator> I created an po and run the full invoice cycle got an difference in local currency into foriegn currency. how do i recitfy. please help its bit urgent.

    Hi Abhinav,
    If you set fixed indicator in purchase order, it ll copy exchange rate to all subsequent documents. otherwise it will take exchange rate from OB08 settings.
    I am not sure. Check if fixed indicator is set automatically by running RFTBFF00 program in background.
    Regards
    Subbu

  • Fix Exchange Rate Translation

    Hi,
    Legal Requirement
    We have a statuary requirement where one Company Code needs to use the local Fix Exchange Rate that is provided by the local national bank.
    AS-IS Scenario
    The thing is that, for the Company Code Currency, the Exchange Rate Type is defaulted to "M" (in OB22). This one is updated daily by our global bank interface.
    Because of that, we created an new local "Exchange Rate Type" and tried to do an substitution rule.
    The rule did actually worked in the sense the changed the info from the field BKPF-KUTY2 for the Exchange Rate Type that we wanted.
    Problem
    The poblem is that the calculation of the actual amount (field BSEG-DMBTR) continues to be based on ER "M" and not our local one...
    Is there any way to get around this ?
    Best Regards,
    Brno

    Hi,
    Keep 0 % Max.exch.rate dev. for your company code in following path:
    SPRO---> Financial accounting (NEW)  ->Financial accounting global settings>Global Parameter for Company code->Currencies->Maximum Exchange Rate Difference---> Define Maximum Exchange Rate Difference per Company Code
    Also keep 0 % Max.exch.rate dev. for two currencies in above path with Define Maximum Exchange Rate Difference per Foreign Currency
    Regards,
    Biju K

  • Missing parameters for Exchange Portlet

    In the Exchange Portlet installation document on page 15 under
    Stage 3. Changes to zone.properties
    the line shows
    servlet.exchangeAppProv.initArgs=provider_root=c:\exchange, sessiontimeout=1800000
    it should read
    servlet.exchangeAppProv.initArgs=provider_root=c:\exchange, sessiontimeout=1800000, debuglevel=1
    This will allow the execution of the servlet/exchangeAppProv/ URL and verification of the exchange Portlet Provider configuration
    null

    Yes, I have been using $_REQUEST.
    The test script looks like this:
    <?php
    $latin_name = $_REQUEST['latname'];
    $common_name = $_REQUEST['commname'];
    if ($latin_name == "")
    $latin_name = "Not available";
    $common_name = "Not available";
    $connection = mysql_connect("localhost", "user", "pword") or
    die ("Unable to connect");
    mysql_select_db("balloonflash") or die ("Database not
    found");
    $query = "INSERT INTO species (latName, commName) VALUES
    ('$latin_name', '$common_name')";
    $result = mysql_query($query) or die ("Unable to execute
    query: " . mysql_error());
    mysql_close($connection);
    ?>
    It seems like the script is not triggered at all when I run
    the Flash form from HTML - I don't even get the default values
    entered into the database. Actually, yes I do, my mistake - but the
    variable values are not being passed over.
    The HTML source generated looks like this:
    <OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="291" HEIGHT="234" id="flashForm1" ALIGN="">
    <PARAM NAME=movie VALUE="flashForm1.swf"> <PARAM
    NAME=quality VALUE=high> <PARAM NAME=bgcolor
    VALUE=#66FFFF> <EMBED src="flashForm1.swf" quality=high
    bgcolor=#66FFFF WIDTH="291" HEIGHT="234" NAME="flashForm1" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>
    Alan

  • Strange url in exchange portlet.

    I add exchange portlet into my portal page.
    It's fine. But when I try to view inbox contents by clicking the content link, I see attached url(javascript:submitURL2227("right url")) and failed to view them.
    Of course, when I access right url,I successed.
    Would you help me?
    with regards,
    eunjoo

    Hi,
    The javascript:submitURL2227("url") that you see is the URL created by URL based portlets to render content inline.
    If you do not want to render content inline, set the <inlineRendering> value in provider.xml to false.
    Is there some error being thrown when you click on the link? Look in the application.log file at the following location:
    OC4J_PORTAL/j2ee/home/application-deployments/exchange.
    Also check for javascript errors in the browser window. Maybe I'll be able to help you better if you can send me the errors.
    - Ashish.

Maybe you are looking for