Option for MAPI export destination missing in CRViewer

We have an application developed in C++ which includes the Crystal Reports XI RDC and previewer component.
The application is installed at a customer on a Windows Server 2003 machine. Users are working in Terminal sessions connected via Remotedesktop.
For all user accounts the CR report component in our application is working fine, especially they are all able to send documents using the MAPI option in the previewer's export function. Outlook Express is configured as the default mail handler.
There is one exception: One user doesn't have the MAPI option in the export dialogue box. We checked user rights and MAPI configuration: all seems to be the same like for the other users. Especially he also has Outlook Express as default mail client and it is possible to send documents via MAPI out of other applications (for instance the "Send..." menu item in MS Paint).
We investigated the situation with Process Explorer and found out that the "u2dmapi.dll" is not loaded when the report is opened in our application - in contrast to all other users. All other export format and destination options seem to be available for this user (and the corresponding DLLs are loaded by the application). So we believe the issue is related to the u2dmapi.dll which is not loaded.
What can be the reason? Any hint to find a solution is very appreciated!
Thanks in advance!

Here are some results of my "ProcessMonitor-Session". I took a look what happens when I open the export dialogue in the CR previewer under two different accounts - one account where the MAPI option is available and the account of the user who doesn't have the option.
1) There seems to be no difference when CR is browsing for the export DLLs: There is a "QueryDirectory" in the folder "C:\Program Files\Common Files\Business Objects\3.0\bin" with filter "u2d*.dll" and under both accounts the query finds the "u2dmapi.dll". So I'm guessing there is not really a problem with that DLL or its location.
2) The only difference I saw (it's hard to compare all messages line by line because I got more than 3200 event messages only for opening a single modal dialogue): CR is also querying for the "win.ini" file in the user's homepath folder which is on another shared network server. Now I found out that the user with problems has no access to this folder while the other users have access to their respective home folders. (CR queries for "
server\users1\username\WINDOWS\win.ini".) Consequently due to the missing access rights Proc.Mon. says "PATH NOT FOUND".
I remember that the "win.ini" has an entry whether MAPI is enabled ("MAPI=1") or not. Is it possible CR assumes by default that MAPI is disabled in case it doesn't find the "win.ini" and therefore doesn't offer the MAPI option in the export dialogue? (On the other hand there is also a query for "c:\windows\win.ini" on both user accounts and this win.ini has the "MAPI=1" entry, but maybe the win.ini in the homepath has higher priority or whatever ???. In the end it's the only difference I can see so far.) Perhaps CR behaves here not the same way like other applications because - as I said in the first post - mailing via MAPI is possible at least out of MS Paint.
But well, that's a lot of hypothesis and perhaps the problem has nothing to do with the missing access rights to the home path. Anyway, I've asked now the server administrators of the company to configure the account of that user the same way like the other user accounts, especially to give him access rights to his own home path (crazy setup...). I'll come back with the results after they changed it (which can mean... next year... ah no... there are always exceptions from the rule and I always hope for them )

Similar Messages

  • GGS ERROR 101 Invalid Option for MAP

    Hi,
    When i start a replicat process for online synchronisation it abends with the following error
    GGS ERROR 101 Oracle GoldenGate Delivery for Oracle, EMP_REP.prm: Invalid option for MAP: <TARGET TABLE NAME>.
    I am trying to synchronize two tables(with same structure) of same database(Oracle) but different schemas.
    Some one please solve this for me.
    Thanks,
    Kamal
    Edited by: Kamal Dheeraj on 03-Jun-2010 01:03

    Hi,
    Solved the problem.
    The error was due to a space missing between the comma (,) and TARGET (keyword) in the Replicat params file.
    eg: my params line was MAP sourcetable,TARGET targettable;
    instead of MAP sourcetable, TARGET targettable;
    Hence the error
    Thanks,
    Kamal

  • Invalid option for MAP: MAP.

    Hi ,
    My replication file is running fine with below contents
    MAP PROD.f0911, TARGET PROD.f0911, &
    REPERROR (21000, EXCEPTION), &
    SQLEXEC (ID lookup, ON UPDATE, &
    QUERY "select count(*) conflict from PROD.f0911 where ID_NO = :p1 and &
    UPDT_DT > :p2", &
    PARAMS ( p1 = ID_NO, p2 = UPDT_DT ), BEFOREFILTER, ERROR REPORT, &
    TRACE ALL),&
    FILTER (lookup.conflict = 0, ON UPDATE, RAISEERROR 21000);
    MAP PROD.f0911, TARGET PROD.f0911_EI, EXCEPTIONSONLY, &
    INSERTALLRECORDS, &
    COLMAP (USEDEFAULTS ,
    dberr = @GETENV ("lasterr", "dberrnum");
    REPERROR (-1403, EXCEPTION)
    MAP PROD.f0911, TARGET PROD.f0911_EI,
    EXCEPTIONSONLY,
    INSERTALLRECORDS,
    COLMAP (USEDEFAULTS,
    dberr = @GETENV ("lasterr", "dberrnum");
    But when I am adding
    MACRO #exception_handler
    BEGIN
    ,TARGET PROD.f0911
    ,UPDATEINSERTS
    ,EXCEPTIONSONLY
    END;
    REPERROR (-1, EXCEPTION)
    MAP PROD.f0911, TARGET PROD.f0911;
    MAP PROD.f0911 #exception_handler()
    It is throwing error ---- ERROR OGG-00212 Invalid option for MAP: MAP.
    Can somebody please help how can I proceed with all the conditions.
    Thanks

    As per our requirement if there is "0001 -unique constraint violated" error while replication the insert record should be update in target table .So I have used
    UPDATEINSERT statement iin macro and it goes to the same main table but for others it has mapped to EXCEPTION table prodf0911_EI , so the record will go to exception table .But we need the record should go to main table and insert record should update in target table only in case of 0001 - unique key constraint violated error.

  • GoldenGate OGG-00212 Invalid option for MAP

    Hi ,
    My replication file is running fine with below contents
    map amer.salary, target euro.salary,
    sqlexec(id conflict , query "select salary from euro.salary where id = :vpnum" , params(vpnum=id)) ,
    colmap(id=id , salary = @if(conflict.salary <> BEFORE.salary ,
    @compute(conflict.salary-(BEFORE.salary-salary)) , salary) , temp);
    It is throwing error ---- ERROR OGG-00212 Invalid option for MAP: sqlexec(id.
    Can somebody please help how can I proceed with all the conditions.
    Thanks
    Edited by: 944192 on Oct 19, 2012 6:20 PM

    And a space after COLMAP ...

  • Invalid option for map: resolveconflict

    I have this rules in the replicat
    Map schema.table, target schema.table resolveconflict (updaterowexists(default,overwrite), cols(col1,col2));
    Map schema.\*, target schema.*;
    And now the replicat is abended due to:
    Invalid option for map: resolveconflict
    Where am I wrong?
    Edited by: user597097 on 03:03 21/05/2012

    RESOLVECONFLICT does not exist. At least is not present in the OGG 11 Refernce Guide
    What is what you are trying to achieve?

  • No txt option for saving export info, iTunes 6

    Hi all
    I wanted to create an Excel file of my library and I see for most queries of this type the advice is to select the .txt option when exporting.
    But all I see is the XML option, which appears in Excel as a series of meaningless numbers (and takes up about 14,000 entries when my library only has about 2,000 songs!).
    Do I basically need to upgrade to iTunes 7 to use the Excel function?
    Muchas gracias, Philzinho

    Graucha,
    It is pretty easy to do Edit > Select All, Edit > Copy in iTunes, and then Edit > Paste in Excel. But yes the shortcuts will work (don't forget you need ctrl-A as well). Either way, it brings exactly the columns you have showing in library view, which is why I find it more convenient than an export, although that will work too.
    Also note that you can do this on a playlist as well as on your whole library.
    Good luck.
    Ed

  • Add a file size option for TIF export

    I would like to have an option to set (uncompressed) file size (or alternatively size in MPix) for a TIF file and have lightroom set the pixel dimensions accordingly. The reason is that many libraries specify a file size requirement. If all your images are cropped the same then working out the dimensions is simple, but if they are all different shapes then it becomes a real pain as you have to work out the dimensions for each one.
    Something somewhat similar has been mentioned for jpeg output, to allow you to specify file size and have lightroom adjust quality to achieve the filesize you want (leaving pixel dimensions fixed).
    ...rob

    If by filesize you mean dimensions (e.g. cropped), then that is built into Lr5 - via smart collection, not library filter.
    If you mean actual source file size (e.g. in bytes), that requires either:
    * John Ellis' AnyFilter, or
    * Jeffrey Friedl's Data Explorer.
    (if there are others, I don't know about them)
    I have plugins for lotsa things, but not everything .
    Cheers,
    Rob

  • Black Point Compensation for JPEG export?

    Hiya,
    I'd like to print photos via the web, and therefore want to export the photos as JPEGs. I just checked the options in the export preset panel, and realised that one can select "Black Point Compensation" as an option for the export.
    Does anyone have any experience with this setting? Should one use it, if one doesn't know the printer in use?
    Thanks in advance for any feedback.
    Regards,
    Stephan

    Stephan,
    I'd like to print photos via the web, and therefore
    want to export the photos as JPEGs. I just checked
    the options in the export preset panel, and realised
    that one can select "Black Point Compensation" as an
    option for the export.
    Does anyone have any experience with this setting?
    It's a fairly reliable fix if your test prints come back with murky shadows.
    Should one use it, if one doesn't know the printer in
    use?
    I don't know of a good way to optimize files for unknown printers. I'd recommend getting a profile for the printer/paper combo used by your lab and soft-proofing on your Mac. Have you calibrated your screen, etc.?
    The soft proof will get you in the ballpark. Definitely order small (8x10 or so) test print before laying out long green for a poster-sized one.
    Cheers,
    Andreas

  • OGG-00212 Invalid option for REPERROR: RETRYDELAY

    Hi All,
    We are using Oracle 11g as the database and GoldenGate 11 version for keeping our oracle database (both source and target) in sync.
    For certain tables, we have noticed the Child Records is being attempted to be inserted before the Parent Record could be done (this is because we are using multiple Replicat process).
    To avoid this, we had thought of using REPERROR parameter with RETRYOP option when defining MAP parameter.
    MAP
    *-- REPERROR (<SQL ERROR>, RETRYOP [MAXRETRIES <n>]) to say try retry twice in 3 second interval*
    REPERROR (2291, RETRYOP MAXRETRIES 2) RETRYDELAY 3, FILTER (@RANGE (1,2,ID))
    This gave use the Error
    Invalid option for MAP: RETRYDELAY
    When we made the REPERROR as GLOBAL for all the MAP parameters (by adding this in the top) as
    REPERROR (2291, RETRYOP MAXRETRIES 2) RETRYDELAY 3
    OR
    REPERROR (2291, RETRYOP MAXRETRIES 2 RETRYDELAY 3)
    OR
    REPERROR (2291, RETRYOP MAXRETRIES 2, RETRYDELAY 3)
    All three resulted in
    ERROR   OGG-00212  Oracle GoldenGate Delivery for Oracle, REPL1.prm:  Invalid option for REPERROR: RETRYDELAY.
    Once we changed to
    REPERROR (2291, RETRYOP MAXRETRIES 2)
    this started working. But as per Reference guide, this means RETRYDEALAY takes the default value as 60seconds which is considerably high for our application.
    Can some one help in this?
    Edited by: user11177592 on Mar 1, 2012 10:22 AM

    Hello,
    For my extract process I used:
    DDLOPTIONS ADDTRANDATA RETRYOP RETRYDELAY 20 MAXRETRIES 60 REPORT So I think this would translate into for replicat
    REPERROR (2291,  RETRYOP RETRYDELAY 3 MAXRETRIES 2 )Jan

  • Debug option for Maping.

    Hi All,
    OWB configuration is as follows.
    Oracle Warehouse Builder 9.0.2.56.0
    Oracle Warehouse Builder Repository 9.0.2.0
    Windows NT.
    My question is there any DEBUG option for Mapping available in OWB ?
    I seen this kind of option in other ETL e.g. Informatica Power Mart.
    If this option is not available how can pne debug in a mapping to check intemediate results?
    Thanks in Advance.
    Regards,
    Vidyanand

    Vidyanand,
    We are preparing a Debuger feature for the 9.2 (previously referred as 9.0.5) version which should be out at the beginning of July.
    The version you are using does not have a point-by-point debugger functionality.
    Regards:
    Igor

  • Export Video but no option for sound

    I would be grateful if anyone could offer any suggestions on how to fix an audio issue with exporting video from Photoshop.
    I am choosing the quicktime format however the option for sound is alwas greyed out.  from the animation panel I have the audio enabled and I can hear it when I play back from within Photoshop.
    I am using Photoshop CS4 extended on PC Windows 7
    Any help or suggestions would be appreciated.
    I understand the following -
    For audio I need to choose Quicktime format
    Photoshop is primarily image editing software (with video capabilities)

    Here is a past post, hope this helps.
    1. Bill Hunt,  
      Jun 26, 2011 9:12 AM    in reply to J4e8a16n 
    Report
    JP,
    I do not have my CS5 Extended handy, so will go from the Premiere Pro (Adobe's video editor) side of the street. Bear with me on this, as PS-Extended might do things a bit differently.
    When one is Exporting an AV file, there are two things that must be set:
    Exporting both Audio & Video (in PrPro, these are done via checkboxes in the Export>General dialog screen)
    Then, one must set Multiplexing * on the Export>Multiplexing dialog screen, to anything but "None." The choice is usually "DVD."
    It's the Multiplexing Tab, that many miss. If set to None, then there will be two separate Export files - one for the Video stream, and one for the Audio stream.
    Hope that gets you close, and sorry that I cannot open things up, and give you the exact screens and tabs in PS-Extended.
    Hunt
    * Multiplexing is the combining of both the Audio & Video streams into a single, discrete file. Multiplexing is usually OFF by default, though in PrPro, it's a "sticky," in that it retains the last setting, so if the user wishes to make a change, they must do so manually, and that setting will then stick, until changed again. The Export of separate files for Audio & Video is most often used, when one is doing the Export to go to a DVD, or BD authoring program, like Adobe Encore. It works best with elemental streams, rather than muxed files, and especially with MPEG Audio.

  • Missing "Add Records" and "Refresh Records" options for data sets post domain re-import

    We recently had to re-install the Endeca server and as part of which had to export and re-import the data domains. Everything went fine except for the fact that newly re-imported data sets showcase just the "Manage Attributes" and the "Delete Data Set" options for an administrator login in. The previously available options to "Add Records" and "Refresh Records" beyond manage attributes/Delete Data Set are missing.
    Thoughts? Is there a security setting to enable these?

    So are you talking about the Add Records and Reload Records options for a data set in Studio?
    There are no separate security settings for these options. If a user is an application administrator (is able to edit the application), then they should have access to these options.
    The options are only available for data domains created using the Provisioning Service (created by uploading a file or from the JDBC or BI Server data source from the Data Source Library).
    I don't know if the process of exporting and re-importing the data domains (not sure how you did that) could somehow cause the data sets to no longer know that they were created by the Provisioning Service, in which case those options would not be enabled.

  • Video type selection for QT Pro export is missing/blank?

    Sometime in the last week, my QT Pro export options for videos on my desktop PC have gone blank. The Export option from the File menu still works, but it leads to a screen where a file name can be entered, but 'Export:' and 'Use:' labels have no fields next to them (e.g. no pull-down menus to select video export type, etc.), just blank space.
    I upgraded to the latest QT version, and even uninstalled/reinstalled/reregistered QT Pro (7.4.5), but those fields are still blank (and they are there on my laptop PC, so I 'know' they are missing). I tried short AVIs from my digicam, and a variety of other MOVs and AVIs (all of which will play), but same result with all.
    Any ideas?
    rj

    Bump ...
    rj

  • In Preview the option for mailing the selected pdf document in missing.  How do I get it back?

    In Preview the option for mailing the selected pdf document in missing.  How do I get it back?

    From the Mail menu bar, select
    Mail ▹ Preferences ▹ General ▹ Default email reader: Mail

  • I have trimmed some R3D flies in Premier Pro and I want to export the trimmed versions in full res to my hard drive, i.e. I want to export the files so that they end up on my hard drive in the same native format. I don't see an option for this in Premier

    I have trimmed some R3D flies in Premier Pro and I want to export the trimmed versions in full res to my hard drive, i.e. I want to export the files so that they end up on my hard drive in the same native format. I don’t see an option for this in Premier Pro when I go to export. Any help would be appreciated. Thanks!Premiere Pro

    Aperture has the ability to work with files in their existing location. They are called "referenced masters." When you import images, you should select the "In their current location" in the "Store Files:" drop down box. Have a read of the documentation for full specifics. Unsure how you can resolve your duplication; might be some work but next time have a read of the manual first
    Information for versions is stored in the Aperture database (library file). The masters can be inside the library file itself, or they can be somewhere else.

Maybe you are looking for