Application source path

Hi, i need to find CM12 application (deployment type) source paths. select ContentSourcePath from fn_ListApplicationCIsWithLatestTime(1033) returns empty values in my environment. 
I tried Select name,pkgsourcepath from v_package and i does return applications data as well but pkgsourcepath is empty for applications as well.
Check powershell cmdlet's but couldn't see content location in get-cmdeploymenttype.
Appreciate your suggestions in advance!

I think the data can be also exported from the xml data that's stored in the database, more info on that here:
http://blogs.technet.com/b/hhoy/archive/2012/07/19/how-to-query-configuration-manager-2012-xml-data-with-sql-xquery.aspx
...but I think this is exactly what you're looking for:
http://anoopcnair.com/2012/05/07/configmgr-sccm-2012-custom-reports-for-list-of-applications-deployment-types-and-content-source/

Similar Messages

  • TED chained applications with same source path produce large distribution file

    Hello,
    after using an application successful in my central location I want to
    distribute it - what's the problem: The application itself contains 13
    simple msi installations as dependent....
    So what happens: The source path contains 13 msi files, the
    distribution file contains all files for every application...even if
    they are the same...
    I was curious about not getting the gather finished, instead I got a
    "volume almost out of space" message.
    My question: Is this working as designed, will it be changed (it doesnt
    make sense to distribute the same files multiple times...), is it a bug
    only?:)
    I'm going to put the msi into different subfolders now (change of
    source path, origin path is needed too...) - I think this would work
    well as a workaround, however I would like to know if it's designed
    that way - so you have to take care not to share any folders or
    subfolders...
    Thx in advance
    Dirk
    ObiwanRedN

    Jared,
    hard to get right now..had to remove the old apps...
    Trying to explain short:
    - 13 small msi install applications, every source in a different folder
    now
    - "package" application (call it "PACKAGE")-> associated to selected
    workstations (or ws group), start menu/desktop to do a manual install,
    this app doesn't do anything except having the 13 dependent
    applications
    - "update" application (thats what I named "3rd"...sorry for the
    confusing name;))-> associated to all workstations, set to force run if
    special conditions are met (so something showing one of the partial
    apps is outdated, the partial app will have a new version number
    assigned). This application had the dependent app "PACKAGE" -> worked
    fine in local distribution but would start to distribute the apps 1-13
    again....(?not sure)
    Finally I came to a general conclusion: If you have some special basic
    application (lets say dot-net 3.0, 2.0 etc..., a special patch) that
    might be required for different applications -> it's not a good idea to
    use msi for this one because it will distribute with every app using it
    as a dependent app. I will go to distribute file sources, the app calls
    msiexec so nothing will be distributed for this part...
    Hopefully I explained somewha better...(?)
    Thx in advance
    Dirk
    ObiwanRedN

  • The Server application, source file, or item can't be found, or returned an unknown error. You may need to re install the server application

    Hello All, can anybody help?
    The Problem
    We are running SharePoint 2013 and document sets that have an excel file and a PowerPoint presentation both in the document set folder  and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    Once a link(graph) is added from excel 2010 (Ctrl C) then go into PowerPoint 2010 Paste > paste special > paste link (As Microsoft Excel Chart Object) click ok the graph goes into the PowerPoint presentation.
    The graph/Table is added but in Power point 2010. Perfect.
    The problem is when we close excel and try and click on the graph(link) we get the following error “The Server application, source file, or item can’t be found, or returned an unknown error. You may need to reinstall the server
    application”
    If we right click then we get
    The Linked file was unavailable and can’t be updated
    Has anybody else experienced this issue?
    We are running SharePoint 2013 and document sets that have the excel file and PowerPoint in and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    I think that Office 2010 does not link or cannot link to a url which it see the unc path as?? It works in Office 2013 but we have Office 2010 as standard across the firm also I have tried SP1 and SP2 for Office 2010 but still
    no joy 
    Is anybody else experiencing this issue? is there at least a work around?
    Many thanks in Advance
    Jake

    Hi,
    Usually this issue is caused by the Protected Mode in Adobe software, since it's not a Microsoft product, the information I can provide is quite limited. I suggest you contact the support of Adobe first, ask if they can provide any suggestion.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error: A file found in a source-path must have the same package structure

    I use Adobe Flex Compiler (mxmlc) Version 4.1.0 build 16032,I have a file,named CustomGraphContainerController.as,it's directory is c:\controllers,and the GCController.as file is under the same directory,CustomGraphContainerController.as file like follows
    package controllers{
    import ui.GraphControlContainer;
    public class CustomGraphContainerController extends GCController {
      public function CustomGraphContainerController(a_graphControlContainer:GraphControlContainer) {
       super(a_graphControlContainer);
    Then I want to use mxmlc command to compile it,like follows:
    C:\>mxmlc c:\controllers\CustomGraphContainerController.as
    But it raise compile errors,like follows:
    Loading configuration file C:\sdk\frameworks\flex-config.xml
    C:\controllers\GCController.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'controllers'.
    I don't know how to compile the as file with package controllers? Where is wrong? How to use mxmlc to compile it?
    Thanks

    HI,
         You should have one main application class to compile this as code to swf.. So that main application path should be in your proper package structure.. then you can compile you app and as files also...
    Thanks
    Ram..

  • How to use variable in source path of an image  in flex

    hello
    i just want to know that how to use variable in source path
    of an image in flex

    I am doing exactly that with data binding at the moment. This
    is my Image element
    <mx:Image width="50" minHeight="50" height="76"
    source="{Application.application.parameters.api}/rest/entity/{data.Slug}/Image"
    />
    Note the curly brackets
    HTH
    Pat

  • Source paths with same folder name ?

    Hello Forum
    I am using Flex Builder 3 to build an actionscript application.  I have added a few external packages that I use on a regular basis on a separate location on the harddrive so that in the future multiple apps ideally could reference to them.  Now the problem is that my current project sits in a 'com.projectname' folder and one of the external packages also has a 'com' folder.  FB seems to get confused and doesn't recognize the latter after I've added the source path in the project properties menu (under Actionscript Build Path).
    Any insight appreciated.
    Thank you.
    sk

    If you could replicate the issue with a "minimal" application and share the code, an answer should be fairly easy to provide.

  • Application source files

    After a package is created, driver or application, do we need to continue to host the source files? Right now we have 800 gig dedicated on the sccm server for storage and the source files for packages and drivers are eating up a lot of that space.
    Is it safe to delete them or move them to another server with more storage?

    You would still need the source files, for actions like updating the content. You can move the files to a different location, but this would require you to change the source path in the packages. For this you could use a tool like this:
    http://blog.coretech.dk/jgs/coretech-package-source-changer/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Log Name: Application Source: Application Hang Date: 17-Nov-14 14:50:41 Event ID: 1002 Task Category: (101) Level: Error Keywords: Classic User: N/A Computer: PC Description: The program wwahost.exe ver

    Log Name:      Application
    Source:        Application Hang
    Date:          17-Nov-14 14:50:41
    Event ID:      1002
    Task Category: (101)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PC
    Description:
    The program wwahost.exe version 6.3.9600.17031 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
     Process ID: 186c
     Start Time: 01d00265068ca045
     Termination Time: 4294967295
     Application Path: C:\WINDOWS\syswow64\wwahost.exe
     Report Id: 5198babb-6e58-11e4-bec8-689423cdeae2
     Faulting package full name: Microsoft.SkypeApp_3.1.0.1005_x86__kzf8qxf38zg5c
     Faulting package-relative application ID: App
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Hang" />
        <EventID Qualifiers="0">1002</EventID>
        <Level>2</Level>
        <Task>101</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-17T12:50:41.000000000Z" />
        <EventRecordID>39947</EventRecordID>
        <Channel>Application</Channel>
        <Computer>PC</Computer>
        <Security />
      </System>
      <EventData>
        <Data>wwahost.exe</Data>
        <Data>6.3.9600.17031</Data>
        <Data>186c</Data>
        <Data>01d00265068ca045</Data>
        <Data>4294967295</Data>
        <Data>C:\WINDOWS\syswow64\wwahost.exe</Data>
        <Data>5198babb-6e58-11e4-bec8-689423cdeae2</Data>
        <Data>Microsoft.SkypeApp_3.1.0.1005_x86__kzf8qxf38zg5c</Data>
        <Data>App</Data>
        <Binary>430072006F00730073002D00700072006F00630065007300730000000000</Binary>
      </EventData>
    </Event>

    You forgot to tell us what is going on. What is the problem?

  • Source path of the installer

    Hello,
    at the first start of  my labview application (after the installation) I want to copy some files from the "installation drive" to the harddisk.
    For this I need the source path of the installer, but I doesn´t  know where to get it.
    Can I read it with a labview system VI oder is the path anywhere in the registry (or can the installer write it in the registry)?
    jan9101
    PS: the files should NOT be copied by the Installer, they must be copied by the labview program.
          LV 8.6.1 

    Another option is to add the files to your project (or an autopopulating folder), and create a distribution for these items.
    In the installer you can include this distribution and the files should be copied.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Jdev 10.1.3. Application Sources shows wrong files

    Hi,
    I've been using jdev 10.1.2 for long time and decided to give 10.1.3 a try. The new way project files are handled is quite frustrating (I read the technical paper on upgrading from 10.1.2...) I hope these are all bugs which will be fixed!
    Here are my problems:
    * in Application Sources I see files which are outside the Java Content I defined. It seems that JDev 10.1.3 picks all .class files in the HTML Root Directory and presents them as "sources" (which they obviously are not!). Those files are not visible under Web Content. Why?
    * I wanted to exclude a subfolder from the Java Content in one of my projects but nothing happened. The same worked with some of the other projects (I did click Refresh)
    * Clicking Refresh freezes Jdev for considerable amount of time. My PC is one of the fastest on the market!
    * some files on the Resource path and outside the Java Content path, like TOAD .pkb and .pks show up as Application Sources (wrong!), other like .sql show as Resources (correct!). All are on the same path - the one defined as Resource. why?
    * there is no way to exclude directories from the Web Application content.
    Any comments would be appreciated! Shall I open a TAR?
    Regards,
    Plamen

    I found the problem. My application uses a custom faces taglib. In Jdev you can specify wich tag in your library should execute in design time. I was rendering 3 tags, and forget that I modified one of these tags. This tag now renders dynamic content and it seems that JDeveveloper don't display the rest of a page (in design time) when it tries to display a tag that has dynamic content that is unavailable. In my case, I access the requestScope to get the username.
    I hope this can be useful for you.
    Victor Quan.

  • Log Name: Application Source: Application Error Date: 3/19/2015 9:11:27 AM Event ID: 1000 Task Category: (100) Level: Error Ke

    Log Name: Application
    Source: Application Error
    Date: 3/19/2015 9:11:27 AM
    Event ID: 1000
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: PRIVATE
    Description:
    Faulting application name: firefox.exe, version: 37.0.0.5553, time stamp: 0x5507b538
    Faulting module name: ntdll.dll, version: 6.3.9600.17668, time stamp: 0x54c846bb
    Exception code: 0xc0000005
    Fault offset: 0x0003cb8c
    Faulting process id: 0x1364
    Faulting application start time: 0x01d062462d9463ae
    Faulting application path: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
    Report Id: 73147997-ce39-11e4-82b8-e840f2ebf554
    Faulting package full name:
    Faulting package-relative application ID:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-03-19T13:11:27.000000000Z" />
    <EventRecordID>20609</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PRIVATE</Computer>
    <Security />
    </System>
    <EventData>
    <Data>firefox.exe</Data>
    <Data>37.0.0.5553</Data>
    <Data>5507b538</Data>
    <Data>ntdll.dll</Data>
    <Data>6.3.9600.17668</Data>
    <Data>54c846bb</Data>
    <Data>c0000005</Data>
    <Data>0003cb8c</Data>
    <Data>1364</Data>
    <Data>01d062462d9463ae</Data>
    <Data>C:\Program Files (x86)\Mozilla Firefox\firefox.exe</Data>
    <Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data>
    <Data>73147997-ce39-11e4-82b8-e840f2ebf554</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    </EventData>
    </Event>

    You forgot to tell us what is going on. What is the problem?

  • ZFD App distribution, source path and fs rights...

    I am encountering an issue, where it seems that the only place you can
    specify the SOURCE_PATH variable for a ZFD app distribution is via the TED
    policy...
    Whenever I try and specify an application specific SOURCE_PATH (i.e. on the
    golden app) I get the following error reported in the dist TED.LOG:
    'the source path %SOURCE_PATH% is invalid. Make sure the "SOURCE_PATH"
    variable value is defined in the Tiered Electronic Distribution policy, and
    that the policy is associated with the Distributor objects parent container.'
    I understand that you can reference subscriber specific variables to set
    the destination folder and substructure within the distribution object, but
    cannot seem to set an application specific SOURCE_PATH on either the app or
    distribution object - it just wants to use the policy based value, which
    can only be set once for the distributor...
    Is it not possible to set an application/distribution specific value? And
    if not, how does the transfer of Common->File System Rights work?
    I'm sure I must be doing something wrong/approaching this the wrong way!
    Please help if you can!
    Many thanks
    David

    The actual issue is that the SOURCE_PATH macro IS NOT modified when
    distributing MSI based apps, however this works fine for snapshot style
    apps... For whatever reason the distributor treats MSI based apps and
    trad. app objects differently. If you try and 'gather' an MSI based app
    with the SOURCE_PATH variable used in the Package Source List, whcih HAS
    been defined in the Common Macros, then it insists the variable in invalid...
    As for the rights, the best way I've found is to give the rights to an
    associated group and maintain the group through the distribution. i.e.
    mirror structure and maintain associations. If you do this then rights ARE
    assigned to the distributed group object
    HTH
    Regards
    David
    > > File rights that are explicitly assigned in the Application object using
    > > the Rights to Files and Folders tab are not transferred.
    >
    > And this is one of the biggest pains in the ass about replication... It
    > means you've got to manually go thru and reassign file rights to an
    > application, even tho they're all set in the golden app.. I've suggested
    > this as an enhancement several times, but it's not made it there yet.
    >
    >
    > Graham
    >
    > "Ron van Herk" <[email protected]> wrote in message
    > news:[email protected]...
    > > For application distribution the SOURCE_PATH needs to be specified on the
    > > application: Common -> Macros
    > >
    > > File rights that are explicitly assigned in the Application object using
    > > the Rights to Files and Folders tab are not transferred. Have a look at:
    > >
    http://www.novell.com/documentation/...k.html#bt16403
    > >
    > > Ron
    > >
    > > <[email protected]> wrote in message
    > > news:[email protected]...
    > >>I am encountering an issue, where it seems that the only place you can
    > >> specify the SOURCE_PATH variable for a ZFD app distribution is via the
    > >> TED
    > >> policy...
    > >>
    > >> Whenever I try and specify an application specific SOURCE_PATH (i.e. on
    > >> the
    > >> golden app) I get the following error reported in the dist TED.LOG:
    > >>
    > >> 'the source path %SOURCE_PATH% is invalid. Make sure the "SOURCE_PATH"
    > >> variable value is defined in the Tiered Electronic Distribution policy,
    > >> and
    > >> that the policy is associated with the Distributor objects parent
    > >> container.'
    > >>
    > >> I understand that you can reference subscriber specific variables to set
    > >> the destination folder and substructure within the distribution object,
    > >> but
    > >> cannot seem to set an application specific SOURCE_PATH on either the app
    > >> or
    > >> distribution object - it just wants to use the policy based value, which
    > >> can only be set once for the distributor...
    > >>
    > >> Is it not possible to set an application/distribution specific value? And
    > >> if not, how does the transfer of Common->File System Rights work?
    > >>
    > >> I'm sure I must be doing something wrong/approaching this the wrong way!
    > >> Please help if you can!
    > >>
    > >> Many thanks
    > >>
    > >> David
    > >>
    > >>
    > >>
    > >
    > >
    >
    >

  • Data Source path in Pivot Table changes to absolute on its own

    Hello.
    I have a .XLSX file, that was created long time ago (I don't even know in which Office version, but definitely not 2013), and maybe even was a .XLS file at first.
    So it's a 4 MB file with 16 Sheets and 8 Pivot Tables.
    All of the Pivot Tables use other sheets from the same file as Data Source.
    Data Source for some of them look like this: 'Sheet3'!$A:$E
    Everything is fine when I save the file, and open it from saved file. 
    But as soon as I try to move the file elsewhere, or rename it, or email it - all Data Source paths change to something like this: '\Users\Sergii_Litnevskyi\Desktop\New folder\[FileName.xlsx]Sheet3'!$A:$E
    And it happens with all Pivot Tables. The problem is that it links to an old file path, where the file does not exist anymore. And it links to an external file, which is not what I want.
    If I Save As and select different path and filename - then it works fine. So it's a workaround for renaming and moving files, but not for sending them to other persons.
    I've read some threads, and people recommend disabling "Save external link values", but it does not help. It is already turned off in my office, but it keeps acting weird. 
    So what I need is: Save the file, close it, rename it, move it to other place, send it over email as attachment. And then I want to have the same Data Source path in my PivotTables as I had before I saved the file. How can I do it?
    My Office version: Microsoft Excel 2013 (15.0.4454.1503) MSO (15.0.4517.1005) 32-bit

    Hi,
    According to your description, I suppose the issue may be caused by some reason.
    Do you link the outside data source?
    I think if the file moves the file elsewhere, or renames, or email,
    data source paths can’t be change.
    But, your data source paths add the absolute path.
    Do you link the outside data source?
    I recommend you zip the file and send it as Email attachment.
    If the issue exists, you may save as it in a new name and test it in another computer.
    Regards,
    George Zhao
    TechNet Community Support
    I am pretty sure that I don't have any external links in the document.
    However, even if I did - why would it change Data Source path for all of the Pivot Tables, when I did not request it?
    I tried zipping it and sending to other person over email, but he got the file with changed data source paths.
    I can even record a short video to show what happens.
    Actually, I just did it. You can see the video here: http://screencast.com/t/qMBild3ck9b
    It is rather big - 23.8 MB.
    Let me explain what I showed there:
    I opened my original file. I showed that there are Pivot Tables, whose Data Sources are in the same file, on various other sheets.
    I showed this for all of the Pivot Tables in the document.
    I saved the file using Save As in a different folder and under a different name (TEST.xlsx).
    I then opened that saved file to show you that it is fine, and the Data Source path for one of the Pivot Tables is the same as it was in original file. It is the same for all of the other Pivot Tables.
    Then I closed, and simply renamed the file to TEST123.xlsx.
    Opened it, and first thing wrong - Security warning.
    Then I got ‘Cannot open PivotTable source file ….’ messages. And, as I showed, now all Data Source paths have been changed to full paths of the file, that was created by Save As (TEST.xlsx) from original file.

  • How do I use a OS (Windows) Environment Variable in the source path of me ActionScript 3.0 settings

    I'm sure this can be done as I know we used something similiar at my old work place, below is an image showing what I am attempting to do.
    We used this to create more portable / shareable assets files which when symbols are linking to code, the code was very often in different directories on different machines.
    So we had set up environment variables in the OS to point to source directories and then used these variables in the source paths.
    As long as everyone had these variables set up then it would all work.
    Anyone know the correct way to do this in Flash CC
    Thanks in advance!
    Best Wishes
    Rhys Thomas

    sinious the problem with doing that is that the changed path gets into the code repository as well, so you wind up with everyone going back and forth changing it to their own value, which is a hassle. If you use relative paths and a standard project setup, then it all "just works" without a problem.
    For example, this is the setup I use:
    .dev
         .thisProject
              .Flash1
                   Flash1.as
                   .Flash1
                        Flash1.xfl
                   .view
                        .audioAssets
                        .customViews
              .SoundLib
                   SoundLib.xfl
              SoundLib.swc
         .bin <swfs are output here
              .xml
         .core
              .control
              .model
              .service
              .view
    We have a "base project" that you check out to start a new project (we do heaps of similar work), and the paths are already set up to be relative. Having each project point to its own copy of the core code allows for fine-grained control of which revision you're using--we've even pointed deliberately to old versions or branches on rare occasions.
    The bin folder is actually shared with the website repository, which is in a different directory from the Flash source code (in the website, it has a different name). This allows the generated swfs to be easily updated and ensures that the latest XML is being used both for development and on the site.
    The "thisProject" folder actually includes a Flash Builder workspace with all the standard shortcuts, etc., already set up. This is primarily because of how the "default path" works when you create a new Flash Pro project in FB. Because we output a level up from the workspace, we hack the .metadata folder every time, but that's a small change.

  • How to view images from application's path?

    Hello,
    I am using the codes below to view images from an ACCESS database listed as ".\image.png", the images are included in the application's path. I'm able to view the images while running crystal reports alone; However when I include the same report and databse in my VB.NET application, the images don't show. I was told that the report looks for the images in a temp folder, an alternative solution would be to copy the image files to a temp folder before attempting to run the report, but so many things can go wrong with such approach. Do you have a better solution to this problem?
    Thanks in advance.
    Victor
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim myaop6viewer As New aop6viewer
            Dim myaop6report As New AOP6V2
            Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
            crConnectionInfo.ServerName = (Application.StartupPath & "\AOP6V2.mdb")
            crConnectionInfo.Password = "testaop"
            setDBLogonForReport(crConnectionInfo, myaop6report)
            myaop6report.RecordSelectionFormula = "isnull({image.country}) = false"
            With myaop6viewer
                .CrystalViewer22.ReportSource = myaop6report
                .Show()
            End With
            myaop6report = Nothing
        End Sub
        Private Sub setDBLogonForReport(ByVal connection As ConnectionInfo, ByVal report As ReportDocument)
            Dim mytables As Tables = report.Database.Tables
            Dim mytable As CrystalDecisions.CrystalReports.Engine.Table
            For Each mytable In mytables
                Dim mytablelogoninfo As TableLogOnInfo = mytable.LogOnInfo
                mytablelogoninfo.ConnectionInfo = connection
                mytable.ApplyLogOnInfo(mytablelogoninfo)
            Next
        End Sub

    I tried following your suggestions, but I'm unable to link to the image file from the application, can you please help me link to the image from the application.
    1. Created a formula name test with the folowing data:
    ".\test.png"
    2. In the Gphics Location, entered:
    {@test}
    3. Below is the code in my application
    Imports System.Data.OleDb
    Imports Microsoft.VisualBasic.ControlChars
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports.Engine
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim myaop6viewer As New aop6viewer
            Dim myaop6report As New AOP6V2
            Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
            crConnectionInfo.ServerName = (Application.StartupPath & "\AOP6V2.mdb")
            crConnectionInfo.Password = "testaop"
            setDBLogonForReport(crConnectionInfo, myaop6report)
            myaop6report.DataDefinition.FormulaFields.Item("@test").Text = "path + picture name" '???????
            myaop6report.RecordSelectionFormula = "isnull({image.country}) = false"
            With myaop6viewer
                .CrystalViewer22.ReportSource = myaop6report
                .Show()
            End With
            myaop6report = Nothing
        End Sub
        Private Sub setDBLogonForReport(ByVal connection As ConnectionInfo, ByVal report As ReportDocument)
            Dim mytables As Tables = report.Database.Tables
            Dim mytable As CrystalDecisions.CrystalReports.Engine.Table
            For Each mytable In mytables
                Dim mytablelogoninfo As TableLogOnInfo = mytable.LogOnInfo
                mytablelogoninfo.ConnectionInfo = connection
                mytable.ApplyLogOnInfo(mytablelogoninfo)
            Next
        End Sub
    Thanks,
    Victor

Maybe you are looking for

  • How do I uninstall Adobe Bridge CC on one computer so that it can be installed on another computer?

    How do I uninstall Adobe Bridge CC on one computer so that it can be installed on a new computer?

  • Unable to access the server with its domain name.

                       Hi , I have configured the site VPN between to cisco ASA and everything is working fine,but if i access the server in url with ip address http://10.XX.XX.XX:123 i am able to connect the server but if i m trying with server name i.e

  • Video file size in Zen Moz

    I recently bought a Zen Mozaic and I've stored some avi movies in it. As avi videos can take many disc space ( up to 700 MB) I tried to shrink the video size (by lowering the resolution). Although in my computer, these files have shrunken in size, wh

  • Input dv / output dv

    I want to join many dv movie files i have captured from Premiere, to make them all one dv file. How can this be done and is it lossless?

  • Error 1406 1402 when downloading new iTunes

    Each time I attempt to download the new version of iTunes, it says I have an error 1406 or 1402. I have received instructions previously for this problem because this has happened before, but now they are failing to work. These are the directions I h