Front End for Upgrade 3.5

We are upgrading from 3.1 to 3.5. I'm assuming we will need a different front-end for the 3.5 vs. 3.1. Can someone please verify and also is there a easy way to switch between the two front ends in order to connect to both 3.1 and 3.5
Will reward points as always.
Richard

We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

Similar Messages

  • How to Clear the history in Front End for one or more users

    Hi All,
    Need small help. Can any body tell how to clear/delete the history for a user in the BW front ends for example for a Query Designer or a Reporting user.
    I tried, but didn't work.
    Thanks for the help.
    Regards,
    Venkat

    Venkat,
    History is stored in DSO 0PERS_BOD. You can do a selective delete of data based on the user name from this DSO to delete history.
    HD

  • How to include flex files as front end for struts in myeclipse

    Hi ,
    If any body knows to how t o include flex(Adobe 2) files as front end for struts in myeclipse application.

    <property name="messaging.client.jar.path" value="Location in your local drive" />
    <property name="messaging.client.jar.name" value="nameOfYourFile.jar" />

  • Create a portal/front end for ADF Panels.

    Hi All,
    I have developed an ADF app which consists of several ADF Panels, each ADF Panel allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and one single ADF application module. I then drag and drop these ADF Panels into a single ADF Form as a runable item bottoms, from within the Form.
    This runs as a client app swing and is not web based.
    Running the ADF Form which as I described earlier includes all my ADF Panels as runable bottoms is extremely slow since Jdev by design loads all these ADF Panels before even user clicks on it, and once you close the ADF Panel that you just run Jdev does a terrible job cleaning the memory and keeps binding open and un-cleared in memory which causes the app to become slower and slower as it is being used.
    I can execute each ADF panel independently outside of the ADF Form and outside of the Jdev without any problem from Windows command line, and all runs much better than putting all these ADF Panels into ADF Form.
    What I am looking to do here is to create a portal/front end for these ADF Panels and allow user to click on a bottom which would then execute the command line for the execution of the ADF panel, very much like when I execute the ADF panel from the Windows command line.
    Any suggestion backed by some documentation or steps I should follow is mostly appreciated.
    Thanks.
    Bobby A.

    Thanks for your time, but I cannot make a front-end in C. It has to be in JSP (or in ASP but I haven't tried yet to program in VBA).
    So that is why I am asking what is the best way of attaching a JSP front-end to the given API.
    PS: Why should I code a .dll to provide a JNI interface for the api? Isn't the JNI interface capable of doing such?

  • How to download free SAP GUI front end for ECC6

    Hi,
    How to download free SAP GUI -Front end for ECC 6
    SD

    Ask your Basis people and they  can give it to u, Its take almost 1 GB  of Space or even u can try in the internert for SAP GUI version for free download. SAP GUI for Windows 7.20 patchlevel  is now available.
    You may download it from the SAP Service Marketplace here.
    Best Regards,

  • Front End for BW 3.5 and Java based application

    We are trying to connect two systems; SAP based (through BW) and Non-SAP based (Sybase, Java based) applications. We are exploring BI Java SDK with UDDI or XI services to bring Non-SAP data to NetWeaver. We don't want to store all data from sybase to BW. We could use Front end of BW or any other GUI from SAP Portal. I have heard options like UI, GUI machine, net weaver developer studio, visual composer. Ideally, we would like to combine non-sap and sap data in Business explorer/BW web browser but any other front end suggestion within Net weaver frame work will help us keep our cost down. Please advise.
    Thanks.
    Vinay Karna

    We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

  • Front End for B1

    Hi Experts,
    I believe that the SAP B1 is a back end financial software.  As a retail company expands and grows maybe it is more economical to deploy front end software to its retail stores or business units for functions or modules such as Sales - A/R, Business Partners, Banking, Inventory in which Administration, Financials, Human Resources, Production are no longer implemented that are suited to branches.  Could you recommend some of these front end software that could work well with B1.
    Regards,
    Allan.

    Hi,
    We used iBolt integration tools which is made by Magic Software specially for SAP integration and its very fantastic tool for such scenario's. You can check on www.magicsoftware.com.
    Thanks
    Sachin

  • How can I develop a data entry front end for numbers spreadsheet?

    I have a spreadsheet which I have to enter data on a routine basis and I was hoping to develop an easy front end template to simplify the entry.  Any suggestions?  Thanks.

    Hi confusedaboutmovies,
    Perhaps this will help. Phone calls or whatever.
    Column A is formatted as Date & Time for 24 hour clock
    Full date and 24 hour time.
    Cell A4 has the 24 hour clock time entered and is waiting for me to press the enter (return) key to show this:
    You can use the 12 hour clock if you like. But then you must add am or pm.
    Just a suggestion...
    Regards,
    Ian.

  • Create and send file to front-end for download.

    Hi,
    In a nutshell I need to give users the possibility to download the contents of a table as a CSV file.
    From what is understood, this would happen like this:
    1)loop over the context node and write a file (table.csv) with the contents of each cell separated with a semi-colon. (or is there an API available to write the contents of an entire node/table)
    2)send this file to the front-end so that a file download automatically begins and user can save it on the hard-disk.
    Has someone done this before? If so, is it possible to share the code?
    As usual, big points will be awarded.
    Thanks!
    faB

    Hi faB,
    Refer "Exporting Context Data into Excel Using the Web Dynpro Binary Cache" by Bertram Ganz. This document will be very much helpful for you in exporting the context data into excel.
    You can get the sample code and corresponding documentation from the following link
    "Tutorial on Excel Export Using the Web Dynpro Binary Cache - 34"
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on excel export using the web dynpro binary cache - 34.htm
    You can also use HSSF API for exporting the context data into excel
    "Create an excel file from JAVA using HSSF api" by Prakash Singh
    /people/prakash.singh4/blog/2005/03/16/create-an-excel-file-from-java-using-hssf-api
    Regards,
    Santhosh.C

  • Alternate "Front-Ends" for xMII

    Hi, all.
    I think it would be interesting to start a discussion about how to leverage other front-end applications for xMII.  Examples that I've used (besides xMII's UI, which I think does a lot), are Visual Composer, Visual Basic/C# .NET, Adobe Flex/Flash, Excel, InfoPath.
    Anyone else tried any others?
    The techniques I've used all depending on making XML requests to the xMII back-end, but in addition to using them directly, I've wrapped them in ADO.NET and JDBC.
    Interestingly, I've still found xMII's native UI to be pretty darn powerful even when compared to these tools.  The one that I really like these days is Flex.  Pretty amazing what can be done combining Flex with xMII.  Has anyone else tried this yet?
    Best regards,
    Rick

    Coming from a .NET development background typically with agile principles in large teams, i found myself wanting more productivity tools to use in my xMII project.
    I wrote a code anaysis tool (similar to FXCop for those who know the .NET space), which basically scans your trx files and enforces "domain specific" rules, represented as XPath expressions.
    Some patterns we want to enforce on our xMII developers are:
    Use certain global properties for action block links
    Don’t tick 'terminate with error' on terminate blocks
    Use 'reset state' on transaction calls
    Expose certain transaction properties of certain types
    Avoid default values on transaction properties
    Pass in correct params to a common transaction.
    (Note: these rules are specific to my project and do not apply to all projects)
    These sorts of things are too tedious to check when you have 100's or 1000’s of transactions in your project.
    We have enforced about 40 rules which this application recourses through the transaction folder on the xMII server and emails all the developers a list of violations.
    These rules are all configured on the fly and can be tailored to enforce anything.
    Another tool I wrote is 'Find All References', this will take a transaction name as input and display a list of transactions that call it via a TransactionCall action block. It will also search for certain strings in a transaction and certain action blocks.
    I'm also prepared to share my C# code if anyone is interested.
    Regards,
    Matt Tuohy

  • SQ01: Creating Front end for a set of query programs

    Hi,
    I need to create a front end to display a set of queries or query programs.
    We can use SQ01 to open all queries, but my task is to create a front end
    and let the users only acccess the queries i want( e.g some 50 queries).
    Using the new front end users should be able to access only these 50 queries.
    Any ideas.
    Thanks,
    Rao

    Hi Rao,
    Assign that particular user group or the role to the infoset of those query using SQ02. In this way they will be able to access those queries.
    Regards,
    Atish

  • Front end for servlets like VB

    Hello,
    I am searching for the forntend which helps me while writting
    servlets like giving online help with all the properties,methods,
    and syntax.
    One guy wrote me to download this software for my requirement.
    So I downloaded this file "NetBeansIDE-release331.zip" from this
    "http://www.netbeans.org/devhome/download.html"
    site but i am unable to load or work on this IDE.
    If i unzip this file but i can't find any thing which will
    help to load or install IDE.
    What are all the parameters and other things has to
    be done to work with this software.
    My java is in these directories:
    jDk in d:jdk
    jsdk in d:jsdk
    javawebserver is there in d:javawebserver
    So help asap to load or install this software.
    If u know any other software for free which helps me to
    give all the properties and methods like VB please
    send me that software name and website name and path.
    Thanks

    Hi,
    Forte for Java is based on NetBeans technology and you can download a free development version, Forte for Java Community Edition from sun's web site. This IDE will ease the development process to some extent.
    http://wwws.sun.com/software/Developer-products/ffj/
    --------------Content from the above page----------------------------
    Forte[tm] for Java[tm] software is an integrated development environment (IDE) for Java technology developers. Based on the modular, open source NetBeans[tm] Tools Platform, the Forte for Java IDE is ideal for building and deploying Web services across multiple hardware and software platforms. This modular, extensible IDE enables fast adoption of new technologies from Sun, Sun's partners, and the community.
    Hope this will help you.
    Thanks,
    Sanath Kumar

  • Problem to use RF front-end for 13.56 MHz application

    Hi,
    I developed an ASK transceiver using 5640R. It worked well when I directly connected the AI and AO ports. Then I tried communications between two antennas. I cascaded the niTuner VI and RF Upconverter Only Mode VI to control the PXI-5600 and PXI-5610 as separate modules. I connected the two antennas to 5600 RF downconverter input and 5610 RF upconverter output respectively. But when I ran it, all I received was noise. I checked the upconverter Only Mode Vi, and I found out that the 13.56 MHz RF frequency might be a problem. The error would occur that the IF carrier frequency is an invalid value. And the smallest value for IF should be 14 MHz. So it seems that for 13.56 MHz, I cannot set an IF to satisfy the minimum IF value requirement.
    I think I should be able to use this box for 13.56 MHz applications. So does anyone know the solution for this problem?
    Thanks for help!
    Danlu

    Hi Danlu,
    The PXI-5610 can only tune in 1 and 5 MHz step sizes based on bandwidth. For BWs larger than 10 MHz, the 5610 will tune in 1 MHz steps, and for BWs smaller than 10 MHz the 5610 will tune in 5 MHz steps. Thus, a center frequency of 13.56 MHz will not be immediately possible with th 5610 since it is not divisible by 1 or 5 MHz.
    To compensate for this, I would suggest that you tune to 15 MHz (if you are selecting a narrow) or 13 MHz (if you are selecting a wide bandwidth). For the remaining frequeny offset, you can adjust the NCO of the 5640R.
    For example » tune the 5610 to 15 MHz, and tune the NCO 25 MHz - 1.54 MHz = 23.56 MHz. This will place you at the correct center frequency when combining the two devices. This is how we perform fine tuning with respect tof frequency for our PXI-5661 and PXI-567x products.
    Regards,
    Chris Behnke
    Sr. RF Engineer
    High Frequency Measurements

  • SAP Integration kit for BO XIR2 with Crystal XI for BI 7.0 Front end

    Hello Team,
    We are in a little fix.
    We have BOE XIR2, Crystal XI and working with old version of BI front-end 3.5.
    We are upgrading to BI 7.0 frontend, but I am not able to trace out the SAP Integration kit for combination of BOE XIR2, Crystal XI and BI7.0.
    Is such a thing available, If yes can someone send a link to that.
    Regards
    Lalan Kanade

    Hi,
    Thanks for the quick reply
    I could trace this document.  "BusinessObjects Enterprise XI Release 2 SP3 for Windows"
    I checked in "Supported Data Sources for Crystal Rep" section, extract below
    SAP BW Server 3.0b SAP GUI 620 or 640
    SAP BW Server 3.1c SAP GUI 620 or 640
    SAP BW Server 3.5 SAP GUI 640.
    But we are using BW Server 7.0 with GUI 7.1 and that working fine even with BOXIR2 and Crystal XI with Old Front End for BI 3.X.
    But when we are testing with BOXIR2 and Crystal XI with BI New Front End 7.0 its missing components from the query output.
    So the SAP Integration kIt seems old & we need a new Kit which would work with BI New Front End 7.0.
    Any suggestions on that
    Regards
    Lalan

  • Need a power shell command for Front End fail over?

    We have a Lync 2013 infrastructure with 2 front ends and 2 edges. 
    The environment was setup by a partner and the servers were configured for failover in case one goes down in the pool. 
    However the last time windows updates were applied and the primary FE had to be restarted, the secondary FE did not automatically switch over as the active server and it caused a companywide outage. 
    In speaking with the contractor, they said that well no it would not automatically do this, you need to run a Lync PowerShell to have it switch over. 
    My BS radar went off, but I wanted to ask you if this sounds right or is possible. 
    If it must be done, could you give me the power shell command.
    Thanks

    Hi,
    Did you solve the issue with the help of the people above provided?
    If you use a Lync server Enterprise edition, it is recommended to deploy at least three FE servers.
    If you use two Lync server Standard edition for DR,
    when one of the servers fails in the Pool Pair, the administrator need to manually failover the pool to the other member of the Pool Pair using the
    command: Invoke-CsPoolFailover -PoolFQDN <Pool1 FQDN> -DisasterMode -Verbose
    The Automatic failover and failback for
    Voice option and the associated time intervals in Topology Builder apply only to the voice resiliency features that were introduced in Lync Server 2010. Selecting this option does not imply that the pool failover discussed in this document is automatic.
    Pool failover and failback always require an administrator to manually invoke the failover and failback.
    You can refer to the link below about how to failover a pool: 
    http://technet.microsoft.com/en-gb/library/jj204678.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support
    Does it help, yes and no.  FYI, we are running Enterprise Edition front ends for our single pool.  The new environment was setup as a proof of concept and we installed the bare minimum # of servers at the time.
    The articles suggested from above pretty much just say if one of your FE's goes down, bring it back up as soon as possible.  Both of our FE's need windows updates applied ASAP and it could an hour or more (likely).  Here is a quote from the article:
    If for some reason you need to bring both servers down at the same time, do the following when the downtime for the pool is finished:
    The best practice is to restart both Front End Servers at the same time.
    If the two servers cannot be restarted at the same time, you should bring them back up in the reverse order of the order they went down.
    If you cannot bring them back up in that order, then use the following cmdlet before bringing the pool back up:
    Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery -PoolFQDN <FQDN>
    The last time the main FE went down for service, we left the secondary FE on but there was still an outage.  Then brought back the formerly active FE fist and service was restored.  Basically I need to know how to switch the passive to the active
    node before/while the primary is offline.  And if required once both FE's are back up, to switch the service from the secondary that became active, back to the primary server as it was before.  Make sense?  Perhaps I'm still missing something
    after reading the articles.  The powershell commands list just updating the topology after both servers come back online.

Maybe you are looking for