Create adobe in background session

hi gurus
I need to know if is possible ti develop a web dynpro application to create an interactive forms in background and send it by mail, it's possible to do or is necessary the visualization of interactive form and then send it by mail?

Hi..
I am not sure you want to know for WebDynpro Java or WebDynpro ABAP...
In WebDynpro Java it is deficately possible to create a form and send as a mail.
In WDJ we have IWDPDFDocumentHandler class by which we can create the form in background..  For that we need the first have the .xdp template of the form ready stored somewhere it can be in mimes folder of KM repository.. then using the class we can create the form and pass the binary stream of the .xdp file as a e-mail attachment using javax.mail class..
- Akshay

Similar Messages

  • How To Create A Website Background Video In Adobe Edge ?

    Hello,
    I have video file in my computer SSD drive and i want it to play as background on my web page (page that i am creating).I did try to follow this video:
    How To Create A Website Background Video In Adobe Edge Animate Using Edgehero - YouTube
    but i cant follow 100% what he is doing.
    Guide that i did try to follow is at this link: How To Create A Website Background Video In Adobe Edge Animate Using Edgehero - YouTube
    Steps i do in Adobe Edge Animate CC
    1.) Create New
    2.) i click + sign under section Library >> Scripts >> Add JS File from URL...
    URL that i am adding is: http://www.edgehero.com/edgehero.js/1.2/edgehero_1.2_min.js  (URL is taken from site: Edgehero.js )
    I add this link: http://www.edgehero.com/edgehero.js/1.2/edgehero_1.2_min.js to box that occures after i click on Add JS File from URL
    3.) I go to Edgehero.js and from there i scrol down to section named as Media - Html5 video / Html5 audio
    and i select from there this:
    there is a code:
      // this will set the video as background of the div/rectangle
    backgroundvideo_1 ='movie.mp4';
      // put new edgehero.js variables here
    4.) I go to Adobe Edge Animate CC 2014 and right click on project and select Open Actions for "Stage"
    and then i click on + sign and select creationComplete
    This will open Stage window
    there i will copy this code:
      // this will set the video as background of the div/rectangle
    backgroundvideo_1 ='movie.mp4';
      // put new edgehero.js variables here
    5.) Then i click on ++ sign under library >> Video
    and i add video from my computer SSD drive.
    Video is named as video3.mp4
    Now i eddit the code in Stage window (See above)
    code will look after editing like this:
    Then i change under left side px to %
    6.) Then i copy backgroundvideo_1 from Stage Code:
    Then i select Rectangle Tool and mark the area  (white box) and i click on small C icon
    And the box that occures i type there backgroundvideo_1_mp4 autoplay
    now when i use ctrl and enter i only get gray box that does not play video.
    What am i doing wrong?

    Here is the html file.
    Note video file that i try to add is random training video from youtube, And file format is saved using this site:
    How do I download and save a YouTube video to my computer?
    this is only for testing as i am not gonna put that video on background to my web page. I am only trying to understand how to add video as background.
    http://www.filedropper.com/test3_5
    http://www.filedropper.com/test3_6
    http://www.filedropper.com/test3edge
    http://www.filedropper.com/test3edgeactions
    http://www.filedropper.com/test3edgepreload
    Goal is to create background video like u can see here:
    Adobe Muse Tutorial - Responsive Design Hack! by MuseThemes.com - YouTube
    Similar possibility is available also in Edge as i understand?

  • Displaying Confirmation Message after a Background Session Create

    Hi All,
    I have an application that creates a financial document in a background session. I want to wait for this background session to complete and then display to the user that it has completed and what the document number is.
    How can I do this?
    Currently I am waiting 5 seconds and then displaying the newest document that has been added to BKPF but I know that this is probably not very good practice. I was hoping there was a better way.
    Thanks for any help, its much appreciated,
    Colm

    Try this:
        SUBMIT RSBDCSUB WITH SELECTION......etc etc....
           EXPORTING LIST TO MEMORY AND RETURN.
        CALL FUNCTION 'LIST_FROM_MEMORY'
             TABLES
                  listobject = li_listobject
             EXCEPTIONS
                  not_found  = 1
                  OTHERS     = 2.
      IF sy-subrc = 0.
        CALL FUNCTION 'WRITE_LIST'
             TABLES
                  listobject = li_listobject
             EXCEPTIONS
                  empty_list = 1
                  OTHERS     = 2.
        IF sy-subrc <> 0.
          write:/ 'List could not be read'.
        ELSE.
          LOOP AT li_listobject.
    * read what you are looking for here
          ENDLOOP.   
        ENDIF.
    ELSE.
      write:/ 'No list was found in memory'.
    ENDIF.

  • Error in scheduling Background session

    Hi All,
    I have used RFBIBL00 to create a Batch input session .
    I am able to process the session in fore ground.
    when i try it in background.I am getting an error message as
    "Unable to schedule Session z*".
    plz guide me reg this.
    thanks.
    albert.

    If you are able to see the session on transaction SM35, check if it has any transactions in the session. It could be the case that the session was created but there are no transactions in it.
    - Guru

  • "Creating Adobe PDF" task will not close  H E L P

    "Creating Adobe PDF" task will not close after I print a .pdf document. I am running Windows XP Professional with Adobe Acrobat 8 Professional v 8.1.2. It doesn't matter what application I print from, this window stays open in the background. I have to minimize the window in the windows task bar, then restore the window, then click hide on the window to get it to close.
    Please help me, I have searched for a solution, but nothing seems to be out there. I can't be the only one having this problem.

    Has anyone had any luck resolving this issue? I had the problem for a long time and then it went away, I believe after I reinstalled Adobe because the updater had stopped working. Recently the issue began again, primarily with printing to PDF from Explorer. It seemed to start after a recent Microsoft update, so I am wondering if that was the culprit, though even if it is I have no idea how to correct it. When I can catch the "hide" button on the dialogue when it first launches the "creating adobe pdf" task, it sometimes closes itself. I have also noticed that it seems to re-appear on every OTHER print to PDF. I am running Adobe Acrobat 8 Professional, Version 8.2.5 on Windows XP Professional and Internet Explorer 7. Anyone? Help?

  • How to shedule an abap report to run paralely in more background session

    I wander how to shedule an abap report to run paralely in more background session.
    I am afraid of parallel locking.

    Hi,
    You can schedule different jobs with same program name.
    Use ENQUEUE_ & DEQUEUE_ to lock/unlock the records being process. The lock objects can be created in SE11.
    Best regards,
    Prashant

  • Transaction ME21n (Will not run as a BACKGROUND SESSION)

    The requirement is to generate Purchase Orders (Stock Transport Orders to be precise).
    The RFC has to create a session which will be executed...say...before midnight to generate the sto (TC -> SM35).
    I have used BDC inside my RFC calling the transaction ME21n. It runs fine as a foreground session, but will give a error if the session is run as a background session (Due to the dropdown lists in ME21n I guess).
    The solution I figured out is to use ME21. This does execute in the background successfully.
    But given the fact that ME21 is the OLD transaction and ME21n (enjoy sap transaction, right?) to be the one to be used now, my dilemma is in choosing ME21 and risk the scenario of this transaction being obsolete and not supported the SAP for technical support in the future.
    Can any body please help me on this.
    Thank you.
    Message was edited by: Sai Sanathan

    hello,
    with transaction VL10BATCH you can create new variants, and shedule background jobs. This should work.
    However, you need another user role. (on the last tab of the selection screen of VL10B)
    It is the F code profile you have to change. With this profile you can choose whether a list needs to be shown, or whether the deliveries have to be created right away (without showing the list). The second option should work in background. After delivery creation, you can check the   log using transaction V_SA.
    So you need to create a selection variant with changed user-role for the backround job.
    You can maintain user-roles via transaction VL10CUA.
    You can input-enable user-role via transaction VL10CUV.
    If you don't want the users to be able to run VL10B without showing the list, you have to create your own scenario, and use VL10X to start this scenario. Although this is not really necessary.
    I hope this makes things more clear for you.
    regards,
    Joris.
    Here is a copy of the OSS-note (310022) I was talking about:
    Symptom                                                                               
    o  For regular planning, you want to transfer the delivery creation
           in a job to the system administration. Here, you have           
           difficulties.                                                                               
    o  Background processing of Transaction VL10* does not generate    
           deliveries but only a list in the spool.                                                                               
    Additional key words                                                   
    VL10BATCH, VL10A, VL10B, VL10C, VL10D, VL10E                                                                               
    Cause and prerequisites                                                
    Solution                                                               
    For planning the delivery creation in background processing you must                                                                               
    o  activate a user role for immediate creation of deliveries (in the
           standard system, the immediate delivery creation is deactivated 
           for all user roles for reasons of safety),                                                                               
    o  create a selection variant for one of Transactions VL10*.                                                                               
    Activation of the user role for background processing                  
    The user role controls the entire processing of the delivery list.     
    Within Transactions VL10*, you can display and maintain the user role on
    the "User role" tab page. You can carry out the maintenance also via   
    Transaction VL10CUA. Note 301578 describes how to make a user role ready
    for input.                                                             
    An F-code profile is linked to the user role. The F-code profile       
    controls the internal process of the transaction. Two F-code profiles  
    are provided in the standard system:                                                                               
    o  0001 Display delivery list                                                                               
    o  5001 Supply delivery list                                                                               
    In the user role you want to use for background processing, you have to
    replace F-code profile (not "AllowedDialogFCodes") 0001 with profile   
    5001:                                                                               
    1.  Call Transaction VL10CUA for maintenance of the user roles.                                                                               
    2.  You might want to copy one of standard user roles 5001 to 5103 that
        is planned for processing in the background to a separate role in 
        the customer namespace, for example, 9001 or Z***.                                                                               
    3.  Branch to the detail view of the user role and change the entry for
        the F-code profile from "Display delivery list" to "Supply delivery
        list".                                                                               
    Creation of the selection variant                                                                               
    1.  Call the desired Transaction VL10* and branch to the "User role" ta
        page. Do not use Transaction SE38 or VL10BATCH for variant        
        maintenance of VL10*.                                                                               
    2.  Here, enter the user role that you have maintained for background 
        processing.                                                       
        Caution! If you use a user role with an F-code profile for the    
        immediate creation of deliveries, you receive no dialog with a    
        shipping due list but the deliveries are created immediately at the
        start of the selection!                                                                               
    3.  Enter the remaining selection criteria on the various other tab   
        pages.                                                                               
    4.  Select function "Goto -> Variants -> Save as variant..." and save 
        the selection criteria entered as a variant. You might classify the
        variant as "Only for background processing", in order to avoid a  
        start of the delivery creation in the dialog by mistake.                                                                               
    5.  Make sure that the objects of selection screen 1060 have been saved
        and that checkboxes "Save field without values" are not filled with
        all objects (in particular in Release 4.6B) for the desired       
        settings.                                                                               
    You can schedule the selection variant via Transaction VL10BATCH for  
    regular use in the batch.                                             
    And also the OSS-note (301578) about input-enabling user-role:
    SAP Note No. 301578                          22.08.2005           Page 1
    Number              301578                                              
    Version             4 from 08.05.2000                                   
    Status              Released for Customer                               
    Set on              08.05.2000                                                                               
    Language            EN                                                  
    Master language     DE                                                  
    Short text          VL10: Ready to input status of user role                                                                               
    Responsible         SAP AG                                              
    Component           LE-SHP-DL                                           
                        Delivery Processing                                 
    Long text                                                                               
    Symptom                                                                 
    On the selection screen of transaction family VL10*, the selection      
    criteria in the 'user role' tab are no longer ready for input of Release
    4.6C.                                                                               
    They are delivered in the standard SAP system not ready for input.                                                                               
    Additional key words                                                                               
    Cause and prerequisites                                                 
    As of Release 4.6C, the ready for input status in the 'user role' tab is
    linked to settings in the scenario and the user role.                                                                               
    1.  In order to get the ready for input status for the "Role" field, set
        "Allow assignment" to 'X' in the scenario that you are using        
        (Transaction VL10CUV or SM31, V_T186V, T186V-ALLOW_USER_ROLE = 'X').                                                                               
    The system administrator (Customizing authorization) can then       
        determine whether only the user role preset in the system is allowed
        or whether any number of other user roles may also be used for this 
        scenario.                                                                               
    2.  For the check box "Use list profile" and therefore all possible                                                                               
    settings for the "user role" tab, the ready for input status in the
        user role can be allowed in "Chang. attrbute" (changeability of the
        attributes).                                                       
        Set this field with Transaction VL10CUA for the used user role to  
        'X' (Transaction VL10CUA, or SM31, V_T186, t186-CHANGE_ALLOW = 'X').
    Background:                                                                               
    The settings in the scenario and user role have in the course of time  
    become so wide-ranging and far-reaching that an additional feature had 
    to be implemented: a system administrator must be able restrict the    
    changes by the end user at different levels .                                                                               
    You now have the option of determining for every user role whether that
    settings determined on the selection screen may be changed again.      
    You also have the option of determining in every scenario in which this
    user role is used whether the change is allowed for another user role.                                                                               
    In the context of the fixed link of the scenario to a transaction and  
    therefore to the authorization concept of mySAP.com - user-roles can be
    controlled at user level - whether the settings for the user role tab of
    the selection screen of VL10* may be changed by a user or not.                                                                               
    Solution                                                               
    Maintain setting in scenario (VL10CUV) and user role (VL10CU)          
    (Customizing authorization required).

  • Create repeating / tiled background images

    I may have missed this in the previous versions of Adobe Photoshop.
    Is there "a way / or method" to create repeating / tiled background images in photoshop?
    Many times a "tile" for a tiled background is quite small at around 150px x 150px.
    1:
    It would be very nice to be able to work on the tile, be able to zoom in and out of it, and actively see a functioning live tiled background.
    Yes it might be a bit like a kaleidescope, but it would be live and you would see any harshness in the pattern and can remedy glitches it in real time.
    2:
    It would also be very nice to be able to "draw / paint / edit" off the edge of the tile and have the effect carried over to the other side...
    Yes just like in Asteroids.
    I think creating Tiled BG's is a very strong contender for being one of the more frustrating things I do with Photoshop. I hope the above ideas can be added to PS6.
    Just to you you know... DPaint IV for the Amiga did this very well back in 1990'ish.

    There will not be any substantial changes to CS6 to add new features beyond the beta. We are too far along in the process for that. To accomplish what you desire, can you use the pattern feature to tile?  For any new features you wish to request, you can to to this website  http://feedback.photoshop.com/photoshop_family  people can vote on the favorite features.
    Pattie
    Use the Rectangle Marquee tool on any open image to select an area to use as a pattern. Feather must be set to 0 pixels. Note that large images may become unwieldy.
    Choose Edit > Define Pattern.
    Enter a name for the pattern in the Pattern Name dialog box.

  • Create a unique background?

    Hi there,
    I'm working with RoboHelp HTML 8 and I'm trying to create a unique background for the first page that opens in my help file. I was hoping to include a watermark of our company logo. But I don't want this logo to display for the rest of the pages of the help file. After looking through Adobe' help, it looks like you can maybe do this by creating master pages. The steps seems kind of confusing or maybe I'm just misunderstanding the purpose of master pages. Either way, is someone aware of how to create a unique background that can be linked to one topic only?
    Thanks!

    Hi all
    Just to expound on Willam's comments a tad.
    W. van Weelden wrote:
    A masterpage is a template. You add a style sheet, certain standard text, a header and a footer. You control the headers and footers for all pages related to the masterpage from that masterpage. A new page based on the masterpage also uses the same style sheet as the masterpage and has the standard text.
    With RoboHelp 8 (this version introduces Master Pages that replace Topic Templates) you also have other capabilities that you may not realize. You are also able to insert PlaceHolders. Mini-TOC and Breadcrumbs. The placeholders don't necessarily have to be restricted to the Body, Header or Footer.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How can I create a single background image for a BorderLayout?

    I can create a background with an image file for the individual panel (North, West, Center, East and South) in a BorderLayout, but I've been spinning my wheel for a long while now trying to figure out how to create just one background with a single image file for all of these panels?
    In my application, a panel may contain various buttons, a listbox, a group of checkboxes, a combo box, or a canvas. Even if I used the same image file, when the panels are finally put together, one can clearly see that the end product is the result of a lot of patch works.
    Hope someone has an answer for this. BTW, I'm using AWT because it works with existing browsers without the need for a separate Java plug-in.
    Regards,
    V.V.

    Look at this :
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.awt.image.BufferedImage;
    public class PanI extends Frame
         Image map;
         Panel pan;
         myPan p8,p4,p6,p2,p5;
         BufferedImage I;
    public PanI() 
         addWindowListener(new WindowAdapter()
        {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);}});
         map = getToolkit().getImage("map2.gif");
         MediaTracker tracker = new MediaTracker(this);
         tracker.addImage(map,0);
         try   {tracker.waitForID(0);}
         catch (InterruptedException e){}
         I = new BufferedImage(1,1,BufferedImage.TYPE_INT_ARGB);
         setBounds(10,10,map.getWidth(null)+8,map.getHeight(null)+27);
         setLayout(new BorderLayout());
         pan = new Panel();
         add(pan,BorderLayout.CENTER);
         pan.setLayout(new BorderLayout());
         pan.setSize(map.getWidth(null),map.getHeight(null));
         p5 = new myPan(5);
         p5.setBackground(Color.red);
         pan.add(p5,BorderLayout.CENTER);
         p8 = new myPan(8);
         p8.setBackground(Color.orange);
         pan.add(p8,BorderLayout.NORTH);
         p4 = new myPan(4);
         p4.setBackground(Color.blue);
         pan.add(p4,BorderLayout.WEST);
         p6 = new myPan(6);
         p6.setBackground(Color.green);
         pan.add(p6,BorderLayout.EAST);
         p2 = new myPan(2);
         p2.setBackground(Color.pink);
         pan.add(p2,BorderLayout.SOUTH);
         setVisible(true);
    public class myPan extends Panel
         int where;
    public myPan(int i)
         super();
         where = i;
    public void paint(Graphics g)
         if (I.getWidth(null) != pan.getWidth() || I.getHeight(null) != pan.getHeight())
              I = new BufferedImage(pan.getWidth(),pan.getHeight(),BufferedImage.TYPE_INT_ARGB);
              Graphics      G = I.getGraphics();
              G.drawImage(map,0,0,pan.getWidth(),pan.getHeight(),null);     
              G.dispose();
         int x1=0;
         int x2=getWidth();
         int y1=0;
         int y2=getHeight();
         if (where == 8)
         if (where == 2)
              y1 =  p8.getHeight()+p5.getHeight();
              y2 =  getHeight()+y1;
         if (where == 4)
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 5)
              x1 =  p4.getWidth();
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 6)
              x1 =  p4.getWidth()+p5.getWidth();;
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         g.drawImage(I,0,0,getWidth(),getHeight(),x1,y1,x2,y2,null);
    public void update(Graphics g)
         paint(g);
    public static void main (String[] args) 
         new PanI();
    Noah

  • Error when create adobe form

    Hi,
    When i created adobe form, i found an error :
    Could not start Layout Designer (see long text)
    Message no. FPUIFB086
    Diagnosis
    The forms design tool for developing the form layout could not be started; either it is not installed or there are errors in the installation.
    Procedure
    Make sure that you have the forms design tool installed on your desktop (the tool is part of the SAPGUI installation).
    Also read SAP Note 801524.
    In my computer Adobe Life Cycle Designer 8.0 installed, why it happen?
    Please help me.
    Thank you.
    regards,
    Ferry

    Good to know  — there is no such application as "Adobe XI".
    "Adobe" is the name of the company.
    "XI" is indicative of the use of either Acrobat XI or Reader XI.
    Neither Acrobat XI Pro (for which Adobe provides a free, fully functional 30-day trial) nor Adobe Reader XI (the free to download and use PDF viewer that Adobe provides) have  an "Export PDF" entry under "File".
    "Export PDF" only is present in Adobe Reader XI over on the right on the "Tools" panel.
    The "Tools" panel provides a way for a user of Adobe Reader XI to connect to various By Subscription online services (gotta pay eh).
    Export PDF is one of these. A subscription lets you send a PDF file to the online internet service (aka "cloud" service). The service then exports to a supported file format (Word / Excel / ...) and the user selects / directs where the output file is to be saved on the user's local machine.
    Of course to use any of the online subscription services one must have an active (paid up in full) subscription to the service.
    So ---- As described the puzzle pieces don't fit eh.
    What specific Adobe (the company) applications are you using?
    Acrobat XI Pro? Adobe Reader XI? Both? 
    Be well....

  • A background job creating/instantiating another background job

    Hi,
    Is there any possibility in SAP, that, a background job can create/instantiate another background job ?
    I have one suce requirement, and not sure if this is possible. Any inputs..
    -DK

    yes you can
    when you create a job using SM36,there is a option for start condition
    in that there is an option for After Job
    just give the job name and when that job completes,this job will trigger off
    http://help.sap.com/saphelp_nw04/helpdata/EN/c4/3a7fae505211d189550000e829fbbd/frameset.htm
    Rohit

  • Create Adobe PDF from Word DOCX Issue

    Good Morning All,
    We have stumbled across an apparently well-known issue, which annoyingly for all concerned does not seem to have a satisfying answer.  One rather long discussion is here: http://forums.adobe.com/message/4237240.  There is at least one other which also alludes to the issue basically involving Office 2010 SP1 and having the Word user template location re-directed to a network drive.  None of the suggested things have worked, and we do not want to even try the user template location on a local drive, we want a fix for what is really a fairly standard scenario.
    I think we have found something new to add to the mix, this is noted later in the post.  For completeness I have also included a condensed version of events/stuff we have tried, to help anybody who reads this and may have an answer.
    Our scenario is as follows:
    We recently performed a Microsoft Office 2007 to Office 2010 SP1 upgrade.  A week or so in advance of this we upgraded all those folks that had Adobe Acrobat Pro 9 to X, (v10.0.0).
    Within a couple of days of the Office upgrade we had reports of an issue whereby users could not convert Word documents to PDF.  Window title: Create Adobe PDF, message: Unable to open the document <path to file>.  Please check to see if you have permission for the above file.  (The user always does have rights to the location.)
    All machines are 32bit Windows 7 and well capable of running this OS and these apps.
    Machine patching is maintained by SCCM.
    Deployment of Acrobat and Office was done by SCCM.
    The issue broken down:
    Conversion of Word documents to PDF fails in these scenarios:
    Windows Explorer – right click of single file and ‘Convert to PDF’.
    Windows Explorer – right click of multiple files and batch conversion option.
    Outlook – Convert to PDF and e-mail.  (Error message is different, apologies I have no note of this to hand.)
    It should be noted that conversion of any other file format works, plus conversion of Word documents consistently works inside the Word interface using Adobe toolbar.
    Not consistently a user based issue:
    It usually * fails for our main test user on her PC.  Although sometimes a single file or batch file conversion will work.  However the option in Outlook never works.  (* Every so often the single file and batch conversion’s do work for the test user, there is no obvious reason as we have not applied any fixes that worked!)
    Everything works fine for the test user on my PC and another PC in her department.
    Not consistently a machine based issue.
    The process always works for me on my machine, but fails most of the time when I use the test users PC.
    The process always works for a test account cloned from the test user’s actual account.
    Giving local admin rights to the test user did not help.
    Summary of things tried:
    Various forum suggestions have not worked:
    Deleting/renaming normal.dotm worked initially but the problem returned within a couple of days.
    Registering some Adobe DLL's: C:\Program Files\Adobe\Acrobat 10.0\PDFMaker\Office\PDFMOfficeAddin.dll & C:\Program Files\Adobe\Acrobat 10.0\PDFMaker\Common\AdobePDFMakerX.dll.
    The Word Add-in tool bar is enabled.
    The users name and intials are present in Word options.
    There are no rogue temp files in %temp% or C:\users\<user>\appdata\roaming\microsoft\word.
    Stuff we have tried independently:
    Repair Office install then repair Adobe install.
    Patching Acrobat to 10.1.1 & 10.1.4.
    Remove and re-install of Acrobat, including patch.
    Remove and re-install of Acrobat Pro and Reader, (using the official Adobe labs removal tool), including patch.  (When products were removed Office was repaired.  Just Acrobat Pro X was installed after, no Reader.)
    During this work I noticed two files in %temp% which get updated when file conversion is attempted: amt.log and swtag.log.  After Googling these files I found there may be some interesting stuff in amt.log when the process fails.  Unfortunately this has not been the case.  There is no obvious log entry difference between a successful conversion and a failure.
    However at this time I started to notice files in %temp% in the following format: cv*.tmp.cvr.  Google revealed these to be Office crash dump files.  Unfortunately these files are always zero bytes long and literally contain nothing to analyse!
    So after clearing out all these .cvr files I ran Task Manager, and had %temp% open in a folder.  I then tried the conversion process:
    Firstly it fails!
    Secondly a zero byte .cvr file is created and usually disappears right away.
    Thirdly winword.exe appears and disappears quickly in Task Manager.
    You can repeat this to your heart’s content by hitting the retry button!
    The only thing I can add about my PC is that I never had Acrobat until I tried installing it to re-create the issue.  So it may be that my PC having no legacy Adobe install issues, (I only had Reader previously), was less prone to whatever is the root of this issue?  The affected machines in the field have at least been upgraded from v9.
    As you can tell we have found it very hard to pin the issue down.  The circumstances for a failure are not consistently repeatable.  I do think the key thing we have noticed though is the obvious crashing of winword.exe when this process fails.  As evidenced by the creation of the cv*.tmp.cvr files and watching the process appear and disappear in Task Manager.  Nothing I have read elsewhere notes this, and it seems to me that winword.exe does not like being called in this way.  This is surely very key to the issue?

    I should also add that there are no error messages appearing on screen when we have a failure, and nothing is logged in any Windows event log.
    I have done lots more searching since first reporting this.  Lots of people have this issue going back to last year at least with Office 2010 SP1 Acrobat X.  No answers or fixes out there apparently despite being promised to some people who have done a bug report.
    This is really not good enough.  I have reported our scenario as a bug report earlier today.  Hopefully I will get a proper fix, then I will gladly pass it on.

  • Error while creating TO in background

    Hi Guys,
    I am getting error while creating TO in background using Transaction code LB13.
    The error is "No batch input data for screen SAPLSTXBC 0100" this is the screen which comes after saving a TO. Here we can give the printing details. If we are doing the TO in foreground with same transaction the data for this screen comes automatically. but in background it is showing the error.
    So help me in getting rid of the problem.
    Thanks and Regards
    Sukant

    Hi Manasa,
    What is your source for creation of CVC? Are you trying to create CVCs from infocube?
    Could you try out the following to identify the root cause?
    In the create CVC (/sapapo/mc62) variant, uncheck the check boxes for all the 3 checks at bottom of the variant, and also uncheck the "adjust time series objects" checkbox.
    Come to "selection condition", and select one or few CVCs from your source (Infocube, or flat file, whatever).
    Then try to run the job, which should only create one or few CVCs as per your selection criteria.
    If you are able to create CVCs in this way, that could mean that you might be having some issue during some check or generation of time series. Delete the created CVCs and again try to create them by activating the checks one by one.
    If the above helps in identification of the issue, then it might be possible to attack and resolve the issue e.g. special character, etc.
    PS: You could also try the "load to worklist" option to try to identify the CVC having issue. There you can specify one or few CVCs to be created in one go, and this might help in identifying if there is an issue with a certain CVC.
    Thanks - Pawan

  • LIBOVD ERROR  - "validateContextToken: workflow session was not found for given context. Create a new workflow session with token"

    Hello everyone,
    I have the following scenario:
    We're using "Oracle SOA Suite 11g 11.1.1.7.0" (Patched w/ 17893896) mainly for a BPM/Human workflow composite. Former, we were having the error bellow:
    <Mar 16, 2015 1:13:03 PM BRT> <Error> <oracle.soa.services.workflow.query> <BEA-000000> <<.> Verification Service cannot resolve user identity. User weblogic cannot be found in the identity repository. Workflow Context token cannot be null in request.
    ORABPEL-30511
    When that error ocurred, no one was able to use the system (BPM/Human Workflow).
    I opened an SR, and after some analysis from the support, it recommended me to set up "virtualize=true" in EM, and restarting the domain. Then it started logging the following:
    connection to ldap://[10.200.10.57]:7001 as cn=Admin.
    javax.naming.NamingException: No LDAP connection available to process request for DN: cn=Admin.
    Looking up on support KB, I found this note Doc ID 1545680.1 and increased from Max size of Connection Pool 10 to 200. That did work successfully! Problem now is that the <SERVER>_diagnostic.log is being filled up with the following error:
    [2015-03-31T16:03:46.421-03:00] [soa_server2] [ERROR] [] [oracle.soa.services.workflow.verification] [tid: [ACTIVE].ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: e0194e38aa6c9a2f:39fc1ff9:14c5def5247:-8000-00000000000a5653,0] [APP: soa-infra] <.>    validateContextToken: workflow session was not found for given context. Create a new workflow session with token=51490173-e3d0-41dd-ae99-983915aa8454;;G;;Z+P7Oe9ABnoTUQD9ECryEW2l0/8yRcqPDyZsOWBCuzMmRgA3Qsj601TxmWQ87z2MjuwW5AH+KzgjIwkPmhJFdpc1FrE6Y/MrN1bxIDHJWu2/zP3iSNwKD07hRrh/U37Ea0TvaQyuaHJIog9y3Ptmzw==
    One important point is that we're using only the embedded WLS ldap. So I am not 100% sure if we should be using the virtualize flag=true, once all docs I read point out that this should be done when using multi-ldap providers.
    Also, I only got this error in the "diagnostic.log".
    Although, no user has complained about using the system, I really want to work it out. Anyone has any suggestions?
    Thanks in advance!

    I have moved your thread from Certification to SOA Suite to get proper assistance.
    Thanks,
    Lisa

Maybe you are looking for

  • Sorting items in a region with more than one column

    I have an item region that is set up to have 2 columns. When I sort by title, the items are re-sorted in alphabetical order from left to right and then down. This is not very intuitive. Is there a way to have it sort from top to bottom and then left

  • Using JQuery with Apex

    Hello, I have a question for those of you who are using JQuery with Apex: This is my HTML header: <script type="text/javascript" src="&WORKSPACE_IMAGES.jsapi.js"></script> <script type="text/javascript"> google.load("jquery", "1.3.2"); </script> The

  • IP Change on SAP Servers

    Hi, The purpose of this question is because our company is moving the main headquarters to another plant and we need to move the site, and this also includes the SAP Servers to another location. So we need to change the IP addresses for every SAP Ser

  • 5D Mark II Workflow and HD space questions

    I've been converting footage from my Canon 5D Mark II into ProRes 422 HQ for editing purposes, like I see people here doing. I am wondering what people are doing in regards to space. My Raid is being eaten up by all the conversions and I am wondering

  • IPhoto 2

    I want to load some photos into my iPod, but my ibooke G3 has a iPhoto 2.0.1, tried to download last version iPhoto 5.0.4 but version 4.0.3 is required, and can´t download it, do i need to download version 3 or what? Thanks in advance for your help,