Source as Destination is Not Working

I have several clips in FCP.
I select them all and select: Send To - Compressor
In Compressor I see that my destination is definitely set as Source (I assume this should be the folder where my original clips exists).
Compressor creates the new files, but they are created in the root folder and not in the source folder.
Am I doing something wrong?
Does this always happen when you send the original clips from inside FCP?
Thanks for any help,
Chris

You can't fix that which is not broken. This is one of those things that, rather than try to make it do what you want, learn how it works, and then do it that way.
A clip in your FCP browser is not actually a clip. It's a pointer, pointing to a clip, or portion of a clip in the Finder. So, there is no SOURCE destination, because the source of the icon you clicked on to export is the browser in FCP. That browser does not exist anywhere in the Finder. It's important to understand here that FCP uses the Finder to organize your media. It's not self-contained like Avid or iMovie.
If you want to set a default location for all your exports, you can set it in the Preferences of Compressor. The Source destination only works if you have an already exported clip in the Finder, and you want to encode it to something else.
Just to reiterate, there is NO source for clip pointers anywhere on your computer. Or, if you like, the source destination for ALL clip pointers (browser items) is the ROOT level of your hard drive. You can't change this. All you can do is set a different default destination.

Similar Messages

  • Assign Source of supply is not working for contract with material group

    Dear Experts,
    I have searched all the threads and gone through before posting my query. So i would ask moderators to go through the thread properly before rejecting this.
    We have value contracts with respect to a particular material group without material and with item category W in the contract item, Please note that for the materials with this material group, the source determination is not set and source list is also not maintained.
    When we create PR for the material with this contract, and when we click on assign source of supply contracts used to get popped up, but recently from few days, when we click on assign source of supply we are getting an error " no source found for this item ".
    Can anybody help on this.
    Regards

    @ Biju,
    As mentioned earlier, we are not creating PR with reference to contract.
    first we are creating contract with item category W (material group), without material and plant details.
    we create PR with or without material with account assignment K and with the material group in the transaction ME51N, and after inputting all the fields, we click on assign source of supply, it was proposing the existing contracts with respect to material group earlier, but it is not happening for particular material group(it is working for all other material groups)
    Hope it is clear.
    @ Dev Patra,
    we are using DIEN-Service material types and we assign that particular material group to only service material type.
    we have not ticked, source list in the material master, we donot have any source list for the materials under that material group.( please check the note 457110- question number 14.)
    Regards

  • Buttons under source and record monitors not working

    For some odd reason, the buttons under the source and record monitors are not working in Premiere. This is a new install, and I'm relatively new to Windows so I hope it is something obvious. Buttons in other CC apps work fine. Any ideas out there?
    Windows 7
    2 x 10 core CPU (40 virtual)
    64 GB Ram
    nVidia Titan
    Decklink 4K
    Latest Premiere CC build
    Wacom Tablet

    Yes, actually. I unplugged the Wacom, uninstalled the drivers and restarted. Problem still there. Other ideas?
    Chris
    =========================================
    Edited by moderator to remove personal information

  • Distributed Destination Failover not working

              I'm using WebLogic 7 SP1 on Windows 2000. I've configured a
              distributed queue that has two member. The two members are
              running in two WebLogic instances in a Cluster configuration
              (call them Server1 and Server2). My client posts messages to the
              distributed queue and it seems the messages seem to be
              distributed between Server1 and Server2 (as expected). Although,
              when I kill Server1, the client complains that it can't connect
              to the queue on Server1 and never recovers. I would have
              expected to see (at most) one exception and then the next
              request to use Server2's queue. The client gets the following
              exception:
              weblogic.jms.dispatcher.DispatcherException: Dispatcher not found in jndi: Server1,
              javax.naming.NameNotFoundException: Unable to resolve 'weblogic.jms.S:Server1'
              Resolved: 'weblogic.jms' Unresolved:'S:Server1' ; remaining name 'S:Server1'
                   at weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:323)
                   at weblogic.jms.dispatcher.DispatcherManager.findOrCreate(DispatcherManager.java:413)
                   at weblogic.jms.frontend.FEProducer.<init>(FEProducer.java:87)
                   at weblogic.jms.frontend.FESession$2.run(FESession.java:607)
                   at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:785)
                   at weblogic.jms.frontend.FESession.producerCreate(FESession.java:604)
                   at weblogic.jms.frontend.FESession.invoke(FESession.java:2246)
                   at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:552)
                   at weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:275)
                   at weblogic.jms.client.JMSSession.createProducer(JMSSession.java:1461)
                   at weblogic.jms.client.JMSSession.createSender(JMSSession.java:1312)
              Should I have some kind of recovery logic on my client to make
              this stuff work?
              Bob.
              

    Hi,
                   I hit the same problem, were you able to fix it ? if so how ?
              Tom Barnes wrote:
              > Hi Bob,
              >
              > If you haven't already, see if the connection factory you use has
              > "ServerAffinityEnabled" set to false (the default is true) and
              > "LoadBalancingEnabled" set to true. That said, I think you may be
              > seeing a known bug - so I suggesting contacting customer support.
              >
              > Tom
              >
              > Bob S wrote:
              >
              >> Tom,
              >>
              >> I don't really have a problem with getting an exception for the
              >> request that was in progress when the server failed. I would
              >> expect, though, the next request to succeed.
              >> The problem is that even when I restart my client process it
              >> still tries to go to the same destination (weird). It seems
              >> that the Distributed Destination exception handling logic only
              >> removes the failed entry when it receives a certain type of
              >> exception. I'm suspecting this because (just 5 minutes ago)
              >> I got the distributed destination to recover from the failure.
              >> The exception that I got this time was the following:
              >>
              >> weblogic.jms.common.JMSException: Failed to send message because
              >> destination MyQueue_JMSServer1
              >> is not avaiable (shutdown, suspended or deleted).
              >>
              >> Start server side stack trace:
              >> weblogic.jms.common.JMSException: Failed to send message because
              >> destination MyQueue_JMSServer1
              >> is not avaiable (shutdown, suspended or deleted).
              >> at
              >> weblogic.jms.backend.BEDestination.checkShutdownOrSuspendedNeedLock(BEDestination.java:1102)
              >>
              >> at weblogic.jms.backend.BEDestination.send(BEDestination.java:2782)
              >> at weblogic.jms.backend.BEDestination.invoke(BEDestination.java:3810)
              >> at
              >> weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:552)
              >>
              >> at
              >> weblogic.jms.dispatcher.DispatcherImpl.dispatchAsync(DispatcherImpl.java:152)
              >>
              >> at
              >> weblogic.jms.dispatcher.DispatcherImpl.dispatchAsyncTranFuture(DispatcherImpl.java:425)
              >>
              >> at weblogic.jms.dispatcher.DispatcherImpl_WLSkel.invoke(Unknown
              >> Source)
              >> at
              >> weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:362)
              >> at
              >> weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:313)
              >> at
              >> weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:785)
              >>
              >> at
              >> weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:308)
              >>
              >> at
              >> weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              >>
              >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              >> End server side stack trace
              >>
              >> In this (rare) case, my system recovered beautifully!
              >>
              >> Bob.
              >>
              >> Tom Barnes <[email protected]> wrote:
              >>
              >>> Hi Bob,
              >>>
              >>> The particular exception you are seeing seems like it could use
              >>> some enhancement - it should be wrapped in a "friendlier" exception
              >>> such as "remote server XXX unavailable". I
              >>> recommend filing a case with customer support.
              >>>
              >>> That said, a producer sending to a distributed destination needs
              >>> to be able to handle send failures. WebLogic
              >>> will automatically retry sends in cases where there is no ambiguity,
              >>> but
              >>> when it can't determine the nature of the failure (eg it can't
              >>> determine whether or not the message made it to a JMS server) it
              >>> throws the exception back to the client to let the client
              >>> decide what it wants to do - eg commit/don't commit, reconnect
              >>> and resend, reconnect and don't resend.
              >>>
              >>> Tom
              >>> Bob S wrote:
              >>>
              >>>> I'm using WebLogic 7 SP1 on Windows 2000. I've configured a
              >>>> distributed queue that has two member. The two members are
              >>>> running in two WebLogic instances in a Cluster configuration
              >>>> (call them Server1 and Server2). My client posts messages to the
              >>>> distributed queue and it seems the messages seem to be
              >>>> distributed between Server1 and Server2 (as expected). Although,
              >>>> when I kill Server1, the client complains that it can't connect
              >>>> to the queue on Server1 and never recovers. I would have
              >>>> expected to see (at most) one exception and then the next
              >>>> request to use Server2's queue. The client gets the following
              >>>> exception:
              >>>>
              >>>> weblogic.jms.dispatcher.DispatcherException: Dispatcher not found in
              >>>
              >>>
              >>> jndi: Server1,
              >>>
              >>>> javax.naming.NameNotFoundException: Unable to resolve
              >>>> 'weblogic.jms.S:Server1'
              >>>> Resolved: 'weblogic.jms' Unresolved:'S:Server1' ; remaining name
              >>>> 'S:Server1'
              >>>> at
              >>>> weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:323)
              >>>>
              >>>> at
              >>>> weblogic.jms.dispatcher.DispatcherManager.findOrCreate(DispatcherManager.java:413)
              >>>>
              >>>> at weblogic.jms.frontend.FEProducer.<init>(FEProducer.java:87)
              >>>> at weblogic.jms.frontend.FESession$2.run(FESession.java:607)
              >>>> at
              >>>> weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:785)
              >>>>
              >>>> at
              >>>> weblogic.jms.frontend.FESession.producerCreate(FESession.java:604)
              >>>> at weblogic.jms.frontend.FESession.invoke(FESession.java:2246)
              >>>> at
              >>>> weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:552)
              >>>>
              >>>> at
              >>>> weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:275)
              >>>>
              >>>> at
              >>>> weblogic.jms.client.JMSSession.createProducer(JMSSession.java:1461)
              >>>> at
              >>>> weblogic.jms.client.JMSSession.createSender(JMSSession.java:1312)
              >>>>
              >>>> Should I have some kind of recovery logic on my client to make
              >>>> this stuff work?
              >>>>
              >>>> Bob.
              >>>
              >>>
              >>
              >
              

  • "Get destination" does not work in CNV_MBT_TDMS step "Define RFC Dest."

    We just installed TDMS and I am trying to set up the RFC destinations between our systems. Since we will be using many different systems and clients and my company is very sensitive about using standard namespaces we want to try to define our own destinations and use them via the "Get destination" function.
    So I've built a destination in SM59 (I called it TDMS_EZA371_EZA371 in case this matters) and entered a user with SAP_TDMS_USER role assigned. When I try to use this destination a popup appears saying "Definition of destination MBT_Z_PR498CC_SUB_PCL is not complete. Server name is initial.". What does this mean? The server name in the destination is totally fine and a connection test in SM59 works alright. Is this a bug or am I doing something wrong?
    Kind regards
    Mario

    When I try to use this destination a popup appears saying "Definition of destination MBT_Z_PR498CC_SUB_PCL is not complete. Server name is initial.". What does this mean? The server name in the destination is totally fine and a connection test in SM59 works alright. Is this a bug or am I doing something wrong?
    The technical names for the destinations are created automatically in accordance with the following naming convention:
    MBT_<Subproject Name>_<System Role>
    In your case you may create sub-projects with the names which you wish to (TDMS_EZA371_EZA371) and then the RFC detiantion name will be MBT_TDMS_EZA371_EZA371_PCL etc..

  • Custom Data Source in CMC does not work

    Hi there,
    Server : Crystal Reports Server 2008 V1
    Designer : CR 2008
    I have several reports that are originally set located to ODBC DSN1. I deployed this report to the server and in CMC, updated the database configuration in CMC as below.
    Enabled "Use Custom Data Source Information"
    Specified a new ODBC DSN2, user id, password, fully qualified table prefix for the new database etc.
    I can see that the report is running against the new database, and the data is selected, but the output is always blank. 
    But if I open the report in CR 2008, set locate the report to the new database DSN2, deploy again and use "original data source information", it works just fine. I have noticed this issue mainly with reports having sub-reports.
    Is there a solution to this problem. I don't want to set locate each report and deploy to the CMC if I have an option.
    Thanks for the help.
    Ajith

    I believe that the connection details are stored as part of the CR itself. Therefore if you update a connection in the CMC that might not change the parameters and credentials, especially when using sub-reports.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken
    http://twitter.com/mfoeken

  • SOURCE SYSTEM CREATION IS NOT WORKING

    Hi,
              I have installed ECC 5.0 in my laptop, I am getting error while creating SOURCE SYSTEM.  The error I am getting is :
    <b>"No entry for BR_USER in table RSADMIN available"</b>
    Pls help me to create a source system in BW.....
    Thanks in Advance.
    Sunil K Shetty

    Hi
    r/3 bw connectivity check these links and sap best practice for bw connectivity
    http://help.sap.com/bp_biv135/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    Re: BW-R/3 Connectivity
    Not able to create R/3 source system in BW
    How to Create an R/3 source system and load data from there

  • Source and Program Monitor not working after October CC 2014 Update

    I updated to the October 2014 Replace of Premiere Pro and since then I have had major issues with the Source and Program monitors. 
    I can select a clip from the media browser and have it appear in the source monitor - click play.  The clip will play for a bit and the picture will stop, but the audio will keep going. After a few seconds the source monitor will just display a red screen and the audio will keep going.   The same things happens in the program monitor  (different clips that worked before the October 2014 update) will start displaying the yellow media pending screen - and then go to red after a few seconds.  Again - this is a mutli-camera sequence that worked before the October 2014 update. 
    I am pretty much dead in the water at this point.  And yes, I have rebooted, changed the Mercury play back engine from hardware to software.  Nothing seems to correct the issue. 

    I have had similar problems. In fact playback is so sluggish it is unworkable.
    In addition Audio in nested sequences doesn't play back, and when it does it is intermittent. Totally unworkable!

  • Destination pattern not working

    Dear friends, 
    Please help me when i want to call to Long distance dial-peer voice 1000 pots cut my call.
    dial-peer voice 1 voip
     description ***CUCM1***
     destination-pattern [1-4]...$
     session protocol sipv2
     session target ipv4:10.x.x.x
     voice-class codec 1  
     dtmf-relay h245-alphanumeric
     no vad
    dial-peer voice 2 voip
     description ***Cucm2***
     destination-pattern 50..$
     session protocol sipv2
     session target ipv4:192.x.x.x
     voice-class codec 1  
     dtmf-relay h245-alphanumeric
     no vad
    dial-peer voice 10000 pots
     description Incoming
     translation-profile incoming DID
     incoming called-number .
     no digit-strip
     direct-inward-dial
     port 0/0/0:15
    dial-peer voice 1000 pots
     description Local city
     preference 3
     destination-pattern 9.......$
     port 0/0/0:15
     forward-digits 7
    dial-peer voice 1001 pots
     description Shirt no
     preference 3
     destination-pattern 91..$
     port 0/0/0:15
     forward-digits 3
    dial-peer voice 1002 pots
     description Long distance1
     preference 2
     destination-pattern 90[2-8].........$
     port 0/0/0:15
     forward-digits 11
    dial-peer voice 1003 pots
     description Long distance2
     preference 1
     destination-pattern 905[0345]........$
     port 0/0/0:15
     forward-digits 11
    dial-peer voice 1004 pots
     description International
     translation-profile outgoing OutDID
     destination-pattern 900.T
     port 0/0/0:15
     forward-digits 14

    Dear frends,
    I am remove from all deal-peers $ and add T to dial-peer voice 1000 pots and now it work.
    ​It is the bestway?
    dial-peer voice 1000 pots
     description Local city
     preference 3
     destination-pattern 9.......T
     port 0/0/0:15
     forward-digits 7
    dial-peer voice 1001 pots
     description Shirt no
     preference 3
     destination-pattern 91..
     port 0/0/0:15
     forward-digits 3
    dial-peer voice 1002 pots
     description Long distance1
     preference 2
     destination-pattern 90[2-8].........
     port 0/0/0:15
     forward-digits 11
    dial-peer voice 1003 pots
     description Long distance2
     preference 1
     destination-pattern 905[0345]........
     port 0/0/0:15
     forward-digits 11

  • RFC Destination does not work for /sap/xi/adapter_plain service

    Hi
    We are facing a strange issue. Our business partner is trying to connect to our XI box, RFC Detination type 3 through a reverse proxy at our end. If he used /sap/xi/engine service, he gets a 500 response " empty request received". Howerevr if he connects using /sap/xi/adapter_plain, he is not getting any response, just a green tick at the bottom with no message. SMICM shows " wrong content in header response"
    Regards
    Monika

    Hi
    We are able to send data to our business partner. When he is trying to send data to us, he is not able to do so.
    He needs to do so via a reverse proxy. We have replicated the scenario on our side to cross check.
    We are able to connect to our XI with http/https without reverse proxy. However with reverse proxy we are not able to do so.
    Also in case of http without reverse proxy, the message processing does not happen even thought RFC Connection test is successful/
    Regards
    Monika

  • Download destination folder not working

    when I have download files I have set forefox to put them on the desktop. Even though I haven't changed that setting it puts them in the temp folder. I have tried to reset it a few times but nothing has changed. If I download podcasts it still goes to that folder and windows media player starts to play them.
    This seems to have started with the latest version of forefox 12.0 beta
    Any Ideas would be appreciated.
    xp pro

    Files that are handed over to a plugin are always saved to the temp folder.<br />
    You need to set the download action in "Tools > Options > Applications" to "Always ask" to prevent Firefox from using the plugin.
    *http://kb.mozillazine.org/File_types_and_download_actions

  • Selection in the Generic Data Source does not work

    Hi gurus,
    I have some problem with the selection in the Generic Data Source.
    I have created a view as a base of a Generic Data Source.
    This view is based on several table; i.e.: VBUK-VBELN (Sales Order number), VBAP-ERDAT (creation date of Sales Order), VBAP-POSNR (Sales order item), VBAK-BSTNK (Customer Purchase order number).
    In the view, some join conditions have been defined: VBUK-VBELN = VBAK-VBELN, VBUK-VBLN = VBAP-VBELN.
    I want to extract the Sales Order number, Sales order item and Customer Purchase order number for the Sales order created on the previous year.
    On the Generic Data Source, I select VBELN (Sales order number) and ERDAT (creation date of sales order) as selection.
    However, when I run the extractor checker (RSA3) on this Generic Data Source, the selection does not work at all, i.e.:
    eventhough I restricted the Sales order number and/or the creation date of sales order, the generic data source ignores the selection criteria and extract ALL data.
    Does anyone ever have similar problem? Did I miss some step in the Generic DAta Source creation? How to fix this problem?
    Thanks a lot in advance.
    Best regards,
    Fen

    Hi Fen,
    Just check what is the output you get for the same selection for the view you created.
    Bye
    Dinesh

  • Using parameters in a select query sometimes not working

    I use parameters throughout my code - usually without problem, but for some reason in one case it does not return a result. When I modify the querystring to contain the value instead of using parameters it works. Is it because I'm secting a clob? or is it because I'm using a 9i ODP.net dll against a 10g database? this is c# 2.0
    here's the source code that does not work for me - REQUEST_DATA is a clob:
        public String loadRequest(String PSRNumber)
            String returnVal = null;
            ConnectionStringSettings connectionInfo = System.Configuration.ConfigurationManager.ConnectionStrings["Scribe"];
            OracleConnection myConnection = new OracleConnection();
            String strSQL = "select PSR, REQUEST_DATA from stats.request where PSR = :PSR";
            try
                myConnection.ConnectionString = connectionInfo.ConnectionString;
                OracleCommand cmd = new OracleCommand(strSQL, myConnection);
                cmd.CommandType = CommandType.Text;
                cmd.Parameters.Add("PSR", OracleDbType.Varchar2).Value = PSRNumber;
                myConnection.Open();
                OracleDataReader dr = cmd.ExecuteReader();
                if (dr.Read())
                    returnVal = dr.GetOracleString(dr.GetOrdinal("REQUEST_DATA")).ToString();
                else
                    returnVal = null;
                dr.Dispose();
                cmd.Dispose();
            catch (OracleException ex)
                printError(ex.Message);
            finally
                myConnection.Close();
                myConnection.Dispose();
            return returnVal;
        }when I replace the line generating the sql, and remove the lines pertaining to parameters it works:
    String strSQL = String.Format("select PSR, REQUEST_DATA from stats.request where PSR = {0}", PSRNumber);
    I'm fine just using this as a workaround, but I need an explanation why the other does not work - I prefer to use parameters.
    Message was edited by:
    user633546

    I figured it out. thank you for your help in pointing me in the right direction.
    the problem was there was a trailing space in the data.
    when the data for that table is numeric for every record, the query allows me to leave out the single quotes. Trailing spaces do not seem to cause the database to see it as non-numeric - leaving out the quote still finds the record even if there is a trailing space.
    but when I put in the quote, it is not an exact string match, so it could not find the record. sometimes this flexibility gets me into trouble :\

  • Not working the SRTLB on the 2612 router.

    Hi,
    My SRTLB(source-route tranlational bridge) not working on the 2612.
    1. connectivity.
    PC1(1.1.1.1)--Token segment--2612(SRTLB)--Ether segment--PC2(1.1.1.2)
    2. 2612 configuation.(IOS 12.1 with IP plus)
    source-bridge ring-group 100
    source-bridge transparent 100 102 1 1
    interface ethernet0/0
    bridge-group 1
    interface tokenring0/0
    ring-speed 16
    source-bridge 103 1 100
    source-bridge spanning
    bridge 1 protocol ieee
    PC1 sends ARP request to FFFFFFFFFFFF but nothing else. any reason not working ?
    Thanks,

    You need two global commands:
    1. no ip routing
    2. bridge 1 bitswap-layer3-addresses
    For details about bridge bitswap-layer3-addresses, please go to the following URL:
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fibm_r1/br1fpt1/br1ftb.htm#xtocid6

  • SSRS CatalogItem method not working for deploying a shared data source

    I have been working with the SSRS CreateCatalogItem method to deploy reports to a SSRS 2012 in SharePoint integrated mode with SharePoint Server Enterprise 2013. I am using Powershell. The CreateCatalogItem method works fine when I deploy RDL files,
    but fails when I deploy an RDS. I get an rsInvalidXML1400 error, whatever that is. Here is a cut-down version of my code to establish the bare essentials:
        [String] $reportserver = "server20";
        [String] $url = "http://$($reportserver)/sites/AdventureWorks/_vti_bin/reportserver/reportservice2010.asmx?WSDL";
        [String] $SPFolderPath = "http://server20/sites/AdventureWorks/BICenter/Data%20Connections/";
        [String] $fileFolder = "C:\SiteBackups\BIReports\BIReports\";
        [String] $itemName = "AdventureWorksCube.rds";
        $ssrs = New-WebServiceProxy -uri $url -UseDefaultCredential;       
        $warnings = $null; 
        $itemPath= $($fileFolder + $itemName);
        $definition = get-content $itemPath -encoding byte;      
        try
            $ssrs.CreateCatalogItem("DataSource", $itemName, $SPFolderPath,$False,$definition,$null, [ref] $warnings);
        catch [System.Web.Services.Protocols.SoapException]
            $msg = $_.Exception.Detail.InnerText;
            Write-Error $msg;
    I have a workaround whereby I read the XML of the data source file directly and extract the ConnectString and Extension elements then use the text within them to create the data source using the DataSourceDefinition class. My point is not to get a workaround.
    I want to establish that the CreateCatalogItem method indeed does not work when used with the ItemType "DataSource". In the code above, if I change the itemType i.e. first parameter of CreateCatalogItem to "Report" and change the $itemName
    to the name of an RDL file, it deploys correctly. Has anyone else encountered this behavior or am I doing something wrong here?
    Charles Kangai, MCT
    author of the following Microsoft Business Intelligence courses:
    http://www.learningtree.co.uk/courses/139/sql-server-analysis-services-for-business-intelligence/
    http://www.learningtree.co.uk/courses/134/sql-server-integration-services-for-business-intelligence/
    http://www.learningtree.co.uk/courses/140/sql-server-reporting-services/
    http://www.learningtree.co.uk/courses/146/sharepoint-business-intelligence/
    Charles Kangai, MCT

    Hello,
    We can invoke the SSRS proxy endpoint (ReportService2006.asmx)from PowerShell to publish report definitions (.rdl) and report models (.smdl) to a SharePoint library, but this does not apply to data source (.rds) files.
    In order to deploy .rds to SharePoint library without using SSDT, you should convert the .rds file to its .rsds counterpart which is pretty contains same content but in different schema.
    If you want to fully automate your deployment, you should write your own converter and perform the deployment by utilizing SharePoint feature framework and SSRS proxy endpoint (ReportService2006.asmx).
    Please refer to the following blog about this issue:
    PowerShell:Deploying SSRS Reports in Integrated Mode
    Deploying Reports in Integrated Mode
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click
    here.
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • How do I find the image type of an image file

    This was posted on the LabView forum in error yesterday,  Please excuse the dual post. I am trying to open a JPEG image.  If I do not know the image type (8U, 16I, GrayscaleSingle, ... etc)... is there a way to find out that information? If you open

  • I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  Help.

    I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  I use an external 1 TB WD My Book for backups as well as Super Duper Backups. Can an

  • Live view css3

    Hi you guys. I am looking for some input.  I am playing around with some of the new properties in CSS3. There is some really great stuff out there now that you can do with CSS3. One of the properties I am playing with is -moz-transform:rotate(30deg);

  • Quicktime Refuses to Stream

    Hi all, i seem to have a problem with my macbook (10.4.11 QT 7.4.1) whereby quicktime point blank refuses to stream from our helix server, it just immediately throws the 'forbidden 403 error'. I have tried everything all day and to avail. In my same

  • Charset problems when using xmlfind

    Hello, I used xmlfind to extract a list from the given xml,  it works perfectly fine, except for the character set display on the generated PDF.  It doesn't display like on the xml.  Does anybody know what to do about it? I used print_it to check if