Is there any way to Encrypt an Exported report ?

Hi,
Is there any way to encrypt an Exported Report , i.e. after saving  a report to Local by exporting , when the user tries to open the report it should prompt for credentials .
Is there any api which would support this encryption ?
Any sample code,
Pls suggest .....

Is there any other alternate way available to encrypt a  report ?
Atleast at the time of viewing the report or by passing credentials as parameterFeilds to the report and prompting the user for credentials at the time of viewing , I checked the CrystalReportViewer and ReportExportControl api didn't find any method to encrypt.
If its not feasible using CrystalReport api's ,Is there any other option available ?
Pls suggest....

Similar Messages

  • Is there any way to know whether a report server is running in solaris

    Hi
    Could you please tell me is there any wat to know whether a report server is running in solaris or not?
    And if running what is the name of the Report server?
    Thanks

    On windows, you can read the environment-variable "OS" with the following code. Maybe there is somethins similar on Solaris.
    function BeforeReport return boolean is
      vcOs VARCHAR2(2000);
    begin
      tool_env.getvar('OS', vcOs);
      srw.message(1,vcOs);
      return (TRUE);
    end;

  • Is there any way to schedule the webi report as body of the mail

    Hi All,
             I have a bit different requirement. I need to schedule the webi reports to BlackBerry Mobile .
    The report should be displayed not as an attachment or URL but should be the body of the mail.
    Is there any Trick or Tip to do that.
    Thanks in Advance

    You could schedule the reports to run as an Excel or PDF document and the destination as a folder on a server.  Then after the reports are sent to the destination, you could use the Program Job Server to run a script which parses the files line-by-line and creates an email.  It's not the most elegant solution but in theory it should work.

  • Is there any way to download/print/export the CUP Change Log?

    Does anyone know if there is a way to export, download, print, etc. the CUP Change Log report?  We are on GRC 5.3 SP13.
    We have just started an audit review and the Auditors are asking for a report of all changes made since 10/1/2010.  I can generate it on the Configuration/Change Log/Search Change Log screen but it doesn't seem to have any export/print options.
    If this is not possible, does anyone know what tables make up the Change Log?  I may be able to give them a report off of the tables.
    Thanks.

    Hi Bob,
    by default there is no export feature for that one.
    To find the right table I only see that you would need to query the tables for one of the entries to find the right one as there is no official DB structure published.
    Best,
    Frank

  • Is there any way to convert or export existing Captivate closed captioning to WebVTT format?

    I'm converting my vast library of eLearning to video and uploading to Vimeo.  Vimeo recommends the WebVTT format.  I don't want to have to recreate a ton of existing CC using Vimeo's CC tools if I don't have to.  Anyone have any suggestions?
    Thanks in advance.

    There is no direct way. You have to export closed captions in CP to a Word doc and take it from there (probably copy-paste).
    Sreekanth

  • Is there any way to export data from a calendar 5 instance to 6.3?

    I've run into yet another issue with my migration from calendar 5 to 6.3.
    It turns out that one of our satellite clinics has a very large amount of data stored on our older server. Right now we're having to put the migration on hold because there are several hundred events on the old server that are repeat events and/or events scheduled relatively far in the future. This issue, along with the possibility of double booking events/appointments while both servers are active, is a serious risk that could have detrimental effects on this site.
    There are a few issues that I'm not certain how to handle in this case. First of all, the old server's database is stored in schema 1, and changes in the LDAP directory structure from cal 5 vs. 6.3 made it impossible to migrate the old database and accounts. The new server is schema 2. So migrating the whole directory, especially at this point, seems rather unlikely.
    Is there any way that I can export data for specific accounts and calendars for the people at this site in a version-independent format and import it to the new server? If nothing else we can schedule somebody to come in on one of the weekends and manually copy the data, but if possible I'd like to avoid devoting somebody to that for the several hours that it would take to copy that by hand. Also, this would not be the preferred method due to the fact that human error could result in our clients being misscheduled, which would obviously be bad for business.
    I'd appreciate any ideas anybody may have on this matter.
    Thanks in advance.
    -Damon

    damo.gets wrote:
    Actually I guess I was missing the obvious method of simply exporting to xml and importing on the new calendar. For some reason I thought that the exports were incompatible between versions as well.Hmm... whilst this may have worked on the face-of-it I do wonder whether everything has indeed been moved across and more importantly translated into the correct form e.g. access controls, uids => uids@domain format.
    Is there anybody that can answer definitively whether or not any data will be lost by this procedure?There are simply too many variables involved in your proposed migration to provide any kind of 100% iron-clad guarantees. I would suggest you perform a thorough test migration of the data and then compare the ics/xml export from the ics5/6 systems to see if any of the data has changed. Also test to see whether access controls are still working (can a user who could previously edit another persons calendar on ics5 now do so with ics6).
    Things to look out for are that meeting attendee information is kept, any 'fancy' characters (i.e. 8-bit characters) and formatting information is kept, the number of tasks/meetings is consistent between the two versions and so forth.
    Regards,
    Shane.

  • Is there any way to just export an iDVD menu?

    I made a slideshow on iMovie using the bumper in the theme "Reflection Black," but it was rather hard to focus on the photos and was a bit rigid between each set.
    Then I exported my slideshow to iDVD and used the reflection black menu. The photos turned out way clearer on the menu and it ran very smoothly!!
    I know this is a silly question, but is there any way I can just export the menu without adding an actual movie file to it?
    I was going to put it on our website and only need a very short clip, so the menu would suffice.
    Any help would be much appreciated. Thanks!!

    Welcome to the forums.
    You could use Snap Z Pro to do a video screen capture while the "menu" is playing and convert that movie into a format for the web.
    John

  • Is there a way to get the coherence reporter to record the interval?

    There are three questions, really - but the first is the most important.
    1. Can you get the reporter to record the duration since the last batch in seconds (or ms) in the same row as the current batch?
    2. Can you get the reporter to record the timestamp in the report rows as ms since epoch (preferrably alongside the regular date in a different column, but by itself it'd probably be ok)
    3. Is there any way to hook into the reporter output to customize how it records the actual data?
    The jmx reporter records the batch number and the date of the batch run, but I don't see an easy way to get it to record the current date as a MS timestamp.
    I've thought about creating a simple custom MBean that existed to do nothing but expose the current time in ms since epoch as an attribute that I could then have the reporter use and include a column both for the absolute date and for the relative date. Having certain metrics reported in terms of # of events / second would make it easier to analyze certain data (for instance, instead of showing the total ReadTimeMillis if it would show ReadTimeMillis / Reads / # ms * 60 to get the average time for a read, that would be a lot more useful for comparing intervals)
    The intervals are never run on exactly the same schedule because the timer starts after the last report runs and the duration of running all the reports is not uniform.
    (It'd also be very nice if the outputting of the reports were configurable and there was a way to plug into the reporting engine to hook in a different output method - e.g. to a database or to send the data over UDP to a graphite server or something)

    When I record the keyboard sounds as a midi track in Logic
    I loose my sounds when I bounce to disc. Why do the sounds
    not record on the hard drive when I bounce the midi track.
    The plug in software instruments bounce fine to disc, but
    not my keyboard sounds (external instrument-Roland XP 50
    Keyboard)???
    Think about it for a minute.... for one, MIDI is not audio, it's only data, you are not recording sound into the computer, the audio for the XP50 is coming out of the keyboard's audio outs. Software instruments take MIDI data and output directly to audio, so... they bounce fine as their output is audio. Your XP50 keyboard's audio outs are on the keyboard. So, you will have to record the audio from the keyboards output. I notice you're using Logic Express, unfortunately it doesn't have the I/O plugin.
    pancenter-

  • I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record?

    I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record of the articles I intend to read?

    I'm currently dealing with this issue myself, except that my rMBP has NO articles in the reading list.  It's a brand new rMBP too, purchased just this week, with the 2.6 Ghz Processor & 16GB of RAM.
    Let's see what we can find.  I may just take it back to the Apple Store.

  • Is there any way to merge 2 video layers to one without exporting?

    Is there any way to merge 2 video layers into one without exporting as a new QuickTime movie? I have tried opening a blank player to copy and paste into, but it always forces it to be layered, even when I change the layer numbers both to zero. I tried extracting the video layers and omitting the audio tracks. Then I saved it as a new self contained movie. I am trying to burn the video to dvd with Roxio Easy Media Creator 9's MyDVD on WIndows XP, but I am also using a MacBook with QuickTime Pro. MyDVD will only recognize one video and audio layer at a time, hence, the other layers get skipped. There should be an easy way to merge two video layers without having to export it as a new movie, which takes 2 hours for this 2 hour TV show. Thanks for any answers.

    Just closing this topic.

  • Is there any way to export 2.35 Anamorphic source to a 16x9 letterboxed frame WITH timecode or text overlays?

    I have been trying to export temp cuts of an anamorphic project (2.35:1) in a letterboxed 16:9 frame with timecode and text overlays and other Additional Video Effects. Converting the 2.35 to 16x9 has been a breeze with the Preserve Aspect Ratio option in Cropping & Padding . The problem is that the black bars that that puts in the 16:9 frame appear OVER any of the Additional Video Effects, thus covering them up.
    E.g. if I select a Text Overlay and place it in the Center, I can see it just fine. But if I want it Upper Left, Title Safe, it is covered by the black space of the Letterboxing. So the Additional Video Effects are getting added, they are just getting covered by the letterboxing. You can even see the very edge of the text in the Title Safe position, peeking out from behind the letterboxing, which is, of course, frustrating .
    Thus far it's been a two-step process: letterbox the anamorphic source, then add TC and other video effects in a second job.
    So - is there any way to do this in ONE step? It would really help my anamorphic workflow.
    (apologies for the lengthy question.)
    [I'm using FCPX 10.1.3 & Compressor 4.1.3, in OSX 10.9.5 on Retina MBP, Late 2013, w/  NVIDIA GeForce GT 750M 2048 MB]

    Thanks for the reply Russ.
    Yes, I've considered adding titles and/or generators in the FCPX storyline, but this creates a need to render the entire timeline. As I'm juggling library locations and hard drive spaces I just didn't want to add a new render that will occupy a lot of space. It's also a bit of visual clultter for me, so my goal is to find the best workflow for adding this stuff on or after export.

  • Is there any way to export IT Resource data from OIM using the export tool?

    Hello,
    we are trying to migrate an OIM development environment to a preproduction environment and we need to migrate more than 400 IT Resources. We have exported some IT Resources and when we imported them in the preproduction environment their data was not migrated. Is there any way to export IT Resource data from OIM using the export tool? Or is there any other way to do this without doing it by hand?
    Thank you for your help
    Kind Regards

    Well , OIM doesnot provide any such facility to export ITResource data along with ITResource .
    Directly updating the DB could be an option ..
    Thanks

  • Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking

    Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking
    thanks everyone

    BaconHouseVidz wrote:
    … at the same time…
    in hope to speed things up?
    no, no effect.

  • I've been giving HD videos in MTS format and convert the for editing in FCE.  Looks good in the program, but when I export the finished film, quality had been noticeable diminished.  Is there any way to prevent FCE from lowering the output quality?

    Hello -
    I've been sent HD footage in MTS format and converted it to Mp4 for editing in FCE.  It looks good in FCE but when I export the movie, the quality is noticably diminished.   Is there any way I can prevent FCE from lowering the quality on export?
    Thanks.

    >I use Foxreal video converter for Mac to convert the MTS using the Apple intermediate codec setting and the problem is that I don't get image, just audio
    My thought would be to NOT use Foxreal video converter.
    Use MPEG Streamclip or Clipwrap.
    -DH

  • Is there any way to export all of my parameters to a text file at once?

    I need my parameter for another report and i don't wan tot create same parameter again, i can export and import the parameters one by one but there are many parameter and i don't want to do this procedure for each of my parameter separately!
    My question is, is there any way to export all of my parameters to a text file at once?
    Thank you

    hi, Jamie Wiseman
    I think my question wasn't clear.
    what i am asking for i want to copy parameters itself as parameter to another report , not just parameter field name.
    I put some picture about where i want please check attached.
    As you see there is export function inside of export but i dont want to do this procedure of each of my parameters , i want to export them at once.
    SO do you have any idea for this

Maybe you are looking for

  • How to install SAP ERP 6.0/NW 7.01 Language VI, LT, LV, ET on CD51037843

    Dear Expert ! Please help me about how to install SAP ERP 6.0/NW 7.01 Language VI, LT, LV, ET on CD51037843. I hope, you are going support for me as soon as possible ! Thank and Best Regards, Tru Hang

  • Down Payments against PO

    Dear friends, Please let me know the down payment process against Purchase Order in MM. I have made down payment request in F-47 in this we mentioned PO number. Then we are booking advance payment throu f-48. when we are doing running MM cycle this i

  • HOW DO I CHANGE THE AMOUNT OF TRACKS I CAN HOLD, i already knw how2 add em

    i posted before on the same thing but i wasnt as clear, i wanna know how to change the amount of audio tracks i can hold, not how to add them, i know how to add more, just click create multiple in the track menu in the arrangement window. i cant hold

  • Can't upload videos to Itunes

    My friend just got a new Ipod Video 30 gig. He can upload songs fine, but for some reason Itunes isn't letting him add most videos to the Library or the Ipod. Google Videos work fine, but anything else gives him the circle with a slash through it whe

  • Create Header Text ID for Purchase Requisition

    Hi All, I have a requirement of creating a Header Text ID in Purchase Requisition. I tried to create it using SPRO but it only creates Texts at Item level. I think we can do it using copy control. Please share your input. Regards, Amit