SaveAs() not working for me.

Haven't touched Javascript in some 10 years.  Yikes.  Coming from C & Perl, I'm still fumbling about.  I've written a crude script to take the current selection, copy, and save to a new file.  Problem is, saveAs() always gives me an 8800 Error (General Photoshop Error).  Probably the worst kinda since it basically tells you nothing.
I've attached the code.  Any help is appreciated.  I'm on CS4, btw.

Your code is not yet available but this might help..
//IE:-
var example = File("~/FileName.jpg");
SaveJPEG(example,12);
function SaveBMP(savefile){
saveBMP = new BMPSaveOptions();
saveBMP.alphaChannels = false;
saveBMP.depth = BMPDepthType.TWENTYFOUR;
saveBMP.flipRowOrder = false;
saveBMP.rleCompression = false;
saveBMP.osType = OperatingSystem.WINDOWS;
activeDocument.saveAs(saveFile, saveBMP, true, Extension.LOWERCASE);
saveTarga(saveFile){
targaSaveOptions = new TargaSaveOptions();
targaSaveOptions.alphaChannels = true;
targaSaveOptions.resolution = TargaBitsPerPixels.TWENTFOUR;
activeDocument.saveAs(saveFile, targaSaveOptions, true, Extension.LOWERCASE);
function SaveGIFF(savefile){
gifSaveOptions = new GIFSaveOptions();
gifSaveOptions.colors = 256;
gifSaveOptions.dither = Dither.NONE;
gifSaveOptions.matte = MatteType.NONE;
gifSaveOptions.preserveExactColors = false;
gifSaveOptions.transparency = false;
gifSaveOptions.interlaced = false;
activeDocument.saveAs(saveFile, gifSaveOptions, true,Extension.LOWERCASE);
function SaveJPEG(saveFile, jpegQuality){
jpgSaveOptions = new JPEGSaveOptions();
jpgSaveOptions.embedColorProfile = true;
jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
jpgSaveOptions.matte = MatteType.NONE;
jpgSaveOptions.quality = jpegQuality; //1-12
activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE);
function SaveTIFF(saveFile){
tiffSaveOptions = new TiffSaveOptions();
tiffSaveOptions.embedColorProfile = true;
tiffSaveOptions.alphaChannels = true;
tiffSaveOptions.imageCompression = TIFFEncoding.TIFFLZW;
activeDocument.saveAs(saveFile, tiffSaveOptions, true, Extension.LOWERCASE);
function SaveEPS(saveFile){
epsSaveOptions = new EPSSaveOptions();
epsSaveOptions.encoding = SaveEncoding.JPEGHIGH;
activeDocument.saveAs(saveFile,epsSaveOptions, true,Extension.LOWERCASE);
function SavePNG(saveFile){
    pngSaveOptions = new PNGSaveOptions();
    pngSaveOptions.embedColorProfile = true;
    pngSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    pngSaveOptions.matte = MatteType.NONE;
    pngSaveOptions.quality = 1;
pngSaveOptions.PNG8 = false; //24 bit PNG
    pngSaveOptions.transparency = true;
activeDocument.saveAs(saveFile, pngSaveOptions, true, Extension.LOWERCASE);
function SavePSD(saveFile){
psdSaveOptions = new PhotoshopSaveOptions();
psdSaveOptions.embedColorProfile = true;
psdSaveOptions.alphaChannels = true; 
activeDocument.saveAs(saveFile, psdSaveOptions, true, Extension.LOWERCASE);
function SavePDF(saveFile){
pdfSaveOptions = new PDFSaveOptions();
activeDocument.saveAs(saveFile, pdfSaveOptions, true, Extension.LOWERCASE);

Similar Messages

  • Save for web not working for .PNG?

    When I slice up a .psd file and then go file > save for web and select to save the images as .png it does not work for some reason. No matter what I select it only uses jpeg. I am using Photoshop CS2.
    Any suggestions?

    As Zeno said, file format selection is per slice, not a global override. Select al lslices, then pick the PNG options.
    Mylenium

  • Form Designed in LiveCycle will not work for End User

    Please Help!
    I am a newbie to Adobe LiveCycle but recognized the utility in the program, so decided to give it a while to try and streamline some of my employer's forms.  After spending too much time learning how to design a form (much to the dislike of my boss), I am finally going to have to ask for some help.  So here's the deal:
    I've designed a dynamic pdf in LiveCycle with two master pages and two repeating flowed subforms.  The first repeating subform is basically an expanding table intended to be used as a photographer's log where they can log each photo taken with the camera.  The expanding table has some code with a button at the top for the end user to enter the number of photos on the photo roll, click submit, and table expands to however many instances of rows are needed for each photo that was taken.  The second subform is basically an image field and text fields used as photo captions/photo compilation pages.  When the end user clicks submit on the first subform to expand the table, I also have javascript in that click event to also create same amouint of instances of the second subform (the photo compilation page(s)).  Each text field for the photo caption on the second subform is populated by the data entered into the photo log table cells.  I was able to find a script to correctly populate those fields for each instance of the table.  Wish I had the form here, but it's at work at the moment.
    My problem is this: I've scratched and clawed to get all of the forms expanding correctly and the scripts populating each instance of the fields correctly and everything works great in LiveCycle preview.  I then saved the form as PDF for use by my field crew personnel (whom all use, at the very least, Adobe Pro 9, but most Pro X).  I sent the new form to them and they move it to their desktop, open it with Adobe Pro, and populate all of the fields and everything works swimmingly.  However, once they save it, it gets all jumbled and they can't even print it.  We even thought we found a workaround by entering all data and printing to PDF, but even that has turned out to not work.  I checked to make sure that I designed and saved the form in LiveCycle for use with the Adobe Pro versions, but still not working for my end users.
    Anyone have any thoughts on my long explanation??  Please HELLLLPPPP!

    The error(s) occur when trying to save the document.  I want each user to tell the first page how many rows they will need in the photo log table, so they would enter however many photos were taken in the box: "Number of Photos on Roll:"  ---> Then click the "Submit" cmd button.  That should expand the table.  Once it expands, it should also add the same amount of instances of the photo compilation page (2nd Page) as there are rows in 1st page table.  Then the user will populate each cell of the table on page 1 with data.  The data entered into the page 1 table cells will populate the text fields (photo caption) in Page 2 once the user clicks on the "Populate Captions!" cmd button in the lower left corner of the table on Page 1. 
    The problem is in the distributing of the form to the user so they can save the form after populating the data.  I did a test run this morning and for some reason it did do the "print to PDF" correctly for 5 photos on the roll (though this has not been happening every time and especially for a large number of pages, ie. 80 photos).  However, after entering the data for 5 rows on page 1 and then populating the 5 photo compilation pages, I saved a copy as "Save As PDF" and closed the document.  Then re-opened the copy in Acrobat Pro X.  The new copy:
    -had 5 additional rows added to Page 1
    -Duplicates of some of the fields
    -Only retained the 1st instance of the Second Page (Photo w/ Caption) and not all fields were populated
    Again, this all works fine in the LiveCycle Preview but not anywhere else.  I do not have this set up to be linked to an external data source (YET) but there is javascript in the cmd buttons.  I also do not want to distribute this form to end users and then collect the data back from them.  I want them to be able to save a copy of my LiveCycle designed form, open in Adobe Pro, populate the data and save as many copies as needed for form production.

  • Image Processor not working for me. Help!

    In a nearby thread I've reached a stumbling block. Image Processor in CS4's PS is not working for me. I have a folder of psd's generated on the fly via File > Export > Data Sets as File... and now I'm trying to process those psd's to generate a JPEG of each. The only strange characteristic of the auto-generated PSD files is that there is no image preview available within the Finder. When a psd is selected the preview pane reads:
    "This layered Photoshop file was not saved with a composite image"
    I've verified in my Preferences > File Handling that image previews are always saved. (But I've been using PS for a long time and previews are always available with all my manually saved work.)
    So here's what happens when I invoke File > Scripts > Image Processor...
    In section 1 of the menu I select the source folder where the psd files reside
    In section 2, I select 'Save in same location'
    In section 3, I select 'Save as JPEG'
    In section 4, I change nothing. No special actions. Include ICC profile is checked.
    When I select run I get an error message: "Sorry, I could not process the following files:"
    And then it lists what appears to be 3 lines per psd file in the source directory:
    The path to the source dir
    The name of the source dir
    The [source_dir]/[filename.psd]
    What am I doing wrong?

    mrdior wrote:
    I have a folder of psd's generated on the fly via File > Export > Data Sets as File... and now I'm trying to process those psd's to generate a JPEG of each. The only strange characteristic of the auto-generated PSD files is that there is no image preview available within the Finder. When a psd is selected the preview pane reads:
    The part I don't understand is the "export" Part. File > Export > Data Sets as File.. on my machine is grayed out so I don't know how this feature is used. Is Export > Data Sets as File... used with CSV data sets and Photoshop variables?
    Check your Photoshop preferences and make sure you have set in the file handling tab "Maximize PSD and PSB File Compatibility:" to Always using the pull down menu. If that is not your current setting try setting that to see if the exported PSD files contain composite previews. When I use save as PSD on my system I alway see Photoshop save through up a popup window stating generating composite preview image.

  • Allow Custom Text Entry for Drop down not working For Dynamic form

    Dear All,
    In drop down field Allow custom text entry is working fine if the form is save as a static pdf form file.But if the form is save as a Dynamic pdf form file it is not working.I can enter custom text in drop down field but after filling it up when I click on next field the text from the drop down is disappearing.
    If any body can please help me to solve this problem.
    Thanks a lot in advance
    Regards
    Rakesh

    Dear Jimmypham,
    Thanks a lot for your quick response.But it's not working for me.I have even tried with a form having only single field and save it as a dynamic pdf file.In that form also it's not working.The text which I have entered is disappearing when I click outside of this field.
    Can you please help me to find out the solution for this problem.
    Regards
    Rakesh

  • JoinFieldValue function is not working for 'Partner'

    Hi All,
    I'm trying to get value from Partner in workflow, but there is an error message mentioned "<Partner>" is invalid, and then I'm looking for the online help, I found there is no referred record type for 'Partner', is JoinFieldValue function not working for 'Partner'?
    Does anyone know about it?
    Thanks in advance

    Using the Copy function link on a new Web Link Filed, you can pass parameters from one Object to another.
    1 - hit the "Copy" button on a CO Detail Page and grab the URL (This is the Destination Object, i'e I will pass information from Contact (Source) to this CO (Destination))
    Ex: https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.Id=XXXXXXX&OMRET1=CustomObject5.Detail%3fOMTGT%3dCustomObject5.Detail%26OMTHD%3dCustomObject5DetailNav%26CustomObject5.Detail.Id%3dXXXXXXX%26ocTitleField%3dName%26ocTitle%3dXXXXXXXXX%26ocEdit%3dY&OMTGT=CustomObject5.NewForm&OMTHD=CustomObject5PreCopyNav&OMRET0=CustomObject5.HomePage&OCTYPE=
    You would need only a small part from the above:
    https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.[Field you want to Copy]
    2 - Create a Weblink field on Contact and Expose it on the layout your role can see.
    3 - In the Weblink URL use the below
    https://secure-rmsomxxxx.crmondemand.com/OnDemand/user/CustomObject5.New?CustomObject5.NewForm.Description=%%%First_Name%%%
    Save your changes and you're done! you can now see that when you click the link you can pass the Contact First Name in the CO.
    Good Luck!
    Royston

  • IPhoto Library Upgrader is not working for me.

    I am running a Mac Mini 2.5 GHz Core i5.  (This is the base model of the current Mac mini as of August 2013.)  Running 10.8.4.
    I am trying to get iPhoto to run with an old photo library from iPhoto 4.  (Yes, really.  It's a long story.)  I was happy to see that Apple put out iPhoto Library Upgrader, because I was expecting to have a hard time upgrading.  But it's not working for me.  I downloaded the Upgrader and ran it (several times).  However, when I try to start iPhoto from the old library, I still get the "To open your library with this version of iPhoto, it first needs to be prepared."
    To save you from asking the obvious questions:
    1.  I ran the Upgrader, instead of just downloading it.
    2.  I am sure I selected the old library to be upgraded.
    3.  The Upgrader runs, tells me it's done, and asks me if I want to launch iPhoto.  When I say yes (or when I just launch iPhoto separately), I get the error message again.
    4.  iPhoto will not let me launch with the command option keys pressed.  I still get the error message.
    5.  I can launch with the option key pressed, but if I select the old library, I get the error message.
    6.  I can import the old library, but then I lose all my organization of photos.
    Any ideas will be appreciated.
    Nathan

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion and Mt. Lion from the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder
    3 - launch iPhoto with the Option key held down and try to open the "upgraded" libraryu again.
    NOTE 1: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    NOTE 2:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • Oc4jadmin not working for application server control in SOA suite 10.1.3.1.

    Hi,
    We have installed the SOA suite, and I can login to the various components using oc4jadmin/password (bpel, esb, rules author), but for some reason that oc4jadmin password is not working for Application Server Control, which is the only piece of this I really need to log in to.
    Any thoughts on what is going wrong?
    Cheers,
    Pat Rock

    Maybe you change this password internally for another application (such BPEL, WSM,etc) and didn't make change for your main OC4J container.
    You can try to change this password by...
    1. Open the file [OASHome]\j2ee\home\config\system-jazn-data.xml
    2. Find the section that looks like this
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]{903}F+iG1A46edXG9RdfY0pD2O4Ge/qyEjsg[credentials]
    [user]
    3. Replace the value separated by the "Credentials" starting and ending tags with your new desired password, prefixed with an exclamation point
    Example:
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]!newpassword[credentials]
    [user]
    4. Save the file and restart OAS
    This should not affect other applications.
    Greetings.

  • My webcam is not working for skype and other appli...

    Hello,
    My webcam is not working for skype and other applications i have used tinychat and tango..i have updated all version of skype as you said in other topics but all of them is not working for me...my device name is vimicro usb 2.0 and i have accidently deleted that device now i have installed that device again but its not working i have seen all topics please help me  ...
    i will be very thankful to you

    Please,  run the DirectX diagnostics tool.
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • Why is Cfgrid not working for me

    I am using CFMX7
    Why is this not working for me?
    This is Gridtest1.cfm
    <cfoutput>
    <CFFORM align="center" ACTION="gridtest2.cfm"
    METHOD="POST"
    name="getstuff" >
    <cfinput type="HIDDEN" name="ID" value="#form.id#" >
    <cfinput type="HIDDEN" name="customerno"
    value="#form.customerno#"
    >
    <cfgrid name="Mygrid" width="960" query="getpermits"
    gridlines =
    "yes" rowheaders="yes"
    selectmode = "edit" height="350" >
    <cfgridcolumn name="id" bgcolor="##FFFFFF" header="ID"
    display="yes" WIDTH="40" select="no">
    <cfgridcolumn name="permitno" bgcolor="##FFFFFF"
    header="Permit
    No" display="yes" width="70" select="yes">
    <cfgridcolumn name="sortorder" bgcolor="##FFFFFF"
    header="SortOrder" display="yes" WIDTH="62" select="yes">
    </cfgrid>
    <div align="center">
    <cfINPUT TYPE="submit" VALUE="Save My Changes"
    NAME="savemychanges"
    >
    </div>
    </cfform>
    </cfoutput>
    This is GridTest2.cfm
    Form fields:
    <cfoutput>[#form.fieldnames#]</cfoutput>
    Form values:
    <cfloop list="#form.fieldnames#"
    index="idx"><cfoutput>#idx# =
    #Evaluate(idx)#</cfoutput>
    </cfloop>
    <cfif isdefined ("form.savemychanges")>
    <cfgridupdate grid="mygrid" datasource = "divwt"
    tablename =
    "tankerpermits" keyonly="yes" >
    </cfif>
    <cfoutput>
    form.#__CFGRID__GETSTUFF__MYGRID#.original.#permitno#
    </cfoutput>
    Output from TestGrid2.cfm reflects a �funny
    looking� grid name and I
    can see in the output that Permitno is definitely a defined
    field.
    Form fields:
    [ID,CUSTOMERNO,SAVEMYCHANGES,__CFGRID__GETSTUFF__MYGRID]
    Form values:
    ID = 13
    CUSTOMERNO = 21691
    SAVEMYCHANGES = Save My Changes
    __CFGRID__GETSTUFF__MYGRID = __CFGRID__EDIT__=3 id N Permitno
    Y
    sortorder Y 1 U 571 z
    Element __CFGRID__GETSTUFF__MYGRID.ORIGINAL.PERMITNO is
    undefined in
    FORM.
    The error occurred in
    C:\cmudintranet\Purple\divwt\bftankertruck\gridtest2.cfm:
    line 147
    #form.__CFGRID__GETSTUFF__MYGRID.original.permitno#
    Thanks in Advance

    Lorna, be careful. This could cause your comments
    to stop working. Blog comments are
    sensitive..................
    .......... Lorna says ................................................
    Allyson, your precaution comes on the heels of me realizing that if I put a song on a blog summary page, then I will have to edit the .js file every time I add a blog entry.
    Whereas MassReplaceIt could solve the problem there, the added issue of problems with comments is enough to make me stay away, so that is what I will do: No music within 250' of the blog guy.
    Lorna in Southern California

  • I have an event in my calendar that was sent by someone who does not work for the company anymore and I am reminded 2 times a week. How can I remove it?

    I have an event in my calendar that was sent by someone that does not work for the company anymore and I am reminded 2 times a week. How do I delete it?

    Tap on the event to open the event. Click the 'Edit' button in the event bubble, then press the 'Delete Event' button at the bottom of the Edit pop-up. It's a little different for events that come through Microsoft Exchange, you tap the event to bring up bubble and click the 'Details' button, and then press 'Decline' to remove the event.

  • IPhone 6 External Mic not working for Siri/Dictation

    I am finding that the external mic on my iPhone 6 works for phone calls and voice memos, but does not work for Siri/Dictation.  When I plug in the earbuds, they work for everything (including Siri/Dictation).
    Was chatting to Apple support who had me reset all settings.  I thought that worked, but realized that after a reset, Siri is off and I was talking to "Voice control" (which works).  When I turned Siri back on, it does not work.
    I have two questions for the community to see if you can help:
    1- I have been assuming this must be a software problem since the mic does work for non-Siri access.  But is that true?  Is there a hardware component that Siri depends on which could be faulty here?
    2- If it is software, what action should I try to address it?  I have done a reset all settings already and that did not help.
    Doug

    Hi, everyone.  I talked to Apple Genius at Apple Store last week, she said it should be a software issue and I needed to reset my iphone 6 plus as a new device and I can not use the backup restore from my iCloud, it was because the microphone bug or glitch can be in the backup also. Ok, followed her advice, erased all contents and set my iphone as a new device , the microphone worked for an hour, but went bad again.  I used "voice memo" app from Apple to test the microphone. It is the best tool since it doesn't involve any provider's network and it doesn't need another person's phone to listen and test.  If you can hear your voice recording clearly, then the mic works.  I tested it 3-4 times a day for a few days now, half of the time the mic doesn't work.  So, set as a new device isn't working. The issue is intermittent and it comes and goes as it likes, so very annoying. I carry my Apple EarPods with me in these past few days ust in case I need to make important phone calls.  Will need to go back to Apple Genius this weekend for sure.  Will give update after the weekend.

  • CALLER ID not working for International incoming calls

    Hi,
    I've a strange issue where CALLER ID not working for International incoming calls, it shows INTERNATIONAL UNKNOWN NUMBER in the phone display, but the number shows correclty in Verizon Call assistant !!!
    Any clue?

    yashshankar wrote:
    Hi
    I recently  purschased an Online number but the caller id does not work for incoming calls.How do we resolve this problem?.
    Regards
    Yash
    You didn't mention what country your Online Number is in.  Not all of Skype's Online Numbers are eligible for use as Caller ID when calling telephones or sending SMS messages.  If your number is from one of these countries (Chile, Denmark, Estonia, Hong Kong, Poland, Sweden, the UK and the US), then it can be used this way.  Otherwise, you can use a mobile number from countries other than Japan or Mexico as Caller ID with Skype, after the number goes through a verification process where Skype sends SMS messages with codes to that number.
    To get to these settings, log into your Skype account here on the Skype web site using the "Account" link at the top of this page.  You'll see a screen that would include your current Caller ID settings, and a link to change that.  If your Online Number is from one of those countries I referenced above, just select it and you're done. 
    Hope that helps!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

  • Select All in a table does not work for Drag and Drop

    Hi. I am using Jdeveloper 11.1.1.2 but have also reproduced in 11.1.1.3.
    I am trying to implement drag and drop rows from one table to another. Everything works fine except when I do a Select All (ctrl-A) in a table, the table visually looks like all rows are selected, but when I try to click on one of the selected rows to drag to the other table, only the row I click on is dragged.
    I tried setting Range Size -1, fetch mode to FETCH_ALL, content delivery to "immediate" but nothing works.
    I even have reproduced not using a view object but just a List of beans with only 5 or 10 beans showing in the table.
    Does anyone know how to get Select All to work for a Drag Source?
    Thanks.
    -Ed

    Frank-
    OK, thanks for looking into that. I also submitted this service request, which includes a simple sample app to demonstrate the problem:
    SR #3-2387481211: ADF Drag and Drop does not work for rows in table using Select All
    Thanks again for the reply.
    -Ed

  • Wake on Demand: Not working for some services, others OK

    I haven't been able to figure this problem out... Wake on Demand for a previous generation Mac mini running Snow Leopard 10.6.8 works for things like a CrashPlan automated backup but does not work for things like remote SSH login or Screen Sharing. In all cases, the services are being originated on a latest generation iMac running Mac OS X Lion (10.7.2).
    While it's not an earth-shattering event to get off my backside and walk over to the Mac mini across the house to press its Shift key to waken the thing, it gets rather old to have to keep doing so, especially since CrashPlan automated backups are taking place while the Mac mini is otherwise asleep (the sleep indicator is slowly pulsing).
    I've been through the Apple tech notes regarding Wake on Demand for Snow Leopard 10.6 and have ensured that AirPort and its network are at the top-most position in their respective lists. Other than that, I'm not sure what else I can do. Wake on Network is enabled in the Snow Leopard Mac mini's network System Preferences and there doesn't seem to be any on/off option in the AirPort Extreme base station (just recently updated to 7.6 firmware).
    Any thoughts... hints... suggestions?
    One final note: this Mac mini is new as of July 2011; just days before the latest generation of Mac mini came out. It came pre-installed with Snow Leopard and, as soon as the users of this mini find software replacements for the old PPC style applicaitons they're used to using, will be upgraded to Lion. However, I feel a bit unsettled in making the move to Lion if I can't get a Snow Leopard feature to work properly. There's no telling if the Lion upgrade will actually fix this behavior or make it worse.
    Thanks in advance.

    I don't think you can wake on network with a closed lid. Try keeping the lid open and putting the machine to sleep. Does it work?

Maybe you are looking for

  • Ias 10.1.2.3 glitches in chgiphost to change the IP address

    RHEL 4, Kernel 2.6.9-67.0.1 After recently patching our ias from 10.1.2.2 to 10.1.2.3 we did in depth testing on our developement server. After that we copied the whole server (VMware virtual machine) to our test server. On this test server I changed

  • Colon In  MSS Address Field

    Dear All, We are implementing MSS. Under Team Information -->Employee Information --> general Information >Personal Data iView, the address lines contain a " : "(colon) . When I check the application in the Content Administration>Web Dynpro>mss~eepro

  • NQSError 14020 When Running Cross-Fact Query

    I keep getting the following error when trying to run a cross-fact query in OBIEE Answers: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14020] None of the fact tables are compatible

  • ExtendedPreInsert on override not working

    I have a custom object VDOC defined and have implemented an override (code as below). On uploading a VDOC type document the document is loaded correctly and the constructor test message for S_VDOC shows up. The message for the extendedPreInsert metho

  • Opening analyzer with transaction RRMX

    Hello all. I want to open the BEx Analyzer from the BW system by calling transaction RRMX. I created a SAP Transaction iView that calls transaction RRMX. I defined the "Start SAPGUI for Windows" as "auto" and the "Application Parameters" as "WBID=<wo