Workflow Approval - Error Msg

Hi
As I am new to workflow, please clarify the below
The Purchase order workflow is sending a mailer notification to recipients, when the recipients Clicks the Approve button from the mailer notification, getting the below message in his mail box
From : System Administrator
To : oradevt@xxx
Sent : Timestamp
Subject : Undeliverable: <Subject of the mailer notification>
Your message did not reach some or all of the intended recipients.
Subject : <Subject of the mailer notification>
Sent : timestamp
The following recipient(s) could not be reached:
The e-mail system was unable to deliver the message, but did not report a specific reason. Check the address and try again. If it still fails, contact your system administrator.
< <mail.xxx.com.sg # 5.0.0 smtp; 5.1.2 - Bad destination host 'DNS Hard Error looking up ....(MX): NX Domain' (delivery attempts:0,)>
can you please guide me in fixing this issues.
Regards
Yram

Hi
<u>It comes from OSS Note -></u>
<b>Note 983128 - Approval WF Fragment Has No User Assignment</b>
<b>In BADI BBP_CHNG_AGNT_GET we were setting the agent assignment to 'X' instead of 'G' (general task).</b>
<b>Also, Try this. Assign agent for task TS10008126. Don't forget to generate it.</b>
If all your task are classified as general, this is a bug in a FM (SRM5, SP4). No idea if a note exist for this but check source of function BBP_PDH_WFL_APP_ASSIGNTYPE_GET, the task type (WF, TS) is hard coded, you may want to change it )
FUNCTION bbp_pdh_wfl_app_assigntype_get.
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(IV_TASK) TYPE SWD_STEP_T OPTIONAL
*" EXPORTING
*" VALUE(EV_ASSIGNMENT) TYPE CHAR1
*" TABLES
*" ET_POSSIBLE_AGENTS STRUCTURE SWHACTOR OPTIONAL
DATA:
lv_general_task LIKE p1217-general,
lt_related_agents TYPE swhactor OCCURS 0 WITH HEADER LINE,
lv_task TYPE swd_step_t.
*{ INSERT DE2K901025 1
*PVA correction
data: lv_otype type OTYPE.
lv_otype = iv_task(2).
*} INSERT
lv_task = iv_task+2.
* evaluate the agent assignment of the whole workflow fragment
CALL FUNCTION 'RH_TASK_AGENTS_INDEX'
EXPORTING
*{ REPLACE DE2K901025 2
* task_otype = 'WS'
*PVA correction
task_otype = lv_otype
*} REPLACE
task_objid = lv_task "workflow fragment
IMPORTING
act_general = lv_general_task
TABLES
related_agents = et_possible_agents
EXCEPTIONS
no_active_plvar = 1
no_agents_of_task_found = 2
no_task_otype = 3
OTHERS = 4.
<u><b>See related link -></b>
Re: After Add Approver by Approver Preview
Agent assignment does not exist
Unable to change shopping cart approvers - workflow
SRM 5.0 Approval WF fragment has no user assignment</u>
<i>If this does not help in your case, report the problem to SAP by creating a new customer OSS message.</i>
Do let me know.
Regards
- Atul

Similar Messages

  • Workflow Monitor Error MSG

    When clicking on MONITOR buuton in Contract Authoring Workbench Form of Project Contracts,
    JSP error msg shows up.
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.

    Duplicate thread (please post only once).
    Workflow Monitor
    Re: Workflow Monitor

  • Workflow approval error

    Hi xperts
    We have migrated MDM from maxdb/linux to orac/windows landscape with new version sp6(before sp5),
    The workflow,was working before,
    Now i am testing in new environment,workflow which includes,start,process,validation,approval,assignment,syndication,stop as flow,
    Workflow is through error in approval stage,"Failed to find approval result for user",
    What do you think would be problem
    Any clue would be helpful,
    Thnks
    AMOL

    Hi Amole,
    Is the WF reaching the Approver step in the WF?
    What exactly the Approver can view on receiving the WF task?
    I can think of 2 possibilities:
    - Firstly the previous step has encountered some problem as a result the task is not received correctly by the Approver step
    - The Approver step is not coorectly configured.
    Try login in as the WF owner and try monitoring and performing the entire flow once to check if the WF is correctly moving from one step to the next.
    Also check the WF design in Visio for all steps.
    Thanks &  regards
    Simona

  • Error while starting workflow from warning msg or error msg?

    Hello experts,
    I m tryin to start and workflow from error msg of ME21...whn we juss click enter without entering any value, it gives error as -" enter Purch org  ". whose msg class - ME and msg num - 083.
    thn from t-code SWUY,i creating and linked workflow for the msg.
    Now while testing,when m goin to t-code ME21, and goin to the long text of tht error msg.....the button to start workflow is not getttin enabled. tht is still disable.
    PLease tell r thr any other back ground settings to be done for this.
    Regards
    Nitin

    Hi,
    Your workflow landed up in Error and you want to Restart it right.
    Go to SWPR and check that workflow is there.
    If found, select it and Restart it.
    Regards,
    Surjith

  • Error Workflow System:error on approving Requisition

    Hi,
    DB:11.1.0.7
    R12.1.1
    OS:Linux 86x64 Red Hat Linux
    We are receiving Error Workflow System:error on approving Requisition?
    Could anyone please share the resolution on it if faced before?
    Thanks for your time!
    Regards,

    Hi
    I see the below error in log.
         Abort          Resolved          Retry          Reassign          Request Information     
    To          SYSADMIN
    Sent          20-Apr-2011 13:15:54
    ID          5008
         An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 104-108
    User Key =9
    Error Name = WFENG_ITEM_ATTR
    Error Message = 3103: Attribute 'DOCUMENT_ID' does not exist for item 'POAPPRV/104-108'.
    Error Stack =
    PO_REQAPPROVAL_ACTION.ReserveAutonomous(010)
    PO_REQAPPROVAL_ACTION.ReserveDoc(ReserveDoc 020: Doc Header Id = 104)
    PO_REQAPPROVAL_ACTION.Reserve_Doc(POAPPRV, 104-108, PO_REQAPPROVAL_ACTION.Reserve_Doc: 01)
    Wf_Engine.GetItemAttrNumber(POAPPRV, 104-108, DOCUMENT_ID)
    Wf_Engine_Util.Function_Call(PO_REQAPPROVAL_ACTION.RESERVE_DOC, POAPPRV, 104-108, 229749, RUN)
    Activity Id = 229749
    Activity Label = DOC_RESERVE_PROCESS:RESERVE_DOCUMENT
    Result Code = #EXCEPTION
    Anybody have any idea on this.
    Thanks and Regards,

  • Error msg in workflow after patching to 11.1.2.1.600

    Hi!
    We have recently patched to 11.1.2.1.600 for our Planning solution and we get an error msg in workflow.
    If the 'Planning Unit Hierarchy' is setup as 'Free form' we get an error message if the users open 'Manage Approvals', select 'Details' for a Planning Unit and then 'Change status'. The error message is 'There is no valid action that can be performed on the selected Planning Units'. If the 'Planning Unit Hierarchy' is set up as 'Bottom up' it works fine.
    Have anyone else experienced this behavior in the 11.1.2.1.600-patch? Is there a workaround?
    An SR is also raised towards Oracle, so hopefully we get an answer from them soon.
    Grateful for all answers!
    BR,
    Martin

    We're having this issue after installing the 11.1.2.1.600 patch over .102 as well (this didn't come up as known issue), and the workaround of "use Bottom Up" doesn't work for us, because we want multiple planners in an organizational division to be able to write to the same PU at the same time. You can't do that with Bottom Up, because only one person can have control at a time.
    So... the .601 patch still doesn't exist, and uninstalling the .600 patch didn't fix the issue. Support basically says, "it's a bug, use the workaround".
    So frustrating!

  • Payable Approval error out!

    Hi all,
    I have encoutered an error while performing the payable approval process. Herewith the error messages :-
    MSG-00001: After SRWINIT
    MSG-00002: After Get Company Name
    MSG-00003: After Get NLS Strings
    MSG-00010: Setting NULL parameters
    MSG-00011: After initializing the temporary approval table
    MSG-00012: Approving specified invoice : AIC-0421
    MSG-00999: User-Defined Exception occurred in
    AP_APPROVAL_MATCHED_PKG.Execute_Matched_Checks<-AP_APPROVAL_PKG.Approval<-APXAPRVL
    with parameters (Invoice_id = 93046, Dist_line_num = 1.00001, Packet_id = 1, Fundscheck mode = 1, Partial_reserv_flag = , Max QTY REC Tol = )
    while performing the following operation:
    Get receipt quantites for190550
    MSG-00102: On-line approval of the invoice failed
    MSG-00000: When Others:User-Defined Exception
    REP-1419: 'beforereport': PL/SQL program aborted.
    What table should I check to trackle for this problem. I can't approved this invoices due to this problem. Please helps URGENT!!
    Rgds
    Lim

    Read this note on metalink 157601.1
    Basically says, open the payable period and try running your program again

  • How to call workflow approve service in loop for multiple documents.

    i have created a serviceHandler for approving the document and i post the comma separated dIDs as a string from workflow approval template(custom template). And in serviceHandler program i pass the did for approving and only first document is approved and for other document its throwing error, Its showing error document revision is not a latest revision but document is having only one revision.
    my code is: can anyone help me.
    public void SendAllDocuments()
            throws DataException, ServiceException{
        try{
        String [] ContentDids;
        System.out.println("+++++++here we are the all SendAllDocuments++++++++++++++");
        String workflowIds = m_binder.getLocal("workflowIds");
        if(!workflowIds.isEmpty()){
             ContentDids = workflowIds.split("\\,");
        }else{
            throw new ServiceException("document are not selected from users, workflowIds"+workflowIds);
        int arrayLength = ContentDids.length;
        for(int iterator=0;iterator<=arrayLength-1;iterator++){
            SendDocumentToUserQueue(ContentDids[iterator]);
        }}catch(Exception e){ e.printStackTrace();}
        m_workspace.releaseConnection();
    //DocMeta table varible which are coming from Internal assignment page
    //xWF_SentFrom",xWorkflowStepAlias",xWF_SendTo",xPurposeForSubmission",xPurposeForRejection",xDocApproval",xWorkflowComments"
    //xInternalAssignment",togroup",xWF_SendToSend",xWF_SendToSend12",xPurposeForSubmissionSend",xWF_SendToApprove",wfSendApproveComments"
    //Revision table variable which can get from getRevisionsTableValueFromDid
    // dDocName", dDocType",dRevLabel",dSecurityGroup",dDocAccount"
    public void SendDocumentToUserQueue(String approvalId) throws DataException, ServiceException{
        try{
            DataResultSet resultset =getRevisionsTableValueFromDid(approvalId);
            String sendToName = m_binder.getLocal("sendToName");
            String sender="takuma";
        //String workflowComments = m_binder.getLocal("workflowComments");
        String workflowReason = m_binder.getLocal("workflowReason");
        m_binder.putLocal("IdcService", "WORKFLOW_Approve");
        m_binder.putLocal("idcToken", m_binder.getLocal("idcToken"));
        m_binder.putLocal("dID", approvalId);
        m_binder.putLocal("xWF_SendTo", sendToName);
        m_binder.putLocal("xPurposeForSubmission","108");
        m_binder.putLocal("xWF_SentFrom", sender);
        m_binder.putLocal("xWorkflowStepAlias", "");
        m_binder.putLocal("xPurposeForRejection", "");
        m_binder.putLocal("xDocApproval", "");
        m_binder.putLocal("xWorkflowComments", "");
        m_binder.putLocal("xInternalAssignment", "");
        m_binder.putLocal("xWF_SendToSend", "");
        m_binder.putLocal("dDocName", getData(resultset,"dDocName"));
        m_binder.putLocal("dDocType", getData(resultset,"dDocType"));
        m_binder.putLocal("dRevLabel", getData(resultset,"dRevLabel"));
        m_binder.putLocal("dSecurityGroup", getData(resultset,"dSecurityGroup"));
        m_binder.putLocal("dDocAccount", getData(resultset,"dDocAccount"));
        executeService(m_binder, sender);
    }catch(Exception e){ e.printStackTrace();}
    public DataResultSet getRevisionsTableValueFromDid(String documentId) throws DataException, ServiceException{
        DataResultSet drs = new DataResultSet();
        try{
            /*String sqlDocType="select dDocType from revisions where dId ='"+documentId+"'";
        ResultSet documentRset = getSystemWorkspace().createResultSetSQL(sqlDocType);
        //handle null pointer exception for DocumentValue
        String DocumentValue = ResultSetUtils.getValue(documentRset, "dDocType");*/
        String sql="select dDocName,dDocType,dRevLabel,dSecurityGroup,dDocAccount from Revisions where dId ='"+documentId+"'";
        ResultSet rset = getSystemWorkspace().createResultSetSQL(sql);
        if (rset == null || rset.isEmpty()) {
            SystemUtils
                    .info("Resultset is null please check database query and Did ="+documentId);
        drs.copy(rset);
        catch(Exception e){
            System.out.println("in catch of getRevisionId Method");
            e.printStackTrace();}
        //handle null pointer exception for DocumentValue       
        return drs;       
    public String getData(DataResultSet dataSet, String value) {
        String fieldValue = "";
        fieldValue = ResultSetUtils.getValue(dataSet, value);
        System.out.println(fieldValue+"value is null in getData Method=======");
        return fieldValue;
    public UserData getFullUserData(String userName, ExecutionContext cxt,
            Workspace ws) throws DataException, ServiceException {
        if (ws == null)
            ws = getSystemWorkspace();
        UserData userData = UserStorage.retrieveUserDatabaseProfileDataFull(
                userName, ws, null, cxt, true, true);
        //ws.releaseConnection();
        return userData;
    public Workspace getSystemWorkspace() {
        Workspace workspace = null;
        Provider wsProvider = Providers.getProvider("SystemDatabase");
        if (wsProvider != null)
            workspace = (Workspace) wsProvider.getProvider();
        return workspace;
    public void executeService(DataBinder binder, String userName)
            throws DataException, ServiceException {
        // obtain a connection to the database
        Workspace workspace = getSystemWorkspace();
        // check for an IdcService value
        String cmd = binder.getLocal("IdcService");
        if (cmd == null)
            throw new DataException("!csIdcServiceMissing");
        // obtain the service definition
        ServiceData serviceData = ServiceManager.getFullService(cmd);
        if (serviceData == null)
            throw new DataException(LocaleUtils.encodeMessage(
                    "!csNoServiceDefined", null, cmd));
        // create the service object for this service
        Service service = ServiceManager.createService(serviceData.m_classID,
                workspace, null, binder, serviceData);
        // obtain the full user data for this user
        UserData fullUserData = getFullUserData(userName, service, workspace);
        service.setUserData(fullUserData);
        // binder.m_environment.put("REMOTE_USER", userName);
        ServiceException error = null;
        try {
            // init the service to not send HTML back
            service.setSendFlags(true, true);
            // create all the ServiceHandlers and implementors
            service.initDelegatedObjects();
            // do a security check
            service.globalSecurityCheck();
            // prepare for the service
            service.preActions();
            // execute the service
            service.doActions();
            // doany cleanup
            service.postActions();
            // store any new personalization data
            service.updateSubjectInformation(true);
            service.updateTopicInformation(binder);
        } catch (ServiceException e) {
            varTrueFalse = false;
            error = e;
            SystemUtils.info("exception in second location=" + e);
            e.printStackTrace();
        } finally {
            // Remove all the temp files.       
            service.cleanUp(true);       
        // handle any error
        if (error != null) {
            error.printStackTrace();
            if (binder.getLocal("StatusCode") == null) {
                binder.putLocal("StatusCode", String.valueOf(error.m_errorCode));
                binder.putLocal("StatusMessage", error.getMessage());
            } else {
                throw new ServiceException(error.m_errorCode,
                        error.getMessage());

    I guess it is caused by the fact that some of variables in the binder refer to the first workflow item. My bet would be dDocName.
    Try to find out what's in the binder if you approve the second item from GUI and what's there when you do it from your program. That should give you enough info what you need to change.

  • Quicktime won't play live webcast....error msg about plug in

    Movie trlrs, advertisements, even archived webcasts can be viewed, but when I try to view a live webcast all I rcvd is the QT player loading the broadcast then stops. Clicking on the Q an error msg says plugin was found but an error has in the plugin has occurred. Help please!

    What do I do?
    Frankly, if you have deleted the original movie clips from your camera/camcorder and iPhoto, then it sounds as if you are up the proverbial creek without a paddle and there is nothing further that you can do.
    Some facts:
    For some reason, the movieclips are awful small (13-30 KB).
    640 x 480
    Codecs: H.264, AAC
    While these facts are of little value without file duration information, as you yourself have already noted, the file sizes quoted are extremely small. A typical VGA H.264/AAC file of reasonable quality would normally have a combined total data rate in the 700 to 1,700 Kbps range depending on specific settings, profile, and level of the encoding software and could be even higher or lower depending on the quality levels required. Therefore, it is reasonable to assume that files in the 13 to 30 KB range only contain 104 to 240 Kbs and either have durations measured in fractions of seconds or do not actually contain enough data to be played. (E.g., the video data may be missing or the file is corrupted.) Thus, it is most likely that something was wrong with the workflow used to "export" your files to the external drive and when you ignored the fact that the files were not playing correctly, you closed the door on anything that you could do when you deleted the source files. (I.e., the normal workflow here is to copy the entire iPhoto library to the external drive, switch libraries, confirm the new library is working properly and only then delete the boot drive copy of the iPhoto library.)
    OBS: When I try to convert the files into something else (AVI, MP4 whatever) either it comes with an error, nothing happens or the converted file wont open. This happens with various convert-programs.
    If the data in the files is missing, then there is nothing to be converted by any application.

  • Some Users cannot Open Workflow Approval Task

    We have a SPD workflow published to our production site and it includes a 'Start Approval Process' task which involves a number of users (determined by a lookup to another list) this worked brilliantly until we republished the workflow with some minor changes,
    none of which were to this particular approval task. Now we are seeing some strange behaviours. When some users click the task to approve they are seeing 'This from cannot be opened in a browser, To open this form use Microsoft Infopath'. Now strangely it's
    only certain users, if you're a site collection admin you never have this error. So if a user previously had the error and i then add them to the site collection administrators list the error goes away and they can complete the task.
    Obviously not a solution! giving users full control permissions on the task list or task item doesnt fix the error either. The same workflow on our UAT works without any issues. The task forms in SPD have not been customised either. Its a SP2010 Standard
    farm with no infopath services obviously. Bizarrely there are some users with only Contribute rights to the task list who can open approve tasks, so it's looking like a permissions issue to me but I'm at a loss to find a fix. I've tried totally removing
    the worklows and republishing, regenerating the .xsn task forms in SPD by deleting them and republishing, removing and re-adding the task related content types to site, Changing the Approval Task settings 'only allow users to edit their tasks...' to false
    and then back to true, the works, but to no avail.
    Anybody any ideas?
    TIA
    Chris

    Hi,
    According to your post, my understanding is that Some Users cannot Open Workflow Approval Task.
    I recommend that you can create a new list and workflow to check whether it works.
    Then use the user who get the error to open task.
    If he can open the task in the brower, the issue is related to the older list.
    Then you can use the new created list and assgin the task.
    Here is a similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/en-US/67dc8577-f248-4d6c-bb82-3aca0f084d24/this-form-cannot-be-opened-in-a-web-browser-error-not-an-infopath-form?forum=sharepointcustomizationprevious
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • What is this error msg

    Hi,,
    When trying to find draft budget for a project (in the budget form), an error msg appears, especially for the Approved Revenue and Cost Budget:
    "This budget type has been upgraded to a plan type. you can create new versions only for the corresponding plan type" , What does it mean??
    Thank u
    Tasneem

    Hi
    The error message refers to the fact that the budget type you are trying to edit has been upgraded to financial plan.
    When forms based budget were upgraded to financial plans in the html web pages, they are no longer editable in teh form based form.
    You need to open the html web page for editting those budgets.
    Dina

  • What is order against workflow approval ?

    what is order against workflow approval ?
    How to configure ?
    Thanking you.
    Regards,
    Subash

    Hi there,
    I am not sure if it is necessarily a bug, but its a matter of understanding all of the settings needed. I had the same problems for a while but after a fair bit of trial and error have found some workable settings.
    It probably has more to do with the export settings rather than what viewer options have selected (I don't think that viewer settings affect your export).
    What program are you using to export?
    I am using compressor to export with aspect ration set to automatic 16:9. Then use DVDSP with the track set to 16:9 letterbox, it seems to export to DVD with the correct aspect ratio that way.
    I am having trouble with the image strobing, looks like some kind of interlacing problem, but at least I have got it in the right aspect ratio.
    Its typical video, solve one problem and it just creates another.
    I am yet to find the absolute best workflow.
    In response to Andy above, the original letterboxed footage probably did have something to do with the downconverting settings on the camera, as when I import without downconverting it does not letterbox. In the HDR-HC1 there is an option in the menu called "TV Type" with options of 4:3 or 16:9. I was reviewing my footage on a 4:3 television so I most likely had it set to 4:3 which created the letterboxing in the viewer when I then imported the footage.
    Importing the footage in HDV solves the issue of aspect ratio, but creates a new problem with the image strobing.
    I hope this was some kind of help to you.
    Liam

  • Get error msg when opening iphoto from Photoshop: "Open iphoto 5 or later..

    I get an error msg when trying to open a photo in iPhoto from Photoshop: "Open iPhoto 5 or later to see photos from your iPhoto Library in this list." ... but in info it says I have iPhoto '08.... I am confused.... what is iPhoto 5, and how is it different than iPhoto '08? I have not had this issue before today.... previously it was working fine.
    Please email me when answered as it took me a while to find this forum and I'm afraid I won't be able to find it again.
    Thanks,
    <edited by host>

    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) 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 or later), 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. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. 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.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • Photoshop CS2 (program error msg)... Help please!!

    I have installed the full creative suite 2 on my new iMac. everything works fine except photoshop?!!?
    Illustrator works great, In-Design works great, But when i try to open a file or create a new page in PS it tells me "Could not create document because of a program error"???? ***?
    I had a previous version of CS and it worked fine for one day, then that started happening. I installed the CS2 trial version, and it would still give me the same error msg. I erased everything and installed the new CS2 (photoshop, illustrator , in-design and acrobat). It still gives me the same darn msg.???
    Any help would be greatly appreciated!
    thanks

    See the Adobe Knowledge Base document"Error 'Could not complete your request...' or 'Could not create a new document...' (Photoshop CS2 on Mac OS X v10.4)"
    I suggest whenever you have problems with third-party applications, the first place to start troubleshooting is with the application's documentation, then vendor's web site. Usually their sites have FAQs, lists of known bugs, or application-specific forums similar to these Discussions. Sometimes, unlike the Apple Discussions, the questions are even answered by employees of the vendor.
    The document cited above was found in 10 seconds by searching the Adobe support site.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • ITune wont start geting a error, error msg says send error or dont send.

    Hi,
    Like the topic says, i have tryed to reinstal itunes but with same results.
    error msg
    AppName: itunes.exe AppVer: 7.0.2.16 ModName: unknown
    ModVer: 0.0.0.0 Offset: 00000000
    what shuld i do next need it to work so i can use my ipod.

    let's first check to see whether or not that is associated with a broken QuickTime. (itunes needs a properly functioning QuickTime in order to work correctly.)
    try launching your QuickTime. does it:
    (a) launch perfectly fine?
    (b) fail to launch with an error message? (if so, what does it say?)
    (c) exhibit other peculiar behavior? (if so, could you describe it for us?)

Maybe you are looking for

  • How to find out the number of threads created under java vm at runtime

    our application seems to have hit the max number of threads that can be created under vm and the vm will just hang after that. that behavior seems to be consistent from an article that I read earlier. I wonder any way that java app can find out the n

  • Product trees- Lines

    DTW Product trees ProductTrees_Lines1 template what are the mandatory fields here? If possible, a sample data for each field RecordKey LineNum      Comment      Currency      IssueMethod      ItemCode      ParentItem      PriceList      Price      Qu

  • How do I get my camera back on my IPhone 5?

    I synced my old iphone 4 with my new iphone 5 and now I dont have the camera icon anymore. I have tried going to settings and restoring home screen and that didnt work either. PLZ HELP!

  • Oracle 10g Enterprise Edition Release 10.1.0.2.0 in Toad

    Hi, I have installed Oracle 10g client on Windows 2000 Professional. On opening the TOAD (Ver 7.1.7.21), i'm able to see all the tables with data, except the tables having blob datatype column. Even not able to run simple "Select Statement". It gives

  • I have an optical sensor and two hall effect how can I data log?

    I have built a test rig which consists of a gyroscope.  The gyro is spun up by and electric motor. I need to measure the speed of rotation.  I'm using an optical sensor and two Hall Effect sensors.  I would like to record the output of these and I wo