Microsoft Application Virtualization 5 - Reporting

We have Configured Microsoft Application Virtualization 5 on Non-persistent Desktops using Xendesktop 7.5 MCS
The Users are able to launch a Virtual Desktop and the appv client connects to publishing server and synchronizies the applications permission to user.
User is able to launch applications and after the usage they logoff there virtual desktops
When the User logs off the changes on the non-persistent desktop are lost and with it we are lossing the appv-reporting information.
Following is set as a Group Policy "Computer Configuration\Administrative Templates\System\Reporting\Report Server"
Reporting URL : Our reporting server url
Reporting time : 16
Delay reporting for the random minutes : 15
Repeat reporting for every (days) :1
Data Cache Limit : 20
Data Block Size : 65536
So any user who happens to be online at 4PM there appv reporting data is uploaded to the database other wise its lost.
Ideally we would like to upload the appv report data durring the user logoff.
There is a Powershell command Send-AppvClientReport it does push the data to database but requires Administrative Previleges.
Is there way we can permission the send-AppvClientReport to be able to run from user context so we can run as a group policy when the user loggs off ?
Or is ther any other way we can save the reporting data and upload to reporting database ?

Hi Raj,
It appears that Microsoft themselves are using scheduled task to update the reports if you used the group policy. You can see it if you run scheduled tasks as administrator and navigate to Microsoft\AppV\Reporting. The task executes powershell.exe with the
following command:
-NonInteractive -WindowStyle Hidden -ExecutionPolicy RemoteSigned -Command "&{import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; Send-AppvClientReport -NetworkCostAware -DeleteOnSuccess}"
What I did is I used group policy preferences to create similar task to run at my own schedule with additional trigger of winlogon event id 7002 (logoff). I had to use XML to create the task. Here is an example:
<TaskV2 clsid="{D8896631-B747-47a7-84A6-C155337F3BC8}" name="send-appvclientreport" image="2" userContext="0" removePolicy="0" changed="2014-10-08 14:13:02" uid="{A0DE6673-2FBE-4E03-A753-92DD1A9D2F6A}"><Properties action="U" name="send-appvclientreport" runAs="S-1-5-18" logonType="Password"><Task version="1.2"><RegistrationInfo><Author>SOMEUSERACCOUNT</Author><Description></Description></RegistrationInfo><Principals><Principal id="Author"><UserId>S-1-5-18</UserId><LogonType>Password</LogonType><RunLevel>LeastPrivilege</RunLevel></Principal></Principals><Settings><IdleSettings><Duration>PT5M</Duration><WaitTimeout>PT1H</WaitTimeout><StopOnIdleEnd>false</StopOnIdleEnd><RestartOnIdle>false</RestartOnIdle></IdleSettings><MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy><DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries><StopIfGoingOnBatteries>false</StopIfGoingOnBatteries><AllowHardTerminate>true</AllowHardTerminate><StartWhenAvailable>true</StartWhenAvailable><AllowStartOnDemand>false</AllowStartOnDemand><Enabled>true</Enabled><Hidden>false</Hidden><ExecutionTimeLimit>PT1H</ExecutionTimeLimit><Priority>7</Priority></Settings><Triggers><CalendarTrigger><StartBoundary>2014-10-08T14:06:28Z</StartBoundary><Enabled>true</Enabled><ScheduleByDay><DaysInterval>1</DaysInterval></ScheduleByDay><ExecutionTimeLimit>PT30M</ExecutionTimeLimit><Repetition><Interval>PT1H</Interval><StopAtDurationEnd>false</StopAtDurationEnd></Repetition></CalendarTrigger>
<EventTrigger><Enabled>true</Enabled><Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="System"&gt;&lt;Select Path="System"&gt;*[System[Provider[@Name='Winlogon'] and EventID=7002]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription></EventTrigger>
</Triggers><Actions><Exec><Command>powershell.exe</Command><Arguments>-NonInteractive -WindowStyle Hidden -ExecutionPolicy RemoteSigned -Command "&amp;{import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; Send-AppvClientReport -NetworkCostAware -DeleteOnSuccess}"</Arguments></Exec>
</Actions></Task></Properties></TaskV2>
If you cannot copy/paste the xml, you can create a new scheduled task. You probably will not be able to select system as the user to execute and perhaps will not see winlogon for the triger. Pick any other values. Once the task is created, copy it from group
policy and paste in notepad. Edit there the account to S-1-5-18 and the Subscription tag to winlogon.
Hope this helps

Similar Messages

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • Service Pack 2 for Microsoft Application Virtualization 5.0

    App-v 5.0 Sp2 has been issued for over a month and the update is not yet listed in the Software updates list or search. Service Pack 3 for App-v 4.6 and Service Pack 1 for App-v 5.0 are showing in the list. Our environment is SCCM 2012 R2 upgraded from
    SP1.

    Hi,
    Please refer to the following articles:
    Release Notes for App-V 5.0 SP2
    http://technet.microsoft.com/en-US/library/dn508411.aspx
    Hotfix Package 2 for Microsoft Application Virtualization 5.0 Service SP2
    http://support.microsoft.com/kb/2934349
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hotfix Package 2 for Microsoft Application Virtualization 5.0 Service SP2

    This article describes a hotfix package that contains the latest hotfixes for Microsoft Application Virtualization 5.0 Service Pack 2 (SP2). This hotfix package fixes the following issues.
    Issue 1   
    Certain App-V 5.0 Service Pack 1 (SP1) packages do not work with the App-V 5.0 Service Pack 2 (SP2) clients.   
    This is an issue in App-V 5.0 SP2 that may appear to prevent some applications from starting. This includes packages that were sequenced on earlier versions of App-V 5.0. A valid App-V 5.0 package starts correctly and displays a GUI under App-V 5.0 SP1. Under
    App-V 5.0 SP2, the same package does not display a GUI, or it appears not to start.
    Issue 2   
    A sharing violation occurs during profile synchronization when you use App-V 5.0.   
    When an App-V user on a Remote Desktop Services (RDS) server logs on after a period of inactivity, a sharing violation may occur when the profile is synchronized to the local cache. Therefore, some required files are not copied over, or they are renamed. In
    this situation, the profile becomes corrupted.
    Issue 3   
    App-V client handlers leak in Remote Desktop Services (RDS).   
    When an RDS user logs off, App-V does not release some handles that it held specifically for this session, and therefore the resource cannot be reused. In this situation, the Session ID monotonically increases without reusing IDs from previously finished sessions.
    Issue 4   
    A virtualized Excel Visual Basic for Applications (VBA) application fails if the path for the application contains Chinese or Japanese characters.
    Issue 5   
    Certain applications don't start after Hotfix Package 1 for APP-V 5.0 Service Pack 2 is applied.   
    Selected registry key values were removed after the deployment of Hotfix 1 for APP-V 5.0 Service Pack 2. This prevents some applications from starting. By reverting Hotfix Package 1 for APP-V 5.0 SP2, you restore these registry values to their default state.
    However, any existing customizations will be lost and will have to be redone.
    Note This issue only affects deployments that were upgraded from APP-V 5.0 Service Pack 1 to APP-V 5.0 Service Pack 2 before Hotfix Package 1 was applied. Remote Desktop Services (RDS) deployments are not affected by this issue.
    For all the details and a download link, please see the KB article below:
    KB2934349 -

    Hello,
    Use /norestart to suppress reboots
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Whitelist and documents delivered via Microsoft Application Virtualization (appv)

    I’ve tried to get my Adobe Reader X to open documents delivered via Microsoft Application Virtualization - when protected mode enabled.
    Using the whitelist concept in Adobe Reader X, I’ve successfully created some policies
    EVENTS_ALLOW_ANY = *
    MUTANT_ALLOW_ANY = *
    This is resulting in the following entries in the log file when I try to open a document which is delivered via Microsoft Application Virtualization:
    [09:03/15:15:21] Adobe Reader Protected Mode Logging Initiated
    [09:03/15:15:21] Found custom policy file: C:\Programmer\Adobe\Reader 10.0\Reader\ProtectedModeWhitelistConfig.txt
    [09:03/15:15:21] Adding custom policy: EVENTS_ALLOW_ANY = *
    [09:03/15:15:21] Adding custom policy: MUTANT_ALLOW_ANY = \BaseNamedObjects\sg00000000e2e6e550_*
    [09:03/15:15:22] NtCreateMutant: STATUS_ACCESS_DENIED
    [09:03/15:15:22] real_path: \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    [09:03/15:15:22] Overvej at redigere politik med denne politikregel: MUTANT_ALLOW_ANY
    As I see it, the problem seemes that instead of adding
    MUTANT_ALLOW_ANY = *
    it adds
    [09:03/15:15:21] Adding custom policy: MUTANT_ALLOW_ANY = \BaseNamedObjects\sg00000000e2e6e550_*
    So when trying to initiate
    \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    it will of course fail.
    Is there any way that I can add
    \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    without having
    \BaseNamedObjects\sg00000000e2e6e550
    put in front of it?

    I’ve tried to get my Adobe Reader X to open documents delivered via Microsoft Application Virtualization - when protected mode enabled.
    Using the whitelist concept in Adobe Reader X, I’ve successfully created some policies
    EVENTS_ALLOW_ANY = *
    MUTANT_ALLOW_ANY = *
    This is resulting in the following entries in the log file when I try to open a document which is delivered via Microsoft Application Virtualization:
    [09:03/15:15:21] Adobe Reader Protected Mode Logging Initiated
    [09:03/15:15:21] Found custom policy file: C:\Programmer\Adobe\Reader 10.0\Reader\ProtectedModeWhitelistConfig.txt
    [09:03/15:15:21] Adding custom policy: EVENTS_ALLOW_ANY = *
    [09:03/15:15:21] Adding custom policy: MUTANT_ALLOW_ANY = \BaseNamedObjects\sg00000000e2e6e550_*
    [09:03/15:15:22] NtCreateMutant: STATUS_ACCESS_DENIED
    [09:03/15:15:22] real_path: \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    [09:03/15:15:22] Overvej at redigere politik med denne politikregel: MUTANT_ALLOW_ANY
    As I see it, the problem seemes that instead of adding
    MUTANT_ALLOW_ANY = *
    it adds
    [09:03/15:15:21] Adding custom policy: MUTANT_ALLOW_ANY = \BaseNamedObjects\sg00000000e2e6e550_*
    So when trying to initiate
    \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    it will of course fail.
    Is there any way that I can add
    \BaseNamedObjects\MSCTF.Shared.MUTEX.MEM
    without having
    \BaseNamedObjects\sg00000000e2e6e550
    put in front of it?

  • Does APP-V 5 SP2 applications still require Microsoft Application Virtualization SFT in order to scan for vulnerabilties/software inventory

     Does APP-V 5 SP2 applications still require  Microsoft Application Virtualization SFT in order to scan for vulnerabilties/software inventory

    Hello,
    Have you tried this hotfix?
    http://blogs.technet.com/b/appv/archive/2014/03/03/hotfix-package-2-for-microsoft-application-virtualization-5-0-service-sp2-is-now-available.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Windows 8.1 Install blocked by Application Virtualization Desktop Client

    When I try to install Windows 8.1 from the store I get an error message that I need to uninstall the Microsoft Application Virtualization Desktop Client.  But when I check control panel to uninstall the application it does not exist in the list. 
    When I choose to have the installation uninstall it doesn't work.
    Bottom line I am stuck where the install is asking me to uninstall another application which I don't believe I have installed.

    The Application Virtualization client will be related to Microsoft Office Home and Student 2010. Here's how to update that version of Office: http://office.microsoft.com/en-au/excel-help/update-repair-or-uninstall-office-click-to-run-products-HA010382089.aspx
    Ensure any available updates are applied (I'd also check Windows Update) and reboot before trying the Upgrade Assistant again.
    This
    page suggests that this version of Office 2010 should be compatible with Windows 8, so hopefully ensuring you've installed all available updates should fix the issue.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or 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.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Error when startup WPF Application with Crystal Report !

    Hi!
    I have an error when build & run a WPF Application with Crystal Report. Can anyone help me ?
    First, I created 2 project, one is the WPF Application & one is Shell Start Up project (to show loading screen, then show main window when loaded, is WPF Application too)
    WPF Application:
    /// <summary>
        /// Interaction logic for MainWindow.xaml
        /// </summary>
        public partial class MainWindow : Window {
            public MainWindow() {
                InitializeComponent();
               // crViewer is SAPBusinessObjects.WPF.Viewer.CrystalReportsViewer
                crViewer.ViewerCore.ReportSource = new CrystalReport1(); // Assign report to viewer
    Shell Startup:
    [STAThread]
            public static void Main(string[] args) {
                AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
                Application app = new Application();
                ShowLoadingWindow(); // Show loading screen
                MainWindow mw = new MainWindow();
                mw.Show();
                app.Run();   
            static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) {
                // Exception was throw here
    And here is the exception & it's stack trace
    Message:  Object reference not set to an instance of an object.
    Stacktrace:
    at SAPBusinessObjects.WPF.Viewer.ViewerCore.<>c__DisplayClass1.<set_ReportSource>b__0()
       at SAPBusinessObjects.WPF.Viewer.DelegateMarshaler.<>c__DisplayClass29.<QueueOnThreadPoolThread>b__28(Object )
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

    As far as I know the error is typically due to the fact that I'm trying to address an object that has not been set. E.g.; this could be due to  bad scoping, bad inits/constructs, trying to access a member of a class without instance object and so on. I suspect this is a design \ code issue. You might be able to confirm this using [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx].
    Other than that, I'd recommend creating a phone case here:
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
    - Ludek

  • Application Virtualization

    Hi,
    does anybody know if there are problem using Microsoft App-v or THINAPP (vmware) on P6 Professional for EPPM 8.3.5?
    I looked to tested configurations file but there are only Citrix XenApp and Global Secure Desktop...
    Thanks,
    Ale

    Ale,
    I realize this is an old post and probably dead, but for those of you that use Google... Yes P6 Professional EPPM 8.x and older (5,6,7) will work on Microsoft App-v or VMWare ThinApp.  I helped an early adopter of application virtualization install P6v7 on SoftGrid (now MS AppV) which was on their Citrix server.  Worked flawlessly.  I'd recommend this type of setup where your company is heavily dependent on many different versions of Java.  It's also great to help consolidate servers and make them work 24/7.  Neat thing about ThinApp... you can encapsulate your app in a virtual app environment and put that on a thumbdrive.  Plugin the thumbdrive to any machine and you can run your app from the thumbdrive without any installation.
    Thanks,
    Jonathan Johnson

  • When i start my MacBook Pro, the Microsoft applications Automatically boot up, how do I prevent this?

    When I start my Mac, all of the microsoft applications for Mac Automatically boot, this has just occured over the past few days but I would like to deactivate the Automatic Start for Word, Excel and PPT.
    Thank You

    If you use a virtualizer like Parallels Desktop or VMware or Virtualbox: goto system Preferences/ Account/ LoginItems and delete (- sign) the Virtualizer.
    If you use Bootcamp: log into Windows, there disable autostartup with system start, there used to be a simple tool called startup.cpi which pops up in ControlPanel and that handles these things.

  • Application Virtualization and Keyboard Input

    Hello,
    Today I have a need to leverage SendInput and it works just fine. However the issue really is having to swap between different windows, due to the requirement for SendInput.
    I got around this by using VM's and it works great.
    However, I was wondering if there is a better way to do this, without having to have total virtual machines.
    Is it possible to sandbox applications (virtualize) them, in a stand alone environment (meaning on a single machine), where-in each has it's own Message Input Subsystem?
    Something where I would be able to run Program A (+) Program B within a "virtualized" application architecture, and have Program B use SendInput to send data to the Program A "instance" that is inside the same application virtualization
    that B is in.
    I just want to get away from having to use "remote" desktops to Virtualized Machines to make this work
    It would look like this (well if this is possible that is)
    Machine A:
    Program A + Program B = "Instance #1". They run together
    Program A + Program B = "Instance #2". They run together
    From the actual desktop of Machine A, you could "see" Instance 1 and Instance 2 but using a Program C, communicate with Program B (on a per virtualized instance)
    Thus removing the overhead of total virtual machines, but with the ability to actually do "application virtualization".
    I really want to solve my problem on the Microsoft stack, not move to VMWare
    All my other options didn't work so now I moved to virtualization, which would be pretty sweet actually :-)
    Any help / thoughts would be great
    Thanks!!

    Regardless of how they communicate, the question is this.
    Is it possible to sandbox applications (virtualize) them, in a stand alone environment (meaning on a single machine), where-in each has it's own Message Input Subsystem?
    The rest was merely a description of potential architecture, based on the fact that Program A, needs to be communicated with by SendInput, which you cannot do without swapping focus.
    No differently than if it were VM's and I had say 3 remote desktops open on my local system. I can run programs within that "sandboxed" window and each has it's own Message Input Subsystem. I am trying to mimic, that with application virtualization,
    so that I can still have that ability, but without running VM's which use way too many resources.
    Any specific information on the actual question?
    Thanks and Happy Holidays!!

  • How a J2EE web application access CR reports stored on the CR Server XI?

    Hi,
    I'll be working on some crystal report templates that will eventually be hosted/publish on the CR Server XI.
    My questions are:
    1. How my J2EE web application access those reports?
    2. Do my web application uses some CR API for the connectivity and integration?
    3. What will happen to the database connectivity of the report template? since the report are created locally.
    4. Can the report template be edited/updated on the server?
    5. How the CR XI login functionality be involve in the integration (web application ---> CR Server XI)?
    6. Is the J2EE web application be deployed on similar web/application server where the CR Server XI resides?
    7. What is the role of RAS, Universe, Business View Manager to this whole CR integration?
    I hope you can provide some guidance on this journey to Crystal Report world
    Regards,
    Rulix Batistil
    Genesis Networks Pte Ltd
    www.gen-net.com.sg

    1) Your application connects via the Java SDK using the appropriate JAR files.
    2) It can.  You can set the database information at runtime or use the already populated information from Enterprise.
    3) Same as 2.   Typically when you save the report to Enterprise you set up the database information there so that it runs against the database you want without prompting.  You can change this via code to hit whatever equivalent database you want.
    4) Yes.  You would have to use RAS and the RCAPI to accomplish this via code.  You can also make changes in the designer and overwrite the existing report template.
    5) You will log in via code. The information on how to do so is in the SDK documentation, which I will link.
    6) It can be deployed to the same machine as CR Server, though we recommend against that.  Typically you will want to deploy it to a seperate web server and allow it to connect to the CR Server across the network.
    7) RAS can be used to run reports, as well as the page server.  The universe and business view manager are not directly used in code.  If a report runs against a universe or business view then it will use them for data, but you wouldnt do anything with them directly.
    [BOE Developer Library|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]
    You will find the Java SDK information under the BusinessObjects Enterprise SDK section.
    Best Regards,
    Jason

  • No data in Application failure Analysis report for a particular application alone.

    Dear All, 
    We are not able to get the data in Application Failure Analysis report from Appadvisor for a particular application(say ABC) alone, whereas it works fine for different application. Also,we could get the data from other reports(such
    as Application status,Problem distribution analysis,etc) for the same application(ABC). PFB snapshot for your reference.
    Thanks in Advance.
    Regards,
    Rajesh Kumar C

    Hi,
    Is there any error message when you run Application Failure Analysis report for the specific application?
    Does this application have any failure alerts?
    You may also look into operation manager even logs to check is there any errors or warnings.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Deploy Visual Basic 6.0 RDC application using Crystal Reports 9 on Windows Vista

    Post Author: albe
    CA Forum: General
    When attempting to deploy a Visual Basic 6.0 Report Designer Component (RDC) application using Crystal Reports 9 on Windows Vista systems, the application fails after the first print or preview (that show normally) and an error occurred: -2147417848 Method '' of object '' failed.
    The app use the RDC and Active Data; I verify that the problem is encountered when the app calls the 'SetDataSource' method.
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    thanks in advance,
    Alberto

    Hello,
    This forum is for community use and is not considered a support site. For assistance you need to purchase a case from our support site. But 9 is no longer a supported version so this is your only place to get assistance.
    Try downloading the only patches available from:
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90actxwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90dbexwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90devwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90mainwin_en.zip
    Thank you
    Don

  • Is there a way to convert Crystal Reports to Microsoft SQL Server 2005 reporting services?

    Post Author: Lourdes Hernandez
    CA Forum: General
    Our department has always worked with and we love Crystal Reports. Unfortunately, certain reports now need to be converted to Microsoft SQL Server 2005 reporting services which from what I read I think they are *.rdl reports. Does Crystal reports have any way around this? I would have to learn this other tool when I'm already so happy with Crystal. I was thinking If I could just code the report in crystal and export it in a specific format that would be compatible Microsoft, the problem would be solved.
    Any ideas would be greatly appreciated.

    Post Author: bettername
    CA Forum: General
    Ditto!
    There are some software packages to convert from CR to RS, but none work 100% AFAIK, and will require manual tuning.
    Seems like a big hassle and learning curve just to get reports published via another method - I know I'd put up huge resistance if they tried to take my CR away from me!

Maybe you are looking for

  • How can i "Safely Remove" My Passport Ultra from my PC?

    I can't EVER "Safely Remove" my My Passport Ultra drive from my PC! The computer's an HP notebook (if that matters), and it's running Vista (64bit). I can't believe that there's NO way to eject / unmount / "Safely Remove" the drive from my computer w

  • Creating a view

    Hi, I am creating a view on two tables(CDPOS and CDHDR) with certain join conditions. While activating the view, a get an error "Table CDPOS is not transparent" Kindly help on this. With Thanks and Regards Mukul

  • How to increase font in my mac air?? thank you

    how to increase font in a mac air??

  • How to make text part of object

    I have a square box that I created that is black. I have a white letter placed on the box(2D by the way). I want the letter to be part of the box, not just a croup, but merge the two. On a similar note, how do I merge two objects? Thanks

  • Why can I only open DAQ assistant properties using the windiws profile I registered labview on?

    I have Labview 7.1 installed on Windows 2000. When generating block diagrams for codes, the properties dialog box for the daq assistant can only be opened when logged into our system on the profile originally used to install the software or when logg