Printing: a new forms feature we want.

Users expect to print forms. We need a way to do it. I am using 11.1.1.4 and the users tried printing
from it. It prints but it's micro-sized, not big enough. A use for forms is enter some of the data here,
enter some of the data there and then someone who needs to the data calls up the same form at
yet a 3rd location and prints it. Someone else calls up the form at a 4th location and prints it. The idea being not having to pass paper files around from building to building. This would be a really really good idea for the next version of forms!
(And btw it would be best if it worked on forms larger than one piece of paper.) This could be a larger project like how to get forms to play nicely with some pdf program or some word processing program or
some spreadsheet program. That could take care of printing plus the highly desired by the users ability
to interact with the products they love to use. (I don't but they do.)
In the future this could expand to charts and that type of thing.
(It needs to be easier to handle than webutil! )

yes Mr. Ferrante it i definitely s a screen shot. And that is useful but we have forms larger than a screen. Secondly even in the case of a form that does fit on a single screen, printing it from forms ends up much smaller than the screen in both directions. I imagine this relates to the logic looking at how wide the actual screen is and then scaling it down to the much smaller paper. For example right now I'm using a screen that is 21 inches wide, about 2 1/2 pieces of portrait orientation paper wide. Imagine I bring up a form that turns out to take up 7 1/2 inches in width and I want to print that to paper that is 8 1/2 inches x 11 inches. What happens is the program is possibly looking at the possible size of the screen and not the actual size of the form? So it scales it much smaller to print, I'm guessing. We are using 6u45 btw. I don't doubt that getting printing to work well is rugged but it can be done. For example browsers do it (albeit not always perfectly). Users think 'there is that stuff I need in the form in the browser, I should be able to print it like any other web page'. Since the applet has disengaged itself from the browser apparently, we can't ask the browser to do the printing, right?. (It'd be great if we could!) So the only choice is forms (or some other java code finagled in there.) It would be such a great feature, to be able to print forms without creating a duplicate of the form so to speak in reports just to do the printing.
If you could summon adobe reader, msword, excel and so forth from forms, passing a temporary file, that would probably solve the printing issue in many cases because they could print it depending on what the form looked like. Also users love to get data into their favorite applications anyway. (Speaking of this forms needs some work on copy and paste. It could definitely be better about users being able to copy data from forms and paste data to forms.)
I definitely think anything you can do to enhance forms printing would be highly appreciated. One of the good things about forms is you can create enormous forms and it all works fine. But the form content of course extends way "below" the visible screen.
The csv thing (I'd vote for tab delimited but whatever one would do it would be highly advisable to make the delimiter user-selectable) would be a great idea. We would love to be able to save data from a form as a tab delimited file (on the client). For example we have forms that do a lot of logic and user action to select certain names and addresses. Then they want to get that information into msword for mail merge to create labels and letters.

Similar Messages

  • Printing a new form

    I having a problem printing new forms

    You would need to export as PDF then print the PDF.
    The export as PDF is a paid feature for the online version of FormsCentral.
    The export as PDF is a free feature for the FormsCentral for Acrobat desktop applicatin which comes with Acrobat Pro XI
    Gen

  • How to add an image for the new form?

    I created a new form,and I want to add an [image] to the toolbar in the new form.How to add [image] for a form?
    Like:
    [image] File Edit Tool Help
    My Form
    Thanks in advance!

    Thank you!
    Maybe the message I sent yesterday have some mistakes.
    Form version 12.0.5.1
    I want it this way:
    How to add [image]?
    [image] Manager Maintenance
    Browser Open Save Help
    -- My Form --
    -----------------------------------------------------------------------------

  • How can i pass anything that i display on a new form pictureBox to display it on form1 pictureBox1 ?

    I did a new form. and to show the new form i'm doing in Form1:
    ScanningClouds sc = new ScanningClouds(Next_File);
    sc.FormClosing += sc_FormClosing;
    sc.Show();
    And in the new form i have a pictureBox in the designer and i display things on it the new form code is a bit long.
    Now instead showing everything on the new form pictureBox i want to display it on the form1 pictureBox1.
    How can i do so when i click the button to show the new form instead it will not show the new form but only pass anything to the form1 pictureBox1 and show it on the form1 pictureBox1 ?
    This is the new form constructor:
    public ScanningClouds(string InitGifFile)
    InitializeComponent();
    pen = new Pen(Color.Red, 3);
    formloadfirsttime = true;
    numericUpDown1.Value = 200;
    brush = new SolidBrush(Color.Red);
    trackBar2.Minimum = 1;
    trackBar2.Enabled = false;
    bmpnew = new Bitmap(512, 512);
    label1.Text = "";
    radar_scale = Properties.Resources.radar_scale_heb;
    label1.Width = radar_scale.Width;
    label1.Height = radar_scale.Height;
    label1.Image = radar_scale;
    path_exe = Path.GetDirectoryName(Application.LocalUserAppDataPath);
    ScanClouds = Path.Combine(path_exe, ScanClouds);
    if (!Directory.Exists(ScanClouds))
    Directory.CreateDirectory(ScanClouds);
    ConvertedBmpDir = Path.Combine(ScanClouds, ConvertedBmpDir);
    if (!Directory.Exists(ConvertedBmpDir))
    Directory.CreateDirectory(ConvertedBmpDir);
    radarImagesDirectory = Options_DB.Get_Radar_Images_Download_Directory();
    radarImagesDirectory = Path.Combine(path_exe, radarImagesDirectory);
    dir1 = new DirectoryInfo(radarImagesDirectory);
    trackBar1FileInfo = dir1.GetFiles("*.gif");
    trackBar1.Minimum = 0;
    trackBar1.Maximum = trackBar1FileInfo.Length -1;
    trackBar1.Value = trackBar1.Maximum;
    b = new Bitmap(InitGifFile);
    b1 = new Bitmap(InitGifFile);
    pictureBox1.Image = b;
    ConvertedBmp = ConvertTo24(InitGifFile);
    mymem = ToStream(ConvertedBmp, ImageFormat.Bmp);
    startButton.Enabled = true;
    pauseButton.Enabled = false;
    It's getting file name now and i'm converting it to bmp and put it in the pictureBox.
    But instead the local new form pictureBox1 i want to display it on the form1 pictureBox1.

    Once again we can refer to BonnieB's blog on the subject.
    http://geek-goddess-bonnie.blogspot.com/2011/01/passing-data-between-forms.html
    http://geek-goddess-bonnie.blogspot.com/2012/12/passing-data-between-forms-redux_31.html
    I think that method 3 on her first post is the one you're looking for.

  • On success of form save I want to go to another for with a detail where clause

    I have the follow code snippet which is intented to go to a form on a successfull save. I query some data based on the save then build a url to navigate to a new form. I want the form to show only data that is lacking in one column not being populated (column is null). The url works, but the form detail where clause is ignored. Does anyone have any experience with passing detail where clauses to a form? Did I miss something in the code below?
    begin
    select count(rl_id) into n_rl_id_cnt
    from rfq_lines
    where part_part_id is null and rh_rh_id=n_rh_id;
    exception
    when others then
    null;
    end;
    htp.p('cnt '||to_char(n_rl_id_cnt));
    if n_rl_id_cnt>0 then
    htp.p('cnt >1');
    my_url := 'PORTAL30.wwa_app_module.link?' ||
    'p_arg_names=_moduleid&p_arg_values=3677858481' ||
    '&p_arg_names=_show_header&p_arg_values=YES' ||
    '&p_arg_names=rh_id&p_arg_values=' || LTRIM(TO_CHAR(n_rh_id)) ||
    '&p_arg_names=_rh_id_cond&p_arg_values=%3D'||
    '&p_arg_names=_detail_where_clause&p_arg_values=part_part_id%20is%20null'; -- <this is not working right. where clause is ignored.
    htp.p(my_url);
    go (my_url);

    Hi Jeffrey ,
    You need to use a custom Format script for the field.
    Regards
    Sukrit Dhingra

  • Change 'new form submission' text when receiving email from contact form.

    Hi,
    One of our clients has asked us to change the text they receive when they get an email from their contact form.
    It currently says: 'new form submission'
    they want it to say: 'West of the Moon ~ Ayr ~ Website Enquiry'
    We have tried changing the name of the form but this only changes the subject in the email not the wording on the email. Is there any way to do this?

    Hi Richard,
    Please check the php script to which the web form submits to and then open that with a text editor and edit the verbiage that you want to there.
    PS - You will need to make these changes after every export from Muse as Muse will override them on every export/upload.
    - Abhishek Maurya

  • Want to use printer with new laptop wont go hp officejet 4500

    want to use my existing printer with new lap top says needs a driver went to hp screen and its says doesn't recognize printer  hp officejet 4500

    aacosta,
    Welcome to the HP Forum.
    You need software installed on your computer to use all the advanced features of the printer.
    Select your printer HP Officejet 4500 All-in-One Printer Series
    Drivers control hardware connected to the computer (wired or wireless)
    Software controls the programs that interact with the User
    General Installation Instructions
    Open  HP Drivers & Downloads
    Enter your Printer Model information
    Select your Printer from the “Results” list
    Enter your Operating System in the Drop-down menu
     Click NEXT and Scroll down
    Look for category Driver - Product Installation Software
    Select the Basic Driver, e-print, or Full Feature Software
    Save the *.exe installation package(s) on your computer
    The file(s) will likely save to the "Downloads “folder.
    Next:
    If available, you may wish to download the Print and Scan Doctor and / or other programs from Category – Utilities
    HINT:
    Install the Utilities / Tools first; the little installation packages are smaller in size
    ·         If you have ‘Admin’ control, you may highlight the package and “double-click” to install it, else Right-Click, Select run as Administrator and install.
    NOTES: 
    On the bottom half of the main webpage for your printer, you can find helpful videos to assist with the installation.
    Scroll the video list back and forth until you find the video that most closely matches your situation.
    If using a USB connection:  Download and install the driver software before connecting a USB cable.
    Ethernet:  If the printer supports Ethernet, you may connect the printer to the network (and assign the printer an IP address at the router, if you like).  Once the printer is connected to the network, be sure the printer is turned on and then install the printer software.
    After the initial installation is complete and working, be sure to check for and install any relevant updates  - check Category  - Update
    There is valuable information at the printer’s website, including manuals, how-to pages, and alerts for your printer.  Be sure to take an extended look at what’s available.  Bookmark the page.
    Extra help for setting up your Wireless Printer:
    Reconfiguring your printer
    Replacing your wireless router
    Troubleshooting Your Printer – Wireless Network
    Click the Kudos Star!
    It is a nice way to say “Thank You” for the help.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • New Feature I want to see in iOS 7

    A new feature I want to see in iOS 7 is the Forgot Passcode? feature. For example: If you forgot your normal passcode you use to sign in to your device, you can tap that button* and you will be prompted to sign in with your Apple ID. Once you do that, you will be asked to enter a new passcode.
    This will also work for your Resrictions Passcode. If you forget it, you can tap that button and you will be prompted to sign in with your Apple ID. Once you do that, you will be prompted to answer one of your security questions.
    If you forget all of your answers, you can tap the Forgot Answers? button. Once you do that, you will need to go to Apple's Support Page, select your device, then click "Forgot Security Answers". You will then select "Talk with Apple Support Now". You will be asked to enter a 10 digit Inquiry Number on the chat room. It should look like this:
    XXX-XXX-XXXX
    Enter the enquiry number what you see on your device. You will then be issued a Master Key. A Master Key is a 6 digit number what you need to use to access your restrictions. It should look like this:
    XXX-XXX
    *Internet Connection Required

    This is a user to user forum. Your suggestion is best sent to Apple
    http://www.apple.com/feedback/

  • Unable to find the default new form for list mylist1 - deploying the list instance via module feature

    hi,
    am facing a problem deploying a list instance via a feature, 
      I created the list in the UI with content and views.
    Exported the site template as WSP.
    Imported into Visual Studio the list instance, pages module and property bags.
    Copied into my new solution.
    Deploy list instance as a site-collection level scoped feature.
    activated the below features :
    mylist_ModulesFeature
    mylist_ListInstancesFeature
    mylist_PropertyBagFeature
    List deploys fine with content and views. However, I receive the following error when trying to add a new item: “Unable to find the default new form for list”. The same applies for editing items.
    can anyone pls help why i am getting this  error ?

    try these links:
    http://tomvangaever.be/blogv2/2010/04/unable-to-find-the-default-new-form-for-list/
    http://sharebrad.blogspot.in/2012/08/unable-to-find-default-edit-form-for.html
    http://stackoverflow.com/questions/10243131/deploying-a-list-instance-to-sharepoint-2010-error-unable-to-find-the-default-n
    https://happiestsharepointminds.wordpress.com/2014/03/01/unable-to-find-the-default-edit-form-for-list-or-unable-to-find-the-default-display-form-for-list/
    http://itsolutionsblog.net/sharepoint-problem-with-library-forms-unable-to-create-folder-ore-edit-properties/
    http://blogs.technet.com/b/yashgoel-msft/archive/2013/08/30/recreating-default-display-edit-and-new-forms-of-a-list-in-sharepoint-2010-using-powershell.aspx
    Please mark answer as correct if it is correct else vote for it if you find it useful

  • Hello, I want to use the new tab feature, but I can't see it

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/931292]]</blockquote>
    when I open a new tab nothing new happens, I still have the old new tab. How to activate the new tab feature of firefox?? I tried the turorial but nothing

    Did you set the startup page to about:newtab ?
    What is the setting of the browser.newtab.url pref and the browser.newtabpage.enabled pref?
    Do both prefs have the default value?
    *http://kb.mozillazine.org/about:config
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • Generate and Print Preview Multiple Forms in a Single PDF

    There have been other questions similar to this but none directly address my problem.  We have the need to generate multple forms in a .pdf using Adobe interactive forms.  We can generate the multiple forms, but the user has to click on each form to view.  They want to have the forms in a single document that they can scroll through before printing.  We can do this in SmartForms but need to do it in Adobe.  Does anyone know how to generate multiple forms, either multiple copies of the same form or various forms, from an ABAP program into a single pdf that can be print previewed, in scrollable form, by the user?

    I can describe it one more time, I think:))
    You have multiple options, but only one "reasonable" within SAP.
    You can call an external application (through command line etc.) to concatenate forms for you.
    You can use iText as mentioned in the thread, and write yourself a "tool" which will concatenate the forms for you.
    Both these "options" would not be acceptable for my clients, I name them to help you get the whole picture.
    Then there is the third option: use a form for a single instance (template/ form A) and create a new form (form B), where you will use the A template:
    - you need to: create a new interface where everything from the old interface is a row of the table (example: you have a form to print out the personal card of the employee, so in a new form you will need to use a table, where a row is an employee)
    - you need to create a new form layout based on the new interface:
    in this new layout you will paste the whole layout of the old form (A/ single instance) and wrap it into a subform. The added subform will work as a table (you will bind that to the table from interface) and everything from the old template within this new subform will work as a "row" (something what you can repeat for each data item).
    Does that sound reasonable?
    Cheers Otto

  • Is it possible to designate stapling when printing a PDF form?

    I am using Adobe Lifecycle Designer (ver. 10.0.1029120306.1.870331) to set up a new report for an SAP application.  I can certainly designate duplex printing from within the form by using Form Properties and the PDF Print Options, but no stapling option can be found.  Is this possible?  Is there a way to set this up from within the PDF form?  If not within the form, what have others found to work for their environment?  We are using Xerox GPD PS printers here and they certainly offer the stapling feature.
    Thanks for any suggestions...Pat

    OK...it has been a wild ride, but between our Basis team and the Server team (which handles our printer drivers), here is what they came up with to enable this feature.  They really put in the time to figure this out.  References to PRD in this document is a reference to our production machine.  ZPMLOCL is a printer type used by our users for printing these work order forms.  A lot of effort was also given to make sure the driver on the printer supported the stapling feature (most do anymore).  This effort is to not only allow stapling, but to also eliminate the pesky banner page which can suddenly start printing with these changes.  We are using Xerox printers in our evironment.
    Steps for Basis Portion of PRD change on the - Standard Work Order Form - shop paper document
    (STMS) Transport device type ZPMHPLJ4 to PRD with Transport
    SPAD
    Change device type of printer ZPMLOCL from SAPWIN to ZPMHPLJ4.
    Click on access method tab and change access method to G: (Front End Printing with Control Tech).
    Confirm the "No device Selection at frontend" checkbox is selected.
    Hit the Save button.
    Copy  zpmhppcl5e.xdc file from AD1 to ADS, in the location below.
      4. SA38/SE38* run program RSPO0022 on PRD and Check to see if transport from step 1 moves the assignment below.
          If not create assignment the same as in the red box  below.
      5. Finally, stop and then start the XML Form Module Java Service in ADS.
    I have no other notes on this setup.  I hope this helps you in your efforts to get the stapling feature up and running on your system.

  • Printing Reports directly from to a printer via 10g forms (Linux)

    Hi all,
    I need to be able to print Reports directly from a form to a printer (bypassing the form output) on Linux (RHEL 5). The trick here is this is Linux, not windows so, wasn't sure how to deal with printers in this case.
    I have the option working where I can run a report and set the options to "Cache" and PDF and it displays my outputted report directly in a new browser window w.
    I use the SET_REPORT_OBJECT_PROPERTY, RUN_REPORT_OBJECT, and WEB.SHOW_DOCUMENT properly for the PDF in a window.
    a.) I want to send them directly to a printer, preferably to a user's default printer on their PC, bypassing the output screen. How can I accomplish this?
    b.) I also would like the ability to generate a PDF (bypassing the output on a browser window) and put the form in a specified directory on a client's PC (which is what I used in 6i Client/Server). I believe I need to utilitize the WebUtil to allow this to happen. Otherwise, I'm thinking I just build a queue for the user on the Linux server and build a screen that shows all the reports they've generated for the past X amount of days and let them open them up and print from there.
    Any help (particulary for Part A) would be very beneficial.
    Chris

    1)
    if your app server is on a Linux server, for direct printing to work, the printer must be setup and accessible under Linux server using system-config-printer command, for PDF printout you probably want a postscript option checked
    if you print to screen (PDF) and then use print option then your windows client machine must have access to the printer
    2)
    you must pass this printer name as part of the report parameters.
    set_report_object_property(oRptObj, report_destype, Printer);
    and
    hidden_action := hidden_action ||'&report='|| cRptSrcFile; -- source of report program to call
    hidden_action := hidden_action ||'&destype='|| cDesType;
    hope this helps

  • How to create new form fields in several columns (spreadsheet) and have them named consecutively?

    Hopefully someone can help.  I created a new form from an Excel spreadsheet, but the form field recognition didn't "take" well and very little of the spreadsheet translated into form fields.  I need to create new fields (31) for each column (about 10) and I want the fields in each column to have a keyword from the parent column and the fields numbered consecutively.  I'm really hoping I don't have to do this manually!
    Next, is there a way to total the values in a column of fields (the same as the SUM function in Excel?) or does the form user have to dig out a calculator and add everything?
    Can I create an email (submit) button and direct how (ie email) and by what method the form is sent?
    Once the form is completed, is there a way for the user to lock it before sending it - ie a button they could press to make it no longer fillable?  Or can I set the document to be a regular .pdf once it leaves the host machine?
    I think that's it!  Hopefully someone can help soon - this is a work project that could be potentially very time consuming if I have to create each form field manually.  Thank you for any assistance!
    Cheers,
    LostintheNorth

    LostintheNorth wrote:
    Rats!  Thank you for your link - I may take you up on that... however for the purposes of this form I'm more than halfway done, so I might as well keep plugging away.  A workaround I found was to creat 32 of something I only need 31 of, then delete the parent.  Somehow even playing with spacing on the "create multiple fields" option as the fields are being created only gets the vertical alignment close - no matter what I do I still end up manually aligning (vertically) 31 little boxes for each column so they fit visually.  Grrrr.
    Yes, this can be very tricky. If you don't get the exact right offset between each field, the difference will accumulate and after a while it will be completely off.
    You just have to play around with it, until you get it right. Or almost right, and then adjust it manually.
    Another thing I've noticed, is that when you select one field and right click for properties, you get an expanded version, as opposed to select/shift/enter for a bunch of cells only yields an abbreviated properties box - what's up with that?  Is there a way to change this?  For instance, I had set the properties for a column of 31 cells to be number, 1 decimal place.  Halfway through my project, the lady I am doing the favor for tells me she would like 2 decimal places, requiring me to manually change each box for 62 cells!  Apparently cell formatting is not an option in the abreviated properties dialogue!  Is there a fix for that?
    No, there isn't. Some propeties you have to set manually (or get right the first time, before copying and pasting...). There is a way to do it with a script, but it's a bit complex and requires using an undocumented method.
    This next question is a bit more complicated, and may not be possible.  The form I am creating is for payroll purposes, so at the moment it is generic (31 days) and the user fills in the month manually. Is it possible to get the form to recognize a month value (or create a pulldown menu with a selection of months to choose from) and limit the days accordingly?  Or better yet, run a calendar function so that weekends and stat holidays are highlighted on the affected row?  Kind of like what you can do with an Excel spreadsheet, which is what I designed the form in at the start (then printed to .pdf - the form field recognition did NOT work well on my spreadsheet!  hence me doing every cell manually).  Is this even possible, and if so, is it something I could learn to do?
    Yeah, it's possible, but requires quite a bit of scripting knowledge. If you wish, contact me personally (by PM or email at try6767 at gmail dot com) and I could possibly create this for you.
    If you want to do it yourself, you would have to learn a lot about both the Date object in JS and about the various date printing and scanning methods in Acrobat JS.

  • New Zones features in Solaris 10 Beta 5

    Solaris 10 Beta 5 (otherwise known as Software Express 7/04) should be
    available shortly via the download link
    http://wwws.sun.com/software/solaris/solaris-express/get.html
    For more information on what's available in the release, please see the
    already posted documentation
    http://docs.sun.com/db/doc/817-0547
    There are some new Zones features in this release that folks might be
    interested in
    * Command line editing and history for zonecfg(1M)
    With support from the the libtecla(3LIB) library, zonecfg(1M) now has
    command line editing and history support which should help in creating
    and/or modifying a zone's configuration.
    * Configuring UFS, UDFS, HSFS and PCFS file systems through zonecfg(1M)
    Starting with this release, users can specify ufs, udfs(7FS), hsfs(7FS)
    and pcfs(7D) file systems as part of the zone's configuration. For
    example, if /dev/dsk/c0t0d0s7 is a block device that you want to
    dedicate to a zone under the name /mydata, it can be added as follows:
    # zonecfg -z myzone
    zonecfg:myzone> add fs
    zonecfg:myzone:fs> set dir=/mydata
    zonecfg:myzone:fs> set special=/dev/dsk/c0t0d0s7
    zonecfg:myzone:fs> set raw=/dev/rdsk/c0t0d0s7
    zonecfg:myzone:fs> set type=ufs
    zonecfg:myzone:fs> end
    zonecfg:myzone> commit
    zonecfg:myzone> ^D
    This file system will automatically get mounted under the name /mydata
    inside the zone when it is booted or made "ready".
    * NFSv4 client support for Zones
    Zones can now be NFSv4 clients although in this release the default is
    to begin negotiating as NFSv3 clients. To configure a zone to
    negotiate NFSv4, the NFS_CLIENT_VERSMAX parameter in /etc/default/nfs
    should be uncommented and set to "4".
    * The new -z and -Z options to ps(1)
    The new -z option can be used to select only processes in the given
    list of zones. For example, the command "ps -z twilight,16,myzone"
    will print those processes from the zones with the names "twilight",
    "myzone" and the zoneid 16.
    The -Z option automatically adds a ZONE field to the existing reports
    as the first column.
    The Zones team would appreciate hearing feedback from our customers on
    these new features and any other Zones issues or questions that you
    might have.

    In the README file for the 07/04 release it says that there's a problem with some 64bit runtime libraries missing from the SUNWlibC package. I'm a bit unsure about where to download this package from. Do you have the link to the page it is refering too???

Maybe you are looking for

  • Media Encoder CS5 hangs during render

    I've created a project in Premiere Pro CS5 (64-bit) on Windows 7 Pro x64.  It's 28 minutes long.  When I try to render it in Media Encoder CS5 (to YouTube Widescreen HD), it gets about 2/3 of the way through and then stops.  It doesn't close, it just

  • No message in runtime work bench and message monitoring

    hi all, we have done one simple file to file scenario.file is not being picked up. there is no message in sxmb_moni and runtime workbench. In communication channel monitoring also we r not getting any adapter. (XI installed recently). Is there any pr

  • Incorrect Pay Load in XI Message

    Hi, We have Http->XI->RFC synchronous post scenario in XI. Lately we are observing a number of entries in XI log where sender is sending the interface 1 in the header but the pay load in the log is for interface 2. This is only happening under high l

  • Multiprovider, acces to one infocube scipped

    hi, all, I use a multi provider with 3 infocubes for plan and other data. A multi-provider based query delivers no data from the plan info cube. When I run the query in RSRT in the modus "Execute+debug", there is a message : 00010004 I-Access to ZITP

  • "not a valid single file Web Page"

    I have been receiving this error message when trying to export a Financial Report to excel. Version 9.3.0.1. The error appear to be hit or miss. Any advice would be appreciated.