Need to open reports in another CMS

Hi ,
I have some reports which belongs to CMS1.
unfortunately my CMS1 is corrupted and i lost all report s
any how i got back from file reposistory all my reports and universe
now i uninstalled CMS1 and insatlled CMS again in the same machine.
Now i am unable to open those backup reports in my new CMS , i know it will give the error like these objects not belongs to thic CSM.
please let me know if there any work around
thnx,
Redz

Hi,
You can resolve this error by using cmsdbsetup.sh script. Perform below steps:
1. Run cmsdbsetup.sh to point to old cms database.
2. Run cmsdbsetup.sh to change cluster name
3. Bring new cms up and go to CMC. From CMC, check whether frsinput and frsouuput server is pointing to old location
    where reports are stored. If not then point them to correct loaction and then restart them.
This should resolve error. I am assuming that BO is running on UNIX environment.
Thanks,
Swapnil Rodge.

Similar Messages

  • Interactive Reporting - Button opens report in another tab

    Hi all,
    i need a help in interactive reporting. I have a dashboard in the first page, which allows the users to select a value from a prompt. Once the value is selected, they press a button and the filtered report is opened. Does anyone knows if it's possible to make the button open the report in another page/tab?
    Thanks in advance,
    Daniele

    This can be like
    instead of showing report on the page show as a link and set to open in new window.
    that would be like; you select value from prompt and then hit on Go button and then click on report link.
    if helps mark

  • 'File in Use' message is received when one user is in the report and another user tries to open the Excel template

    ‘File in Use’ message is received when one user is in the report and another user tried to open the excel template. how to make excel template shared for multiple users so the users don’t see the ‘File in Use’ message?

    Hi Febin,
    In addition to others’ replies, we can create a shared workbook and place it on a network location where several people can
    edit the contents simultaneously. For example, if the people in your work group each handle several projects and need to know the status of each other's projects, the group can use a shared workbook to track the status of the projects. All persons involved
    can then enter the information for their projects in the same workbook.
    Regarding how to do this,
     the following article can be referred to reference.
    Use a shared workbook to collaborate
    http://office.microsoft.com/en-in/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Best regards,
    Frank Shen

  • Opening an Oracle report in another window

    I am calling Oracle Reports from HTMLDB, the report is called from a button press with a branch to a URL, a substitution string has been set up and single sign on is being used.
    The url is:
    &REPORTS_URL.module=&P2_REPORT_ID..rdf&ssoconn=devpmdb&destype=cache&P2_PARAMETER_LIST.&p_where=&P2_WHERE_CLAUSE.
    My question is how can I open this in another window?

    Thanks,
    I have tried this by incorporating the javascript into the branch URL target:
    javascript:popupURL(&REPORTS_URL.module=&P2_REPORT_ID..rdf&ssoconn=devpmdb&destype=cache&P2_PARAMETER_LIST.&p_where=&P2_WHERE_CLAUSE.)
    The url does not work at all and redirects to the following page with an error indicating that no branch was found.
    http://ukwar2dev4:7778/pls/htmldb/wwv_flow.accept
    Can I actually supply this as a URL for a branch targer? And am I using the correct syntax? The url works fine without the popupURL call.

  • Need to Open Another jspx page as popup from template

    Hi everyone,
    I have one more question about popups and template. I'm working on JDev 11gU2 ADFRC
    I have one template for my all pages, and there is a link on my template to show user information. for that i need to fetch the info of logged in user from database. so i must have to make a page definition of my user info page.
    But problem is when i click the info link from my template to open user info page. it is not opening and giving page refresh error.
    actually in my template the page source is -
    <f:subview id="userInfo">
                <jsp:include page="/popUps/UserInfo.jspx"/>
    </f:subview>
    <af:commandNavigationItem text="UserInfo"
                                                  immediate="true">
    <af:showPopupBehavior popupId="::userInfo:popup1"
                                                triggerType="action"/>
    </af:commandNavigationItem>and in My Account Info page source is -
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_popUps_AccountDetailsPopUp-->
      <af:popup binding="#{backing_popUps_AccountDetailsPopUp.popup1}"
                      id="popup1">
              <af:dialog title="Account Detail" type="none"
                         inlineStyle="margin:0.5px,0,0,0.5px;"
                         closeIconVisible="#{!backing_popUps_AccountDetailsPopUp.editMode}"
                         partialTriggers="panelBox1 panelBox2 panelBox3"
                         binding="#{backing_popUps_AccountDetailsPopUp.dialog1}"
                         id="dialog1">
                <af:decorativeBox topHeight="25px"
                                  inlineStyle="margin:0.5px; height:460px;"
                                  theme="dark"
                                  binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox1}"
                                  id="decorativeBox1">
                  <f:facet name="center">
                    <af:panelStretchLayout startWidth="5px" endWidth="0px"
                                           topHeight="0px" bottomHeight="0px"
                                           binding="#{backing_popUps_AccountDetailsPopUp.panelStretchLayout1}"
                                           id="panelStretchLayout1">
                      <f:facet name="center">
                        <af:decorativeBox theme="light"
                                          inlineStyle="height:430px; width:482px;"
                                          binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox2}"
                                          id="decorativeBox2">
                          <f:facet name="center">
                            <af:panelGroupLayout xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                                 inlineStyle="padding:1%;"
                                                 partialTriggers="commandLink1 commandLink2 commandLink3 commandLink4 commandLink5 commandLink6 commandLink8 commandLink9 commandLink10"
                                                 binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout1}"
                                                 id="panelGroupLayout1">
                              <af:panelBox text="Employee Information"
                                           partialTriggers="commandLink1 commandLink2 commandLink3"
                                           binding="#{backing_popUps_AccountDetailsPopUp.panelBox1}"
                                           binding="#{backing_popUps_AccountDetailsPopUp.spacer2}"
                                           id="spacer2"/>
                              </f:facet>
                            </af:panelGroupLayout>
                          </f:facet>
                        </af:decorativeBox>
                      </f:facet>
                      <f:facet name="start">
                        <af:spacer width="10" height="10"
                                   binding="#{backing_popUps_AccountDetailsPopUp.spacer3}"
                                   id="spacer3"/>
                      </f:facet>
                    </af:panelStretchLayout>
                  </f:facet>
                  <f:facet name="top">
                    <af:panelGroupLayout binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout8}"
                                         id="panelGroupLayout8">
                      <af:outputText value="Account Detail : 900101"
                                     inlineStyle="font-weight:bold; font-size:14px;"
                                     binding="#{backing_popUps_AccountDetailsPopUp.outputText10}"
                                     id="outputText10"/>
                    </af:panelGroupLayout>
                  </f:facet>
                </af:decorativeBox>
                <f:facet name="buttonBar">
                  <af:commandLink text="Close"
                                  inlineStyle="font-weight:bold; color:Blue;"
                                  disabled="#{backing_popUps_AccountDetailsPopUp.editMode}"
                                  partialTriggers="panelBox1 panelBox2 panelBox3"
                                  shortDesc="#{backing_popUps_AccountDetailsPopUp.editMode ? 'Can not close in edit mode...' : 'Close Window'}"
                                  binding="#{backing_popUps_AccountDetailsPopUp.commandLink11}"
                                  id="commandLink11">
                    <af:resetActionListener/>
                  </af:commandLink>
                </f:facet>
              </af:dialog>
            </af:popup>
    </jsp:root>Actually i need to open a page globally and i can't put this link to each page. so that i put this on Template.
    I made a popup page too to log out from application in the same way, it is working file, but the difference is that page does not have any page def.
    But account info page has.
    I want to use it without adding dialog: in ADF-CONFIG.xml page
    Any help to solve this?
    Thanks
    Fizzz...

    hey guys,
    I have 2 pages test1 and test2(.jspx).In test2 page I have defined an popup and i want that in that pop-up test1.jspx should get loaded.
    Can any body help me on this.???Will really appreciate this..............

  • How many ports do I need to open for Java InfoView? - CR Server 2008 v1

    Hi,
    We are using Crystal Reports 2008 V1 (BuildVersion=12.1.0.114.CRS2008_V1). CMS runs on Oracle 10g. The product I need help for is InfoView.
    The report server is behind a firewall. I would like to know how many ports do I need to open and what they are so that I can access to InfoView (Java Version) from internet.
    The client's IT blocks all ports, except HTTP 80 and HTTPS 443. Is it possible to configure InfoView to run on port 443? Would one port be enough? Port 80 is being used by another application.
    I would appreciate any light to be shed on this issue.
    Thanks,
    Sinan

    InfoView will just need a single port. However CR Server 2008 has additional component who interact. I believe that CR Server 2008 doesn't allow a distributed installation so then the only port that should be opened on the firewall is to reach the web application and from the application server towards the database server hosting the CMS database.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken
    http://twitter.com/mfoeken

  • Error while opening report in Infoview

    I am getting following error while opening report in Infoview.
    Following is error generated in tomcat,
    com.businessobjects.rebean.wi.ServerException: Cannot open document. Error during import. (DX0005)
         at com.businessobjects.rebean.fc.internal.platformspecific.xml.ras21.SAXHandlerERRORS$SAXHandlerERROR.initElement(SAXHandlerERRORS.java:108)
         at com.businessobjects.rebean.fc.internal.platformspecific.xml.SXMLHandling$StructuredSAXHandler.startElement(SXMLHandling.java:187)
         at com.businessobjects.rebean.fc.internal.platformspecific.xml.SXMLHandling$StructuredSAXHandler.startElement(SXMLHandling.java:202)
         at com.businessobjects.rebean.fc.internal.platformspecific.xml.SXMLHandling$StructuredSAXHandler.startElement(SXMLHandling.java:202)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at com.businessobjects.rebean.fc.internal.ras21.XMLviaRAS21Decode.openDocument(XMLviaRAS21Decode.java:537)
         at com.businessobjects.rebean.fc.internal.ras21.RAS21DocumentComAdapter.openDocument(RAS21DocumentComAdapter.java:69)
         at com.businessobjects.rebean.fc.internal.ras21.RAS21ReportEngineComAdapter.openDocument(RAS21ReportEngineComAdapter.java:100)
         at com.businessobjects.rebean.fc.internal.ReportEngineImpl.openDocument(ReportEngineImpl.java:249)
         at org.apache.jsp.viewers.cdz_005fadv.viewCDZDocument_jsp._jspService(viewCDZDocument_jsp.java:267)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.Exception: Cannot open document. Error during import. (DX0005) (80043746)
         at com.businessobjects.rebean.fc.internal.platformspecific.xml.ras21.SAXHandlerERRORS$SAXHandlerERROR.initElement(SAXHandlerERRORS.java:100)
    Please help me to resolve the above problem
    Reagrds,
    Ramesh

    Hi Ramesh,
    It may seem like a lot of information, but from a debugging perspective it doesn't tell us much.
    You need to give some more info and even then it would probably be a good idea to call support.
    Can you tell us;
    Which version are you on?
    Can you open de document from another desktop intelligence machine, not only the one that it was built on?
    - This checks ; you can import the document; the structure of the document is fine (not corrupted).
    Can you refresh the document on that other machine?
    - This check ; the link to the universe is fine, the universe can be imported, the connection to the database is fine.
    What is your preference as a BOE user to view Deski documents?
    - Try a few others, so you know if the problem is with one type only (and which).
    Now you will have a few more pointers more as to where the problem lies.
    Even then it can be sheer size of the document, complexity of it, etc.
    Good luck,
    Marianne

  • Error while calling oracle reports from another report

    Hello everyone,
    I have a problem running oracle reports. In one report I have a button
    that calls another report. There is a button for each row of the result
    in the first report , and i have used Srw.run_report to call the second
    report.
    My problem is, when I run the report, at the first time i can push the
    button and the second report opens and works correctly. But if i close
    the second report and come back to the first one, when i push the
    button for a different row ,the second report starts to run but then I
    get some oracle errors like table does not exist or... while the first
    time the report worked correctly.
    It seems that when i close the second report and go back to the first
    one, sth happens that changes my session or connection. I don't know
    what can be the problem.
    By the way, when I log in with the user that owns the tables and has
    all the privileges, I don't get this problem. It only occurs when I
    use other users ( which have all privileges on all of the tables
    needed in the report )
    I am using Report Builder 6.0.5 and the DB is Oracle Database 10g.
    Can anyone please help me with this problem?
    Thanx in Advance.
    Maryam.

    6.0.5 is not certified against 10g database, so I suggest to upgrade to 6.0.8.26 (6i patch 17) first to see if the problem is gone.

  • Unbale to open report in CMC after upgrade BOXi 3.1

    Hi,
    When i run my crystal reports i am getting this error in event viewer
    I have only crystal reports 2008 no webi,nothing else
    I have recently upgraded from BOXI 3.1  sp5 to sp7
    Error in Event Viewer :
    Faulting application name: hdump_ia32.exe, version: 0.0.0.0, time stamp: 0x4ce2eb69
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
    Exception code: 0xe06d7363
    Fault offset: 0x0000c41f
    Faulting process id: 0xd80
    Faulting application start time: 0x01cf89881e6c4333
    Faulting application path: C:\Program Files (x86)\Tivoli\cit\bin\hdump_ia32.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: 620c5533-f57b-11e3-ac36-005056bd0083
    Error when i Open report in CMC:
    Fail to resolve parameter prompting result.: CMC
    Please suggest me what to do?
    CMS LOGS :
    .\ObjectSubsystem.cpp:4461: TraceLog message 1
    2014/06/16 00:44:36.834|>>|A| | 5064|7328| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:4461). (false : CObjectSS::CheckDeleteFile: Object has SI_FILES but no SI_PATH.).
    .\ObjectSubsystem.cpp:5175: TraceLog message 2
    2014/06/16 00:48:00.744|>>|A| | 5064|8816| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 3
    2014/06/16 00:48:34.463|>>|A| | 5064|7548| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 4
    2014/06/16 16:02:48.316|>>|A| | 5064|4056| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 5
    2014/06/16 16:03:38.645|>>|A| | 5064|8880| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 6
    2014/06/16 16:17:36.880|>>|A| | 5064|6740| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 7
    2014/06/16 17:25:57.068|>>|A| | 5064|7548| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 8
    2014/06/16 17:29:20.587|>>|A| | 5064|7548| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 9
    2014/06/16 17:29:27.212|>>|A| | 5064|3264| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 10
    2014/06/16 17:29:44.822|>>|A| | 5064|8180| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).
    .\ObjectSubsystem.cpp:5175: TraceLog message 11
    2014/06/16 17:30:02.666|>>|A| | 5064|3928| |||||||||||||||assert failure: (.\ObjectSubsystem.cpp:5175). (collateHelper != NULL : no message).

    For instructions on deploying web application (.war) files manually, consult the Web Application Deployment Guide for Windows, available at http://help.sap.com/businessobjects.
    Since BOXI3.1 SP7 uses Tomcat7 for Java web application server, you’d need to use wdeploy to redeploy the BOXI3.1 SP7 war files.
    Of, you can
    stop tomcat7 in CCM
    delete or move the existing BOXI3.1 web apps from E:\Program Files\Business Objects\Tomcat7\webapps to somewhere else,
    delete or move the existing BOXI3.1 web work files from E:\Program Files\Business Objects\Tomcat7\work\Catalina\localhost to somewhere else
    drop all war files from E:\Program Files\Business Objects\deployment\workdir\tomcat7\application to E:\Program Files\Business Objects\Tomcat7\webapps
    start up tomcat7 in CCM and monitoring the E:\Program Files\Business Objects\Tomcat7\logs\stderr.log for success/fail deployment.
    Note that please consult with SAP BO support to make sure this method work for you.  I learned this from a BO support during the support session.
    Hope this helps,
    Jin-Chong

  • Can I purchase Mountain Lion and make a flash drive bootable? I do not want to install it on my Macbook Pro. I have Snow Leopard on my Macbook Pro now, and due to my hard drive needing repair I need to boot off of another source, like my flash drive.

    Can I purchase Mountain Lion and make a flash drive bootable? I do not want to install it on my Macbook Pro. I have Snow Leopard on my Macbook Pro now, and due to my hard drive needing repair, I need to boot off of another source, like my flash drive. I am in Paris and my Snow Leopard DVD is in Texas.

    Mac OS X has a built-in disk diagnostic and repair program called fsck or file system consistency check. Here’s how to verify and repair your startup disk with fsck.  As soon as you hear the startup tone, press and hold Command-S on the keyboard. Keep holding down those keys until you see a black screen with white lettering. This is called “booting into Single User Mode.”  As the Mac boots in this mode, the screen reports each step of the process. The line should end in root#.  Right after the root# prompt, enter the following: /sbin/fsck -fy
    If repairing the disk in single user mode fails, it means one of two things. Either your hard drive itself is failing (a hardware failure), or the directory damage on your hard drive is beyond the capability of the built-in repair procedures in OS X.

  • FinRep 9.3.1: All users getting error opening reports from root directory

    We are having an irritating, although not missiion critical error
    When a user (any user) attempts to open a report from the explorer view in Financial Reporting 9.3.1, we receive an "_Error 1000165"._ No explanation is provided. No folders are openable within the explorer view except "Personal Page."
    It is possible to open reports by opening a report that got accidentally stored in the root directory and then opening another report from the menu system in the usual way. So it is not a user permissions/provisioning issue.
    Is there a fix to this? I am afraid someone will clean out the root directory and then we won't be able to access our reports.
    Update: I can use the pattern "VariancePercent([B(A)],[A(A)])" to cut this to 27 Columns by varying the direct reference to the column. But is there an easier way to do this?
    Edited by: user10868938 on Feb 24, 2009 3:43 PM

    We have been able to complete the update of our users SSID's in our Planning SQL tables through the utility. We had to create the users in Essbase first though.
    However, if I try to log into Planning (through Workspace) I still cannot see the Planning applicaitons I should have access too. In Shared Services if I pull up my network ID and View Report, I do not get any Planning groups to show up that I belong too. I can open the group in HSS and see my ID is in it but when I do the View Report on my ID nothing comes up.
    Additionally, if I add a user from scratch to the existing Planning groups that we've migrated and do the View Report they will show up for that user and the security passes through to Planning/Essbase so that I could log on fine. So, the problem is not with adding new users but the existing one's that were migrated. HSS shows the users in the groups but if you view a Report for those users it doesn't look like you belong to any groups.
    We are going to apply a patch to Shared Services to see if it helps. It's suppose to deal with Groups that have users from multple domains but one set of those users cannot log into the application they should have access too. We applied this in our stand-alone S9 Essbase environment a couple of months ago to deal with a break between our existing users and groups from HSS to Essbase. Maybe this will be the final piece.

  • How export to csv work in safari browser? In my application export to csv open like a raw data in new tab. But other browsers working great!. Need to open in a csv file or save it as a csv file.

    How export to csv work in safari browser?
    In my application export to csv open like a raw data in new tab.
    But other browsers working great!.
    Need to open in a csv file or save it as a csv file.
    Please suggest me. Thank you in advance!.

    Hi Adrian,
    Why don't you try any another software for opening CSV files then Notepad ? According to my experience, you can use these softwares to open an CSV files and they are:-
    Microsoft Excel
    Open Office Calc
    Google Docs
    Also there is an additional tool available known as CSV viewer. You may try this, download it from here http://www.csvviewer.com/
    I've never used Notepad for opening CSV files, because sometimes it contains some symbols which are not not at all compatibile with Notepad.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I live in Italy and opened my itunes account with an Italian credit card. I want to access only English itunes and Apple said I need to open separate accounts. Any suggestions?

    I live in Italy but am Australian and opened my itunes account with my Italian credit card and address, but that does not let me access itunes in any English country which is what I had wanted. Apple tell me I need to open separate accounts, complete with address and tel. Yesterday they told me I could do that with an itunes prepaid card but on the Aust itunes store the card was considered invalid (obviously because it is in Euro) Any suggestions? I am sure I am not the only person living in another country who needs access to itunes in their mother tongue......how backward is Apple!

    To be able to download content from another country's store you need a valid billing address in that country, and be in that country when buying from it.
    Apple can only sell content where the content provider's grant them licenses to do so, so if the music etc that you want to buy isn't available in the Italian store then it's because the provider's aren't letting Apple sell it there. Do you have access to other music purchase download sites which have the content that you want ?

  • I  Need some standard report

    I need some standard reports regarding Purchage Data Analysis Report and Open Sales order report .
    Thanks & Regards
    Satish Patnaik

    Hi,
    Check the following links:
    http://sap-img.com/abap/make-e-mail-sender-of-po-the-po-creators-name.htm
    http://sap-img.com/abap/sending-mail-when-the-purchase-order-is-released.htm
    Regards,
    Naresh

  • I have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can

    i have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can anybody help me.

    You'll need to update to at least ACR 8.2 for the 70D to be recognized.  The normal way to update PSE12 to the latest CR is to use Help / Updates in the Editor which should update to ACR 8.5.
    According to Adobe's website PSE12 shipped with ACR 8.1 and you say it says yours is reported as ACR 8.0.
    Are you using PSE 11 and not 12?  PSE 11's maximum ACR version is 8.0.

Maybe you are looking for