DEactivate refresh or Database

Hello,
i try to open a report with saved Data, but the report allways would refresh the database connection. Can i deactivate this Check/ Refresh ?
I only need the saved Data in the Report.
If i open the Report with the designer , i will also get the question to logon.
I have nearly 10000 Files to open and export with this program.
The Reports designed with CR 8.5 The program is written in VS 2003.
I use the cr-dll Versions : 11.0.3300.0
Every Answer is kindly.
Thanx
Hendrik

Are the CR 8.5 and CR XI installs on the same computer, or on two different computers? E.G.; if CR 8.5 is on computer A and that computer contains the datasource it may be connecting to the database. And if CR XI is on a different computer, the datasource may not be defined there, so the database logon(?).
Also, In the original post you mention this:
"I only need the saved Data in the Report."
But in the last post you say:
"Is it possible to convert automatically or do this flags in the code?"
This brings up the question; Are you trying to upgrade the reports to CR XI, or simply read saved data in these reports?
Also, ensure that you have the latest Service pack for CR XI. this can be downloaded from here:
https://smpdl.sap-ag.de/~sapidp/012002523100006008952008E/crXIwin_sp4.zip
Ludek

Similar Messages

  • (SOLVED)Problems during installation, can not refresh package database

    I have been using Arch for a year (dual boot) but for some reasons I had to do a reinstall. It worked fine, but I did some things wrong and I had too reinstall (again, befor even entering the system).  This time (and all the other times i've tried today) I can not complete the "select packages" step, it either freezes at "Refreshing package database" or gives me a message that it just can not be done (sorry, I do not have the exact words atm). I have internet and I've been trying a million different mirrors (including the one I used when it worked). What to do, what to do?
    Worth noting is that I had the same problems a year a go, but it solved it self, no idea what I did then.
    I would really appreciate if some one knew what was going on - it is driving me crazy beyond comprehension!
    EDIT: maby this should have been pasted in the installation section?
    EDIT2: Title
    Last edited by elprofundo (2011-12-18 16:15:29)

    I am sorry, it is during the installation and no command is in use (correct me if I'm wrong) - the tty7 is just reading "Synchronizing package database", the last times i've tried it didbn't 't continue for hours, other times it gives me an error message (which I haven't written down, sadly). I'm trying again atm.
    EDIT: The error message I get is just
    "error: failed retrieving file 'core.db' from mirror.optus.net
                 //                                           mirrors.kernel.org : Connection timed out
    Last edited by elprofundo (2011-12-15 21:47:59)

  • Shows follwing error when trying to refresh the database?

    Hi All,
    When i try to refresh the database its showing the following error.
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
    Please let me know ASAP how to reslove the issue.
    Cheers,
    Kittu.

    Looks there is an other process running on the database, you can check from EAS sessions or check logs for other activity running on the application.
    If you think that nothing is running & no users logged in, you can try unlock application from planning/essbase outline and try refresh.
    But pretty sure that some other activity is running on application, like sec refresh or data load or users trying to retrieve/load...etc...hope this helps.

  • Need a good guide on Refreshing a Database

    Hi guys.. i am looking for a good guide which can help me get thru the best practices for refreshing a database step by step.
    Regards
    Monu Koshy

    Hi guys.. i am looking for a good guide which can
    help me get thru the best practices for refreshing a
    database step by step.what do you mean by refreshing a database?
    Do you want to reorg the segments in your database or sync the database with some other database?

  • Refresh 11g database from existing 10g

    hi
    we are doing upgradation of 10g db to 11g and i have already cloned the 10g db to 11g using full datapump and since then we are working on 11g for additional application software .
    now we need to studown 10g db and make 11g db in use. so i just need to refresh the 11g db with the changes we made to existing db sinse last time i cloned the db.
    is full datapump is gonna work as it will drop everything and overrites it but we have created new tables and tablespaces for applications on 11g db ,so this will drop them too.
    what is the effecting method to refresh the database.
    thanks
    gagan

    Yes datapump will work here. In a clean way you can just drop all the objects and import the new copy in to it or else you can use import including table_exists_action with truncate option
    Thanks
    Sravya

  • Error refreshing Planning Database

    Hi Friends,
    I am not able to refresh the database in Planning.
    I am getting following error at step2(Setting Locaiton Aliases) "java.lang.UnsatisfiedLinkError: no HspEssbaseOutlineAPI in java.library.path"
    Anyone please guide me.

    It worked well before.
    But after we copied the schema from Prod to dev . Then I tried to login dev environment and refresh. From that time onwards I am facing the isssue.
    Thanks,
    Vishnu.L

  • Need query for refresh test database.

    Hi,
    I want refresh production database to test database refresh using expdp dumpfile. Please provide steps this is the requirement
    This request is to refresh the Tecnomatix test database MFEM which is
    on the NATEST server wnmcdwtk.natest.gm.com. This database needs to
    be refreshed using an Oracle full backup dump file from the Tecnomatix
    production database MFEP which runs on the production NAENG server
    wnmcdds8.naeng.gm.com. The MFEM and MFEP databases are both at Oracle
    v10.2.0.4.

    Hi,
    You have posted to the wrong section of the forum. This forum us for Berkeley DB.
    Regards,
    Alex Gorrod
    Oracle Berkeley DB

  • Difference between r/3 refresh and database refresh

    Dear guru's
                   what is the difference between system refresh and database refresh.........And what is the process of both....... please give me end to end nogotiate............
    Regard's
    rajkumar

    Hi Raj,
    Database refresh, I believe is one of the ways you could refresh your SAP systems.
    E.g Oracle database specific refresh is one of the ways. In this, I think you would export, move and then import cold backup of the database.
    Easiest way to get more information is to search for the System refresh (or System copy) master guide from Market place or help.sap.com.
    Regards,
    N.

  • Table does not refresh after database level action

    We have defined an Advanced table on a VO to represent invoice lines. The VO is referenced by a VL from the invoice header.
    At one point during our process, a database level package is executed on the current lines. We have a "Requery" button to refresh the lines, however, the lines do not refresh unless we exit the invoice entirely and come back to it via the VL.
    How can we refresh the lines on a current table after a database level transaction occurs?
    Thanks, Jerry.
    Our AM code is as follows...
    // handleRefreshInvoiceLines( )
    public void handleRefreshInvoiceLines()
    OAViewObject vo = (OAViewObject)getInvoiceLinesVO1( );
    if( !vo.isPreparedForExecution( ) )
    getTransaction( ).validate();
    vo.executeQuery( );
    clearVOCaches( "InvoiceLinesEO", true ); // troubleshooting
    } // handleRefreshInvoiceLines()

    Thank you. I've moved clearCache around a bit. apparently vo.isPreparedForExecution() is false. I wonder why?
    --Jerry.                                                                                                                                                                                                                                                   

  • How can I get iTunes to refresh its database of the music on my PC?

    This is what I want to do:
    1.Delete a lot of tracks in various folders on my hard drive
    2.Then get iTunes to run through its database and compare to my hard drive and remove any references to tracks it can no longer find.
    How do I do this? I can't find a way of getting iTunes to order the tracks by folder location, nor does there seem to be a refresh method.
    If you want to know why I want to do this:
    I had a bunch of music on my PC when I installed iTunes. So iTunes added all the music it could find to its database but basically without any info, like Artist/Album etc etc.
    Now, I don't mind importing my CD's again so that iTunes can organise it properly with all the info and track order info, but how do I get iTunes to forget about the stuff that was originally imported? Bearing in mind that I don't want to forget about everything, and also there doesn't seem to be a way of ordering the music by location. If there was, I could just ordrer it that way and then select the tracks I want to delete.
    Thanks in advance...
    Generic   Windows 2000  

    After a couple of days, I'm noticing that the repeat(ing) offenders have more than 10 episodes, and seem to keep repeating them every time I sync.
    They only show once in my phone and in the iTunes Podcasts, but through iTunes and looking at what's in my phone is when I see the repeats.
    Even after I've marked a podcast as played, and deleted it from within my phone, as well as telling iTunes to delete the played episodes, it still shows multiples of the played episodes.
    There doesn't seem to be any rhyme or reason to it either. They aren't the newest ones either.

  • How to find the last refresh of database?

    Hi,
    Can someone tell me how to find when was the last refresh of a database was done.

    Now it is much better!!!
    1. If the cloning was done using a cold backup of
    database, how can we know when was the last cloning
    on testing db done.If the cloned database has been opened with RESETLOGS option, you can try checking out V$DATABASE.RESETLOGS_TIME. if the V$DATABASE.CREATED is not equal to V$DATABASE.RESETLOGS_TIME...there is a possibility that it might be opened with resetlogs option. I don't have the required set up to check and confirm this myself....but this is something you can get it a shot.
    2. If export/import utility is used for this purpose,
    the how can we find out the last time the testing db
    was 'refreshed'?If import was used, check the object creation timestamps of majority of them...may be it will help you find the required information.
    HTH
    Thanks
    Chandra Pabba

  • How to refresh the database from target to clone system using RMAN ?

    I created the database using RMAN from target (Node A) to clone (Node B)
    I want to refresh the data what are all the changes happened in (Not complete database only chages) target to clone system using RMAN ? or any other way?

    I want to refresh the data what are all the changes
    happened in (Not complete database only chages)
    target to clone system using RMAN ? or any other way?Incremental changes can't apply, once database is open using RMAN or any other B&R method.STREAMS can be use to capture and apply changes.
    Cheer,
    Virag

  • Webi Refreshing Error :database name not found and no default driver specified

    Hi All,
    When I refreshing the webi report from Launchpad  getting bellow error
    "database name not found and no default driver specified"
    Bellow is the Screen shot
    It is refreshing in webi Rich client (server and client tools are in same system) but not from Launch pad
    1. Environment :BI 4.0 SP4 
    2.  Server and client tools are installed in same system
    3. Created a 32 bit odbc, universe connection is responding properly and report refreshing in rich client(I could not find 64 bit odbc) .
    Can Please suggest me where I am doing wrong
    Regards,
    Mahi

    Hi Mahi,
    Seems like your BO server is 64 bits and you have created a 64 bits DSN; whereas your database requires 32 bits DSN.
    Try below steps:
    1.  Navigate to the C:\Windows\SysWOW64 directory and open odbcad32.exe. This will open the ODBC Data Source Administrator for 32-bit drivers on the 64-bit server. NOTE: The ODBC Data Source Administrator that is located by clicking Start and Administrative Tools will only create 64-bit ODBC connections.
    2. Click on the System DSN tab
    3. Click on Add to create a new Data Source
    4. Provide the database details
    5. Your 32-bit ODBC data source is now ready for use.
    Hope it will help.
    Regards,
    Yuvraj

  • Refreshing package database crashes host machine

    Hi everyone,
    I'm having a problem that I can't figure out here.
    I have Arch installed on my desktop computer. This is using kde networkmanagement to automatically 'share' the Internet connection on wlan0 to eth0. The ethernet connection is to my laptop, and this is running Arch from a live CD.
    I run dhcpcd from the laptop and can connect to the Internet just fine. When I run the installation framework, I can get as far as selecting packages, then when the package database is refreshed, my desktop computer completely freezes, and the database refresh subsequently times out. The same happens when i type '# pacman -Syy', independently of AIF.
    I managed to refresh the package database once and carry on with my installation, then my laptop's battery ran out during the download of packages. Could this be something to do with it?
    It's not possible to plug the laptop directly into the router as it is in an inaccessible location, unfortunately. All the same, I would like to delve deeper into this problem and see whether I have unearthed a bug, or my setup is at fault. Has anybody any suggestions or a workaround?
    Thanks in advance for your help.
    EDIT:
    OK this was a bit of a vague diagnosis from me. Using wget on the laptop results in the same crash, which rules out pacman or any software that's running on the laptop. I've also found out that using wget on http doesn't crash it, whereas ftp does. I will try using a http mirror to install Arch, then report back.
    Last edited by Pernig (2011-11-08 00:06:35)

    Hi,
    PLS-00201 : identifier 'v$INSTANCE' must be declared. Please note that, this package having a procedure that is loading a text files rows to table. Its using UTL_FILE package.
    And directories are used to load the data. I created the directories in the TEST database and create the physical directory in the TEST database host machine. 1. when issuue was raised from pl/sql - have you check the code ?
    2. Have you tested code independently - instead of executing from job. ?
    3. Forget about production system for a while, try to check the pre-requisites required for the things to run. ?
    4. what is the pacakge code dependent on v$instance error - have you checked across ?
    5. Have you tried to debug the code or not ?
    - Pavan Kumar N

  • What are the steps i need to follow to refresh the database

    Hi Team,
    I am the junior DBA first time i need to do Database Refreshment on UNIX platform.
    1. Database Names are different and mount points are diffrents.
    2. Synonyms and dblinks are should be retained.
    How to do this and what are the steps i need to follow.
    Please suggest any one.
    Regards,
    Venkat.

    Venkat wrote:
    Hi,
    Version is Oracle 10g.
    Venkat..Start here: http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmconc2.htm#i1006532

Maybe you are looking for