How to get fotos shown in minatureshowing

when i importet some pictures and whant to se them in minuature ,i just can see a timeglass instead off the fotos. how shall i do if i want the fotos showned instead ?

It can be due to large size files or thumbnails not rendered properly for these files. Try this:
1) Open the Elements Organizer, and then choose File > Catalog (Manage Catalogs in Elements Organizer 11).
2) In the Catalog Manager, select the catalog that you want to optimize.Click Optimize.
For more steps on repairing if issue is not resolved check here http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-catalog-issues-organizer-element s.html#main_Optimize_your_catalog_and_rebuild_its_thumbnail_cache
Let me know if you see any issues.
Thanks,
Garry

Similar Messages

  • How to get data shown in SM35 trough ABAP

    Hello !
    I'm trying to develop my small application which would be useful during migration process,
    Since we use mainly BDC to insert data we process massive amounts of logs.
    Is there any way to get list of existing batch sessions trough abap?
    I'd like to fetch 3 things from a system :
    - sessions list
    - list of existing logs for each session
    - particular selected log.
    are there any Function modules that can aid me ? where to look for further info on this ?

    OK - thanks for a starting  point.
    the 1st unclear thing is how does logname variable gets assigned.
    I mean standard table bdcld is defined here as follows :
    data begin of bdcld  occurs 0.     " ITabelle der Verzeichniseintraege
            include structure bdcld.   " LogTabelle aller Protokolle
    data: logname(80),                 " protokollpfad
          local_host(12),              " lokaler rechner
          cnt type i,                  " satzzaehler
          active(1) type c,            " active flag
          temseid type rstsoname.      " TemSe ID
    data end of bdcld .
    And that is what i understand.
    now the hard part is this ::
    loop at bdclda where lmand = sy-mandt and quid = queue_id.
        move-corresponding bdclda to bdcld.
        move logname to bdcld-logname.
        move prot_list-local_host to bdcld-local_host.
        append bdcld.
      endloop.
    this means there should be some structure named bdclda with field logname.
    So i search for it and i find it as follows :
    begin of bdclda  occurs 0.
        include structure bdcld.
      data end of bdclda .
    That leaves me with conclusion that bdcld should have logname variable but when i enter bdcld in SE11 no logname field is found... please can you help ?
    i also cant se BDCLDA in SE11

  • How to get information shown in taskmanager in java

    Hi,
    I want to have information that is shown in Task Manager of Windows for any process. When I pass process name to my API the API should return a map which will contain the following keys and values will be dynamic which will be specific for a process:
    Example: when i pass OutLook.exe to my API it will return a map like
    PID -- 1234
    UserName -- xyz
    CPU Utilization -- 05
    ImageName -- Outlook.exe
    CPUTime -- 0:00:10
    Memory Usage -- 22764K
    Handles -- 3600
    Threads -- 33
    Is there any way without using JNI to have this information?

    Well this is curious. Someone called Bhaskar_E has just said here that you can't.

  • How to get the node id of the content shown from campaign

    Hi
    Can any one please tell how to get the node id of the content shown by the campaign
    in jsp
    Thanks

    One option is to define a custom ad renderer, which is registered with the proper mime-type.
    The campaign would run your renderer if the campaign retrieved a node with a binary of the proper registered mime-type.
    This allows you to insert yourself into the call chain for the node rendering. You can access the nodeID at that point (and do the typical rendering-- providing a URL for the ShowPropertyServlet)
    -Steve

  • How to get same order of appearance of photos in Iphoto album and album shown to IOS devices after sharing?

    How to get same order of appearance of photos in Iphoto album and album shown to IOS devices after sharing?

    Hello Leonie!
    I use Iphoto sharing with my family on their ios devises.  And it works. 
    The only problem is that, now, I try to organize the photos in a meaningful way (not chronologically) before Iphoto Sharing (Icloud)
    But on the ios devices the photos is arranged chronologically.
    Is there a solution?
    MBP 2009
    Iphoto 9.5.1
    IPAD 3
    7.1.1
    best regards Joakim

  • HT4061 I have changed my Apple Id but on my phone in i cloud only old ID is being shown . How to get my new ID on i cloud.

    Hi,
    I have changed my Apple ID & chasnged it on Icloud in my PC but on my phone in i cloud only old ID is being shown . How to get my new ID on i cloud.
    Shall be highly obliged if i could do the same on my phone ALSO.
    Thanks
    SCw

    Delete the existing iCloud account on your phone, then setup a new iCloud account with your new Apple ID. Also, Settings>Store...tap the ID shown...sign out...now sign back in with your new ID.  You will see Delete Account on you phone under iCloud Account. 

  • How to get URL currently shown in Webbrowser

    Hello,
    does anyone know how to get the URL, which is currently show in Webbrowser, in my WebDynpro Application.
    For Example the following URL
    http://www.test.com/xy/webdynpro/test?sap-client=100&sap-language=DE
    points at
    http://10.170.1.99/xy/webdynpro/test?sap-client=100&sap-language=DE
    I want to get following URL in my WebDynpro Apllication (and not the internal URL):
    http://www.test.com/xy/webdynpro/test?sap-client=100&sap-language=DE
    Thanks in advance.

    Hi Thomas!
    I can't believe it! We already started to build customizing like you suggested and even have evaluated most of the respective IP-ranges for all our domains and subdomains.
    Yesterday I started the development of a prototype application. I don't know why but somehow (I'm so sure that was a divine intervention!) there appeared a break-point IN method if_wd_application~get_remote_address you mentioned above and I got a look on the following coding:
      method if_wd_application~get_remote_address.
        data: wa type wdr_name_value.
        read table me->application->client_window->client_info_object->header_fields into wa
                   with key name = '~remote_addr'.
        if sy-subrc = 0.
          result = wa-value.
        endif.
      endmethod.                    "if_wd_application~get_remote_address
    From here on I got a little curious that the http header is available from within the webdynpro. Soon afterwards I found out that the header fields are generally available in the via static attributes of CL_WDR_TASK and can be accessed fairly easy from cl_wdr_task=>client_window->if_wdr_client_info_object~header_fields.
    To conclude my journey I am proud to announce that the real domain that called the webdynpro application can be accessed by reading the record of name HOST from the header_fields. This is enough for feeding e.g. a google maps call.
    Up to now this worked out for all of our test cases. Would be great if you could check this out from your side and give a little response if you think that's a practical solution or it's just a coincidence how great this is working for us.
    Thanks in advance and best regards,
    Alej

  • How to get each value from a parameter passed like this '(25,23,35,1)'

    Hi
    One of the parameter passed to the function is
    FUNCTION f_main_facility(pi_flag_codes VARCHAR2) return gc_result_set AS
    pi_flag_codes will be passed a value in this way '(25,23,35,1)'
    How to get each value from the string
    like 25 first time
    23 second time
    35 third time
    1 fourth time
    I need to build a select query with each value as shown below:-
    (SELECT t2.org_id, t4.description
    from org_name t2, ref_org_name t3, code_table t4
    where t2.att_data = t4.code
    and t3.ref_code = t2.att_type
    and t2.att_type = 25 and t3.code_type = t4.code_type
    and to_date('01-JAN-10', 'DD-MON-YY') between t2.att_start_date AND t2.att_end_date) q1,
    (SELECT t2.org_id, t4.description
    from org_name t2, ref_org_name t3,code_table t4
    where t2.att_data = t4.code
    and t3.ref_code = t2.att_type
    and t2.att_type = 23 and t3.code_type = t4.code_type
    and to_date('01-JAN-10', 'DD-MON-YY') between t2.att_start_date AND t2.att_end_date) q2,
    (SELECT t2.org_id, RTRIM(xmlagg(xmlelement(e, t4.description || ';')
    ORDER BY t4.description).EXTRACT('//text()'), ';') AS DESCRIPTION
    from org_name t2, ref_org_name t3,code_table t4
    where t2.att_data = t4.code
    and t3.ref_code = t2.att_type
    and t2.att_type = 35 and t3.code_type = t4.code_type
    and to_date('01-JAN-10', 'DD-MON-YY') between t2.att_start_date AND t2.att_end_date
    group by t2.org_id) q3,
    (SELECT t2.org_id, t4.description
    from org_name t2, ref_org_name t3, code_table t4
    where t2.att_data = t4.code
    and t3.ref_code = t2.att_type
    and t2.att_type = 1 and t3.code_type = t4.code_type
    and to_date('01-JAN-10', 'DD-MON-YY') between t2.att_start_date AND t2.att_end_date) q4
    Please help me with extracting each alue from the parm '(25,23,35,1)' for the above purpose. Thank You.

    chris227 wrote:
    I would propose the usage of regexp for readibiliy purposes and only in the case if this doesnt perform well, look at solutions using substr etc.
    select
    regexp_substr( '(25,23,35,1)', '\d+', 1, 1) s1
    ,regexp_substr( '(25,23,35,1)', '\d+', 1, 2) s2
    ,regexp_substr( '(25,23,35,1)', '\d+', 1, 3) s3
    ,regexp_substr( '(25,23,35,1)', '\d+', 1, 4) s4
    from dual 
    S1     S2     S3     S4
    "25"     "23"     "35"     "1"In pl/sql you do something like l_val:= regexp_substr( '(25,23,35,1)', '\d+', 1, 1);
    If t2.att_type is type of number you will do:
    t2.att_type= to_number(regexp_substr( '(25,23,35,1)', '\d+', 1, 1))Edited by: chris227 on 01.03.2013 08:00Sir,
    I am using oracle 10g.
    In the process of getting each number from the parm '(25,23,35,1)' , I also need the position of the number
    say 25 is at 1 position.
    23 is at 2
    35 is at 3
    1 is at 4.
    the reason I need that is when I build seperate select for each value, I need to add the query number at the end of the select query.
    Please see the code I wrote for it, But the select query is having error:-
    BEGIN
    IF(pi_flag_codes IS NOT NULL) THEN
    SELECT length(V_CNT) - length(replace(V_CNT,',','')) FROM+ ----> the compiler gives an error for this select query : PLS-00428:
    *(SELECT '(25,23,35,1)' V_CNT  FROM dual);*
    DBMS_OUTPUT.PUT_LINE(V_CNT);
    -- V_CNT := 3;
    FOR L_CNT IN 0..V_CNT LOOP
    if L_CNT=0 then
    V_S_POS:=1;
    V_E_POS:=instr(pi_flag_codes, ',', 1, 1)-1;
    else
    V_S_POS:=instr(pi_flag_codes,',',1,L_CNT)+1;
    V_E_POS:=instr(pi_flag_codes, ',', 1, L_CNT+1)-V_S_POS;
    end if;
    if L_CNT=V_CNT then
    V_ID:=TO_NUMBER(substr(pi_flag_codes,V_S_POS));
    else
    V_ID:=TO_NUMBER(substr(pi_flag_codes,V_S_POS,V_E_POS));
    end if;
    VN_ATYPE := ' t2.att_type = ' || V_ID;
    rec_count := rec_count +1;
    query_no := 'Q' || rec_count;
    Pls help me with fetching each value to build the where cond of the select query along with the query number.
    Thank You.

  • How to get Date Format from Local Object.

    Hi All,
    I am new to Web Channel.
    I need to know Date format From date of locale.
    suppose there is a date "01/25/2010" date in date field I want to get string "mm/dd/yyyy". Actually I have to pass date format to backend when I call RFC. 
    Is there any way to get Date format from "Locale" object. I should get date format for local object
    I get local object from "UserSessionData" object but how to get Date format from it.
    I am not looking for Date value. I am looking for current local date format ("mm/dd/yyyy or dd/mm/yyyy or mon/dd/yyyy) whatever local date format.  I could not find example which show how to get date format from "Locale" object.
    Any help will be appreciated with rewards.
    Regards.
    Web Channel

    Hi,
    You can get it from "User" or "Shop" business object.
    Try to get User or Shop Business Object as shown below.
    BusinessObjectManager bom = (BusinessObjectManager) userSessionData.getBOM(BusinessObjectManager.ISACORE_BOM);
    User user = bom.getUser();
    char decimalNotation = user.getDecimalPointFormat().getGroupingSeparator();
    If you are seeing "1,234.00" then above code will return "."
    I hope this information help you to resolve your issue.
    eCommerce Developer.

  • How to get peak values from SM52?

    Hello
    I am trying to optimize my VMC since it has a high load compared to the hardware it runs on. To do that I need the peak values of those figures shown in SM52. Do any of you know how to get those?
    I have NW 7, CRM 5.0 and SP13. All I get in SM52 is "Used/Allocated" with one exeption; the number of vmc containers and that show me this: "Minimum / peak / maximum number of VMs".
    Thank you!
    Best Regards, Linus Hellsing

    Hello Jothivenkatesh M
    Thank you for your answer. My problem, however, is that I need the maximum values of the other values.
    Global Classes   210 MB / 10 %   (Used/Allocated 55.979.280 / 220.200.960 Bytes, 25 %) 
    Global Programs   64 MB / 3 %   (Used/Allocated 24.356.400 / 67.108.864 Bytes, 36 %) 
    Global Data   1.300 MB / 62 %   (Used/Allocated 755.387.792 / 1.362.748.332 Bytes, 55 %) 
    Global Copy-Only Data   507 MB / 24 %   (Used/Allocated 109.891.968 / 532.101.872 Bytes, 21 %) 
    Global Admin Data   3 MB / 0 %   (Used/Allocated 85.008 / 3.608.576 Bytes, 2 %) 
    Other Global Data   14 MB / 0 %   (Used/Allocated 4.615.760 / 14.842.083 Bytes, 31 %) 
    Total   2.099 MB   (Used/Allocated 950.316.208 / 2.200.610.687 Bytes, 43 %) 
    Errors occurred   0  
    Here : http://help.sap.com/saphelp_nw70ehp1/helpdata/en/11/45cf94a60c41c1a172dc1e30dad2f8/frameset.htm
    SAP writes:
    The standard settings represent a minimum configuration. You normally have to change these settings for productive operation of the VM Container. Configure the system following the settings in SAP Note1020539.
    A quote from sapnote 1020539 regarding Global Copy-Only Data :
    "Later, you can adjust the value to the peak value from transaction SM52."
    Br Linus Hellsing

  • How to get an ArrayList Object in servlet from JSP?

    How to get an ArrayList Object in servlet from JSP?
    hi all
    please give the solution for this without using session and application...
    In test1.jsp file
    i am setting values for my setter methods using <jsp:usebean> <jsp:setproperty> tags as shown below.
    After that i am adding the usebean object to array list, then using request.setAttribute("arraylist object")
    ---------Code----------
    <jsp:useBean id="payment" class="com.common.PaymentHandler" scope="request" />
    <jsp:setProperty name="payment" property="strCreditCardNo" param="creditCardNumber" />
    <%-- <jsp:setProperty name="payment" property="iCsc" param="securityCode" /> --%>
    <jsp:setProperty name="payment" property="strDate" param="expirationDate" />
    <jsp:setProperty name="payment" property="strCardType" param="creditCardType" />
    <%--<jsp:setProperty name="payment" property="cDeactivate" param="deactivateBox" />
    <jsp:setProperty name="payment" property="fAmount" param="depositAmt" />
    <jsp:setProperty name="payment" property="fAmount" param="totalAmtDue" /> --%>
    <jsp:useBean id="lis" class="java.util.ArrayList" scope="request">
    <%
    lis.add(payment);
    %>
    </jsp:useBean>
    <%
    request.setAttribute("lis1",lis);
    %>
    -----------Code in JSP-----------------
    In testServlet.java
    i tried to get the arraylist object in servlet using request.getAttribute
    But I unable to get that arrayObject in servlet.....
    So if any one help me out in this, it will be very helpfull to me..
    Thanks in Advance
    Edward

    Hi,
    Im also facing the similar problen
    pls anybody help..
    thax in advance....
    Litty

  • How to Get In & Out of Match, Get your Downloads and Run

    How to Get In & Out of Match, Get your Downloads and Run 
    So you have read the marketing hype, and are thinking what you really want is to pay for the service to upgrade your low quality bitrate files to a bit better 256KBPS rate easily, as don’t fancy rebuying/ reimporting or other method
    This guide should show you the fastest route to achieve you upgrades
    It assumes you’re working from your main music library, and know something about IT, and have <25k of music files
    Backup your music files
    If you know how to do this, its simple right – so once done then move to step 2, if not read below so you don’t blame me for a loss
    Transfer Hardware
    your choice the transfer hardware, suggest offline harddrive via USB3.0 (blue USB connector/eSata/ 1494b/1GB NIC/etcetera but your call
    If you use USB2.0/ 100MB NIC/1394a or other lower transfer method, accept the time hit
    Don’t use Time Backup/local disk backup software unless you have RAID 5 setup or better (and if wondering what that is, you almost certainly don’t then)
    Don’t use  internet backup service unless you live next door to the hosting company, with stunning internet connection to envy 99.9% of the human race, remember this is the fast method folks)
    Transfer Software
    I am assuming you know how to do a copy n paste/ robocoby/xcopy/drag n drop or whatever method turns you on via finder/explorer/cmd window ect
    Caveat #01: If not sure how to do above, then stop now as you are not IT literate ready for this
    Find your music files and back them up
    Now keep the computer running, preferably with nothing else running from this point for ease of use bar an active internet connection, and power saving switched off
    If you know where the files are great, backup the files, but some don’t so for them as below
    Caveat #02: if you don’t know how to find them your most likely on default settings, or sitting with a legacy from a past upgraded machine - below should help but you might want to stop now if you have never been curious about the location before
    Within iTunes , go to [Edit/Preferences/Advanced] and note down the location shown for Itunes Media Location
    In the same location of preferences, hit [Keep iTunes Media Folder organised] and let the application do its stuff.  You will end up with the location in 1ciii a ready to copy location which for simplicity of topic, copy the whole folder and its subfolders.  You may end up with some extra copies of music files (an iTunes safety mechanism, but it won’t show in the folder location, and we can ignore later on)
    Enable Match (after paying for the service)
    Run Match
    Accept that the Apple iTunes process is not perfect, may crash/stop/pause and reboots will be needed, and we can move on so to speak. Key here is you cannot do an unattended script or assume no end user interaction needed L
    Turn on iTunes Match, notice the new ITunes Match on the left hand sidebar, click it, then hit the Start button – if it works and you eventually get to STEP 3 perfect.
    If it fails before getting to STEP 3, reboot and restart
    If this still fails to get to STEP 3, then create a new iTunes database (browse forums on how to do), read your media files from the location in 1civ
    Stop MATCH  (the upload process only, not the service)
    Once STEP 3 starts, CLICK STOP - ASAP, as all this does it upload data, and you don’t want to do this, just get your upgraded files (remember the title of this entry your reading!)
    This also avoids future issues with Album art lost
    Delete Matched low bitrate files
    Create a NEW SMART playlist, with two criteria
    Show all files with bitrate is less then 256
    Show all files where iCloud status is MATCHED
    In the new playlist, click it and it shows the files we want to blow away. 
    Click Edit / Select All then
    Click ctrl in windows/apple  (cmd) logo in mac, and press delete button, ensuring you do NOT tick the delete from iCloud Option.  Now want a few mins for it do do its stuff.
    Download Upgraded BitRate Files
    In the same location as 5, reselect all, and right click, and select the option to download all, and off it goes
    On the lefthand sidebar in iTunes, click Downloads, and you will then see in the middle bottom screen an option for simultaneous downloads (select it)
    Your done Just let the app now do its stuff. I would ignore the message saying you can get on with other things, and use anther machine, preferably not using the same internet connection.
    Optional Steps:
    Click randomly from the Itunes/Matched/256KBPS listed files, and play them.  Not all the files, one every 30 or so, and just the start, then last few seconds to check not dead or corrupt files.
    Update your Step 1 backup with the new files, which is going to take up more space, guess at 40%.
    Kill your iTunes Match account (both the recurring automatic subscription, and  the account if not continuing to use the store part of iTunes)

    bump

  • I have very thin, colored lines running vertical on my desktop monitor screen.  I don't know where they come from or how to get rid of them.  I started with one and now have three.  Can anyone give me some insight about what to do in getting rid of them?

    I have very thin, colored lines that have shown up on my IMac monitor screen.  I don't know where they came from or how to get rid of them.  I'm concerned now because I started with one and now have three.  Does any know why this occurs or how to get rid of them?

    I got an address from Applecare, although I can't place my hand on it right now. I didn't bother persuing the letter route myself as I didn't expect much. I know that the location was Cork, Ireland though as that where the UK Applecare is based as far as I'm aware. The best thing to do is to call Applecare (if it's free) and discuss the issue. State that you are not happy wit the fact that you will have to pay to have the problem resolved especiiay if it is an ongoing problem that has not been resolved. I ended up speaking to a senior manager of the Applecare team who then proceeded to tell me about mailing in my grievence to customer services division or something like that.
    If I can find the address I may post it if I'm allowed.
    In the case of age, Schools usually have a 5-year life-cycle as they tend to be used differently than consumer machines, i.e. being used constantly on a daily basis for at least 12 hours with no break. you would expect issues to appear after a few years, but I expect problems that arise through defects to be resolved and stay resolved. As I mentioned we had machines for around 2 years before the lines appeared and sent them to be repaired. I'm happy with that. What I am unhappy about is the fact that the problem has reappeared exactly in the same way and now I'm left with around 7 machines that I either pay loads to repair or, the more likely replace the machines with newer ones since the age is now big enough to warrant the replacement.
    Sorry for the lengthy moan, but these are the reasons I purchased Apple ahrdware in the first place to avoid the "not our problem" stance some PC vendors  usually take, similar to the Dell monitors thread mentioned in here somewhere.

  • I had my screen sectioned with an application running permanently in it and have lost it, please can someone tell me how to get it to do that again? Thank you.

    Hello,
    At some point a while ago I somehow mistakenly must have clicked on something in error and suddenly my Google Analytics programme (which is shown in by bookmarks at the top of the screen) was displayed in a section of the browser window to the left - the browser screen was split into two sections, with the google analytics program running in the left section and the right section was my regular browser window where everything ran as normal.
    I have no idea how this happened, but love it and have come to really appreciate it. However I've just changed computers, operating systems and allsorts and now I've got everything back on track that window has sadly gone and I cannot find how to get it back. I've searched through every option I can find and cannot figure out how to do that again!
    Can anyone help please? :-)

    Hi jscher200,
    Thank you for your reply, sorry for the VERY late late response, but I have just figured out how to control this separate 'panel'. I find it really useful for monitoring Google Analytics in as it can just sit there running. It does have its limitations, as it's a limited size (you can't expand it to full screen view), so you can only ever see a vertical section of a website and need to scroll to look to the right or left, but I have the live view of people accessing my website running on there and if the numbers start racking up at any time, I can scroll to look and see what pages they are accessing, where they've been referred from, etc.
    To get it to work, you save a website address in the Bookmarks Toolbar and when you can see it sitting on the toolbar at the top of the screen with its little icon, right click on it then click 'properties', then tick the box 'Load this bookmark in the sidebar'. The next time you click on this bookmark to open the website, it will load in this sidebar, which looks like a separate 'window' but is immovable. You can only have one sidebar application running at a time, but can change it by right clicking on the bookmark you want to load in there and it will then change to that one next time you click on that bookmark.
    I hope this might be useful to others, as I asked for help with this on loads of forums and not one person knew that this existed - even really skilled techies!

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

Maybe you are looking for

  • Operations in result row

    Hi all, I have a query that uses a normal key figure, an exception key figure and a formula on the query. The results of my query look something similar to this: <b>CHAR | NKYF | EKYF | (NKYF/EKYF)</b> cha1 | 150 | 10 | 15 cha2 | 200 | 20 | 10 cha3 |

  • Having issues opening raw files from Canon 5D Mark iii in Photoshop CS5

    I cannot open RAW files from a Canon 5D Mark III in Photoshop CS5. I get an error saying " Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit

  • Groups not showing up in contacts?

    Hi! My groups are not showing up in my contacts in the Address Book. Any idea why, or how I can make them show up? Thanks.

  • Apple Diagnostic/Apple Hardware Test

    Both of these programs look useful, but my iMac may be too old (2009) to use them; however, the article I read also said the following: " If your Mac is from 2012 or earlier and has OS X v10.8.4 or earlier, use the system software disc or USB flash d

  • Delivery type determination

    Hi Experts, Need to understand the logic as to how the delivery type is getting determined whenever we create a delivery against a purchase order . If we have created Z delivery types how system picks up the delivery type . Thanks Jimmi