Issue with Save As button

Hi All,
We are on NW2004s SP15. I have a BI iView that runs on the BI Portal. The report runs absolutely fine, but the problem is, when I click on the "SAVE AS" button and then select the "Bex Portfolio" tab, give the description and click on OK, the report it throws the following error:
This error is shown in the new window that appears in which I select the "Bex Portfolio" tab.
The initial exception that caused the request to fail was:
java.lang.NullPointerException
java.lang.NullPointerException
at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223)
at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300)
at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343)
at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
The complete error trace is below:
com.sap.ip.bi.base.exception.BIBaseRuntimeException: Unknown Error at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:3034) at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2794) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:994) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller._processRequest(Controller.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:860) at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._handleRequest(BIRuntimeService.java:359) at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:276) at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:24) at com.sapportals.portal.prt.component.AbstractPortalComponent.doPreview(AbstractPortalComponent.java:240) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:168) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code)) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code)) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code)) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code)) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code)) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))Caused by: java.lang.NullPointerException at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223) at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300) at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343) at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Inlined Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.Dialog.processCommand(Dialog.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processDialogCommand(CommunicationProcessor.java(Compiled Code)) at sun.reflect.GeneratedMethodAccessor385.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.Provider.processCommand(Provider.java:17) at com.sap.ip.bi.webapplications.runtime.impl.Page.processDataProviderCommand(Page.java:1408) at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Inlined Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSuper(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandInternal(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSequence(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3941) at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:2948) ... 42 more
After that when I close the error window, I get the following error:
ERROR: The BEx Web application does not exist; the error that occurred has been logged with ID "02000000000400660000005A00005CCA0004585F74E62B4F".
I cant even get back to the report.
Has anyone faced this problem before? Please suggest what needs to be configured.
Thans
SB

Hi Kamaljeet,
Yes I can see the "Favourite" option but when I fill up the value and click on Save As, it throws me this error:
The initial exception that caused the request to fail was:
java.lang.NullPointerException
java.lang.NullPointerException
at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223)
at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300)
at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343)
at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Also, when I close this window, I get this error:
ERROR: The BEx Web application does not exist; the error that occurred has been logged with ID "020000000004006700000003000043ED000458C27D865AF3". See SAP Notes 937697 and 948490
Any help will be appreciated.
Thanks
SB

Similar Messages

  • Photoshop batch production - issues with 'save for web'

    Hi,
    I'm having an issue with 'save for web' on a batch. I've just spent the last 2 hours searching the web and this forum and although the issue gets touched upon, the threads either suddenly head off in another direction, end, or i just struggle to make sense of the answers given.
    I have 350 images that i want to resize to thumbnails and then save for web. 2 hours ago this seemed like a 5 minute job.
    I creat an action called 'batch_thumbnail' and press 'Record'.
    I then select 'File' > 'Open' and select an image to open using the dialog box.
    I then select 'Image' > 'Image Size' and resize the image to the thumbnail size (200 x 125) and press 'OK'.
    I then select 'File' > 'Save for Web and Devices', set my optimisation settings and press 'save'.
    Using the dialog box that pops up, i navigate to a pre-created directory called 'thumbs' and press 'save'.
    I then select 'File' > 'Close' and on the dialog box that pops up i select 'Don't Save'.
    I then stop the action from recording.
    So far so good.
    I then select 'File' > 'Automate' > 'Batch...' and the dialog box appears.
    I select my action in the 'Action' drop down menu.
    In 'Source' i set the drop down menu to 'Folder', select 'Choose' and select the target directory with my 350 images in.
    In 'Destination' i set the drop down menu to 'Folder', select 'Choose' and select the target directory (thumbs), where i wish to save the thumbs.
    In 'File Naming' i leave the first box as 'document name', set the second to '_thumb' and have the third as 'extension'.
    I then click 'OK'.
    And this is where the problem begins. Everything works fine till it trys to save the second image. I can see what's happening, as the directory path and image name that are used whilst setting up the SFW part of the action, are getting hardcoded into the action. So every resulting image is being saved as the same file, instead of being overriden by the settings in 'File Naming'.
    I've tried selecting 'Override action 'Save' command', but it doesn't make any difference. Is it actually possible to batch produce files using 'Save for Web and Devices'?
    Cheers,
    James

    I have written a couple of Save For Web batch processors, they may be of use to you?
    They can both resize and run an action if required.
    CS2-CS3 http://www.ps-scripts.com/bb/viewtopic.php?t=2374
    CS4 http://www.ps-scripts.com/bb/viewtopic.php?t=2276 (This handles metadata)

  • Has anybody else been having issues with their home button after using assistive touch for a little while?

    Me and my brother have been messing with Assistive Touch on and off since iOS 5 canme out. We been noticing that when we actually move to use the home button, sometimes it doesnt respond. Though I'm all for thinking my home button my be on the fritz, it wouldnt explain how mine and my brother suddenly have issues with our home buttons at the same time. Both of us had a time where the home button didnt respond at all. and its been intermittent ever since. Anybody that has an answer or another case like this I' d like some information

    Reset Home button steps:
    (1) Tap Settings App, when it is open:
    (2) Hold Power button until "slide to power off" bar appears.
    (3) Don't slide it, release power button.
    (4) Gently, continuously press Home button for few seconds until home screen appears.
    (5) Done.
    If this does not help, further points to Hardware Problem.

  • Issue with Print Properties button not responding in Adobe Reader 10.1.10

    We've recently been upgrading Adobe Reader 9.4.4 to 10.1.10 and started having a few reports of the Print -> Properties box in Adobe Reader not responding.  When this happens Adobe Reader will crash if you click on the Print button.  If you go into Devices and Printers and try and access the Printer Properties you are prompted to install the driver for the device.  It does seem to be quite random, it will work fine for days and the suddenly happen.  I've done testing and have been able to get it happen by opening Outlook, Word or Excel but it is completely hit and miss.  Sometimes the issue will happen and other times no matter how many times you open and close the various applications it's fine. 
    Fortunately it only seems to be an issue when accessing Properties, if you just print there are no options which is probably why we don't have more complaints.  Unfortunately this didn't come to light until we'd rolled it out to 2000+ machines across 8 locations.
    So far I've tried the following:
    1. Upgraded to Adobe Reader 11.0.9 and same issue
    2. Created a test print queue using a different print driver (my machine has a different driver again and is using a different print server)
    3. Uninstalled a number of applications that have caused us issues with Office 2010 due to dodgy addins (Workshare and HP Filesite)
    4. Rolled back to 9.4.4 and seems OK.  Problem here is that they receive PDFs in formats not compatible with older than X.
    System is Windows 7 Enterprise SP1 32bit, Office Professional 2010, printing is to Ricoh Equitrac (Follow You)
    Anyone have a fix for this or come across this before.  I'm going to try testing with a Postscript driver to see if that helps, which is the last item on Adobe's troubleshooting list.

    Select a PDF file, CMD+I, check the Open With section, and ensure that AR is selected. If not, then select it and click on the Change All button. Alternatively, select Preview, which is my default PDF reader.

  • Issue with SaveAs PDF using XSLFOP

    Hi, We have been using SaveAs method to generate PDF files using XSLFOP technique successfully, however, recently we ran into an issue where a very large report (about 100+ pages) generated a PDF file that could not be opened. We get the following error when we try to open the PDF file. “There was an error opening this document. The file is damaged and could not be repaired.” We tried it again with lesser range of dates and the proper PDF file is generated. (Report was about 35 pages). So we think it has something to do with the large volume of data which is causing the SaveAs method to generate the corrupt PDF file. Any help will be much appreciated !! Note : In the same folder where we have the EXE,PBD and DLLs, we have two subfolders fop-0.20.5 and jre. Thanks, Chirag Vora

    Hello Chirag,
    We submitted this problem to engineering 10 years ago with PowerBuilder 9 !!!
    It appears to be a problem with the FOP processor which needs a large amount of memory to complete the task. You can find similar issues with other tools than PowerBuilder:
    The oXygen-user October 2003 Archive by thread
    As a workaround, you can save the data in XSL-FO format within PowerBuilder, then use the fop.bat file in the \Shared\PowerBuilder\fop-0.20.4\ folder to convert it from outside PB.
    This will still give you the memory error until you modify the batch file to increase the maximum heapsize for java.
    In the fop.bat file change the java start command to : java -Xms64m -Xmx256m ...
    The option -Xms definies the initial heapsize for the java engine and -Xmx the maximum heapsize.
    We believe the default maximum heap is 64MB and this is what it is running into (or running out).
    Setting it to 256MB with -Xmx and it was able to complete
    HTH,
    Jacob

  • IPhone 5 issue with music playback- buttons not responding

    When playing music on iPhone 5
    - The play/skip button on my headphones does not work when pressed. If I want to pause a song, or tap twice to skip ahead, it does nothing. The volume buttons on the headphones work, but the center button does not. It DID work previously, but recently just stopped. I tried the same headphones on my iPod, and they work perfectly
    - When the screen is locked, if I double tap the home button on the phone to bring up the playback controls, it does not play when I press Play, nor does it skip forward or back. None of the buttons respond.
    It seems to be an iOS6 issue with the device not responding to the commands. Anyone know of a fix, or do we have to wait for a patch?

    I found it!!! General, Passcode Lock, and make sure that under "Allow Access When Locked" catagory Reply with Message is ON

  • Issues With Save For Web CS6

    I'm having some issues with my file when trying to Save For Web. A band of transparency appears above my image even though I have everything cropped to the artboard, and the artboard is exactly the size I want the final image to be. If I uncheck "Clip to Artboard" the band of transparency disappears from the top, but reappears on the right side. It seems as if the artboard area is calculated differently in the Save For Web screen; its slightly off. I've included some images so you can see the issue.
    Trying to save for web as a .png with "Clip To Artboard" selected; a tiny (one pixel tall?) band of transparency on the top of the image.
    Trying to save for web as a .png without "Clip To Artboard" selected; the image seems to shift and the band of transparency appears on the right size. Also some of the pieces of the image appear on the bottom outside of the artboard.
    I made sure to crop each element of my image to fit exactly on the artboard. Previously, I had made sure to use a clipping mask exactly the size of the artboard and still had these issues. I would like my .png to not have a band of transparency. It has the same issue when I change it to .jpg, but instead has a white matte band. What am I doing wrong, or is this just an issue with Illustrator? Thanks in advance!

    Depending on your use of the image in context, won't the transparent strip "disappear?"
    The only solution I know is to open it in Photoshop and manually crop out the transparent strip. AI or Save for Web also seems to antialias the edge of free-standing art over a transparent background. I just make the artwork slightly larger than the final cropped size, save for web, then crop in Photoshop.

  • Colour issue with 'Save for Web' - Photoshop Elements 6 (Mac)

    Cross posted here, but no answer so far. Sorry for cross posting. For me, this is urgent, but I know it's not for anyone else, so apologies for putting 'urgent'.
    http://www.mac-forums.com/forums/images-graphic-design-digital-photography/150670-colour-i ssue-save-web-photoshop-elements-6-a.html#post840419
    This is a similar issue to this:
    Save for web color issue
    Except the user who posted the above was using photoshop cs3, and I'm using Adobe Photoshop Elements 6.
    When I work on a photo, I get it just right, then go to Save for Web, and the original it previews is loads lighter than the orginal I was working on in the first place. See 'Picture 1' attachment.
    I have changed the colour settings on the Save for Web options - I've chosen each one in turn, and none fix the problem.
    There seems to be no similar option in PSE6 to this that fixed it in CS3:
    IN the save for web box there is a small round button with an arrow in it (near the Done button).
    In the list when this button is pressed deselect Convert to sRGB
    I used to use PSE2 on a PC, and never had this problem. I didn't need to mess about with colour profiles or anything similar on the PC. The original was the original, not a washed out version of the original. Why spend ages getting the file just right, only for Save for Web to screw it up?
    Any advice to fix this would be much appreciated.
    Thanks

    Thanks very much for your reply.
    I've uploaded the images here:
    http://jimpix.co.uk/images/Picture 1.jpg
    http://jimpix.co.uk/images/Picture 2.png
    I deleted the prefs. file you suggested, and then opened PSE6.
    I then tried the profile setting you suggested - but it's not an option:
    http://jimpix.co.uk/images/Picture 3.png
    I tried 'remove profile' just in case that worked, but the same effect happens on Save for Web.
    Not sure what to try next!
    Thanks

  • Authorization issue with VA02 radio buttons

    Hello All,
    We are stuck at one authorization issue. The user navigates using tcode VA02.
    1)     Execute Tcode -VA02=>
    2)     2) puts order number # 100001 =>
    3)     press enter =>
    4)     press enter =>
    5)     Screen: Change (Company Name) Return 100001: Overview =>
    6)     Option: Display doc. Header details (looks like a magnifying glass beside PO_date) =>
    7)     This bring us to Change (Company Name) Return 100001: header Data =>
    8)     select status tab =>
    9)     on Status tab lower end there is a button u201CObject Statusu201D =>
    10)     Press it => 
    11)     Come to Change Status :
    12)     On this screen There is Status with status no. on the right side with 7 options
    e.g:
    u2022     1 BLK Approval Required for,
    u2022     2 BL1 Approval for Credit,
    u2022     3 BL2 Approval for material Replacer
    We need to restrict the radio button access for user for which we are unable to find the authorization object.
    Could any one help.
    Thanks & Regards
    gab

    Hi,
    Use ST01 to trace the user activities and check which objects its hitting when you click on those buttons, then you can restrict radio buttons using those objects.
    I have'nt run the tcode myself and performed the steps you mentioned, but if you think its calling other transaction from those buttons you can manage tht in SE97, or add the t-code VA02 in the S_tcode auth object in PFCG.
    Hope this should get you going
    Thanks,
    Vijay

  • Issue with 'SAVE AS' RESTful service call in 4.1 SP5 ?

    Hello Everyone,
    I'm facing an issue when trying to save a webi document into another folder using 'SAVE AS' RESTful call, it's giving 500 Internal server error  (through AZOT & RESTClient)
    Following are details:
    We are on to BusinessObjects version 4.1 SP5. In the AZOT workflow, I have created a new document and in the next call I'm trying to save this newly created document into another folder, then this is error is observed.
    RESTful service URL:- [POST] : /documents/{docId}
    Request Body:
                             <document>
                                <name>Testing SAVE AS</name>
                                <folderId>219060</folderId>
                            </document>
    Response:
    Can anyone help me with this ?
    Thanks,
    Ram

    Hello,
    Thanks for your prompt replies.
    @Saritha:
    1. On new document Save call is giving message as "NOT Modified", as i didn't perform any actions.So Yes, I'm able to perform SAVE.
    2. Yes, I have performed other operations like creating a Report.
    @Eric: 3. Yes, the folder which I'm trying to save is writable for the user.
    My Observation: When I'm trying to 'SAVE AS' on new document its giving 500 error as I said earlier.
    1. But, after creating new document, I created a new Report for that document, then 'SAVE AS' working. That means after performing some action/modifying the document 'SAVE AS'  is working for me.
    2. Same issue(500 error) observed when trying to perform 'SAVE AS' call on the EXISTING document as well (which is create in BI Launchpad, refreshing and working fine).
    So, is it mandatory to perform any action (which brings the document to Modify mode [i guess]) before this 'SAVE AS' call ?
    Thanks,
    Ram

  • Issue with Save As option

    Hello Experts,
    I have BEx Web analyzer integrated with SAP- NW portal 7.0.
    Everything is working fine .
    I go to new analysis and select a query.
    After this when I go for " Save As" option.
    System and Type comes grayed out. Is there anyway to enable them ?
    or
    Would they remain disable as we have already selected the query from required system , I am not sure . please suggest
    Thank you
    Regards,
    Khushboo

    Hi Durgesh,
    I have assigned  in your role S_RS_AUTH object with the 0BI_ALL to my user id. But issue is still the same.
    Notes 1083423 is applicable for BI 7.0 and I am working with BI 7.10
    Regards,
    Khushboo

  • Adobe Photoshop issues with save as!

    The save as is saving the photo the first attempt as a paper looking file with the tab turned down, as a jpg and if I save as again
    it saves correctly as a jpg with the photo, how do I fix the issue of the first saved file incorrectly?

    Hello Tony,
    I found the following information. It looks like it might apply.
    Sincerely,
    Dan Kelleher
    +++++++++++
    Symptom
    After installing Crystal Reports 9, some 'File' menu options, such as 'Open', 'Save', and 'Save as', are unavailable. Uninstalling and reinstalling Crystal Reports 9 does not correct this behavior.
    ====================
    NOTES:
    " This behavior was reported by our customers as occurring on a computer with Windows XP Service Pack 2 but may occur under different technical environments.
    " This behavior was reported and resolved by the customer only. It has not been reproduced by Business Objects Customer Support.
    ====================
    How can you resolve this behavior?
    Resolution
    To resolve this behavior, manually register the ATL.DLL and FILEDIALOG.DLL files.
    Steps:
    1. Quit Crystal Reports.
    2. On the 'Start' menu, click 'Run', and then type the following:
    Regsvr32 "<the full path to ATL.DLL>"
    3. Repeat step 2 for FILEDIALOG.DLL.
    After registering the necessary files, all applicable 'File' menu options are available.
    +++++++++++

  • Issues with Smart Shape Buttons

    Greetings all, another question for you Captivate Guru's out there...
    Is there a way to force a non Smart Shape Button compliant LMS/Flex Wrapper to understand the object by adding a file that would identify the Smart Shapes as a valid button without updating the Adobe Libraries completely.
    A certificate, perhaps some sort of Javascript, or something along those lines?
    Is there a place where I can read the code that makes Smart Shape buttons work when published like current Flash Player protocol for them in the libraries?
    Any help is greatly appreciated.
    Thanks!

    I'm using a Mac (latest version).
    @devices: Android and iOS smartphones and tablets as well as Mac and Windows PCs.
    "Do you see this same issue on a blank project (With 2 or 3 Smart Shapes) ?"
    I'm not sure if I get you right, but the project I posted is nearly a blank project (created with CP7). So I think the answer is "yes".

  • I have heard that the iphone 5 has hardware issues with the lock button and sometimes the power button...is this a recurring problem or is it easily fixable?

    Is this problem affecting most users? I heard that it usually takes abotu 2-3 weeks after getting a replacement that these problems might occur and I don't wanna shell out a lot of money only to have to constantly go to the apple store and get a new replacement regardless if it is free.

    I currently have a defective lock/sleep button on my iPhone 5. After putting up with it for 3 weeks, I took it to an apple store. The "genius" told me that because I'm 50 days over my year warranty, I would have to pay $280 to get a replacement. They will not fix the problem. They can only give you a refurbished phone. BEWARE: the replacement is only free if the phone is still within the one year warranty or if you have an extended apple care. I'm still blown away on the fact that I payed $500 for a product that defected in a little over a year and be told by a condescending apple genius that I have to pay $280 to resolve the problem. My friends who have Samsungs and HTCs have 2 year old phones that work as well as the day they bought them. I had a blackberry for almost 3 years and had no issues at all, but a highly advanced, "well made" apple product barely lasted a year. My wife's iPhone 4S shuts off when the battery drops to 30%. And of course the guys at the Genius Bar say they can't help. I shouldn't have to pay for a replacement unless I did the damage myself. I've been an iPhone user since the first iPhone. And every year, I've had something break right after the warranty expires (failed audio jack on iPhone 1, failed earphone on iPhone 3G, failed home button on iPhone 4). It's getting really old spending a lot of money on cheap products and having to deal with the "better-than-you" swagger from the Genius Bar.

  • Issues with POWL action buttons and row selection after Support Packs

    We recently applied ECC 603 Support Stack 16 to our environment and are having problems with some SAP standard POWL lists (example is KYKOP-OPS-MM-PO-W: Purchase Orders for Goods Receipt).  In fact all of the POWL lists that we are using are behaving the same way.  There are 2 changes that have happened after moving to this stack.
    1.  In order to select a row in the list, we now have to press ctrl + click, previously, just clicking the the row would select it and fire the OnLeadSelection
    2.  All of the Action Buttons in the POWL lists are disabled.
    I have debugged the Feeder Class /KYK/CL_MM_FEEDER_PO and see in th GetActions method and see that the ls_actions-enabled is getting set to true, but for some reason the buttons are disabled when the list is rendered.
    I've checked a side-effects report from OSS and have come up empty handed.  Has anyone else run into this?
    Eric

    I have found an OSS note that addresses this problem.  This problem will effect anyone who is using ALV for ABAP WebDynpro after applying BASIS Support Pack 20 for 7.0.  The OSS note is 1363334.  Question Answered.

Maybe you are looking for

  • Can't get Autofill to work

    When I filled out forms in Panther, it would automatically put in my name, address, etc. when I would begin writing. Now I have a new computer with Tiger and I can't get it to do that. I somehow ended up in the address book, and filled out my info th

  • Authorization check failed Auth. Obj. M_MSEG_LGO Goods Movements

    Hello security team. We are using two roles for one authorization object to be checked in the MIRO transaction. One role (1) checks the S_TCODE and the authorization object M_MSEG_LGO for ACTVT and  BWART  fields. The other role (2) checks for the sa

  • Can I use iPhone 5 in Bangladesh?

    All over the Bangladesh, only sim cards are available for communications but i've heard that iPhone 5 does not work in sim cards. therefore I can not use it in Bangladesh. I want to get a clear idea about this.

  • Text can't be brought to front.

    All my objects and text are on one layer. I can push objects behind the text but I can't make all of them go behind. When I group an object that is behind the text the text gets pushed back behind the object.

  • Query collected in a different transport

    hi, I have collected the query to transport it to Dev, all the query elements are collected in one transport but the query has been collected in one transport. The transport in which the query is collected is of a different user? How can I change thi