10.3.9 to 10.4.8  Probelm with iPhoto4, Stuffit Expander, Epson RX500

1)Since putting 10.4 and updating to 10.4.8 I have (so far) the problems of iPhoto/e-mail, when composing several photo's and choosing "medium size " some come through into Mail as small, some as medium and some come through as large. They use to be all medium if the was choosen. Any Help ?
2) I have problems using the software program with my Epson RX500 - Photoimpression, it freezes when trying to save a edited photograph. Epson told me to download thier 5.1 version and StuffitExpander version 11, this stuffit made my computer go totally whackie, it made all the icons and windows that were open on the desk top blink on off, I could not use Force Quit, because it blinked on and off and had to press the on/off button and the rear of the computer, Any Help with this ? Thanks

I'm having a problem with Epson Smart Panel. When I launch the application, I am prompted to "Install the supported Twain driver". Would it be possible to share the driver fix that you found?

Similar Messages

  • We are facing some probelms with reports6i

    hai,
    I am facing some probelms with reports6i.
    1.when i try to mail one report it is coming in the 'eps' format.how
    can i open this format.
    2.we are calling the report using the command line method not
    run_product.for these reports 'Generate to File' menu is not working.It say
    an error like Umimplemented Error (rep-0999)
    3.In one report we are using clob field.but when we take the print output of
    this field some of the characters are missing in paper.the problem what we
    think is that, there is no entre key padding when a word wrap is
    occuring.We have to give it manually which is not applicable in all
    cases.Please give some methods to solve these probelms.
    Please treat this as an urgent matter.
    thanking you,
    dilip

    If you have not set desformat you will get a file format determined by the driver of your default printer (even though you are not printing !). The file extension always seems to be .eps regardless of whether it is actually an eps (postscript) file.
    You can get other formats eg. pdf by setting desformat.
    If you do want to work with eps files you can download 'Ghostscript and GSView' which can display and convert them.

  • PROBELM WITH TYPE X  VALUE '20' IN CONCATENATE STATEMENT in ECC version

    Hi EXPERTS,
             I am working in ECC 6.0 version.
             PROBELM WITH TYPE X  VALUE '20' IN CONCATENATE STATEMENT in ECC           version
             C_DEL     TYPE X VALUE '09' having solution --C_DEL TYPE C VALUE CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB,
             If  C_DEL     TYPE X VALUE '20'   what was the solution in ECC version.
             Please let me know. I am awaiting for ur answers
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    Hi
    welcome to SDN forum
    move that X field to a char field and use in concatenation
    CONCATENATE works only with CHAR fields
    Regards
    Anji

  • Probelm with FDQM PDF reports

    Hi Gurus,
    Please help is resolving the PDF issue.
    we have many reports in process explorer like view data load status report when selected go from process explorer the report is not displayed in FDQM web browser,instead this is asking for the file to save.
    do we need to install anything like adobe reader on the FDM application server? please clarify?
    why this is opening up in a separate window or asking for pdf file save? the report should actually be coming up in FDQM web browser.
    your help is greatly appreciated.
    Thanks and Regards
    Mahesh

    i think this was the problem with adobe reader version which i was having, now i have installed 10.1.2 version of adobe acrobat and i am able to view the V9 reports in the browser window but iam still having the probelm with V11 reports it is prompting me to open or save.
    is there any specific web setting on the server side we need to do or is it something to do with IE setting?
    Thanks for the help
    Regards
    Mahesh

  • ITunes has detected a probelm with your audio configuration. HELP ME

    iTunes has detected a probelm with your audio configuration. Audio/Video playback may not operate properly.
    help i dont know to fix it.
    i cant count how many times i have unistalled itunes and quicktime, and it stills comes up with this probelm. help please

    A lot of people find that completely removing quicktime and then doing a repair install of iTunes works. The repair install reinstalls quicktime. The secret is to remove quicktime completely not just a simple unistall.
    Repair install
    Completely uninstall Quicktime (NOT iTunes) using the method in this article:
    http://docs.info.apple.com/article.html?artnum=93698
    Turn off antivirus/anti spyware
    Go to Control Panel>Add/Remove Programs>Change or Remove Programs
    Select iTunes, then click on Change, then select Repair.
    Restart computer

  • Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Then you have to bring it back to the country you bought it from. Warranty is not International.

  • Transportation probelms with objects

    Hi
    most of objects we installed bsuiness content, and migrated to 7.0 and amde some enhancements and moving quality each time request is getting failed like some objects are inactive for each module.  its defficult to check each object ( char and its contain attributes are active ior not)
    is theer any process i can check while collecting what are objects are inactive?
    2nd probelm is
    i replicated all datasource from ecc quality to BI quality
    then i am sending migration an dactive version of datasource to BI quality
    i am collecting all flow. why while transportating again data source is going source system for replication process?
    any setting we need to adjust, bec its taking long time
    ple let em know

    Hi,
    1. First you check all master data InfoObjects are Active or not?. Eg: take 0MATERIAL and check all Objects with in that i.e. Attributes, NaviGational...are active or not?. In this way you collect all InfoObejcts Information in one Excel sheet and then Transport all Ativated InfoOBjects to BI Qty.Then you send all Cubes/DSO's and so on....
    2. First you Transport the datasources from ECC Dev to ECC Qty and then Replicate all DS'S in BI Qty system and then You transport the Transfer/Update/Tranformations/DTPS from BI Dev to BI Qty.
    Thanks
    Reddy

  • Never ending Probelms with JSF

    Hi,
    I was just wondering if JSF is all hype but has no real value in it.
    I have been using for about 3 months. I have faced problems with it at almost every stage.
    1. Validators / Converters are not mature ( Why there is no attempt to integrate mature stuff like Commons-Validator which is already available. I am sure that every one of us agrees that vadation is very important for all web applications. I am aware that it possible to implement custom validators with JSF. But I feel the most comonly used ones should be available off the shelf.
    2. Consider
    <h:inputText id="text2" value="Please enter your text" rendered="false"/>
    If the rendered attribute cannot take a runtime expression value ... what is good for or what is the prupose behind having such an attribute ..... !!!!. This is just one instance there are many situations like this.
    I need to be able to choose whether a text field is rendered or not based on boolean value that is available as request attribute.
    3. There are innumerable probelms when we Tiles with JSF components.. For example if we have html content interleaved between JSF component tags. ... The Layout inspite of having proper definitions does not get rendered properly....The implementation of JSF Panel Grid is too restritced...
    4. There are many people out there implementing JSF components but they are buggy / incomatible with other implementations.... take for example ourfaces , myfaces , JSF reference implementation and Oracle's ADF are NOT compatible with each other... so what is this all about...
    Does anybody here have an idea as to how much time it would take for JSF to become stable enough to be used for Production applications...
    Any comments / suggestions are welcome
    Thanks in advance,
    Ram Kishore.

    Hi,
    I was just wondering if JSF is all hype but has no
    real value in it.
    I have been using for about 3 months. I have faced
    problems with it at almost every stage.
    1. Validators / Converters are not mature ( Why there
    is no attempt to integrate mature stuff like
    Commons-Validator which is already available. I am
    sure that every one of us agrees that vadation is very
    important for all web applications. I am aware that it
    possible to implement custom validators with JSF. But
    I feel the most comonly used ones should be available
    off the shelf.More off-the-shelf validators would be good, I agree.
    2. Consider
    <h:inputText id="text2" value="Please enter your text"
    rendered="false"/>
    If the rendered attribute cannot take a runtime
    expression value ... what is good for or what is the
    prupose behind having such an attribute ..... !!!!.
    This is just one instance there are many situations
    like this."rendered" does support dynamic values; just use #{} EL expressions.
    I need to be able to choose whether a text field is
    rendered or not based on boolean value that is
    available as request attribute.
    3. There are innumerable probelms when we Tiles with
    JSF components.. For example if we have html content
    interleaved between JSF component tags. ... The Layout
    inspite of having proper definitions does not get
    rendered properly....The implementation of JSF Panel
    Grid is too restritced...I think you're describing two separate problems here:
    (1) Needing <f:verbatim> is annoying. We (the EG) know; we're working on it.
    (2) More panel renderers would be good; you can look to component libraries (ADF Faces as one) for additional layouts.
    4. There are many people out there implementing JSF
    components but they are buggy / incomatible with other
    implementations.... take for example ourfaces ,
    myfaces , JSF reference implementation and Oracle's
    ADF are NOT compatible with each other... so what is
    this all about...OK, hold up here. There's some lump of claims here, and I don't know what you're specifically saying. It sounds as though you're saying component developers are writing buggy code, and therefore don't work with every implementation. With regards to Oracle's ADF Faces, we of course work with the JSF RI. We're close to working with MyFaces, but there's some issues remaining in MyFaces (perhaps already resolved) that block this. These aren't ADF Faces bugs. Expecting MyFaces to be perfectly compatible when it is not yet certified or described as production level is infeasible.
    (I can't speak for ourfaces.)
    -- Adam Winer (JSF EG, and ADF Faces)
    Does anybody here have an idea as to how much time it
    would take for JSF to become stable enough to be used
    for Production applications...
    Any comments / suggestions are welcome
    Thanks in advance,
    Ram Kishore.

  • Probelm with GP

    Hello,
    I am having a serious problem with a GP.
    I have craeated a GP containing 3 Actions:
    Enter Project
    Approve Project
    Create Project
    All of them have a Callable Object which works.
    I consolidated the parameters with the 'propose consolidation' function.
    When instatiating a new process, the first form is shown (Enter Project). After entering the required data and clicking on submit, the framework tells me:
    Cannot complete action: Activity could not be read
    I monitored the process, but i wasn't able to figure out where the problem is. All parameters had the value  in the value field.
    Can anybody tell me what is going wrong or what may be the reason for my GP to not work??
    Points will be rewarded! ANY help will be appriciated!!
    Thanks, Johannes

    Hi Johannes,
    Are you able to run your application in GP now? If not, please chk for the following:
    Are your actions in the correct sequence at the block level?
    In the callable objects, are you able to expand and see the input parameters and o/p parameters?
    Have you mapped the parameters at block level? as in - http://help.sap.com/saphelp_nwce10/helpdata/en/de/598041a17e060de10000000a1550b0/frameset.htm
    Have you assigned the roletype to the process roles at Process level?
    Let me know if its helpful
    Regards,
    Vani

  • Probelm with Creating purchase order using BAPI_PO_CREATE1

    Hi Experts,
    I am trying to create a PO using the "BAPI_PO_CREATE1".
    The BAPI is returning a PO number but when I am checking for the same in ME23 its saying that the number doesnot exsists.
    In BAPI retrun I am gettig an info message as "Stock transport ord. Created number 4500016833". What does this indicate and what do I need do for the PO to get created?
    Thanks & Regards,
    Suma

    If so how can we make use of the PO create BAPI from an Integration like XI?
    I need to create a PO using BAPI from XI, and the returned PO number has to taken reference and create a Goods receipt using BAPI_GOODSMVT_CREATE. I am testing the data before using the same for XI.
    So what do i need to do for creating a PO from XI?
    Thanks,
    Suma

  • Audio Probelms with some DVDS/BLU-RAY discs when using optical out to Audigy 2

    I have my PS3 connected to my Audigy 2 ZS soundcard via optical?cable to play 5. sound on my PC sound system (Klipsch Promedia Ultra 5.). I have finally successfully played discrete 5. sound with some DVDs. I have changed my optical out setting to bitstream in the DVD/BD menu (XMB) and selected optical with everything checked in (XMB). So far, The Matrix, The Matrix Reloaded and Minority Report have worked in proper 5. (not stereo matrixing). Both Dolby Digital and DTS tracks (I know it works because it sounds twice as good as Dolby?Digital) ?work in Minority Report. The problem is... Jurassic Park (DTS) and my Blu-ray MIssion Impossible 3 have no audio (probably more too). The STRANGE part is if I fastfoward both films by .5x (so that audio plays in FF) I can hear audio. When FF by .5x the display signal on the top of the screen changes from DTS or DOLBY DIGITAL: Multi Channel to DTS or DOLBY DIGITAL: 5..
    What is with that?Also I still do not get audio in any games, Resistance (Blu-ray)?or any game demo but I do get the audio from the game display screen (XMB). Please if anyone has?any?useful advise or information it would be greatly appreciated.
    ?Thank you!

    I have my PS3 connected to my Audigy 2 ZS soundcard via optical?cable to play 5. sound on my PC sound system (Klipsch Promedia Ultra 5.). I have finally successfully played discrete 5. sound with some DVDs. I have changed my optical out setting to bitstream in the DVD/BD menu (XMB) and selected optical with everything checked in (XMB). So far, The Matrix, The Matrix Reloaded and Minority Report have worked in proper 5. (not stereo matrixing). Both Dolby Digital and DTS tracks (I know it works because it sounds twice as good as Dolby?Digital) ?work in Minority Report. The problem is... Jurassic Park (DTS) and my Blu-ray MIssion Impossible 3 have no audio (probably more too). The STRANGE part is if I fastfoward both films by .5x (so that audio plays in FF) I can hear audio. When FF by .5x the display signal on the top of the screen changes from DTS or DOLBY DIGITAL: Multi Channel to DTS or DOLBY DIGITAL: 5..
    What is with that?Also I still do not get audio in any games, Resistance (Blu-ray)?or any game demo but I do get the audio from the game display screen (XMB). Please if anyone has?any?useful advise or information it would be greatly appreciated.
    ?Thank you!

  • Smartforms : Probelm with Text in different languages.

    Hi,
    In development server in client 500 and language EN i create some new text coping existing text and change the text. These text are visible in language DE using transaction smartforms.
    I try to check the form in development server client 510 language EN. the changes are present but when i try to see the change in client 510 languare DE the changes doesnot exists. The New text contains the same text as the original text which was copied. both having the same text.
    Can somebody help here.

    Hi ,
    Even without translations if you do the changes in Smartforms in DE language it will reflect in other client, check the smartform is activated properly in DEV client.
    For translation for your info:
    SE63-> Menu TRanslations->R3 enterprice->otherlongtexts->smart forms.
    Give the name of the smartform and source and destination language.
    Once you do the translation you need to activate the Smartform.
    The above navgations deffres woith SAP version.
    Rajesh.

  • Probelm with InDesign CS5 table resize

    I am having problems resizing tables in InDesign CS5.
    The width can be in- and decreased, however the height just won't move up nor down when pulling in the lower right corner nor anywhere else on the columns baseline.
    Anybody else having this problem?
    Is it a bug or maybe just me not understanding things correctly in the help section...?
    Any input is appreciated so knock yourselves out. :-)

    Hey again!
    I figured it out. Just made a complete new document and tried again.
    This time everything works as it's supposed to.
    I assume the problem has something to do with the fact that I overtook the job I am currently working on from a colleague and thus there was some form for corruption or similar.
    At least when starting from a fresh it's all working fine again.
    But you just gave me the idea to check this possibility so I rated your answer as helpful.
    However I have no clue what to do with the old document in order to change that. I guess it's one of those InDesign mysteries that so often occur but I also assume that copying and pasting will be sort of a solution..., well here and now at least.
    So unless you know what could be the reason for the corruption I'll thank you very much for your time and kind help.

  • I am having probelmes with my wifi

    I go to settings and then wifi to turn it on, but when I press it, it shows that circle that looks like it is loading but it never accepts the wifi and at the top of my phone where it should have the wifi logo it still says 4G. I have no idea what the problem is, I will be grateful for any help I get. I have the iPhone 4S and my update is the latest, I think it's 6.0.1. Thank you

    BOB we need you urgently
    Perhaps Bob will see this thread, he is the professor in these cases.
    You do not use a WEP password but wpa/wpa2 on router and equipment.
    All equipment connects to WiFi, but for your iPad.
    Even with all other equipment WiFi off, you cannot connect your iPad.
    Your iPad connects to other WiFi nets correctly.
    All resets etc done on iPad and Router.
    Still I am not sure it is your router for sure, frustrating...
    I want to test 2 other things:
    1. in your iPad, set everything OFF in Settings/Cellular, turn off/then/on your WiFi, and see whether it will still not connect...
    2. If that does not do it: disconnect the router as well as the modem from the power, for 15 seconds, then reconnect the modem, let it fully start, then reconnect the routet let it fully start, turn of your WiFi in iPad, then on, and see whether it will connect.

  • Probelm with email quality and printing

    Why is it that when I receive a photo via email I cannot print it out without receiving an exclamation point in a yellow triangle and then when I do print it out it's all pixilated? The image I receive is also smaller than the others in my photo album even though the photo was emailed to me in large format, highest quality.
    I tried to make a book using photos I emailed myself from my moms macbook and I had a problem with every one of them. However, if I upload them through a card reader then there isn't a problem. Why is this and what am I doing wrong?
    Thanks in advance,
    ellen

    ellen:
    As aubiem pointed out Mail will resize them. Be sure to select actual size at the bottom of the Mail window before sending.
    Or, you can zip the original file, drag to the desktop, Control-click on the photo or group of selected photos and select the "Make archive of...." menu in the contextual menu. That will insure the full image file is included in the email.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Maybe you are looking for

  • Transferring music from another itunes account to my new ipod classic

    Hi, first time posting. I have recently got an iPod classic for xmas and have transferred all my music off my laptop onto the device. However I am having issues trying to put another 5000 tracks off another laptop owned by someone else in my househol

  • How to change read-directory when using file adapter

    Hi, I'm deploying BPEL process to read files from a directory. I want to change the directory where to read dynamically. This can be achieved by using a file header variable. I know how to do this. But, the problem for me is that I can not find a pla

  • Slow Network vmxnet gigabit?

    Hello friends, I am having some speed issues regarding the LAN on a Windows XP Pro VM. The Server is an i7, 16GB RAM, with SSD The thing is extremely low speeds !! The Virtual NIC is bind'ed to a physical Gigabit. I tested the speeds on the Server an

  • NT error: service "Oracle7" in DLL "operfdll.dll" failed

    We are running JavaWebServer 1.1.3 on an NT 4.0, SP 3 machine. There are a number of Java servlets running that access an Oracle 7.3 database on another NT 4.0 machine via the Oracle JDBC driver and sql*net. We get the following sequence of errors in

  • Custom order?

    How do I set a custom order for a playlist? It seems before i could rearrange them with my mouse by holding the left click button, but now I can't, is there a problem?