How to find out where the business views are being used in the Crystal

I am using Crystal Reports 2008 and BOE 3.1. We are using business views to populate the drop down for the dynamic parameters. I would like to know if there is a way to find out which reports are using a specific business views. This will help me modify the exisisting Business Views.
I would not like to edit all the reports to see them. Is that info stored in CMC or any BOE database.
Thank You.
Neeta
Edited by: Neeta Prasad on Apr 21, 2010 11:05 PM

Hello Vijay,
On MSSQL truncation of transaction log does not shrink the size of the transaction log. It simply removes the content within the transaction log and writes it to the backup.
Meaning the free percentage within the transaction log will increase.
If you want to Resize the transaction log size, you need to do something else.
The shrinking procedure is given here:
http://support.microsoft.com/kb/907511
Regards,
Siddhesh

Similar Messages

  • How to find out where a Compound clip is being used

    I've created a dummy Compund Clip just to test
    FCPX doesnt allow me to delete - it says its being used
    I cant remember where I used it
    How do I found out where it's being used?
    Thanks
    Omar

    Does know one know the answer to this?
    I have a series of clips , which due to "Copy project to new Library." ..to work with on laptop while on the road, then bringing the Library back to the main machine e, it keeps duplicating clips..
    But when I go to delta them , it ways it can't as they are in use.
    I don't want 5 different sub clips ..all very much the same, with the same name, as I never know which one is the one to edit/ update.

  • How Do i Find out where all My Memory is Being Used and to reduce it

    How do i Find out where all my Memory is Being used and whats the best way to reduce it.
    Cheers Madmax.14

    Try DupeGuru to find duplicate files.
    Omni Disk Sweeper is good and so is Grand Perspective
    Chris

  • How to find out where the tablespace physical file *.dbf ?

    How to find out where is my tablespace physical file *.dbf ?
    Can I increase tablespace_name: TEMP and how to increase it.
    First, I need to know where is the TMP *.pdf file, am I right?
    Thanks in advance

    This forum is for issues with the SQL Developer tool. You'd get more response in the General Database forum.
    Have fun,
    K.

  • How can I tell where my CC licenses are being used?

    I own several CC-for-teams seats, but they are activated and deactivated on many computers constantly.
    How can I keep track of what licenses are in use on my computers? Are the MAC addresses or hostnames stored someplace?
    If I need to retreive a license, must I do so by user (email address), or can I revoke a license from a machine instead?
    For that matter, does Adobe offer per-machine or concurrent licensing as an alternative to CC-for-teams? How do Enterprise users manage?
    Thanks,
    Yet-another-CC-user

    Hi DEQRTWDWYQD,
    The CC is based on Adobe ID.Each CC Adobe Id entitles you for two installs, so the moment it is tried to be installed on the third computer, it gives you a prompt to deactivate from the previous machines..
    If you want to retreive a license, you have to revoke the invite from the Admin console by clicking on the cross in front of the Email Adress.
    As of now the enterprise users manage by deploying packages from the creative Cloud Packager.
    This link can used for reference:
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/packager.html
    http://helpx.adobe.com/creative-cloud/packager/creative-cloud-packager-faq.html
    Regards,
    Rajshree

  • Application Insights Online does not show data. How to find out where the problem is?

    Hi, 
    I have application insight set up, sometimes I see data online, but sometimes I don't. I am wondering how to: 
    1. Make sure the monitor is running for my application?
    2. see there is data has been sent to cloud server? I tried to run DebugView but it does not show up anything. Is there a log flag that can be turned on so I can log everything to a log file while it is being sent to server?
    Thanks.

    Hello ChadKaKit,
    You can try Fiddler2 to see whether something gets out of the box to dc.services.visualstudio.com.
    Make sure to either run application under the same account as a Fiddler or set a .NET proxy settings in web.config (app.Config for executables) to redirect to Fiddler.
    Also, you can take a look at the AI traces with PerfView:
    Perfview.exe /onlyProviders=*Microsoft-ApplicationInsights-Extensibility-Web,*Microsoft-ApplicationInsights-Core,*Microsoft-ApplicationInsights-Extensibility-RuntimeTelemetry,*Microsoft-ApplicationInsights-Extensibility-Rtia-SharedCore collect

  • How to find out where the exe file was installed?

    Hi there,
    I have the following problem: In my VI, I'm reading a .txt file through the vi "Open Config Data" in which I specify the path of the txt. file and it returns me a refnum that is used to read the file. When I made the installer to this application, I included this txt, thus, the txt is kept together in the directory where the application is installed. The problem is that the path that is specified to the vi "Open Config Data" is not valid anymore, since the instalation directory is different. I'd like to know if there's a way to know where the application was installed. Maybe through a registry? If you have a suggestion, I'd be glad to hear it.
    Kind Regards,
    Bruno Ponne

    In addition to the information that JB provided, you can also do something like what is shown in the attached VI that I use. It takes the approach of stripping the current VI's path till it gets to something that doesn't end in .exe, .llb or .vi. This will give the OS path regardless of where the VI is located. I find this useful because I sometimes build applications utilizing a library of plugins and, depending upon where the plugin library is located, the path to it may not be the same things as the path to the executable.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps
    Attachments:
    Extract my OS path.vi ‏42 KB

  • How to find out where the project directory is located

    I can't get Flex 2.0 to see my class library. I have been
    going to property and adding a source path --- it doesn't
    work.

    Thanks Tracy,
    I don't mind being barked at --- it helps me learn --- I
    assure I have no wish to rearrange the way these forums work ---
    but I'm a little dense at the forward part of the learning curve.
    Not being able to get Flex to work I thought I'd try to see
    if plain old Flash would clarify the problem for me for Flex. I
    really want to use Flex and not Flash. So, I get an extra clue as
    to what I'm doing wrong. You'll see it if you can open the attached
    (.fla, .as, a set of classes files named (ASCB3Library)) files. I''
    suffer another bark or more if you'll help. Thanks either way.
    1. .fla file has nothing in it except a reference the the .as
    file named gsaras.as. Here it is:
    package {
    import flash.display.Sprite;
    import ascb.drawing.Pen;
    public class gsaras extends Sprite {
    public function gsaras() {
    gsaras.graphics.lineStyle(1,0,1);
    gsaras.graphic.lineTo(300,200);
    var pen:Pen = new Pen(gsaras.graphics);
    pen.drawArc(100,100,50,80,20, true);
    The classes file contains a package named drawing.Pen.as.
    I wish I could attach them but don't know how.

  • How to find out, where the iphone is from?

    I bought an iphone from a friend and its locked. i want to know about its details, like when and where it is bought.

    Try asking your friend.

  • Quick Free Way to find out where you Disk Space is being used.

    you can do the same search for files/directory sizes for free with a simple unix command.
    du -k ~ | sort -n
    this does your home drive
    sudo du -k / | sort -n
    this does the entire hdd
    du -ak ~ | sort -n
    this does your home drive with files and directories
    sudo -ak / | sort -n
    this does your hdd files and directories
    you can add a > <filename> so that you can search the output example.
    du -k ~ | sort -n > directory_inventory.txt
    i have been seeing a lot of need for a command like this so that users know what directories are taking up a lot of space on there hard disk drive.

    nice, but i don't want to clutter up my drive with applications when they are built in, and if you really need a gui just use xcode and the above commands to get your gui.

  • HT4623 I appear to have lost the £15 redeemed voucher credit from my iphone.How do i find out where the money has gone to,Thanks

    I was bought a voucher for Xmas.I redeemed it and the balance showed as £15.A few weeks later the balance is at 0.03p and i have not bought anything.How do i find out where the money has gone to.
    Thanks

    Login to iTunes on your computer: Store>View My Apple ID>Purchase History.

  • TS4002 I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed but when searching I can't find same being used. How do I find out where that particular email adress is use

    I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed When searching I can't find same being used anywhere. How do I find out where that particular email adress is used so I can delete it there and use it for my new apple-id?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • How do I find out where the missing filter is used?

    After upgrade, Premiere CS4 is complaining missing filter upon opening a CS3 project.  How do I find out where the filter is used?
    Thanks!

    When I have opened older Projects in later versions, I have gotten a very useful dialog screen, telling me of missing Transitions (exact name and TimeCode), and of missing Effects. Do you not get such?
    When you Open the CS3 Project, is any Clip flagged?
    Considering how well PrPro has picked up on missing 3rd party stuff, I would be surprised, that it did not give you all of the necessary info.
    Good luck,
    Hunt

  • I activated an iTunes gift card, my iPod showed the amount available ($15) and after downloading 2 songs all I had left was $.04.  Any ideas on what happened to my funds or how I can find out where the rest of the money went?

    I activated an iTunes gift card, my iPod showed the amount available ($15) then after downloading 2 songs my balance was $.04.  Any ideas on what happened to the rest of my funds or how I can find out where the rest of my money went?

    - Have youwent to yur iTunes account looked at your puchase history for purchases thant y might have forgotton?
    - Maybe you had an unpaid balance before redeeming the card.
    - Contact iTunes
    Apple - Support - iTunes - Contact Us

  • How to find out about the SMTP Server

    Hi,
    I have been trying to configure groupware in the portal - in particular I want to enable the sending of emails through the portal. I already have a how-to-guide that that seems to explain the steps quite well. However, it mentions that I need to know the SMTP Server of the email. Can you tell me how to find out about the SMTP Server? Where do I need to look for the name of it?
    Thank you and regards,
    Katharina

    Hi Katharina,
    you need the SMTP server of your company. This means you can't look for it in the portal, but have to ask the responsible person in your company.
    Kind regards,
    dominik

Maybe you are looking for

  • Voicemail issue since i did upgrade

    voicemail issue since i did upgrade

  • Xpath expression in Left and Right operand for Receiver determination

    Hi Experts, Is it possible to use an Xpath expression in both the Left and Right operand inside the Receiver determination e.g. (/Message/line/IDNumber = /Message/line/IDNo) Any help will be appreciated. Thank you, Brendon

  • How to assign special characters to select tags

    Hi All, Just wondering if anyone knows the correct html to assign a special character like an ampersand or greater than/less than sign to a select tag? <select> <option value ="volvo & bmw">Misc Prestige Cars</option> <option value ="saab">Saab</opti

  • Disable Personalisation for Table in ABAP WD

    Hello, I'm using a Table in a ABAP Webdynpro application. Some of the users of this application noticed that it's possible to drag and drop columns of the table to a different position and messed up the layout. After starting the application again, t

  • Deployin in the Netweaver CE 7.1

    Hello My friends,                           I have to install the SSM ( SAP Strategy Management ) 7.0 in the Netweaver CE 7.1. The first step to install it is to deploy the file CPMSTRMGMAPC<sp>_<patch>-<smp-id>.SCA to the SAP NetWeaver CE server, bu