Retrieving the destination location of output for a specific instance

Hi,
I have reports that run daily and create output PDFs in Enterprise location. I am now trying to access these output PDFs using a C# program using SDK. I see that when i query for PDF instances, the query does not give me SI_SCHEDULEINFO. How do I access the destination location information for all output instances?
I am using CRS 2008. Thanks for the help.
Bin.

I just found it. It is in the SI_FILES  property. Select SI_FILES in the query and infoobject.files would give the file information you need.

Similar Messages

  • Retrieving the Destination details of a publication

    Hi there,
    I have a requirement to retrieve the Destination details from an existing publication and copying that (or setting the same) to a new publication.
    Can someone point out the code/APIs that I would need to use for this?
    I spent some time going through the methods & props of a publication and could not find anything.
    Thanks in advance for your help.

    Please ignore my previous request. Actually, what I require is, to set up a publication to burst a report into multiple reports. All this via code.
    For this I have set the Dynamic Recipient section with a crystal report template as source doc. I have also mapped the fields from the source doc to send the Publication. i.e. set the Recipient Identifier, Full name and Email.
    I have also set up the Personalization section and mapped it appropriately.
    Now I want the files to be generated in a destination folder and each file to be named uniquely based on the unique field which is used for bursting (as specified in the Personalization).
    So I set the destination for the publication as File System and in the Use Specific Name section, put the following-
    %SI_NAME%_%SI_USERFULLNAME%.%EXT%
    The publication gets saved appropriately with these details.
    However, in the file names, the %SI_USERFULLNAME% is replaced with the user that is running the code instead of the unique ID that is mapped in the publication.
    What am I doing wrong?
    Part of the code is as below-
    // Set destination folder
    string destinationQueryString = @"Select * from CI_SYSTEMOBJECTS Where
                                SI_PARENTID=29 And SI_NAME = 'CrystalEnterprise.DiskUnmanaged'";
    InfoObjects destinationObjects = infoStore.Query(destinationQueryString);
    schedulingInfo = newPublication.SchedulingInfo;
    //schedulingInfo.Destination.Clear();
    if (destinationObjects != null && destinationObjects.Count > 0)
        StringBuilder destinationPath = new StringBuilder();
        InfoObject destinationObject = destinationObjects[1];
        DestinationPlugin destinationPlugin = (DestinationPlugin)destinationObject;
        DiskUnmanaged diskUnmanaged = (DiskUnmanaged)destinationPlugin;
        DestinationOptions destinationOptions = diskUnmanaged.ScheduleOptions;
        DiskUnmanagedOptions diskUnmanagedOptions = new DiskUnmanagedOptions(destinationOptions);
        destinationPath.Append(@"F:\CeesReportingPOC\GeneratedReports\")
            .Append("%SI_NAME%_%SI_USERFULLNAME%_%SI_EMAIL_ADDRESS%.").Append(schedulerInfoEntity.ReportFormat);//.Append(schedulingInfo.)
        diskUnmanagedOptions.DestinationFiles.Add(destinationPath.ToString());
        schedulingInfo.Destination.SetFromPlugin((DestinationPlugin)destinationObject.PluginInterface);
    newPublication.Save();
    infoStore.Schedule(newPublicnInfoObjects);

  • How do I identify the destination location in the blob service

    I'm preparing the hard drive for an import job (Windows Azure Backup) but for the life of me, I can't figure out what the destination blob is as referenced in the instructions at http://msdn.microsoft.com/en-us/library/dn529089.aspx
    I think I've laid all of the groundwork, but this has me stumped. (I'm sure it's been staring me in the face...I just don't see it.)

    Destination blob or virtual directory is the location where you would like your data to be available at the end of import. This should be a blob name if the source is a file and a virtual directory path if the source is a directory. Samples on the linked
    msdn page should help too. Couple of examples below as quick reference:
    Say you want to import your local file c:\data\test.mov to a blob in your storage account
    https://yourstorageacount.blob.core.windows.net/movies/test.mov, you would run a command line similar to the below:
    WAImportExport.exe PrepImport /j:drive1.jrn /id:movies /sk:XXXXXX /t:x /format /encrypt /srcfile:c:\data\test.mov /dstblob:movies/test.mov
    Note the destination blob path starts with the container name (“movies”).
    If instead of importing a single file, you want to import all files in your local directory
    c:\data\ to blobs in the container https://yourstorageacount.blob.core.windows.net/movies/, then use the following command:
    WAImportExport.exe PrepImport /j:drive1.jrn /id:movies /sk:XXXXXX /t:x /format /encrypt /srcdir:c:\data /dstdir:movies/
                    With this,
    c:\data\test.mov will be still imported to https://yourstorageacount.blob.core.windows.net/movies/test.mov;
    another file c:\data\another.mov will be imported to
    https://yourstorageacount.blob.core.windows.net/movies/another.mov

  • Changing the default location PowerPoint uses for templates

    I do not want to use the default location MS Office initially configures for templates that is buried in some obscure folder on a local machine in that only Office know about.  Instead want to keep my templates in the same location on a company server
    with the rest of my materials so I can access it from my company laptop or from the Virtual machines I am forced to use in other company locations. This way I will have my templates everywhere I work.  When I make changes they are available to me everywhere
    I work and are not buried in a folder on a laptop or a virtual machine in a conference room half a world away. 
    MS Word allows users to configure this default location for templates but no where in PowerPoint can I find any way to configure this location. Previously on my laptop I have been able to configure the default PowerPoint template location, I believe, by
    setting the location in MS Word; however, this is not happening for me now on the virtual machines I am using when away.  I have scoured the Options settings and if it is there it is well hidden.
    To make matters worse I am trying to use what PPT is providing to me while I sort this out and when you try to open "My Templates": there is a message that says:
    "To add a template to My templates, click the File tab, click Save As, click Trusted Templates, and then save the file as a template."
    Of course when I follow these instructions there is no folder named Trusted Templates on the left side of the dialog box.  I am not sure why it is so difficult to allow us to configure this ourselves for each program but apparently it is.

    Hi,
    Please refer to this kb below:
    http://support.microsoft.com/kb/924460/en-us
    As mentioned, if you use Word 2007 or Word 2010 to change the location in which your new templates are saved, you also change the location in which all 2007 Office program templates or all 2010 Office program templates are saved.
    Office programs use one registry key to record the user templates file location, you can browse to the following path to check if it's recorded:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General
    The user templates location is stored in the
    UserTemplates
    string value.
    If it doesn't exist, try to manually add it, check if this helps. Detailed information can also be found in the kb introduced above.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps
    carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry:http://support.microsoft.com/kb/322756/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • How to get blank records at the start of report output for label sheet?

    Hello -
    What is the best way to get an arbitrary # of blank records at the start of report output?
    I am writing a report that will be printed out on label sheets -- some of which might already be used. For example, there might be 3 labels per page but the first 2 have been used the last time the report was run.. so the report needs to display 2 blank records first so that the first record that gets printed on a label is in the 3rd position on the page. (the user would indicate - through a parameter - what the starting postion would be)

    Hi Scott
    Create a user parameter that reads in the number of blanks you need to 'print' before starting the actual printing.
    In the Format trigger of the outermost frame of your report write code using SRW.SET_BEFORE_PRINTING_CODE.
    Loop this method based on the user parameter and call this method with skip-line-command of your printer as its argument.
    Regards
    Sripathy

  • Retrieve the default content access account for search through code

    Hi there,
           Does anyone have the code to retrieve the default content access account (crawl account) for the MOSS search? I tried looking into Microsoft.Sharepoint.Search.Adminstration.SearchService namespace. It has a "crawlaccount" property but not sure how to initialize it.
    Thanks,
    Kish

    try:
    using Microsoft.Office.Server.Search.Administration;  
    using Microsoft.SharePoint;  
       using (SPSite site = new SPSite("http://basesmcdev2/sites/tester1"))  
                    SearchContext context = SearchContext.GetContext(site);  
                    Content content = new Content(context);  
                    return content.DefaultGatheringAccount;  
    http://www.certdev.com

  • How to retrieve the data in texts field for ME23N

    hai all,
    i need to do some coding for the item texts field for PO, which can be saw under ME23N. i need to retrieve the details in the text. but i have no idea how am i going to get the data from that field, which table is it under for PO?
    please advice. thanks

    Hi,
    the texts will be stored in STXH table..u need to pass the four values TDOBJECT
    TDNAME
    TDID
    TDSPRAS...U will get the text details
    Or
    use the FM 'READ_TEXT'.
    cehck the below links
    http://www.sap-basis-abap.com/sapac002.htm
    FM READ_TEXT
    reward if helpful.
    Regards,
    Nagaraj

  • What is the minimum pulse width output for PCI7831R?

    I have a problem to generate the signal output by using PCI7831R.
    I have used Labview FPGA program and PCI7831R with my experiment.
    When I tried to output a signal which has a pulse width less than 2msec, Its pulth width becomes double or triple longer than I set.
        For example, if I set the pulse width 1msec, its output pulse width became 3msec...
                              But if I set the pulse width 2.5msec, its output pulse width is just 2.5msec.
    Internal clock is 40MHz and theoretical rate is 53.5MHz. And the cycle time of main loop is less than 0.5msec.
    (I believe those value are fine to generate the 1msec pulth width output.)
    My questions are
    -What is the minimum pulse width for PCI7831R?
    -Do you have any idea to solve this problem?
    I attached the picutre of my VI.
    (because this picture is a little old, It has broken wires. But it is fine now.)
    If conditions are all good, this VI will output the signal during "Injection Duration(micros)" micro-second.
    Thanks,

    I'm sorry I could figure out what was the problem.
    And I also find the minimum output pulse width on the catalog (12.5nsec).
    Thanks,
    Kaoru

  • Where do I find the NI-DAQ function list for a specific card.

    I trying to find a reference where I look up a card ID and it lists the NI-DAQ functions that work FOR THAT CARD ONLY!
    Example: The PXI-4472 DSA card shows that it supports STC timer/counter functions (like GPCTR_Control()) when you search by card in NI-DAQ Help. But in reality, none of the functions work correctly, even though the function call doesn't return a status error.
    Is there a place to find an accurate cross-reference so I don't keep programming my card thinking it's working correctly when it's not?

    Hi,
    Hopefully I can clear up your question. DAQmx is designed to work across all E-Series, DIO, and DSA boards with the same VIs. Traditional DAQ sometimes needs separate VIs for separate boards which can become rather confusing and thus one reason for the driver redesign.
    There are some exceptions with the DSA boards though.
    The 4472 uses the DAQ-STC chip just as you mentioned, but the full functionality of the counters are not available as they are with E-Series boards.
    There are a few things to keep in mind.
    #1) The STC has two counters, 0 and 1. If you synchronize 4472s, you will only be able to use counter 1. The driver claims counter 0 for special trigger delay operations.
    #2) The 4472 counters have no physical connections to the "o
    utside world." The EXT TRIG pin on the 4472, sometimes called PFI0, cannot be used to do anything with the counters. It cannot be a gate or source for the counter. The only pins you can use for gate, source, or output on the counters are the RTSI lines. This certainly limits the utility of the counters.
    #3) Because so few customers have expressed a need for it, we have removed DSA counter access in DAQmx. If you program the 4472 (or 4461) in DAQmx, the DAQ-STC counters will not be available at all.
    The DAQ-STC was included on the 4472 for some timing and triggering functionality aside from the counters (similiar to some of the jobs it performs on the E series cards). The counters are really an afterthought that came along with the chip.... they are not at all the primary reason for the STC being there.
    Hope this helps!
    Let me know if you have any other questions.
    Erick D.
    NI Applications Engineer

  • Custom Report for the Stock and Stock value for a specific date

    Hi SAP Gurus,
    Is there any SAP standard t-code or any logic to get the transcations (additions (for example: Purchases) and subtractions (Sales) to the inventory) for a particular materials in a plant and with Total Stock and also Total Stock value when that particular transaction happened?
    Our system is R/3 4.7
    I looked at the MB5B, MBCE, MBCA, MC44, MB51 and some other standard T-codes but could not find the total stock value at the time of Transaction happened.
    The history tables MBEWH and MARDH  are updated after the month end closing procedures, right, which means I will have the inventory value changing every month if material has Price "S".
    Thank you,
    -Harter

    Hi Harter,
    Unfortunately, you cannot see in a single tcode the value of stock and stock quantity on a specific date. As you yourself have pointed out, we only have to make use of the history table MBEWH, MARDH for the month wise stock quantity and value. Along with that you should also make use of the table MBEW to take teh stock quantity and value. So the total value of stock on a particular date will be
    Stock qnty = MBEWH value until the previous month (for teh specific valuation class, period etc) + MBEW value for the present date.
    But this will nto work out if you want to find out teh stock quantity and stock value on a past date basis. For past data, only  m onthwise data is available. For this anyway you can refer to MC.1 and so on reports.

  • How to identify the right Install Disc Version for a specific mac model???

    Hello
    i hope someone here can help me here...
    I have 12 mac mini's and about 20 Packs of the original OSX 10.4.x CD'/DVD's (the grey ones).
    How can i find out witch CD (and AHT) is the right one for witch mac mini model? They all have the line 'mac mini' but the are different Versions of OS and AHT and every time when i try this i get the wrong one for a specific model.
    I have been looking for more detailed informations but can't find anything!?
    Any Idea?
    Why Apple does not provide a table with all Model Numbers and e.g. the fitting AHT Versions?
    Heeeelp pleeeeease - i am going crazy here...
    Thank's !

    Hello iKing
    Apple keeps that info close to its chest, because the whole idea of the grey disks is to limit their currency as potential upgrade disks in the secondhand market.
    So rather than post here in this user's forum, instead contact Apple and explain your problem and provide the serial numbers of your Mac minis and Apple should be able to tell you the corresponding version numbers of the relevant disks.
    And after, I'd suggest use a texta/soft marker pen on the CD/DVD's to pair them with their hardware.
    A spelling error was edited.

  • Can the ApplicationModule support global Transaction for multi db instance?

    purpose:
    I want to update data in two db instance .
    pre-conditions:
    I create two application module , in the two application modules ,one is root application module. one application module connect one db instance, the other application module connect to the other db instance.The two application modules include entity objects and view objects which map the tables in the two db instance.
    In the jsp page , I bind two view objects , one view is owned by root application module ,the other view object is owned by child application module and the two view objects map the two tables which are in different db instance .the view objects binding style in the jsp page is input-form.
    The result:
    while the input-form is submitted ,the error occurs.The global transaction isn't committed, why?

    A nested application module instance uses the transaction/connection of its parent.
    The simplest way to accomplish what you're trying to do is to use Oracle database DBLinks so that the two-phase commit is handled at the database level.
    ADFBC does not support two-phase commit at the application level between two separate root application module's transactions.

  • Launch Webi URL for a specific Instance

    Hi,
    Is there a way I can Launch a specific Instance of Webi from Xcelsius? Is so can someone tell me what would be the syntax to include in the URL.
    Thanks!
    Sam

    Hi Sam
    Do you mean a specific instance of a WebIntelligence report? 
    If so look at using the &sInstance URL parameter.
    openDocument.jsp?iDocID=346&sType=wid&sRefresh=Y&sInstance=xxxx
    xxxx can be User (the last instance owned by the user), or Last (the latest instance of the report), or Param (link to instance based on the parameters given)
    Alternatively each instance is just a doc and so has a unique Doc Id, so you could just link to that Doc id directly.
    Regards
    [Charles|http://www.reportex.co.uk/xc_waterfallchart.html]

  • I would like to change the destination location for the urlcassifier3.sqlite file, so it saves to the computer instead of the user profile. How?

    urlclassifier3.sqlite is huge and eats up my profile space on my user account. Is there anyway to change the location this file saves to?

    Unless you are using a non-default Profile location, that file isn't even in your actual Profile folder. It is in a secondary "profile" folder under Local Settings\App Data, instead App Data\Roaming. ''Or something like that, I use WinXP on my Windows partition.'' If you have relocated your Profile folder, all the files from "Local Settings" will end up in the relocated Profile folder.
    As far as moving it - sorry, the developers didn't provide a preference that can be modified to be able to move that specific file; there isn't a pref to move anything but the Cache in any version above Firefox 2.0.0.x.
    The way I see it you have two options: <br />
    # Turn off the '''''Block reported'' attack sites''' and '''web forgeries''' preferences in the Security tab in options, that service is disabled altogether, and delete that file.
    # Or delete that file periodically so that is doesn't get too large, like when it reaches like maybe 35 to 40,000Kb , and let Firefox rebuild that file.
    Depending on the security suite or A-V application you are using, you may have a second anti-phishing / web forgery application installed, and don't really need the default service that comes with Firefox.
    ''I hate that damn file - I have over 40 Profiles which I use to test different add-on configurations and because I have 12 different versions of Firefox installed. I routinely turn those prefs off and delete that file in the Profiles that I rarely use for "surfing".'' I do have those prefs enabled on the 8 Profiles that I use on a semi-regular basis, though. My A-V program is a free version without the bells & whistles that come with the "paid" versions.

  • My old computer hardware crash I cannot retrieve any songs I bought a new computer and would like to retrieve the songs I have paid for and put them in my new computer how do I do that thank you

    Need a little help my computer hard drive crashed and I bought a new computer and would like to retrieve my  many songs that I paid  for and upload them to my new computer how Retrieve my music t   thank you

    Either restore it from a backup, or use these instructions to redownload it through the iCloud.
    (84741)

Maybe you are looking for

  • Transporting table entries present in standard SAP R/3 table u201CTMCEXCFZu201D.

    Hi All, We have a requirement where in we need to capture a table entry in transport request in R/3. The table "TMCEXCFZ" is a standard SAP R/3 table. The" transport entries" option under the "table entry" in menu bar is disabled in our case. Is ther

  • Using ios 7.0.4 but i want ios 6's music player back!

    hello there. i just bought an ipod touch 5th generation a week ago. i love music and i collect all the albums of artists i like. i bought my ipod primarily to use as an mp3 player. i'm so obsessed with mp3 tags, covers and lyrics. I behave them like

  • After a rebuild/repair of my photo library thumbnails are missing for RAW images.

    Every few months I rebuild my iPhoto library to make sure the database stays clean and up to day. This time was different though - after the rebuild/repair of my photo library thumbnails are missing for all RAW images (Canon). Images from other camer

  • How to populate "comments" property of jpg files?

    I have PSE 6 and am trying to determine if it's worth upgrading to PSE 9.  I mostly use PSE for the Organizer feature.  I use it to apply tags to jpg files.  I noticed that jpg files also have a "Comments" property that is exposed in Windows Vista an

  • Skype for business/ Lync feature request

    I know that Lync will soon be rebranded as 'Skype for Business' so it would be nice if this was a feature. A useful feature would be if you could set what your bitrate was for your Lync Video call. For example, I have multiple sites with synchronous