Problem in TaskManager.save()

Hi,
I have written a code for process kickoff.
It successfully kickoff the process and created the process id and task id.
Then, I have retrieved the task id and called TaskManager.save(created_task_id, FormInstance obj);
But, it throws the following exception:
com.adobe.idp.taskmanager.dsc.client.task.TaskNotFoundException: no task found for task ID = 208
at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.saveInternal(TaskManagerServ iceImpl.java:4481)
at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.saveFormData(TaskManagerServ iceImpl.java:474)
My Code:
Properties connectionProps = new Properties();
connectionProps.setProperty("DSC_DEFAULT_EJB_ENDPOINT", "jnp://localhost:1099");
connectionProps.setProperty("DSC_TRANSPORT_PROTOCOL","EJB");
connectionProps.setProperty("DSC_SERVER_TYPE", "JBoss");
connectionProps.setProperty("DSC_CREDENTIAL_USERNAME", "administrator");
connectionProps.setProperty("DSC_CREDENTIAL_PASSWORD", "password");
ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
TaskManager task = TaskManagerClientFactory.getTaskManager(myFactory);
URL url = new java.net.URL("xdp path");
Document doc = new Document(url);
InputStream in = doc.getInputStream();
byte[] formarray = new byte[in.available()];
in.read(formarray);
FormInstance form = task.getEmptyForm();
form.setTemplatePath("xdppath");
form.setXFAData(formarray);
form.setDocument(doc);
SaveTaskResult result = task.save(taskID, form);
System.out.println("ActionFromData="+result.getActionFromData());
System.out.println("task id="+result.getTaskId());
Please provide the solution.
Thanks in advance.
Regards,
Saravanan

You must have the wrong task ID. I tried running the code and it works - here is the code that i used:
try{
//Set connection properties
Properties ConnectionProps = new Properties();
ConnectionProps.setProperty("DSC_DEFAULT_EJB_ENDPOINT", "jnp://localhost:1099");
ConnectionProps.setProperty("DSC_TRANSPORT_PROTOCOL","EJB");
ConnectionProps.setProperty("DSC_SERVER_TYPE", "JBoss");
ConnectionProps.setProperty("DSC_CREDENTIAL_USERNAME", "tblue");
ConnectionProps.setProperty("DSC_CREDENTIAL_PASSWORD", "password");
//Create a ServiceClientFactory object
ServiceClientFactory myFactory = ServiceClientFactory.createInstance(ConnectionProps);
//Create a TaskManager object
TaskManager myTaskManager = TaskManagerClientFactory.getTaskManager(myFactory);
//Get the XFA data to merge into the form
FileInputStream myData = new FileInputStream("C:\\Adobe\\FormData.xml");
Document doc = new Document(myData);
InputStream in = doc.getInputStream();
byte[] formarray = new byte[in.available()];
in.read(formarray);
//Retrieve the form instance associated with task 2
FormInstance newForm = myTaskManager.getEmptyForm();
newForm.setTemplatePath("C:\\Adobe\\Mortgage.xdp");
newForm.setXFAData(formarray);
newForm.setDocument(doc);
SaveTaskResult result = myTaskManager.save(2, newForm);
System.out.println("ActionFromData= "+result.getActionFromData());
System.out.println("task id= "+result.getTaskId());
catch(Exception e)
e.printStackTrace();

Similar Messages

  • I have a problem using the "save as pdf..." command of the print panel of MS Word (lower L corner).  When file has a few photos in it, the pdf file becomes huge; 7 mb Word file becomes 31 mb., on MacBook Pro with Intel Core 2 Duo processor , OS X 10.5.8

    How can converting a MS Word file to a pdf make the file 5x bigger?  Can someone tell me how to update the "save as pdf..." feature when "printing" a file in MS Word (Word:mac 2008, ver. 12.2.5).  The problem is that using this to create pdf files gives huge files when the Word file has graphics pasted as pictures from Powerpoint, even for simple graphics and when first exported at low resolution (180 dpi) as jpg files from Powerpoint and inserted into Word.  

    Here's a little more info on the save_as_pdf issue.  It is Word files in 97–2004 format (doc) that get 5x bigger.  The conversion works fine and file size is normal if the Word file is saved in most recent Word format (docx rather than doc).  Somehow MS Word can't save its own files properly in pdf format.  Thanks Bill for all the frustration.

  • Adobe Reader X/10 - continued crash problems trying to save PDFs

    Dear all,
    I wonder if anyone can help me.... I have been having ongoing problems when trying to save PDF documents online while using the downloaded Adobe Reader 10 or X version. It always crashes/freezers when I press the 'save' button in the 'save as' dialogue box. I have to use end program and start all over again.
    I use Windows XP (Professional, Service Pack 3) and both Mozilla Firefox 4.0.1 and IE 8 web browsers. I have followed the links suggested to prevent in future after the problem has been reported - I have unstalled and reinstalled Reader a few times now, as well as checked that I have been using the most up to date version of Reader 10 or X. Then reopened everything again thinking it's solved and then crash (ARGH!). Has anyone else had similar issues?
    This is most frustrating to say the least, not withstanding the time delays affecting work outputs when the system crashes on the 'save as' dialogue box (after pressing save). I have lost faith in Adobe now ... I used to consider the free download of Reader a great asset, now it is a true annoyance and may or may not work entirely.
    Any help or advice would be great, even alternative PDF software.
    Many thanks in advance
    Ruth

    The response from 370H55V is correct in theory and in actual fact was very close to the solution, but the response was more cryptic than helpful. I first encountered this yesterday after upgrading users on a Terminal Server from Reader v8 to v9. My first instinct was to upgrade to v10, which I did, but the problem still existed, so I rolled back to v8 and the issue was resolved. Unfortunately however this was not a solution and it was a requirement that we upgraded to at least v9. The error was as described that in IE 8 when a PDF file was opened inside the browser(or embedded as some might say), and you press SAVE (or even sometimes print) within the adobe reader toolbar, IE would flicker and crash on the page and then recover the page, saying this page has been recovered, but no saving would happen. This would happen if protection was turned off in Adobe Reader, and if it was on (default), then pressing SAVE would just make IE freeze as previously reported.
    So to understand what was happening, I ran FILEMON and REGMON by SYSINTERNALS. Regmon showed nothing of significance. Filemon showed a lot more. It was getting an access denied error on c:\windows\system32\shell32.dll. There was no reason for this however because the permissions on this file allow all users to read and execute. But then I remembered what shell32.dll does. It brings up the SAVE AS dialog box that allows you select the path of where to save the file – essentially this is calling the shell of explorer.exe.
    So this is actually the cause of the crash. When Adobe Reader makes the call to the SAVE AS dialog box – CRASH!!!!! Why???
    Well it’s quite simple. The default location that the SAVE AS dialog box starts in is MY Documents and this is where to start looking for the source of the error. To find out were “my documents” is for your session, open REGEDIT and go to:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    Look for the key: PERSONAL and in it is a REG_SZ containing the path to “my documents” for the current user. This is generally something like C:\documents and settings\<username>\My Documents on Windows XP/2003 and something like C:\Users\<username>\Documents on Win7/ 2008.
    Now in our case the setting for this key was U:\ which was a mapped network drive to the path: \\server\username\mydocs. U:\ did exist and the user had full permission to it. So I changed the path on the personal key to C:\documents and settings\<username>\My Documents – the default setting. I went back to IE, opened a PDF document from a website, viewed the file and then pressed SAVE on the adobe toolbar. BINGO BABY!!!! Worked perfectly.
    But again this was not a solution because in a network, you need your users to have their “my documents” in their own home drive, which is generally located on a remote share on a server. So I put the PERSONAL setting in the registry back to U:\ and crash back to square one. I then put the path of the U:\ in the key instead of just U: drive, so PERSONAL now had a REG_SZ value of \\server\username\mydocs. Went out to IE again, launched a PDF, pressed SAVE. BINGO BABY!! It worked. So clearly this was a UNC Path resolution issue or something similar, but why did it only happen from v9 of Adobe Reader and whose fault is it – Microsoft or Adobe. Well I suspect both. I suspect that Adobe maybe making a weak Shell call in their code which doesn’t resolve the path properly, and a possible bug in the MS Shell call may be adding to this issue.
    Anyway, I did some further testing for some fun. I took permissions away from the user to their “My documents” folder and was also able to replicate the same crash. I set the PERSONAL registry key to a folder that didn’t exist and same crash. So basically if the SAVE AS shell call can’t resolve or access the path as set in the PERSONAL key the you will get this crash.
    The way I solved it for the network users, was to set the registry key for PERSONAL to \\server\username\mydocs via Group Policy, also a logon script may also work. Additionally you could use Folder Redirection in Group Policy to set the path for MY Documents on a per user basis. This also was tested and work.
    For non-network users check the PERSONAL key and get the path and then find that path and check permissions etc. Replace it with the default location or even point it to a path that you know exists and has full access.
    As a final tip, also look at the registry Key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
    And find the PERSONAL path. It will be something like %USERPROFILE%\my documents in XP/2003 and %USERPROFILE%\Documents in Win7/2008. This is the default location and if the PERSONAL KEY does not exist in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders then windows reverts back to the User Shell Folders key to get the path. It is a good idea to check that path in this area as well.
    Hope this helps.

  • T61P XP/SP3 - Power Manager Problems, Can't save schemes, limited schemes available

    Hi All - When I got this -rockin'- laptop originally I could set my own power schemes without problem.  Now it won't save my new powerschemes.  I try to create one, finish the last step, and then the power scheme isn't in the dropdown.  I read somewhere on the Web that this may be related to SP3. 
    Also, the only Power Schemes I have access to are Video Playback and Maximum Performance.  I have tried uninstalling Power Manager and the associated DLL and then reinstalling, but that didn't help.  Also, I see no reference to this problem in troubleshooting.  Thanks in advance.  This is getting really annoying as I like to use as little power as possible since I use teh computer on battery power quite often.
    Thanks!  g- 
    Solved!
    Go to Solution.

    First, don't mark an item solved if it's not solved. Second, learn to search to see if others have had this problem. instead of repeating a post that's been beaten to death. Hint: Lots of us have had the problem .
    If you had searched you would have found this link: http://chris.brandlehner.at/Brandlehner/cab_blog.nsf/d6plinks/CBRR-6YWBNV where you will see a possible solution. If it works, you can mark the entry "solved". Good luck.
    T520 4239-CTO
    T61/p 6459-CTO (Gone but not forgotten)
    A31/p XP Pro 1 gig memory
    A30/p XP Pro 1 gig memory
    TP600 Win 2K 288 mb memory
    701C Win 98 Don't ask

  • Problem in opening Save file Dialog..

    Hi all,
    I have a table, i want to save the table data in in csv format.So my problem starts here that when i click on button to save table data a Save dialog should be displayed where i can select path and save file.
    So please make it possible ASAP.

    Is this a Java Studio Creator JSF table component related question? If you are you talking about saving the data from the table at design time or when you run the application and you want to save the table data from the table displayed in the browser?
    Please clarify.
    thanks,
    Sandip

  • Problems with screen saver image quality

    Just got a MPB 15 inch. Very happy with it but have a small problem with the screen saver. I use my i Photo folders as the source for screen saver images. Some photos are shown in very good quality but others are very poor - as if low res. The original images are all of the same high quality. Seems to occur whichever video setting is used under power saving. A minor issue I now but any ideas?

    Hi, Mark. Apparently some of the photos being used are low-resolution thumbnails, not full-resolution images.
    What version of iPhoto do you have, and which OS version are you running? On my MBP running 10.5.6 and iPhoto 7.1.5, "All folders" is not an option in the Screensaver pane of System Prefs, so I don't know what you're actually choosing. But if I select "Pictures" (which refers to the Pictures folder in my Home folder), then the screensaver uses every .jpg file that it finds in any of the several iPhoto Libraries inside my Pictures folder. The thumbnails created by iPhoto are .jpgs, so they get used by the screensaver along with full-size high-resolution images.
    The solution is not to select a folder that contains any thumbnails.

  • XML Form Builder-Problem with the save button

    Hi All,
    I created a project in XML Form Builder.
    I included a button "Save" in my project.
    All is working fine when i preview my project in XML Form Builder.
    The problem is when i run my project with iview.
    I suppose the form to save my input and then to be closed but
    unfortunately it did not.
    I don't know where the problem is as in the XML Form Builder everything seems ok.
    Thank you for your help!
    Regards,
    Ari

    Hi Carsten,
    Thank you for your help.
    There is no javascript error in the form.
    In the status bar when i have my mouse over the button i can see "javaxcript:HrefSubmit('save',"");"
    And when push the button "Transering Data..."
    I created the form in the Xml Form Builder and in preview there the project works.
    What do you mean "Did you access your Form using the KM Admin Explorer via a comman?"
    How can i have acess there?
    I appreciate you help!
    Regards,
    Ari

  • Me53n Enhancement problem in displaying Save data

    Dear gurus
    i have added two field in structure CI_EBANDB
    1) Date1
    2) Date2
    In PBO of Screen 0111 i have use this code
    CHECK FL_INPUT IS INITIAL. "FL_INPUT is global field for FLAG DATA: FL_INPUT TYPE FLAG.
        LOOP AT SCREEN.
           SCREEN-INPUT = 0.
           MODIFY SCREEN.
        ENDLOOP.
    in EXIT_SAPLMEREQ_003
    i used this code
    ex_changed = 'X'.
      if sy-tcode = 'ME52N' or sy-tcode = 'ME51N'.
        data :   req_ref       type ref to if_purchase_requisition,
                 req_items     type mmpur_requisition_items,
                 req_item      type mmpur_requisition_item,
                 req_it_data   type mereq_item.
        call method im_req_item->get_requisition
          receiving
            re_requisition = req_ref.
        if req_ref is bound.
          call method req_ref->get_items
            receiving
              re_items = req_items.
          if req_items is not initial.
            loop at req_items into req_item.
              if req_item-item is bound.
                call method req_item-item->get_data
                  receiving
                    re_data = req_it_data.
                move eban-zzitemremarks     to req_it_data-zzitemremarks.
                move eban-zzitemremarks1     to req_it_data-zzitemremarks1.
    *           Move all the custom screen fields.
                call method req_item-item->set_data
                  exporting
                    im_data = req_it_data.
              endif.
            endloop.
          endif.
        endif.
      endif.
    the problem im facing is that im able to save the data but im not able to view the data when i run the T-Code me53n
    please help
    regards
    Saad Nisar

    Closed Not answered

  • Problems trying to save a libary....

    Ok so i am a new user struggling on the edge of the deep end....
    I am trying to make ammendments to a template .lbi file.
    seems to work fine then after making more adjustments it seems to lose the ability to update as part of a save.
    I have only been working on one open libary file on a clean version of the template and trying to follow the instructions fully..
    this has happened repeatedly and is causing a problem.
    it must be a simple misunderstanging on my behalf ... but can any body offer advice..
    Ian

    It would help alot to have a look at your template page's code.  The very best way to do that is to upload the template to webspace that you control and post a link to it.  The next way would be to paste the code into a reply here.  If you do the latter, please use the double chevron icon on the toolbar just above and select the Syntax Highlighting > Plain text method.

  • Ipod app download problem - can't save security questions. Pls help!

    For quite a while now my daughter has been unable to download apps to her iPod Touch.  Whenever she tries she is asked to fill in 3 security questions, backup email address etc.  She goes through the process as asks, but then, when she tries to save it, gets the message 'an error occurred, we cannot save your changes'.  She has been very patient, but is getting really frustrated with it. I thought I'd try and help and have found several references to this, and similar problems on users communities, but no solutions.
    We'd be thrilled if someone could point us to a solution
    Thank you!

    If you cannot remember your Security questions/answers...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
      Or Email Here  >  Apple  Support  iTunes Store  Contact
    Note:  The Rescue Email can only be set up BEFORE you forget the Security question/answers.

  • Problem: Color Management/Save for Web on Wide Gamut Monitor

    Hi,
    I've got a problem with color management - I thought I understood it, but it seems as if didn't. So I'm trying to kindly ask for help.
    I'm printing, and also trying to save an image for Web.
    My setup:
    - Win 7, CS 5
    - Calibrated Wide Gamut Monitor (eizo cg223w)
    - Photoshop set to ProPhoto (I don't want to start a discussion adobergb vs prophoto)
    - Save for Web and Devices, Embed Color Profile, Convert to SRGB
    - Viewing in Firefox 3.6 with Color Management enabled
    Problem:
    Image: http://dl.dropbox.com/u/311345/luchs-1024.jpg
    If I compare the file in Firefox and Photoshop, the Firefox presentation is slightly more saturated - and I have no idea why.
    I thought it should work with the above workflow.
    Here is a screenshot where you can clearly see a difference (Note: the additional over-saturation here is caused by the wide gammut monitor when taking screenshots, in reality its not as dramatic as that): http://imgur.com/MFPbU but you can clearly see the difference.
    I would be very very thankful for any pointers what I'm doing wrong in my workflow!
    Thanks in advance,
    Christoph

    function(){return A.apply(null,[this].concat($A(arguments)))}
    ch_bla wrote:
    - Monitor calibrated
    - Edit under ProPhoto RGB, 16 bit raw files
    - Save for Web and Devices, Embed Color Profile, Convert to SRGB
    Is this the preferred way?
    It's a reasonable and correct way to do it, assuming you want to embed a profile in the images.
    Since at least in some browsers and cases the colors selected within the HTML elements must match image colors, one can sometimes make a case for not embedding any profile at all, but that's really looking backwards.  Browsers are moving forward toward not only managing colors in images but also in the HTML elements themselves.  If you want your images accurately portrayed in as many places as possible you're doing the right thing looking forward.
    Personally I embed the sRGB profile in my web images, as you are doing.  And I check things primarily with IE and Safari.
    Unlike you, I prefer to edit using the sRGB color space, but that's just personal preference.  I find it more convenient to use File - Save As instead of File - Save For Web & Devices, and I get caught by gotchas less often this way.  Your preference ensures you don't lose any colors at the extremes of the gamut while editing and it could easily be argued that that's better, depending on what image products you produce.
    As for the article you mentioned, anyone who would set their preferred working space to Monitor RGB or use Proof Colors in normal editing is asking for trouble, and may not understand color management at all.
    -Noel

  • Export problems with pages/ save as word document results in corrupted text

    This may be a new problem with Pages as I have not seen this happen with previous versions but, when I export a page made with a template, it ends up with merge problems - headers end up at the foot and invisible text regarding merge showing. When saved, a error box opens saying that merge fields are not save or similar, and I end up with a non friendly .doc file.

    morayshire wrote:
    This may be a new problem with Pages as I have not seen this happen with previous versions but, when I export a page made with a template, it ends up with merge problems - headers end up at the foot and invisible text regarding merge showing. When saved, a error box opens saying that merge fields are not save or similar, and I end up with a non friendly .doc file.
    Here are alert messages related to 'Word Exporter'
    /* Word Exporter */
    "Cells with unsupported number formatting were exported as text." = "Les cellules comportant un format numérique non pris en charge ont été exportées sous forme de texte.";
    /* Word Exporter */
    "Change tracking isn\\U2019t supported for cell image fills. Original cell image fills were removed." = "Le suivi des modifications n’est pas pris en charge dans les remplissages de cellule par image. Les remplissages de cellule par image d’origine ont été supprimés.";
    /* Word Exporter */
    "Change tracking isn\\U2019t supported for cell image fills. Tracked changes for cell image fills were accepted." = "Le suivi des modifications n’est pas pris en charge pour les remplissages de cellules par image. Les modifications effectuées pour ces remplissages ont été acceptées.";
    /* Word Exporter */
    "Change tracking on floating objects isn\\U2019t supported. Tracked changes were accepted." = "Le suivi des modifications sur les objets flottants n’est pas pris en charge. Les modifications ont été acceptées.";
    /* Word Exporter */
    "Comments on anything other than body text and inline objects aren\\U2019t supported and were removed." = "Les commentaires sur un autre élément que le corps de texte et les objets incorporés ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Durations formatting isn\\U2019t supported and was exported as text." = "Le formatage des durées n’est pas pris en charge et a été exporté sous forme de texte.";
    /* Word Exporter */
    "Footer rows aren\\U2019t supported and were converted to regular rows." = "Les rangs de bas de tableau ne sont pas pris en charge et ont été convertis en rangs standard.";
    /* Word Exporter */
    "Formulas referencing cells with custom number formats aren\\U2019t supported and were replaced by the last calculated value." = "Les formules faisant référence à des cellules comportant des formats numériques personnalisés ne sont pas prises en charge et ont été remplacées par la dernière valeur calculée.";
    /* Word Exporter */
    "Formulas referencing durations aren\\U2019t supported and were replaced by the last calculated value." = "Les formules faisant référence à des durées ne sont pas prises en charge et ont été remplacées par la dernière valeur calculée.";
    /* Word Exporter */
    "Hidden footer content was removed." = "Le contenu du pied de page masqué a été supprimé.";
    /* Word Exporter */
    "Hidden header content was removed." = "Le contenu de l’en-tête masqué a été supprimé.";
    /* Word Exporter */
    "Hidden rows and columns were removed." = "Les colonnes ou rangs masqués ont été supprimés.";
    /* Word Exporter */
    "Japanese footnote or endnote numbering isn\\U2019t an exact match." = "La numérotation japonaise de note de bas de page ou de fin ne concorde pas exactement.";
    /* Word Exporter */
    "Links to external Pages documents aren\\U2019t supported and were removed." = "Les liens vers les documents Pages externes ne sont pas pris en charge et ont été supprimés.";
    _/* Word Exorter */_
    _"Merge fields were exported as regular text, not as merge fields." = "Les champs de fusion ont été exportés comme texte standard et non comme champs de fusion.";_
    /* Word Exporter */
    "One or more formulas aren\\U2019t supported in the chosen file format and were removed. The last calculated value was retained." = "Une ou plusieurs formules ne sont pas prises en charge dans le format de fichier sélectionné et ont été supprimées. La dernière valeur calculée a été retenue.";
    /* Word Exporter */
    "Some paragraph border rules couldn\\U2019t be exported." = "Certaines règles de bordures de paragraphe n’ont pas pu être exportées.";
    /* Word Exporter */
    "Table cell comments can\\U2019t be exported if there are any comments attached to the entire table. The table comments were exported, but cell comments were removed." = "Les commentaires de cellules de tableau ne peuvent pas être exportés si des commentaires sont associés au tableau entier. Les commentaires de tableaux ont été exportés mais ceux de cellules ont été supprimés.";
    /* Word Exporter */
    "Table cell fills other than solid colors aren\\U2019t supported and were removed." = "Les remplissages de cellules de tableau autres que par des couleurs unies ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Table image fills aren\\U2019t supported and were removed." = "Les remplissages de tableau par image ne sont pas pris en charge et ont été supprimés.";
    /* Word Exporter */
    "Tables with more than 63 columns aren\\U2019t supported. Columns 64 and highger were removed." = "Les tableaux comportant plus de 63 colonnes ne sont pas pris en charge. Les colonnes 64 et au-delà ont été supprimées.";
    /* Word Exporter */
    "The page layout document was exported as a word processing document." = "Le document de mise en page a été exporté comme document de traitement de texte.";
    *_This gives us a simple way to convert a Page Layout document into a Word Processor one. Export it to Word, import the .doc file._*
    /* Word Exporter */
    "WECannotMapNumberFormat" = "Le format numérique non pris en charge a été remplacé par le format numérique par défaut (1, 2, 3…).";
    Yvan KOENIG (Vallauris, FRANCE vendredi 7 août 2009 21:18:06)

  • Big problem - Lost all saves in many games

    Hi there, i have a big problem - few days ago, suddenly there was no sound in all games and apps - i tried to restart ipad, shut down, delete the game from background, restart again, sound was on, for a few hours it worked, then when i started other game, suddenly sound goes off again - no action pushing the side button to increase the sound, repaired somehow after few restarts... Thats not the biggest problem, i get used to it, but worse i lost saves in 2 games - when i started game- the game started from beginning, no profile, no saved progress, no purchases - i did nothing to that game, just normally started as many times ago,
    did not delete the game from ipad, just playing as usually, but now there are no game saved data... I dont understand, the same thing happened with another game- i installed a new game yesterday, played for a few hours, then started again - all progress deleted, game goes from the start - what the **** is it?
    Some kind of virus or what ? I did nothing unusual - it all started when the sound gone off multiple times, always turned on after few restarts, but after few days
    The saved data and progress in some games started to disappear after normally starting the game - i am very sad about this, because i played the game for a long time,had a big progress,lot of purchases for real money and now the profile is lost... Please help, i am really disappointed about this

    This is not a virus, or any other kind of malware. Unless you have jailbroken your iPad, there's nothing it could be infected with.
    Regarding the sound issue, since it affected multiple apps, it has to be a system issue. It could be hardware or it could be a software glitch. First thing to try is to restart the iPad, and if that doesn't work, reset it:
    http://www.apple.com/support/ipad/assistant/ipad/#section_1
    If none of those work, you'll want to restore your iPad. (Instructions can be found from the link above.)
    As for the game saves, note that deleting an app also deletes its data. This is normal. If the games that you deleted and re-downloaded don't store your data in some kind of online account, it's gone. If you have been backing up your iPad, you should be able to recover it from those backups... If not, you have learned a hard lesson in the importance of backups.

  • Problem with iPhoto save pdf to folder as jpeg

    Hello,
    I made a card in iphoto '11 and when i want to transfer it to folder as jpeg it shows that cannot find Store Disk Item References. I think i need a workflow like "save pdf to jpeg" but i don't know where can i find this.
    I use mountain lion.
    Thanks
    John

    Here's one way to convert get each page of the card to a 200 dpi or 300 dpi jpeg file. 
    First go to the card mode, right click on a page and select Save as PDF from the contextual menu.  Once you have a pdf file of
    1 - open the pdf file in Preview.
    2 - type Command+P to start the print process.
    3  - click on the PDF button and select "Save PDF to iPhoto".
    Note:  If you don't have any of those options go to Toad's Cellar and download these two files:
    Save PDF to iPhoto 200 DPI.workflow.zip
    Save PDF to iPhoto 200 DPI.workflow.zip
    Unzip the files and place in the HD/Library/PDF Services folder and reboot.
    4 - select either of the files above (300 dip is used for photos to be included in a card, book, etc. that will be ordered).
    5 - in the window that comes up enter an album name or select an existing album and hit the Continue button.
    That will create a 200 or 300 dpi jpeg file of the item being printed and import it into iPhoto.
    Now you can export the jpeg files out of iPhoto via File ➙ Export ➙ File Export  with Kind = Original to get the high resolution files that you want.
    OT

  • Problems trying to save us .eps with the last version CS6

    Since a couple of weeks always i try to save a file us .eps the app doesn´t work. The windows progress open but doesn´t progress...

    Mylenium
    I didn´t because it is with all files. Old files, new one. Just do some draw, any one and try to save us .eps and then fail.
    Thanks

Maybe you are looking for