Adding Whois Script

Hello,
I am hoping someone can help me. I am a novice designer
learning how to use Dreamweaver. My site is coming along well but I
don't know how to add some freeware whois script to my code and how
to implement the php on my host server. I would appreciate any
advise. You can get a look at my site (realize it's no where near
finished) at www.bizzernet.com. This might help you get a head
start as to where I should insert my code. I'm thinking of using
"toras whois". Other recommendations are gladly accepted. I'm
hoping to keep my cost down so I thought the toras would work well.
I may need further assistance or recommendations to make sure
additional pages open on my site based on the whois search. Again,
any recommendations are appreciated.
On another note, I am enjoying the flexibility of the
Dreaweaver software. I think I will be able to catch onto the
coding as the days and months go on.

Okay, scratch that approach... having the rollout on the panel blocks access to any buttons within it. Head back to what you had.  This line of code...
if(_xmouseb.xMax || _ymouseb.yMax) {
is the culprit that you need to resolve into detecting that the mouse is no longer over the panel.  I don't see those variables defined or calculated anywhere so I cannot guess what they represent beyond being indicators of exceeding the limits to one side of the panel.  If you cannot figure out what needs to be tweaked to make that work, what you might try in place of that line is...
if(_xmouse < panel._x || _xmouse > panel._x+panel._width  || _ymouse < panel._y || _ymouse > panel._y+panel._height  ) {

Similar Messages

  • Problems creating an SSIS package: adding a script task causes data at root level is invalid error

    I am trying to create my first SSIS package using SQL 2012 Server Data Tools which will invoke a script task.  I added the script task, put in the code, and when I try to test out the package, I get a "data at the root level is invalid" error
    message.  I tried creating a new project from scratch, did a build and run w/in the IDE (with no code behind), worked ok.  Added the script task (with no code behind), and I get the same error.
    Can someone please point me in the right direction? 

    Are you sure it is not XML?
    How would I repro the issue?
    Please share all the steps, but I think the code has an issue.
    Arthur My Blog

  • How to debug a dll added in script component in SSIS package

    Hi All,
    I have created a Integration Services project in SQL Server Data tools for VS 2012 and added a SSIS package in it. Added a script task to this SSIS package and a DLL referenced in VSTA project. I am trying to debug the dll code by using the following steps
    but unable to do so. 
    1. Added break points in script task
    2. Started debugging 
    3. Stopped at one of the break points in VSTA projects
    4. Opened new instance of VS 2012 project for DLL library
    5. Added break points in the C# DLL library
    6. Attached this process to the VSTA project
    7. Code is not going through into C# DLL library.
    Any ideas would be appreciated.
    Thanks,
    Prav

    Yes, you can debug from a library (DLL) project, or even console. Just attach the debugger, but the DLL will be part of a different project. Make sure you have the pdb of the DLL, or source code, otherwise it is not possible.
    Arthur My Blog

  • Adding a script to every topic in an existing WebHelp project

    I've got WebHelp (RH8, but could upgrade if necessary) running on Apache.
    What are my options for adding a script (probably PHP) to every topic?
    In the past, with other HATs, I've put stuff like that in master pages and in skins.
    From a comment in http://forums.adobe.com/message/3939811 I get the impression that nothing I do to a master page will affect existing topics?
    How about skins?
    Any other options besides running a script to make global changes to the source files or output files?
    Obviously if I define the script globally I'd need to use variables or replaceable parameters or the like in the script to customize it for each page. Is Robo helpful for that or should I be looking to the Apache environment for those values?

    Hi there
    Okay... Master Pages... Topic Templates... They are essentially the same thing. RoboHelp 8 began calling them Master Pages.
    For starters, do we want to use Master Pages to create new topics with? Or do we want to define something inside the Master Page and apply it to existing topics?
    My assumption is that you already have topics and simply wish to associate a Master Page with them.
    When you define a Master Page in RoboHelp 8 or 9, it will contain a Body placeholder. Whatever is inside the Body placeholder will end up being copied into any new topics you create that use the Master Page. But that's where it ends with stuff in the Body placeholder. After you create the topic, changes to the Body placeholder inside the Master Page *ARE NOT POPULATED* into the topics created from the Master Page. So you may change the Master Page substantially and the topics associated with it will remain unaffected.
    Note that you may also use a Master Page to populate Headers and Footers across existing topics. You have to do this by editing the Master Page and clicking View > Header or View > Footer in order to bring them into view. And once you do this, you may populate them with information. And using Master Pages in this fashion *DOES* allow subsequent changes to the Master Page to be populated across all topics associated with the Master Page.
    The problem here is this. You are wanting to use the latter feature to populate additional content across topics. So far so good. But you also have a need to make that content customized to each topic, no? And if that's the case, you won't be able to use Master Pages to maintain that content. I suppose you might put it in a Master Page initially just to get the code copied to all topics. But when you make changes to it to individualize it on a per topic basis, RoboHelp will pop up a warning advising the topic content is different and it will ask you what you want to do. Update the Master Page so ALL topics associated see the changed code? Or disconnect from the Master Page and leave your changes as you wish inside the topic.
    Another issue with this is that based on your other post, you need some PHP code above the topic content in a place that occurs before the HTML page is even defined. And that one may prove tricksy to implement. I suppose you might use what I suggested earlier to get the code in the topic, but you will still need to carefully hand edit each topic and move the code to where it should go.
    Hopefully this was helpful... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Adding Apple Script Support to Preview

    Hi guys
    I cant seem to get the Preview app scriptable on Snow Leopard.
    I've added the scriptable key to the .plist file of Preview and set the boolean to yes. But I still cant get any scripts to work on Preview.
    Could you please let me know whether this can be done in Snow Leopard. I really need manipulate the window sizes of Preview and scripts via quicksilver is the method I used on 10.4. I cant seem to get it right on Snow Leopard.

    Yeah I use a quicksilver hotkey to trigger the script.
    I'm using this script at the moment, but this opens preview even when preview is not running, but it id does maximize the preview window. Gonna try and come up with a few variations to try to make it work. In the meantime if you have any ideas, could you please post it here. Will be appreciated.
    set front_app to (path to frontmost application as Unicode text)
    tell application front_app
    activate
    set bounds of window 1 to {75, 22, 1280, 800}
    end tell
    tell application "System Events"
    if exists process "Preview" then
    tell application "Preview"
    set bounds of window 2 to {75, 22, 1280, 800}
    end tell
    end if
    end tell
    Thanks
    Best regards
    Zam Shabeer Thahir

  • [JS] Menu Added via Scripting Moves

    I've been able to sucessfully add items to the InDesign menu thanks in part to Marijan Tompa's (tomaxxi) blog post http://indisnip.wordpress.com/2010/08/08/create-customized-menu/
    My test code (below) creates a new menu, and sucessfully adds two menu items plus a submenu. The submenu is causing me problems. When you first launch InDesign it's created in the proper place (in the middle of the menu). But when you relaunch InDesign, the submenu moves to the top of the menu and never goes back to it's proper position farther down in the menu where it was the first time InDesign was launched.
    I've searched high and low in this forum, the web and InDesign's documentation and can't figure out how to keep it from moving (I want the menu to be farther down the menu, not at the top). I hope one of you kind souls will help me to control the position of the submenu (and have it stay there across launches).
    Thanks in advance!
    Dan
    Here's the code I'm working with. This is saved as testMenu.jsx in the Scripts > startup scripts folder.
    P.S. I'm testing this in CS5.5 currently, but ideally this solution should work in CS3 and later.
    #targetengine "myTestMenu"
    var myFolder = Folder(app.activeScript.path);
    myFolder = myFolder.parent + '/Scripts Panel/';
    var menuItem1Handler = function( /*onInvoke*/ ){
      app.doScript(File(myFolder + 'MyTest1.jsx'));
    var menuItem2Handler = function( /*onInvoke*/ ){
      app.doScript(File(myFolder + 'MyTest2.jsx'));
    menuInstaller()
    function menuInstaller() {
      var menuItem1T = "My Menu Item 1",
           menuItem2T = "My Menu Item 2",
           menuT = "MyTestMenu",
                 subT = "Sub Menu",
           subs = app.menus.item("$ID/Main").submenus, sma, mnu;
      var refItem = app.menus.item("$ID/Main").submenus.item("$ID/&Layout");
      subMenu1 = app.scriptMenuActions.item(menuItem1T);
      if( subMenu1 == null ) {
              subMenu2 = app.scriptMenuActions.add(menuItem1T);
      subMenu2 = app.scriptMenuActions.item(menuItem2T);
      if( subMenu2 == null ) {
              subMenu2 = app.scriptMenuActions.add(menuItem2T);
      subMenu2.eventListeners.add("onInvoke", menuItem2Handler);
      mnu = subs.item(menuT);
      if( mnu == null ) {
                mnu = subs.add(menuT, LocationOptions.after, refItem);
      mnu.menuItems.add(subMenu1);
      mnu.menuSeparators.add();
      subsSubs = app.menus.item( '$ID/Main' ).submenus.item( menuT ).submenus;
      mnuSubMenu = subsSubs.item( subT );
      if( mnuSubMenu == null ) {
              mnuSubMenu = subsSubs.add( subT);
      mnu.menuItems.add(subMenu2);

    Hey, Marc: I'm going to be sort of blunt. Your code is hard for most people to read because it uses Javascript idioms they are entirely unfamiliar with, which don't make a lot of sense to people not really familiar with the language. And that's what most people here are. Let's take a walk through it:
    (function(/*obj|undefined*/HOST)
    The comment itself is confusing. Actually, it's even confusing to me.
        HOST || (HOST=$.global);
    Tbe || idiom is confusing. Most people don't know what it means offhand.
        // Prevent the current (startup) script from being uselessly rerun
        if( HOST[$.engineName] )
            alert( "This script is automatically executed at startup. You shouldn't run it manually." );
    Well, this isn't confusing, but I think it's bad. One of the important things to do is to test what happens when the menus already exist, and that's easiest to do by rerunning the script.
        var MENU_NAME = "My Test Menu",
    All caps for a function-local variable? Even using all caps for a globally scoped variable (Crockford) is confusing, but for a function-scope variable? That confuses me!
            FEATURES = [
                { caption: "My Menu Item 1", fileName: 'File-One.jsx', subName: "" },
    Use of Objects is justified here, but they are probably confusing.
            FEATURE_LOCATION_PATH = (function()
    Anonymous functions...definitely confusing! I'm also not sure what the point of this function heere is. Why not execute the code directly
    on the next line?
                try{ f=app.activeScript; }
                catch(_){ f=File(_.fileName); }
    Variables named "_"? Confusing!
    And this is why anonymous functions are confusing! Not much to be done about it, but why use one where you don't need to. It's not like we're polluting the global namespace here.
        while( i-- )
    Use of a while loop is a totally legitimate style choice, but I think it's typically less readable than a for loop. YMMV, of course!
            t = FEATURES[i];
    I'm horribly guilty of this, but single-letter variable names are not the most readable.
                (t.action = app.scriptMenuActions.add( t.caption )).
                    addEventListener('onInvoke', f);
    More parentheses imply more mental gymnastics to understand. Breaking this into two lines,
    with t.action=addEventListener... would help readability.
      var s,
            n = FEATURES.length,
            subs = {},
            sub = null;
    Wait, a mid-function var block? Gasp! What's up with that? Crockford's right on this. One var statement and all at the top.
    I am not sure why we're initializing sub to null -- what's wrong with the good old undefined? This probably doesn't qualify as confusing.
        for( i=0 ; i < n ; ++i )
    Caching FEATURES.length in n is good for performance, but it probably doesn't matter here, and makes it more confusing to read. Not by much, but let's say half a confusion point. I would also say that "++i" is harder to read than "i++", maybe to the tune of 0.1 confusion-points, but maybe that's just me. YMMV Extremely.
            sub = (s=t.subName) ?
                ( subs[s] || (subs[s]=mnu.submenus.add( s, LO_END )) ) :
                mnu;
    The ternary conditional operator, ?:, is pretty much always hard to read. And it's worse with short-circuit or-ing, ||, or three close-parens in rapid succession. Of course ?: tends to promote extra () as it almost always becomes ()?(): so...
    And then it's worth re-emphasizing, basically nobody understands the anonymous function paradigm .
    So there we have it, that's why I think your code is confusing to most readers.
    (On the other hand Dan's final code ignores my recommendation and still has those abysmal ==null tests in there. What's up with that? )

  • Help with adding action script to an order form

    Hi - Firs time I'm on this board. Searched and didn't see
    anything that fit. Adobe/Macromedia Support told me my form needs
    an action script insert for me to gain access to a previous page.
    I'm revamping an online order form. It's about 2 1/2 pages in
    length. I find that I can't go back to the first page -- I'm locked
    in the second one. On split screen the HTML coding shows there is
    more than one page. Also, when I look at it in a browser the whole
    page is there.
    Does anyone know how and where I can put in action script.
    I'm not an HTML maven so this isn't my thing. Thanks for whatever
    advice you can give.
    Best - ETide

    Visit gotoandlearn.com and find a tutorial there for creating
    a preloader.

  • Adding Java Script RSS Feed to Library Item

    Can anybody help me I have been trying to add a java script
    for a rss feed to a library item page. That way a rss feed shows in
    the library page field. I have 3 sites from 1000 to 10000 pages.
    They all use a library item. I want the current news to show in
    this section of the web page. But it doesn's seem to work when I
    call the page up. I can insert the java script to the web page and
    it works correct.
    Can anybody give me some advice I would appriciate it.
    Thanks.

    > They all use a library item
    I think it's a huge mistake. Why would you use a Library item
    on sites this
    large, and commit yourself to uploading every changed file,
    when you could
    use a server-side include instead?
    > Can anybody give me some advice I would appriciate it.
    I would need to see your Library item's markup to advise you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ace1mc" <[email protected]> wrote in
    message
    news:ecsbiu$f67$[email protected]..
    > Can anybody help me I have been trying to add a java
    script for a rss feed
    > to a
    > library item page. That way a rss feed shows in the
    library page field. I
    > have
    > 3 sites from 1000 to 10000 pages. They all use a library
    item. I want the
    > current news to show in this section of the web page.
    But it doesn's seem
    > to
    > work when I call the page up. I can insert the java
    script to the web page
    > and
    > it works correct.
    >
    > Can anybody give me some advice I would appriciate it.
    >
    > Thanks.
    >

  • Can document links be added via scripting?

    Can we add document links through scripting on Master Agreement header page? We are trying to mass update document links for about 3000+ records and hence I need to create a script (one time task) that can add these values on MA header page.
    I am trying to create the document link defintion as follows:
    DocumentLinkDefinitionIBeanIfc dld = (DocumentLinkDefinitionIBeanIfc)
    TypeFactory.createObjectReference(620);
    dld.setDisplayName("Test");
    dld.setInternalName("Test");
    dld.setLinkClassId(509);
    dls.setSystemDefined(new
    Boolean(false));
    dld.setLinkDirectionType(new DocLinkDirectionTypeEnumType(3));
    dld.setLinkDefinitionType(new DocLinkDefinitionTypeEnumType(3));
    and then set this document link defintion to Document Link Bean as follows:
    DocumentLinkIBeanIfc dl = (DocumentLinkIBeanIfc)
    TypeFactory.createObjectReference(509);
    dl.setExtRefDoc("99999");
    dl.setExtRefLine("900");
    dl.setLinkDefinitionObjRef(dld);
    But this is giving me error.
    Let me know if I am doing something wrong.
    Any help will be appreciated.
    -Regards,
    Bindu Sharma

    Hi,
    I create the document link definition between two agreements (variables doc and otherAgreement) using this code:
    documentLinkDef = documentLinkDefHome.findUnique("FCI-CONTRACT RELATED");
    newDocLink = doc.documentLinkList.create();
    newDocLink.linkDefinitionType = new DocLinkDefinitionTypeEnumType(1);
    newDocLink.linkDefinitionObjRef = documentLinkDef.objectReference;
    newDocLink.LinkDocObjRef = otherAgreement.objectReference;
    doc.documentLinkList.add(newDocLink);
    Hope this is helpful
    Francisco

  • Having trouble adding action script to button symbol

    Hello everyone:
    I am hoping someone will read this as I am a developer in
    'dires straits' with Flash ( a newbie). My problem regards a
    layer called "button" which has already been converted to symbol
    and turned into an invisible button. The problem lies when I try to
    use the selection tool to select it so that I can add action script
    to it. Instead of the actions dialogue box saying "actions-button",
    it says "actions-frame", and as a result, the action script doesn't
    work. I don't know what to do, it should be simple to select it but
    something is wrong. If you feel a need to help a developer in need,
    you can email me at [email protected], and I can e-mail
    you the file so that you can help. Thanks, or you can call me at
    310-867-5167
    Corinna

    Can you plant the fla file on a server and provide a link to
    it? Zip it up first if possible.

  • Adding Analytics Script to All Pages of Site

    Hi. I'm new to DW so pleaes forgive me if this is a silly question.
    I'm trying to install my analytics code on a site I recently created. I know I can go through each and every page and paste the code onto the page, but there has to be a more efficient and easier way to do this.
    How do insert a peice of code into the header of every page on a site?

    Use a server side include for your Google code.
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Insert a server-side include statement in your document.  I typically put Analytics code down towards the end of the page just before the closing </body> tag.
    Server-side includes can be used for all your common sitewide elements, too, such as headers, footers, menus, etc...  They make editing much faster because you only need to open one file, save and upload it.  All the magic happens on the server.
    The caveat is that your server must support the use of server-side includes.  Most reputable ones do.  And you'll need to save your site pages with either .php or .shtml extensions.  Most shared hosting accounts don't don't support SSIs in straight .html pages without jumping through hoops.  It's usually easier to just rename the pages to .php or .shtml.
    Nancy O.

  • I need help adding Java Script to a BC form?

    I have a form in drop down that I built in BC than took the HTML code to Dreamweaver in order to place the form in to a two column table.  I was told by the BC support that a JS that required the fields to filled in is required.  Not sure how to do that, please help.

    That is what I thought.  But i figured out what I did wrong.  I used a custom field for First and Last Name rather than the BC Field.  Once that was replaced it worked great.  Thanks Liam.

  • "Files" and other tabs not visible for document library after script editor webpart is added

    I created a document library and uploaded a few documents to ti.  On the ribbon, I could see both "Files" and "Library" tabs.  I then added a Script Editor webpart to this page because I needed to run some javascript on this
    page.  Now, when I go to that document library page (AllItems.aspx) then I don't see the Files and Library tab.  My guess is that this is because these tabs are context sensitive so they only appear when Sharepoint knows you're working with a document
    library and since now I have both the webpart that shows the document library and the Script editor webpart, that context is not there.  If I click somewhere on the page close to the actual list of documents, then the Files and Library tabs reappear since
    now Sharepoint knows that I'm working with a document library.  Is there any way aroudn this?  We don't want to have to ask our customer to click somewhere on the screen in order to get access to these tabs.  I'm not sure why Sharepoint would
    be confused by the Script editor webpart.  It is not visible so when the page is not in edit more, you can't even see that Script editor.  So, my question is: is there any way to:
    - either find some other way of using javascript on this page (maybe external javascript file with some link to it on the page?
    - or, some way to force the Fiels and Library tabs to be visible no matter what (i.e. despite having the Script editor webpart on the page).
    I also experienced this issue when I wanted to insert some customized text on the same page that had a document library.  For example, I created a document library and then on the AllItems.aspx page I inserted a content editor webpart so that I can
    show some text at the top.  That also caused the Files and Library tabs to disappear.
    thanks,

    Hi,
    I understand Files/Libraray tab disappear after you add web parts to a document library, once you click somewhere in library list, it will appear again.
    This is by design. As workaround, please try to use SharePoint Desginer to edit Allitems page of document library instead of using script web part.
    https://social.msdn.microsoft.com/Forums/office/en-US/fd1bb098-6425-437c-b3f8-25bf65bcaad3/ribbon-control-disappears-on-sharepoint2013-document-libraries-when-content-editor-web-part-has?forum=sharepointdevelopment
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Adding Script to a Button?

    Is there a way to add JavaScript to a button when creating an Interactive PDF in InDesign (CS6)? This Interactive PDF is being turned over to other developers, who need to tack on a Certificate/Completion process, which is called to from a script that I need to place in the document somewhere.
    Other issues: I know this is probably doable by opening the interactive PDF in Acrobat and adding the script from there - but I have to save the Interactive PDF as a SWF (the developers' process eliminates interactivity from a PDF.)
    Any ideas? Help?

    Perhaps the definition of windows is the issue. Flash swf
    movies are self
    contained in a web browser window web page. So opening an
    external image in
    a MovieClip is simply redrawing the Flash swf.
    If you are thinking of windows within the Flash movie, they
    will have to be
    within the confines of the Flash movie that is first
    launched. You can have
    MovieClips with externally loaded content appear as windows
    and even be
    draggable, but they will not be a separate web browser
    window.
    If you need the web browser to open another window and then
    load another
    Flash movie in it that does the loading, then you need to use
    getURL("
    http://www.domain.com/pagewithotherflashmoviecontainingloadjpg.html/",
    "_blank");
    However it seems it would be less files to simply use html in
    the other
    window page to show the jpg without the Flash movie doing the
    loading unless
    you are using Flash to animate the jpg in some fashion like a
    fade in or
    out.
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "Chicca81" <[email protected]> wrote in
    message
    news:e92am7$58n$[email protected]..
    >I need some help to understand and find a way to script
    the loading of
    >pictures
    > on different window. I already tryed to use behaviours:
    adding the
    > following
    > script to a button:
    >
    > on (release) {
    >
    > //load Graphic Behavior
    > _root.Contenitore.loadMovie("Cornice 10.jpg");
    > //End Behavior
    >
    > }
    >
    > When I do test the movie though I realised that it
    doesn't work as I
    > expected.
    > The picture "Cornice 10" loads on a what I think to be a
    new window: the
    > Movie
    > Clip "Contenitore" but it doesn't appear to a different
    window. How should
    > I
    > procede then?
    >

  • How to get all input columns of script components checked by default to use the same in code ?

    Hi ,
    I am working on BIML Script component, where I am taking data from OLEDB Source.
    In Script Component I want all the input columns to be checked by default as input.
    I have no idea how to proceed for the same.
    Below is my code :-
    <Biml
    xmlns="http://schemas.varigence.com/biml.xsd">
    <Container
    Name="Load Data Truncate Staging"
    ConstraintMode="Parallel"
    DelayValidation="true" >
    <Tasks>
    <Dataflow
    Name="Archive Data"
    DelayValidation="true" >
    <Transformations>
    <OleDbSource
    Name="Source"
    ConnectionName="DataStaging"
    ValidateExternalMetadata="false"
    LocaleId="None" >
    <VariableInput
    VariableName="User.V_Archivequery"
    />
    </OleDbSource>
    <RowCount
    Name="Count Source Records"
    VariableName="User.sourceRecords"/>-->
    <ScriptComponentTransformation
    ProjectCoreName="MMd5"
    Name="MD5_Checksum">
    <ScriptComponentProject>
    <ScriptComponentProject
    ProjectCoreName="SC_Example.csproj"
    Name="ExampleScriptComponent">
    <AssemblyReferences>
    <AssemblyReference
    AssemblyPath="Microsoft.SqlServer.DTSPipelineWrap"
    />
    <AssemblyReference
    AssemblyPath="Microsoft.SqlServer.DTSRuntimeWrap"
    />
    <AssemblyReference
    AssemblyPath="Microsoft.SqlServer.PipelineHost"
    />
    <AssemblyReference
    AssemblyPath="Microsoft.SqlServer.TxScript"
    />
    <AssemblyReference
    AssemblyPath="System.Windows.Forms.dll"
    />
    <AssemblyReference
    AssemblyPath="System.dll"
    />
    <AssemblyReference
    AssemblyPath="System.AddIn.dll"
    />
    <AssemblyReference
    AssemblyPath="System.Data.dll"
    />
    <AssemblyReference
    AssemblyPath="System.Xml.dll"
    />
    </AssemblyReferences>
    <Files>
    <File
    Path="Properties\AssemblyInfo.cs">
    using System.Reflection;
    using System.Runtime.CompilerServices;
    [assembly: AssemblyTitle("SC_Example.csproj")]
    [assembly: AssemblyDescription("")]
    [assembly: AssemblyConfiguration("")]
    [assembly: AssemblyCompany("Ciber Nederland")]
    [assembly: AssemblyProduct("SC_Example.csproj")]
    [assembly: AssemblyCopyright("Copyright @ Ciber Nederland 2012")]
    [assembly: AssemblyTrademark("")]
    [assembly: AssemblyCulture("")]
    [assembly: AssemblyVersion("1.0.*")]
    </File>
    <File
    Path="main.cs">
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
    using Microsoft.SqlServer.Dts.Runtime.Wrapper;
    using System.Security.Cryptography;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    using System.Reflection;
    [Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
    public class ScriptMain : UserComponent
    public override void Input0_ProcessInputRow(Input0Buffer Row)
    string strColumnsValue = string.Empty;
    Type rowType = Row.GetType();
    PropertyInfo columnProperty;
    MD5 md5 = new MD5CryptoServiceProvider();
    Encoder enc = System.Text.Encoding.Unicode.GetEncoder();
    foreach(IDTSInputColumn100 Rw in this.ComponentMetaData.InputCollection[0].InputColumnCollection)
    columnProperty = rowType.GetProperty(Rw.Name);
    strColumnsValue += Convert.ToString(columnProperty.GetValue(Row,null));
    byte[] bbb = new byte[strColumnsValue.Length * 3];
    bbb = UnicodeEncoding.Unicode.GetBytes(strColumnsValue);
    byte[] hash = md5.ComputeHash(bbb);
    String strHash = Convert.ToBase64String(hash);
    Row.RowChecksum = strHash;
    </File>
    </Files>
    <InputBuffer
    Name="Input0">
    </InputBuffer>
    <OutputBuffers>
    <OutputBuffer
    Name="Output0">
    <Columns>
           <Column
    Name="RowChecksum"
    DataType="String"
    Length="1000"/>
    </Columns>
    </OutputBuffer>
    </OutputBuffers>
    </ScriptComponentProject>
    </ScriptComponentProject>
    </ScriptComponentTransformation>
    </Transformations>
    </Dataflow>
    </Tasks>
    </Container>
    </Tasks>
    </Package>
    </Packages>
    </Biml>
    Please suggest me where i am doing mistake.
    Regards,
    Vipin jha
    Thankx & regards, Vipin jha MCP

    http://stackoverflow.com/questions/21440993/adding-a-script-task-using-biml
    http://stackoverflow.com/questions/22455000/automatically-generate-ssis-package-from-biml-script
    Both links have nothing to do with the question.
    @Vipin: what I did in one of my BIML scripts was looping over the columns using C# in the BIMLScript, and adding each column to the input using this code. Do you have the metadata of the columns somewhere?
    I don't have the scripts with me unfortunately.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

Maybe you are looking for