Feel up to a challenge?

Hi there,
I am trying to creat a TV guide of sorts, a table that has a
Monady through Friday dynamically generated dependant on current
day of week and a list of session times down the left (12 slots in
total) pulled from a DB as these will change dependant on timezone
(Functionality yet to be built) I have got it working but can only
manage to pull 1 record. Any help/suggestions will be greatly
appreciated. Thanks in advance
CODE BELOW
<cfquery name="all_updates" datasource="btv">
SELECT *
FROM tbl_btv
</cfquery>
<cfquery name="slot" datasource="btv">
SELECT *
FROM slot
</cfquery>
<cfset session_slot = slot.session_slot_nsw>
<cfset session = all_updates.session>
<cfset bcst_date = all_updates.bcst_date>
<cfset sdate = #bcst_date#>
<h1>Business Television / Centrelink Education Network
Schedule</h1><p><cfset current_day =
dayOfWeek(now())>
<table width="100%" border="1" cellspacing="0"
cellpadding="0">
<tr><td><strong>SESSION/DATE</strong></td>
<!--- display dates --->
<cfloop from="2" to="6" index="d">
<cfset temp = d - current_day>
<cfset temp = dateAdd("d", #temp#, now())>
<cfoutput><td><strong>#dateFormat(temp,
"dddd dd, mmmm yyyy")#</strong></td></cfoutput>
</cfloop>
</tr>
<cfset begin = '2006-11-27 00:00:01'>
<cfset end = '2006-12-01 23:59:59'>
<cfset variables.start_date = #dateFormat(#begin#,
"yyyy/mm/dd")#>
<cfset variables.end_date = #dateFormat(#end#,
"yyyy/mm/dd")#>
<cfset sdate = #dateFormat(#sdate#, "yyyy/mm/dd")#>
<!--- order by time, then date - and only select the
records you want to display --->
<!--- loop through diplay records --->
<!--- loop through slots --->
<cfloop query="slot">
<tr>
<cfoutput><td><strong>#slot.session_slot_nsw#</strong></td></cfoutput>
<!--- didn't really look at this bit too much, but should
basically be the same --->
<cfloop from="2" to="6" index="d">
<cfset temp = d - current_day>
<cfset temp = dateAdd("d", #temp#, now())>
<cfquery dbtype="query" name="updates">
SELECT *
FROM all_updates
ORDER BY act_time
</cfquery>
<cfoutput><cfif #dateFormat(temp, "dd/mm/yyyy")# eq
#updates.bcst_date# and #updates.session# eq
#slot.session_slot_nsw#>
<td><strong>#updates.update_type#: <cfif
#updates.update_type# eq
'CEN'>(#updates.ad_type#)</cfif></strong> <a
href="##">#updates.update_title#</a> #updates.bcst_date#
#updates.session# </td>
<cfelse>
<td><em>NO MATCH</em></td>
</cfif></cfoutput>
</cfloop>
</tr>
</cfloop>
</table>

Hi
Hope you aware the delivery tolerance is coming from Purchasing value key you maintained in the Material master.
So you can restrict the over delivery percentage at purchasing value key itself.
Or please try the screen lay out to only display the field after maintaining the correct % in PVK.
Or Try some user exit with the help of ABAPer.
Hope it helps.
Thanks/Karthik

Similar Messages

  • Re: Starting out, feel stupid.... :o(

    Good advice....
    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
    ==================
    "cdeatherage" <[email protected]> wrote in
    message
    news:eoo98b$ccv$[email protected]..
    > Lia,
    >
    > No need to feel stupid. Everyone can only start from
    where he or she is.
    > All
    > you need to do is figure out your next step, which I
    think would be to
    > read the
    > F1 help files. If you (like me) get frustrated rooting
    around electronic
    > help
    > files, you might want to pick up a copy of The Missing
    Manual series at
    > your
    > local bookstore for the Dreamweaver version you have. (I
    presume it's
    > DW8.)
    >
    > Having said that, you might also want to learn about
    writing HTML and CSS
    > code. Those are the basics. Once you understand them, DW
    will not feel
    > like
    > such a challenge.
    >
    > Personal story to inspsire you: A number of years ago
    when my company
    > wanted
    > to launch a website and design/maintain it ourselves, we
    first contracted
    > a web
    > host. That company recommended a couple of programs for
    us to use, one of
    > which
    > was DW. (At that point in time, it was version 2.) Our
    contact cautioned
    > that
    > DW had a higher learning curve, but was better than the
    others. As it was
    > the
    > only one of the recommendations compatible with the Macs
    in the office, we
    > had
    > to go with it. I found it intuitive and easier to pick
    up than I'd been
    > led to
    > believe. I don't know your level of experience, but with
    a little
    > determination
    > and perseverence, I'm sure you'll figure it all out.
    >
    > Chris
    >

    Hang in there. I was a total novice (still am) as of August,
    and I've since learned enough to publish my own website. The
    biggest help I afforded myself was to sign up for a few night
    classes at the local community college. Once I broke throught the
    barrier, I was off and running.
    Two books that helped immensely:
    Dreamweaver 8 Revealed, by Bishop
    Dreamweaver 8 Visual Quickstart Guide, by
    Negrino/Smith

  • AD and adding group members via CFLDAP

    I posted this over in Advanced techniques with only one
    brave, yet
    unfortunately uninformed taker...
    Anyone here have a clue as to why I'd get the error described
    in the
    text below???
    [Only Response...]
    Thank you for your response... I probably should explain
    better what
    this code does...
    It queries a data source (DB2 database) for a list of about
    2000 names
    (specifically their Employee number).
    Then it queries the MS Active directory for a list of anyone
    who has an
    attribute of employeeNumber that
    is not an empty string.
    Next, it uses a QofQ to join the two record sets together,
    tossing out
    any records that do not match from
    both of the data sources.
    Then I loop over that list of employees adding them into a
    group.
    This operation dos nothing to modify a users password.
    Thanks,
    D.
    Ian Skinner wrote:
    > This came off of another CF related list. Not sure if it
    applies to
    > your situation or not.
    >
    > * You cannot change passwords unless you have a SSL cert
    setup for the
    > CF server and the AD domain controller.
    >
    > I have not first hand experience with this, so all I can
    offer is to
    > pass along the above comment.
    >
    > dnagel wrote:
    >> So, this is the advanced techniques group... and no
    one feels the
    >> least bit challenged?
    >> Theres got to be someone who enjoys delving into
    LDAP out there...
    >>
    >> D.
    I'm having a bit of trouble getting the CFLDAP Modify query
    to execute
    after
    I tied it into the CFLOOPed query... When I ran it with my
    own users DN it
    worked great... it does not work with any other DN. My
    account has Domain
    Adminis on this sandboxed server and is capable of making the
    change by hand
    using the AD tools inside of MMC... Any suggestions? Thanks,
    D.
    <cfset servername = "AD.TESTSITE.com">
    <cfset username = "[email protected]">
    <cfset password = "PASSWORD">
    <cfset domain = "TESTSITE">
    <cfset OU = "ou=Granite">
    <cfoutput>
    <CFSet GroupName="TestDistribution">
    <CFSet GroupDN =
    "cn=#GroupName#,cn=Users,dc=#domain#,dc=com">
    <CFQuery name="Users" datasource="GCI_Workforce">
    Select cast (WBAN8 as varchar(10)) as WBAN8, wbemal from
    WTWDSECPJ1 where WBEXEMPT ='Y'
    </CFQuery>
    <cfldap
    action="query"
    server = "#servername#"
    username = "#username#"
    password = "#password#"
    start = "#OU#,dc=#domain#,dc=com"
    attributes = "dn,employeeNumber"
    filter = "employeeNumber=*"
    name = "adDNLookup"
    scope = "subtree"
    >
    <CFQuery Name="JoinUsers" DBType="Query">
    Select
    adDNLookup.DN, adDNLookup.employeeNumber
    from
    adDNLookup,
    Users
    Where
    adDNLookup.employeeNumber = Users.wban8
    </CFQuery>
    <CFLoop Query="JoinUsers">
    <CFTry>
    <!---<CFSet UserDN = "member=cn=Dennis
    Nagel,CN=Users,DC=TESTSITE,DC=com">--->
    <CFSet UserDN = "member=#DN#">
    <CFSet UserName="#employeeNumber#">
    #UserName# #UserDN#<br>
    <cfldap
    action="modify"
    server = "#servername#"
    username = "#username#"
    password = "#password#"
    modifytype="add"
    attributes = "#UserDN#"
    dn="#GroupDN#"
    separator=";"
    >
    <cfoutput>#UserName# has been added to the group
    (#GroupName#).</cfoutput>
    <cfcatch type="any">
    <cfif FindNoCase( "ENTRY_EXISTS", cfcatch.message )>
    <cfoutput>
    #UserName# is already assigned to the group
    (#GroupName#).
    </cfoutput>
    <cfelse>
    <cfoutput>
    Unknown error : #cfcatch.detail#")
    </cfoutput>
    <cfabort>
    </cfif>
    </cfcatch>
    </CFTry>
    </CFLoop>
    </cfoutput>
    heres the trace info...
    110028 member=CN=Mary Chalfa, OU=PSP_Indio, OU=PSP,
    OU=GC_Branches,
    ou=Granite, dc=TESTSITE, dc=com
    Unknown error : One or more of the required attributes may be
    missing/incorrect or you do not have permissions to execute
    this
    operation on the server")
    Debugging Information ColdFusion Server Enterprise
    6,1,0,63958
    Template /JDE-AD-Sync/JDE-AD-Groups.cfm
    Time Stamp 22-Jun-06 12:02 PM
    Locale English (US)
    User Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2;
    SV1; .NET
    CLR 1.1.4322; .NET CLR 1.0.3705)
    Remote IP 127.0.0.1
    Host Name 127.0.0.1
    Execution Time
    Total Time Avg Time Count Template
    687 ms 687 ms 1
    C:\Inetpub\wwwroot\JDE-AD-Sync\JDE-AD-Groups.cfm
    0 ms 0 ms 1 C:\Inetpub\wwwroot\JDE-AD-Sync\Application.cfm
    0 ms STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
    687 ms TOTAL EXECUTION TIME
    red = over 250 ms average execution time
    Exceptions
    12:02:45.045 - Application Exception - in
    C:\Inetpub\wwwroot\JDE-AD-Sync\JDE-AD-Groups.cfm : line 67
    An error has occured while trying to execute modify :[LDAP:
    error code 49 - 80090308: LdapErr: DSID-0C090334, comment:
    AcceptSecurityContext error, data 525, vece].
    SQL Queries
    Users (Datasource=GCI_Workforce, Time=47ms, Records=2203) in
    C:\Inetpub\wwwroot\JDE-AD-Sync\JDE-AD-Groups.cfm @
    12:02:44.044
    Select cast (WBAN8 as varchar(10)) as WBAN8, wbemal from
    WTWDSECPJ1 where WBEXEMPT ='Y'
    JoinUsers (Datasource=, Time=16ms, Records=996) in
    C:\Inetpub\wwwroot\JDE-AD-Sync\JDE-AD-Groups.cfm @
    12:02:45.045
    Select
    adDNLookup.DN, adDNLookup.employeeNumber
    from
    adDNLookup,
    Users
    Where
    adDNLookup.employeeNumber = Users.wban8
    Scope Variables
    Application Variables:
    applicationname=JDE-AD-Sync
    ds=GCI_WFD
    Cookie Variables:
    JSESSIONID=36301107041151000811062
    Server Variables:
    COLDFUSION=Struct (8)
    OS=Struct (5)
    Session Variables:
    cfid=831
    cftoken=54562187
    sessionid=JDE-AD-SYNC_831_54562187
    urltoken=CFID=831&CFTOKEN=54562187
    Debug Rendering Time: 63 ms

    ok, I found it... re-use of the vaiable username... : -)
    Damn ambiguous error messages.
    Thanks to Ian for taking a look.
    D.

  • Birthdays + Outlook + Calendar = Macro Needed!

    Would some wonderful soul out there write a quick little macro to get this job done? Outlook comes with a simple VB macro compiler, so all the macro would have to do would be to sort the calendar by annual events, then edit each of the listed contacts so that their recurrence is changed to Yearly. Thats it. I can do it manually on a keyboard, using the ALT+ commands, so writing a macro should be stupid easy, but its been years since I took a VB class, and forget how to write something as simple as keystrokes and loops properly. Sad, I know, but at least I'm calling for someone more skilled to help out, and giving them the bare bones outline of whats needed!
    I'll post my manual-fix response that I posted on alot of the threads if any of you readers feel up to the challenge, so you can know the keystroke by keystroke sequence (almost).
    (Copied from previous posts)
    Follow these steps:
    1. Go into outlook and open your calendar
    2. Select View -> Arrange By -> Current View -> Annual Events
    NOTE: All of your contacts that have birthday listed SHOULD show up on this page now. No they are not events yet; Yes its dumb that outlook 'knows' they're annual events but doesn't put them on the Calendar; Yes be patient.
    3. With a contact highlighted, hit CTRL+A, which is the command to select all the items that populate that list. Alternatively, you could hit HOME then SHIFT + END to select the entire list as well. Whatever.
    4. Right click any one of the contacts that are all highlighted, and select "Open Items"
    NOTE: Outlook will warn you that opening alot of items may take a long time and doesn't recommend it. I opened 280 contacts almost instantly, no lock up or slowing, on a craptop, so don't fret and just agree to it.
    5. With all those windows open (stop crying, I know its alot), get your fingers ready. No we're not going to have to click around everywhere and take a million years. Just some fast finger work is all.
    6. Push ALT + U, ALT + Y, ENTER, ALT + S
    NOTE: What you're doing here is manually selecting the recurrence button, then selecting yearly for the recurrence, then closing that window, then saving and closing that contact. You can click all that with your mouse, but getting into a rhythm on your keyboard makes it so you don't have to look at the screen and can go as fast as you can type perfectly.
    7. Once you get the rotation down, it will start to be like this, ALTS,+U,Y, ENTER, ALTS,+U,Y, ENTER, etc etc etc.

    To be honest, this is such a minor thing to do that solves a pretty common problem, that I think IT WOULD BE GREAT if someone on the Apple support team whipped this up real fast. Yes, I know there are multiple versions of Outlook, and not all problems are exactly the same, but this would be so fast to write, why not?

  • Re: CFLDAP missing attribute or security error

    This is a multi-part message in MIME format.
    --------------030808010109050103050805
    Content-Type: text/plain; charset=UTF-8; format=flowed
    Content-Transfer-Encoding: 7bit
    Thank you for your response... I probably should explain
    better what
    this code does...
    It queries a data source (DB2 database) for a list of about
    2000 names
    (specifically their Employee number).
    Then it queries the MS Active directory for a list of anyone
    who has an
    attribute of employeeNumber that
    is not an empty string.
    Next, it uses a QofQ to join the two record sets together,
    tossing out
    any records that do not match from
    both of the data sources.
    Then I loop over that list of employees adding them into a
    group.
    This operation dos nothing to modify a users password.
    Thanks,
    D.
    Ian Skinner wrote:
    > This came off of another CF related list. Not sure if it
    applies to
    > your situation or not.
    >
    > * You cannot change passwords unless you have a SSL cert
    setup for the
    > CF server and the AD domain controller.
    >
    > I have not first hand experience with this, so all I can
    offer is to
    > pass along the above comment.
    >
    > dnagel wrote:
    >> So, this is the advanced techniques group... and no
    one feels the
    >> least bit challenged?
    >> Theres got to be someone who enjoys delving into
    LDAP out there...
    >>
    >> D.
    --------------030808010109050103050805
    Content-Type: text/html; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta content="text/html;charset=UTF-8"
    http-equiv="Content-Type">
    </head>
    <body bgcolor="#ffffff" text="#336666">
    Thank you for your response...�� I probably
    should explain better what
    this code does...<br>
    <br>
    It queries a data source (DB2 database) for a list of about
    2000 names
    (specifically their Employee number).<br>
    <br>
    Then it queries the MS Active directory for a list of anyone
    who has an
    attribute of employeeNumber that<br>
    is not an empty string.<br>
    <br>
    Next, it uses a QofQ to join the two record sets together,
    tossing out
    any records that do not match from<br>
    both of the data sources.<br>
    <br>
    Then I loop over that list of employees adding them into a
    group.<br>
    <br>
    This operation dos nothing to modify a users
    password.<br>
    <br>
    Thanks,<br>
    <br>
    D.<br>
    <br>
    <br>
    <br>
    Ian Skinner wrote:
    <blockquote cite="[email protected]"
    type="cite">This
    came off of another CF related list.�� Not sure
    if it applies to your
    situation or not.
    <br>
    <br>
    * You cannot change passwords unless you have a SSL cert
    setup for the
    CF server and the AD domain controller.
    <br>
    <br>
    I have not first hand experience with this, so all I can
    offer is to
    pass along the above comment.
    <br>
    <br>
    dnagel wrote:
    <br>
    <blockquote type="cite">So, this is the advanced
    techniques group...
    and no one feels the least bit challenged?
    <br>
    Theres got to be someone who enjoys delving into LDAP out
    there...
    <br>
    <br>
    D.
    <br>
    </blockquote>
    </blockquote>
    <br>
    </body>
    </html>
    --------------030808010109050103050805--

    Syed,
    You might be hitting a bug in the activation/passivation mechanism of ADF BC.
    There are a few patches available related to state activation/pasivation that you should install:
    Patch 5524157
    Patch 5675381
    Patch 5191597
    You can get the patches from metalink.oracle.com.
    The best way to check whether your issue is related to state activation is by temporarily switching off application module pooling, see this section of the ADF Developers Guide:
    http://download-west.oracle.com/docs/html/B25947_01/bcstatemgmt008.htm#CHDGAIFA
    Then you should get the same error in embedded OC4J.
    Steven Davelaar,
    JHeadstart Team.

  • The Nokia vs Customer Service Challenge

    Nokia, let's see what your made of?
    I bought a nokia N97 around 3 months ago. At this stage the Blackberry was the phone to have (still is) but being the nokia fan that I always "was" decided to go with the N97. Now please understand that this phone was an out-right purchase, not "free" on some contract, so it set me back a few bucks.
    I have since talked friends out of taking Blackberry's, iPhones and other brands, convincing them that the N97 was the best phone ever made!
    Since the beginning of month 2 I have had nothing but trouble with this NASTY piece of hardware that Nokia has sold to me at the price of 2-3 months rent of a house or a cruise for a week to some island.
    The phones final destination and what happened today, which is what got me to challenge NOKIA on this forum is this. My phones battery died, I plugged it in using the original charger, with absolutely no response from the phone. I then thought it was a batter problem, bought a new battery, put it in and the phone came on. Then wanted to charge the battery as required, no response.
    I then tried the USB data cable, no response from the phone or the PC. I called nokia up and was told to do a hard reset as it was a software problem (hahahahahahaha) what ever! I gave them the benefit of the doubt as they are Nokia and they should know what they are talking about right? LOL. I reset my phone, lost all my data, 3 months of images, email, contacts etc (I admit, I should have done a backup). My mass storage is non-existent anymore, it does not even open the folder or the drive, it tells me it is in use.
    Even if my data was still on the phone, how would I get it off? The USB does not work. And how do I charge the phone?
    I am very disappointed in my choice for taking the Nokia apposed to the iPhone as was my other choice, but even a Blackberry would have proved a better choice.
    I would like to challenge Nokia right here to contact me and come up with a solution, to fix the phone for me (and provide another while doing so) or giving me a replacement. I will update the thread on a daily basis with all (if any) feed back I get from Nokia.
    Come on Nokia, show us what your made of!
    Kind Regards,
    Jonathan de Reuck
    Johannesburg
    South Africa

    Right now having had two posts removed as they are 'disrespectful to Nokia' or involved pm from Nokia, I try again (hopefully this is anodyne enough to get through):
    Used to be nokia Fanboy not so any more (too old and see below):
    Nokia N95 owned for 6 months. Returned after 6 months faulty - took refund.
    Nokia N97 2 replacements - first two units failed almost out of the box.Third after 8 months with software problems. I felt s/ware to be flaky from the start I am afraid.
    Nokia N900: pretty happy with this but bit discontent with Nokia obsolescing (expensive) mobile so fast. But now N900 returned to Nokia under warranty (unable to recognise sim card), returned to me one week later with same fault but now with Sim bracket totally detached.
    First line support suggest that I wait a week while they investigate. Called back to make complaint and Nokia agree to UPS pick up next day.
    Cal Nokia one week later and told phone is with UPS to be delivered and I should expect on that day. Call later to confirm but asking to be put through to second level support who then inform me that phone is not in delivery but is waiting for quality and assurance testing.
    Nokia tell me that I should track through case reference:  enter reference supplied to their website and response is that there is no information about this repair.
    I am now told Nokia will call me next Tuesday.
    Compare and contrast friend has problems with HTC Desire (slow to boot/turning itself off occasionally). Replaced within week of first phone call.
    Have spent 2-3 hours on the phone over this.
    This post is to give my experience which may be different to others. I may have been unlucky but it is my experience so I would be grateful if it could remain. Others with a positive experience feel free to disagree and chip in.

  • A New Year, a New Challenge! Become the FIRST WPF Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Happy New Year;)
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A New Year, a New Challenge! Become the FIRST Visio Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Happy New Year!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A New Year, a New Challenge! Become the FIRST FIM Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Happy New Year!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A New Year, a New Challenge! Become the FIRST BizTalk Guru of 2015!

    Happy New Year!
    "Guru 2014" is so last year!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Thanks for sharing this to us, Pete.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A New Year, a New Challenge! Become the FIRST Azure Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    A new year, a new start, learn more, try more, happy every day :D

  • A New Year, a New Challenge! Become the FIRST SSIS Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Hi Pete,
    Thank you for your information.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • A New Year, a New Challenge! Become the FIRST SSAS Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Hi pete,
    Thx for your info.
    Regards,
    Simon

  • A New Year, a New Challenge! Become the FIRST SSRS Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Hi XAML guy,
    Thank you for your information.
    Best Regards,
    Wendy Fu

  • A New Year, a New Challenge! Become the FIRST C# Guru of 2015!

    Happy New Year!
    "Guru 2014" is so 'last year'!
    The real glory is to be the first Guru of 2015! :D
    The birth of a new year, and a new hero?
    Or the stamp of authority from long established Guru leaders?
    The challenge is on, all eyes are watching, anyone could win this month.
    The prize? Glory! Honor! Virtual medals! Unashamed love and worship from those within the community and those bloging about it (article spotlights,
    weekly awards).
    Published interviews and the chance to climb the TechNet social ladder. Become a true TNWiki Ninja and
    advance through to black belt... and beyond!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Happy New Year!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • OVM 3.0.3 import VirtualBox OVM Manager 3.0.3 OVA template

    VirtualBox Template for Oracle VM Manager 3.0.3, http://www.oracle.com/technetwork/server-storage/vm/template-1482544.html The OVM 3.0.3 host should be configured with enough space to accommodate import of OVA template. In this case 36G was allocated

  • Only one song plays at a time

    I have one playlist with 300 songs. I decided to break this up to three 100-playlists. But, after doing this, i found that all of my playlists play only one song at a time. And, my advance button doesn't work. Problem never occurred before I broke up

  • What is the best way to burn a photo album from iPhoto to a CD?

    When I burn photos in an album to a CD, and I open it afterward, why are there 7 files, and THREE folders, entitled "Data",  "Modified", and "Originals", each containing sub folders with the pictures in them, and not just ONE containing the selected

  • Powermac G5 doesn't boot

    Hello, my old 2x2Ghz PM G5 (late2004) doesn't launch the boot sequence: - when pushing power button, the blue led turn ON as long as I keep it pushed. If not pushed, it light off but yet the fan are running. - no chime - the fans turn on normally and

  • JNDI Context.close() throws java.util.MissingResourceException

    Our applet uses JNDI to find EJBs and I am porting from WL8.1 to WL10.5.3. Everything works well until we attempt to close the Context object, which throws the following exception: java.util.MissingResourceException: Can't locate bundle for class 'we