Webi report (User modify report but can't save)

Hi Guys,
I have one ques. regarding Webi report (Access Level), that User can view & modify a report but can't save.
Kindly reply ASAP.
Thanks

hi,
General -> Edit this Object (should be Granted)
Application -> Web Intelligence ->
"General Rights for Web Intelligence"
- Edit this object
In case of WEBI Rich Client, Grant the following
"Specific Rights for Web Intelligence"
- Web Intelligence Rich Client : Save a document locally on the file system
- Web Intelligence Rich Client: Save a document for all users
Regards,
Vamsee

Similar Messages

  • DIS installed but can't save Word document in CS

    I installed the CIS but can't save Word/Excel/PPT 2003 files using save as. What I do wrong and/or what I missed? There's no info on CIS Install/User Guides.
    Using Windows Explorer, everything Works fine.
    Some info:
    UCM: 10.1.3.5.0 (090707) (Build:7.2.4.11)
    DesktopIntegrationSuite 2009_07_02 (8.2.0.959)
    CoreWebdav 2009_06_17 (build 30) br-10g-10.1.3.5-release
    Thanks!

    What did you install?
    DIS or CIS - you mention both.
    CIS is something quite different that provides an API that exposes the UCM services within J2EE applications.
    What you need to install are the Windows client components of DIS. If you do this there is (if I remember rightly) an option in the install wizard about which desktop applications you would like DIS to integrate with (word excel...).
    So either
    1.Install DIS (if you have not done so yet)
    2.Update your DIS install (just run the installer again or go Settings > Control Panel > Add Remove Programs > Change or Remove programs andtick the box for word integration
    Tim

  • I can download and view PDF docs on my MAC but can not save or print them - Help !

    I can download and view PDF docs on my MAC but can not save or print them - Help !

  • I capture a video but can't save it .How to halndle the problem via JMF?

    Hi everyone, I'm starting to use JMF and faced the problem
    The problem is to save captured video in .avi or .mov formats.I managed to capture and play it in a player, but can't save it .On the other hand when I used processor to capture and save the video , I've succeeded .But my task is to combine these two actions. Give a hint please.
    All kind of replies will be greatly appreciated.
    Edited by: postvard on Feb 25, 2009 12:03 AM

    >
    You need to get the StreamWriterControl on the DataSink, rather than the Processor.I doesn't seem to work.
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.io.IOException;
    import javax.media.CannotRealizeException;
    import javax.media.Control;
    import javax.media.DataSink;
    import javax.media.Format;
    import javax.media.Manager;
    import javax.media.MediaLocator;
    import javax.media.NoDataSinkException;
    import javax.media.NoProcessorException;
    import javax.media.Processor;
    import javax.media.ProcessorModel;
    import javax.media.format.VideoFormat;
    import javax.media.protocol.DataSource;
    import javax.media.protocol.FileTypeDescriptor;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.media.control.MonitorControl;
    import javax.media.control.StreamWriterControl;
    public class MyProcessor extends JPanel {
         private MediaLocator locator=null;
         private Processor processor=null;
         private DataSource dataSource=null;
         private DataSink filewriter=null;
         private Format[]formats=new Format[1];
         public MyProcessor() throws NoProcessorException, CannotRealizeException, IOException, InterruptedException {
              setLayout(new BorderLayout());
              FileTypeDescriptor outputType = new FileTypeDescriptor(FileTypeDescriptor.MSVIDEO);
                   Format[]format=new Format[1];
                   format[0]=new VideoFormat(VideoFormat.YUV);
              locator=new MediaLocator("vfw://0");
              processor=Manager.createRealizedProcessor(new ProcessorModel(locator,format, new FileTypeDescriptor(FileTypeDescriptor.MSVIDEO)));
              Control controls[] = processor.getControls();
              for(Control c:controls){
              if(c instanceof MonitorControl){
              MonitorControl mc = (MonitorControl) c;
              mc.setEnabled(true);
              if (mc.getControlComponent() != null) {
              add("Center", mc.getControlComponent());
              dataSource= processor.getDataOutput();
              MediaLocator dest = new MediaLocator("file:record1.avi");
              try {
              filewriter = Manager.createDataSink(dataSource, dest);
              Control[] dataSink_controls= (Control[])filewriter.getControls();
         for(Control c1:dataSink_controls){
              if(c1 instanceof StreamWriterControl){
                   StreamWriterControl stream_size=(StreamWriterControl)c1;
                   if(stream_size!=null){
                        stream_size.setStreamSizeLimit(30000);
              filewriter.open();
              } catch (NoDataSinkException e) {
              System.exit(-1);
              } catch (IOException e) {
              System.exit(-1);
              } catch (SecurityException e) {
              System.exit(-1);
              try {
              filewriter.start();
              } catch (IOException e) {
              System.exit(-1);
         processor.start();
         //Thread.currentThread().sleep(20000);
    //     processor.stop();
    //               processor.close();
    //               filewriter.stop();
    //               filewriter.close();
         public static void main(String[] args) {
              try {
                   MyProcessor processor1=new MyProcessor();
                   JFrame frame=new JFrame();
                   frame.setSize(300,300);
                   frame.add(processor1);
                   frame.setVisible(true);
              } catch (NoProcessorException e) {
                   e.printStackTrace();
              } catch (CannotRealizeException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } catch (InterruptedException e) {
                   e.printStackTrace();

  • I'm using Word for Mac. Though there are various instructions on the Internet for modifying the templates, none make sense to me. They instruct to do something I can't follow. I change a template but can't save it to the template folder.

    What the ****.
    OK, I try to change a template using Word for Mac version 14.3.4 2011 edition.
    I make a change to the template but am unable to save the darned thing to the template folder; it asks for a file name like it's a new document. I want to change the blasted template but if I can't save it as a modified template, I've accomplished nothing.
    Does anyone have a solution?
    Thanks

    Support for Microsoft Office for Mac

  • Group Admin can add user to group but can't update user account in SAM SDK

    Hi
    I have created a user X and Group Y, and I have assigned the created Group Y Admin Role to user X and made user X a member of Group Y.
    Now User X can create users but can't see them when doing a search.
    Also if using the SDK this user attempt to add a user he created as a member of Group Y the LDAP return an error that user X dosen't have enough permissions to update the membership attribute of the new user account that he created.
    Funny enough looking in the LDAP, the user is actually added as a member of the Group.
    So the Group was updated correctly but the suer account is not.
    Does anybody now a fix for this issue or is it fixed in any patches to SAM 7.1

    Hi,
    Did the issue happen only for you or for multiple users?
    Please login on other well worked Lync client from other computer with your Lync account to test the issue.
    Please also use another well worked Lync account login your Lync client and test the issue.
    You can disable your Lync account from Lync Server Control Panel and clear all SIP related information from AD, then re-enable your Lync account from Lync Server Control Panel to have a try.
    Here is a similar case may help you:
    http://social.technet.microsoft.com/Forums/lync/en-US/09032674-3927-4898-8f93-f3e6f3eab540/lync-2013-cannot-add-remove-or-move-contacts-or-groups-at-this-time?forum=lyncprofile
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • I want to change my user ID email, but can't because it's used as a back up Email, even though I've deleted it as a back up.

    Wold like to change user ID email, but system will not let me because it's used as a recovery email, even though I've deleted it as a back up email. I rarely usethis original email, but have a new email I would like to link as my primary. When I try to change it, I get a message stating that this email ID cannot be used because it is being used as a back up email ID. As I said, I've deleted it as a back up email, but it still won't accept it.

    Ok I'm goin to call your old Apple ID #1 your new email you want to use #2 and another email #3.
    - go to http://appleid.apple.com
    - select manage your apple id
    - sign into #2
    - edit primary email and change it to #3
    - save changes and sign out
    Now
    - sign into #1
    - edit primary
    - change it to the email that was used for #2
    - save changes
    - check #2's email inbox for verification email
    - verify account
    If done correctly you should be fine, also in terms of #3 that would be an email you have that you dont mind being an apple id that you wont use. Sorry for the funny way of explaining just thought it would be shorter to type out lol.
    Note: Once changes have been made you must sign out of features such as iCloud, iMessage, FaceTime, iTunes & App Store as they will still display the old Apple ID. Sign in with new email but same password as normal.

  • I installed number and shows as purchased but can't save documents why?

    when I commend for save,  there is message " can't save on trial buy serial number, so I installed ,purchased, but still can't save

    You're getting the request for a serial number that means that at some time you had the iWork ’09 trial installed. You need to delete the trial & then reinstall from the boxed DVD or the Mac App Store. The files to delete are the iWork ’09 folder from the main HD > Applications; the iWork ’09 folder in HD > Library > Application Support & the individual iWork application plist files found in HD > Users > (your account) > Library > Preferences for each user. The easist way to fix the problem is to use Yvan Koenig's AppleScript that removes the files. You can find it on his box.com account in for_iWork'09 > other_iWork'09 items > uninstall iWork '09.zip.
    Apple's support article on the subject says it's due to having a copy of the trial that is a higher version that the one you've purchased, but I'm not sure that is very common. This problem started with Snow Leopard & it seems to be some code in the iWork installers that doesn't do what it should.

  • Macbook Pro can open files from Touro ext. hard drive but can't save to it. Solutions without data loss?

    Hello,
    I've looked around for a solution to my problem but I haven't found any specific solutions and I'm not comfortable in trying general ones for fear of loosing my data. Before moving I backed up all my document and music files from my PC to my Touro external hard drive. My main goal for buying this hard drive was to use it to store my itunes music library to save space on my computer and transfer my music from said PC tp my new MacBook Pro after the move. Today I set about doing so and was able to set my itunes up to pulll from the hard drive as well as load all the music I had saved on the hard drive into my MacBook itunes. The trouble came when I tried to download new purchases. It turned out I couldn't because itunes was unable to save them in the new file location on the Touro. I checked into it and I have the same problem with the documents as well; I can open anything already saved on the drive but I can't save any new files. It keeps on telling me I don't have permission to make edits. I'm afraid this mean I have to reformat the Touro for Mac but doesn't that mean I'll lose all that data? Does anyone know of any somlutions that would give me access to the drive without compromising what's already on it? I would just plug it back into the PC and see if I could adjust sharing settings, but it's all the way across the country now. Any help in this matter would be greatly appreciated!
                                                                Thanks,
                                                                     -G-

    It sounds like your HDD was formatted under windows NTFS, which although your mac can read, it cannot write to that file format.
    You will either need to transfer the data to another location while you reformat it as FAT on your mac using Disk Utility. Or you could purchase something like iPartition and change the file format to FAT which might take up to 24hours or so depending on the size of the drive. I have never had a problem doing this before but it's not guaranteed that your data will not be lost doing this.

  • Can't scan docs to my iMac, epson scans, but can't save in iMac docs

    having trouble scanning to iMac from epson. screen shows its scanning, but then can't save to iMac.

    Which app are you using to see your scans?
    You posted in the iMac forums yet your system info is showing iPhone.
    =========
    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which Mac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK---> https://discussions.apple.com/docs/DOC-3602
    CLICKY CLICK-----> Help us to help you on these forums

  • I saved web page as html file, but can't open saved file as web page

    I did a FILE, SAVE PAGE AS, then chose 'WEB PAGE COMPLETE' - and a directory is created on my hard drive - with the directory name, for example - "c:\....\Ask a Question _ Mozilla Support.htm". (for this web page).
    When I try to open the saved web page from Firefox, using FILE, OPEN, I see a new window that looks like a file manager window, I then select that saved .html file and click OPEN, and a new window opens that looks like file manager - displaying with all the files in that directory - "Ask a Question _ Mozilla Support.htm". That is, it does not open and dislpay the web page as I expect it should (that I saved earlier).
    However, if I go to the file manager, I can see that directory is saved, and has the Windows Explorer icon associated with the directory "ask a question ....html", and also has a file type of HTML listed. If I double click that directory in file manager, Windows Explorer will open that directory and dis[play it as a web page, as I expected.
    I would like to know why Firefox does not open the directory name as a web page from the FILE, OPEN command, but instead shows me the directory contents(all the files in that directory)?
    BTW, if I try FILE, OPEN, using Windows Explorer the same thing happens - it opens a new window listing all the files in that directory.
    Is this the way the FILE, OPEN is supposed to work?
    It seems confusing, because if I am in any other program, for example WinWord, and do a FILE, OPEN command on a Word file, it opens the file as a Word Document - it does not just show the file in a "file manager window.
    But when I click FILE, OPEN on an HTML file(directory using Firefox, it does not open that html directory as a web page?

    I am in the Windows Explorer 'Details' view, and I see the folder with 'Type' of FILE FOLDER. In that folder are all the .js and .css and .png files - as cor-el said.
    ''But now I also see'' that there is also an htm file - ''with the exact same name ''as the folder, but it has a 'Type' of 'HTML Document'. When I have Firefox do a File, Open on the HTML Document - it does open the web page that I saved and does display it as a web page.
    I did not realize that Firefox saves both:
    1) a Directory '''(Type 'File Folder') '''''', and,
    2) an html file''' (Type 'HTML Document')
    ... '''and that they are the exact same names! '''
    I was clicking on the wrong one! Instead of clicking in the .html file, I was incorrectly clicking on the folder!
    (The archive add on looks interesting, but shouldn't I be able to open the saved web page, from the browser, using File, Open File) ?

  • Browser cannot display E3200 router web page from ethernet connection but can from wireless

    I have installed my E3200 downstream from the Verizon FiOS Actiontec (going the other way disables FiOS functions).
    1.  My browser can get to the E3200 (192.168.1.2) when connected via wireless, but not when connected via ethernet cable.
         How do I fix that?
    2. When going to connect wirelessly, the 2GHz connection is visible but the 5 GHz connection is not
         (I have them named differently).
         How do I see both wireless connections?

    My browser cannot get to my E3200 setup web page from a wired Ethernet connection (wireless works fine).
    The Linksys E3200 (1Gb ethernet, “n” wireless) is installed downstream from a Verizon FiOS Actiontec router (10/100 ethernet, “g” wireless).
    I cannot put the E3200 upstream from the Verizon router because I would lose FiOS TV capabilities.
    The E3200’s fixed IP address is 192.168.1.2 (the Verizon router is 192.168.1.1)
    I cannot change the subnet (e.g. to 192.168.2.x)
    Clearing the browser cache and rebooting both routers doesn’t help.
    Both computers tested have dual band “n” network adapters.
    So... wireless connection works fine, but I cannot get to the setup page via wired ethernet.
    Help?

  • Able to get web site; trade a plane, but can't get listings. Works fine with IE 8

    I can log into web site; www.trade a plane, and I'm able to select: Airplanes, then select the aircraft I want, but after that I can not get any listings. I'm able to get everything on IE 8, I'm using Firefox
    9.0.1, 64 bit.
    I also have the same problem on my laptop when I try to using firefox.

    Thanks Tom. Your fix did work. I really appreciate your help.
    --joe

  • Thinkpad S1: Can't left-click some web elements with trackpad/mouse but can click with touchscreen?

    Hey so this is a strangely specific problem.
    For some websites I cannot click some drop-down menus with my cordless mouse, the trackpad, or trackpoint buttons, but am able to when I press on the touchscreen. Same with some online games I used to play like: http://shape.method.ac/
    In the website above, I can't click and drag where it says to "Drag to get started' (For anyone else maybe experiencing the same problem) with my mouse, but pressing and dragging on the touchscreen works just fine.
    Stylus doesn't work either.
    Other items are still clickable.
    I can open and close windows just fine, most links work, but it's these graphic elements that I can't interface with. I can't tell if this is an OS problem, browser, or something like HTML5 causing it.
    It happens consistently though. Any help would be most appreciated.

    I'm having this exact same problem but it doesn't seem related to sleeping. It just happened randomly, and restarting hasn't helped.

  • Setting up HP LaserJet Pro P1102w for wireless but can not save wireless settings

    This printer worked fine on wireless with my last TWC modem/router, but I have tried for hours to set it up with a new one and it simply will not let me. USB works fine, but when I follow the instructions found here: OS X Yosemite Wireless. I choose Method three at this link: Method three: Wireless setup using a USB connection. Here is what happens after this:
    1. I downloaded the latest Apple HP drivers on my iMac (HPPrinterDrivers3.0.dmg). 
    2. Clicked Apple Software Updates to ensure I had the latest.
    3. Turned on the printer
    4. Has paper and is in ready mode with no flashing lights
    5. Plugged USB from printer into iMac
    6. Followed HP instructions: Systems Preferences > Printers & Scanners > Clicked on the P1102w printer which was already on the list > Open Print Queue > Open Printer Utility > HTML Config... > Network Tab > Wireless (confirmed it was enabled, I refreshed the network names and added my wireless network, added my wireless network password) > Apply.
    This is where everything crashes. After clicking Apply, the page will show up blank, the HTML will be messed up, or I will receive a message that says: 
    Safari can’t open the page “http://;ocalhost:5050/cgi-bin/ip_wireless_result.htm”. The error is: “cannot parse response” (NSURLErrorDomain:-1017)
    I have tried other Chrome and Firefox and got similar results. At this point, I am out of options based on the HP support sites that I have found. One HP site said to uninstall the HP software located in Libraries > Printers, so I did this. 
    Any help would be greatly appreciated. Thanks.

    Hi @txrun,
    I see that you are experiencing issues setting up the printer on the new router. I will certainly do my best to help you.
    Make sure Safari is set as the default browser. Sometime the Embedded Web Server won't open or will error out, if it isn't. Open Safari, across the top select the Safari menu, select Preferences, General, set as default.
    Restore printer defaults first and then run the HTML again. You may need to delete and add the printer again into the Printers and Scanners to be able to open the HTML again.
    Restore defaults: Turn the printer off, hold down the wireless button and cancel (x button) while turning the printer back on and don't release the two buttons until the printer stops making noise.
    Print a configuration page to make sure the old network settings are cleared. Printing a Configuration Page.
    If you are still having issues, please check these settings on the router.
    The printer is only capable of sending/receiving in the 2.4Ghz band.
    If it is set to 5 GHZ network you may need to change to 2.4 GHZ. (rename the 5ghz or shut it off)
    The WPA key setting needs to be on AES to work correctly not TKIP.
    Multi casting needs to be turned on.
    Firewall on router has to have open ports for printer.
    If you have Mac Filtering you need to give printer hardware address from configuration page.
    You might need to contact your router company for further assistance to check those settings.
    If there is anything else I can help you with, just let me know.
    Have a nice weekend!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for