Repeater/1009 error

I have a project where data is called from a database as an
XMLListCollection and passed to another page. The second page
presents the data using a repeater creating buttons, binding the
XML data to various controls on the button. I can back up to the
first page and reload different data (in the same format), then
send the data back to the second page to be displayed.
I've noticed, tho, that if there is LESS items that the
repeater is showing the second time, the whole thing barfs with
this error message:
TypeError: Error #1009: Cannot access a property or method of
a null object reference.
at
mx.skins.halo::ButtonSkin/updateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\fram ework\src\mx\skins\halo\ButtonSkin.as:138]
at
mx.skins::ProgrammaticSkin/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\f ramework\src\mx\skins\ProgrammaticSkin.as:421]
at
mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\f ramework\src\mx\managers\LayoutManager.as:622]
at
mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:677]
at Function/
http://adobe.com/AS3/2006/builtin::apply()
at
mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
at
mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]
If I send more items to be displayed the second time, there's
no problem. However, if there's less the second time, it crashes.
Anybody have any ideas?

I suspect you are doing somethng odd with repeater. Lets see
the code.
You should be encapsulating your repeated ui and
functionality in a custom component, and repeating that. Doing it
that way will help expose flaws in your logic that might not be
apparent in declarative mxml.

Similar Messages

  • XSL-1009: (Error) Attribute 'version' not found in 'HTML'

    Hi,
    I've got the following problem: oracle.xml.parserv2.XSLException
    <Line 1, Column 7>: XSL-1009: (Error) Attribute '{http://www.w3.org/1999/XSL/Transform}:version' not found in 'HTML'.
    and I wanted to know what are its origins and what to do to go around, knowing that:
    - we run a java application on an oracle 9iAS and it works fine !
    - we run the same application on an oracle web-to-go server and it gives this message on the client when trying to put
    - the mobile server 'java environment' is a little bit never (version) than the online environment, both servers (9ias an mobile) run on the same machine (mobile is never -> impact on client environment? Installs run under jre 1.3.01)
    - we have an xml document (DOM) and an .fo stylesheet (file/url), so no html for output! Where comes it from? The <xsl:output method="html"> has even been removed and tried with method="application/pdf", no change.
    - the function XSLProcessor.newXSLStylesheet raises this exception; to make it at least run on online environment, we used the .jar file from JDevelopper 9.0.2.822 (this .jar is used in JDev, on 9ias and mobile client)
    - the output file (via apache's fop) shows correctly in the online version, but fails the create/use of the stylesheet (tried stylesheet with xml data for output and a generique 'Hello World' .fo for pdf output, both fail)
    - the .fo starts with <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
    - we even tried xsl:version="1.0" and no version at all
    - the same XML parsed with an .xsl for html output works fine, in mobile, the attribute "http://www.w3.org/1999/XSL/Transform" does not show up as an error
    I guess we have a version or configuration conflict, but what exactly could it be? If you need some more version numbers, just let me know.
    Thanx very much for any help!

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • Preloader  #1009 error

    Halo. I've been trying to load external swf  ("index.swf") with the following code in AS3:
    //it's a simple preloader with one dynamic text field: "percent"
    //the "index.swf" is suppose to stop at 689 frame after being loaded (this part works fine)
    stop();
    import flash.display.*;
    import flash.net.URLRequest;
    import flash.events.Event;
    var l:Loader = new Loader();
    l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);
    l.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
    l.load(new URLRequest("index.swf"));
    function onProgress(event:ProgressEvent):void{
       var perc:Number = event.bytesLoaded / event.bytesTotal;
       percent.text = Math.ceil(perc*100).toString();
    function onComplete(event:Event):void{
       var container:MovieClip = MovieClip(l.content);
       removeChild(percent);
       percent = null;
       addChild(container);
       container.gotoAndStop(689);
    Of course I receive the #1009 error : Cannot access a property or method of a null object reference. I guess it is some "stage issue" but I'm not familiar enought with AS3 to avoid the problem by my own.
    Could you please help me with the code.

    You were right. My idea about "stage issue" also was confirmed.
    The problem was in part of the code on the first frame of the "index.swf" (file that I was trying to load):
    stage.align="T";
    I think that this part of the code is being executed before the "index.swf" is loaded.
    Thanks for replies "kglad" and "Ned Murphy"
    Regards

  • Repeated dyld errors reported in sh.crash.log -- how fix?

    On trying to locate where my spare disk space on my boot drive had gone , I found ~user/Library/Logs/CrashReporter had a 274Mb sh.crash.log file...! This seems to entirely consist of repeated dyld error messages (see below). Can anyone suggest a culprit that might be causing this and/or fix for this?
    This seems to only occur once in a long while and when it does, a lot of errors are reported. As such in a sense its more "for my interest" than urgent, but all the same something is afoot...!
    -------------- Error reported: -------------
    Host Name: localhost
    Date/Time: 2006-06-05 11:41:34 +1200
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: sh
    Path: /bin/sh
    Version: ??? (???)
    PID: 9508
    Thread: Unknown
    Link (dyld) error:
    dyld: sh can't open library: /usr/lib/libncurses.5.dylib (Too many open files, errno = 24)
    G4/400   Mac OS X (10.3.9)  

    What kind of script errors do you get?
    You can try a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I'm repeated receiving error messages when I download adobe acrobat ,

    i'm repeated receiving error messages when I download adobe acrobat , how do I get it to work?

    Hi haftorahman,
    Please try downloading from this page: Download Acrobat products | Standard, Pro | XI, X
    Before you download, log in to your system as an admin, and disable any antivirus software.
    Please let us know how it goes.
    Best,
    Sara

  • XSL-1009 error

    Ok, I'm driving myself nuts with this and hoping someone can help! I've reviewed the other posts and re-checked things but it still doesn't work. Here's a simple test case:
    I have two tables. One of them is the SCOTT.EMP table. The other table is one I created; very simple two column table as follows (also in the scott schema):
    CREATE TABLE sjh_test
    sales_brand_bsnss_id VARCHAR2(10),
    xml_doc XMLTYPE
    In the xml_doc column I've stored an XSL style sheet. Here's the insert statement used, with the actual style sheet:
    insert into scott.sjh_test
    VALUES(100, sys.XMLType.createXML
    ('<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
    <html>
    <body>
    Hello there.
    <xsl:for-each select="ROWSET">
    <table border="1" cellspacing="0">
    <xsl:for-each select="ROW">
    <tr>
    <td><xsl:value-of select="EMPNO"/></td>
    <td><xsl:value-of select="ENAME"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </xsl:for-each>
    </body>
    </html>
    </xsl:template>
    </xsl:stylesheet>'))
    All I want to do I create a simple proof of concept which grabs some data from the EMP table as an XML document, then apply the XSL style sheet and get a result--the HTML output. Here is my code. The line of code "dbms_xmlquery.setXSLT(queryCtx, theStyleSheet);" throws the XSL-1009 error. The actual error text is "ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException: XSL-1009: Attribute 'xsl:version' not found in 'ROWSET'."
    declare
    queryCtx dbms_xmlquery.ctxType;
    queryCtx2 dbms_xmlquery.ctxType;
    result clob;
    theStyleSheet clob;
    errorNum NUMBER;
    errorMsg VARCHAR2(200);
    v_more BOOLEAN := TRUE;
    begin
    queryCtx := dbms_xmlquery.newContext('SELECT empno, ename, deptno FROM emp WHERE deptno = 7369');
    queryCtx2 := dbms_xmlquery.newContext('select s.xml_doc.getClobVal() as stylesheet from scott.sjh_test s');
    theStyleSheet := dbms_xmlquery.getXML(queryCtx2);
    dbms_xmlquery.closeContext(queryCtx2);
    dbms_xmlquery.setXSLT(queryCtx, theStyleSheet); -- ERROR HAPPENS HERE!
    result := dbms_xmlquery.getXML(queryCtx);
    dbms_xmlquery.closeContext(queryCtx);
    WHILE v_more LOOP
    DBMS_OUTPUT.PUT_LINE(Substr(theStyleSheet, 1, 255));
    IF Length(theStyleSheet) > 32767 THEN
    theStyleSheet := Substr(theStyleSheet, 32768);
    ELSE
    v_more := FALSE;
    END IF;
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(Substr(SQLERRM,1,255));
    end;
    Any ideas??
    Thanks very much, in advance.
    Scott

    Thanks for the suggestion. That gets me past that problem. It is now throwing a NullPointerException on this line:
    result := dbms_xmlquery.getXML(queryCtx);
    Here's the full code:
    begin
    queryCtx := dbms_xmlquery.newContext('SELECT empno, ename, deptno FROM emp WHERE deptno = 7369');
    select s.xml_doc.getClobVal() into theStylesheet from scott.sjh_test s;
    dbms_xmlquery.setXSLT(queryCtx, theStyleSheet);
    result := dbms_xmlquery.getXML(queryCtx); -- *** NullPointerException occurs here ***
    dbms_xmlquery.closeContext(queryCtx);
    WHILE v_more LOOP
    DBMS_OUTPUT.PUT_LINE(Substr(theStyleSheet, 1, 255));
    IF Length(theStyleSheet) > 32767 THEN
    theStyleSheet := Substr(theStyleSheet, 32768);
    ELSE
    v_more := FALSE;
    END IF;
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(Substr(SQLERRM,1,255));
    end;
    Thanks again for the suggestion. It looks like I'm close now.
    Scott

  • I have several episodes of a TV show that say "download error, tap to retry" and when I do it just repeats that error message.  Can I get it to work? If not can I get reimbursed for the episodes I'm missing?  I'm using an iPad one which has worked fine B4

    I have several episodes of a TV show where it says download error, tap to retry and when I do it repeats the error message.  Can I get it to work or get reimbursed for the ones I'm missing?  I'm using an iPad 1 which has worked fine for all the others.

    Hi AlpineJean,
    I'm sorry to hear you are having issues downloading some episodes to your iPad.
    I would first suggest you sign out of your iTunes account on your iPad, restart the device and sign back in.
    Settings > iTunes & App Stores > Tap on your Apple ID account > Tap Sign Out
    Click on the link below for additional troubleshooting steps with more details and screenshots.
    I've quoted some helpful highlights for you:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    To view or download previously purchased:
    TV Shows on iOS
    Open the iTunes Store on your device.
    Make sure you are signed in with the same Apple ID you used for the original purchase.
    Tap More from the bottom navigation bar.
    Tap TV Shows.
    Locate the TV show episode or series you would like to download.
    Once you've located the TV shows you are looking for, tap the download button.
    The TV show will begin downloading.
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.
    If this does not resolve your issue, please follow these instructions for support from the iTunes Store:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Have a great day!
    - Judy

  • Repeatedly, this error code suddenly appears on the screen and I don't have a clue what it means or what to do:  "A script in this movie is causing Adobe Flash Player to run slowly.  If it continues to run, your computer may become unresponsive.  Do you w

    Repeatedly, this error code suddenly appears on the screen and I don't have a clue what it means or what to do:  "A script in this movie is causing Adobe Flash Player to run slowly.  If it continues to run, your computer may become unresponsive.  Do you want to abort the script?
                                             No     Yes"

    Hi,
    Some "movies' are actually Flash files.
    This means the Flash App will play them (possibly in a browser in some cases).
    Depending where this item is and how it is playing it may be effected by other things
    A web page can include javascript.
    Apple uses javascript here to help with creating the posting box, the Edit options, Adding pics/smilies and the like.
    Sometimes the javascript can be what is called a runaway process and gets sort of stuck in an endless loop.
    If it is a free standing item then it might be triggered by AppleScript on the Mac. (or be modified in some way)
    Again if the Script (normally written with a upper case S) is not perfect it can cause problems.
    9:09 pm      Wednesday; February 26, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • 1009 Error Video in Firefox, but not IE

    Ok, I am trying to load a video and I get the 1009 error in Firefox, but not in Internet Explorer. I am wondering what is wrong with my code. Please see below. I even tried code from books and get the same error. I have to admit that I am disappointed with the latest version of Flash video.
    var myVideo:NetConnection = new NetConnection();
    myVideo.connect(null);
    var newStream:NetStream = new NetStream(myVideo);
    var videoHolder:Video = new Video(720, 480);
    stage.addChild(videoHolder);
    videoHolder.attachNetStream(newStream);
    videoHolder.x = 32;
    videoHolder.y = 60;
    videoHolder.alpha = 0;
    newStream.play("intro.flv");
    function fclickV(myevent:MouseEvent):void{
        gotoAndStop(forwardFrame);   
        stage.removeChild(videoHolder);
        my_ns.close()
    function bclickV(myevent:MouseEvent):void{
        gotoAndStop(backFrame);   
        stage.removeChild(videoHolder);
        my_ns.close()
    forwardV_btn.addEventListener(MouseEvent.CLICK,fclickV);
    forwardV_btn.addEventListener(MouseEvent.CLICK,stopSS);
    backV_btn.addEventListener(MouseEvent.CLICK,stopSS);
    backV_btn.addEventListener(MouseEvent.CLICK,bclickV);

    OK, here is the error and here is the correct code. The Error only occurs in Firefox for me, not IE.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at tutorial_fla::MainTimeline/frame4()
    Updated code
    var myVideo:NetConnection = new NetConnection();
    myVideo.connect(null);
    var newStream:NetStream = new NetStream(myVideo);
    var videoHolder:Video = new Video(720, 480);
    stage.addChild(videoHolder);
    videoHolder.attachNetStream(newStream);
    videoHolder.x = 32;
    videoHolder.y = 60;
    newStream.play("intro.flv");
    function fclickV(myevent:MouseEvent):void{
        gotoAndStop(forwardFrame);   
        stage.removeChild(videoHolder);
        newStream.close()
    function bclickV(myevent:MouseEvent):void{
        gotoAndStop(backFrame);   
        stage.removeChild(videoHolder);
        newStream.close()
    forwardV_btn.addEventListener(MouseEvent.CLICK,fclickV);
    backV_btn.addEventListener(MouseEvent.CLICK,stopSS);

  • Trying to update photoshop and repeatedly get error code U44M1P7, can anyone please help resolve this?

    Trying to update photoshop and repeatedly get error code U44M1P7, can you please help resolve this?

    JJMack, Thanks for the info. Let this old man digest it and see if I can put the info into action. I'll give you a feedback. Thanks for your help in this matter. I am not a tech savvy person. 
    Rueben Rueben D. Olivas Home Ph:  1-671-969-2452
    Cell Ph:  1-671-747-2453La Luz Photography
    Email: [email protected]/Guam Firehouse Cook: http://guamfirehousecook.blogspot.com/BBQGuam: http://bbqguam.blogspot.com/My Photostream: http://ruebenolivas.megashot.net/photostream

  • Pavilion s3012n repeated startup error log message

    I have Vista Home 32-bit installed. Checking the Event Logs, I keep getting a repeating ACPI error identified by Event ID 6. The general statement reads: "IRQARB: ACPI BIOS does not contain an IRQ for the device in PCI slot 4, function 0. Please contact your system vendor for technical assistance." 
    I updated my BIOS and have done some research. From what I read, this si not a Microsoft problem. What "fix" does HP have for this?

    Review this document from Microsoft as it covers this exact error.  Microsoft has identified this as an issue in Windows Vista, but it lists a cause.  In most cases, it is a false error message and cause for no concern as listed under the resolution. 
    The only concern would be is if a device was marked with an error in device manager.
    Verify that device manager has no devices with a yellow ! next to it and a code 12 for the status message.  If the device does have a yellow ! with status error code 12, then it may be something else. 
    This can be done by going to Start>Right-click computer>manage>device manager. 
    Let me know what happens. 
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Repeated "Unknown error" messages using selection tools, CS5.1 Illustrator

    Installed a Creative suite 5.5 (Master) upgrade where Illustrator (like Photoshop) is renamed CS5.1. Getting repeated "unknown error" message when trying to select an object. I've reinstalled, trashed preference plists, repaired permissions. The annoying error is showing up under MacOS Snow Leopard 10.6.8 (including today's updated) and MacOs Lion.  Anyone else on Mac platform experiencing this issue with the Creative Suite 5.5 upgrade? If this can't be resolved soon I will uninstall this version and reinstall the CS5 suite version of Illustrator. But I really don't want to go there after shelling out for the upgrade. Thanks for any feedback.

    Adobe posted a troubleshooting document in Illustrator area:
    http://kb2.adobe.com/cps/824/cpsid_82414.html
    I read it thoroughly since I am still experiencing the popup error messages when using either selection tool on objects.  I did a uninstall and install of CS5.1 (CS5.1 for the suite 5.5 upgrade) and did not install the VectorScribe and XtreamPath 1.4 plugins. The "unplugged" Illustrator worked fine. I then installed VectorScribe -- no problems. Then XtreamPath 1.4 - voila the error popped up.
    Anyone else use XtreamPath 1.4 with Lion and had problems? I sent CSValley Support to ask if their plugin works under Lion (according to their system specs, it should).
    UPDATE  8-5-11:  (CSValley promptly replied back that they had not received any issues similar to mine.) 
    I installed both plugins (VectorScribe and XP 1.4) on my Macbook Pro and had no problems there which led me to think the XP plugin might be corrupted on my main work machine (MacPro). So I copied the plugin from the MBP to the MacPro and happily (knock on wood) am not getting the error messages.
    Somewhere along the way of installing the CS5.5 upgrade and MacOSLion, my XtreamPath plugin was affected.

  • D4o-1009 error

    I have a user who has created a workbook using Discoverer Plus, saved it and then when he tries to open the saved item gets the D4O-1009 error. He and I have created other workbooks that open fine.
    I'm would appreciate any suggestions on how to help him. We are running OracleBI Discoverer Plus Version 10.1.2.48.18.
    There is mention in the error message of editing the workbook manually. I'm a newbe to Discoverer and he is the expert and he had no idea to what they were referring. Again suggestions or pointers would be appreciated.
    Thanks, Jim Steelman

    Hello
    I've done some research on MetaLink and no references to D40-1009 show up.
    You might have encountered a known issue with regards to using an older catalog with a newer Discoverer for OLAP.
    This thread therefore might help: Re: Discoverer Catalog Error in D4OLAP
    Other than this, I suggest contacting Oracle support.
    Best wishes
    Michael

  • 1009 error, Mac Safari, CS4

    Just installed CD4 Design Premium on my Mac a couple of days
    ago. And since then every time I try to load a web page in Safari
    that has Flash content I get an pop-up Flash Player 10 #1009 error
    (see example below) and then I dismiss or cancel and the page loads
    as it should. I never had this problem with the previous version of
    the Flash Player. I also never had the Flash software installed on
    this machine before. I can't figure out how to fix this. I'm
    guessing that the Flash software has installed some debugging mode,
    but I'm only guessing and I can't figure out how to turn it off. It
    is really annoying and I want it to stop. Any help would be
    gratefully appreciated.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at
    cityblock.flash.flash9::GooglePanorama_F9/getTranslatedMessages()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at flash.external::ExternalInterface$/_callIn()
    at <anonymous>()
    at flash.external::ExternalInterface$/_evalJS()
    at flash.external::ExternalInterface$/call()
    at cityblock.flash.flash9::GooglePanorama_F9()

    I am not sure why you have these two lines...
    var FishingSub_mc:MovieClip = FishingSub_mc;
    var Fishing_btn:SimpleButton = Fishing_btn;
    If those two objects are items on your stage, then you should not need those lines of code at all. The important thing is to be sure that you have the instance names assigned to the objects.  Whichever object is being targeted on line 12 is out of scope when that code executes.
    Some of the possible reasons...
    - the object doesn't have the instance name assigned to it
    - the object animates into the movie and does not have that instance name assigned at each keyframe
    - the object is somewhere down a timeline when that code executes

  • BIZTALK -"Name or Password is incorrect (repeat logon)" error

    Hello,
    I am working on a scenario wherein idoc has to be received from the BIZTALK server to SAP R3.
    Initially the entire testing was done for a particular user id. Now that userid is changed.
    Earlier a particular User ID say "XXX" was given to the BIZTALK people and corresponding settings were done at their end. I was  able to receive the IDOC successfully with that User ID.
    Now, when I have given a different User ID with same profile and authorization of "XXX", it is throwing
    "Name or Password is incorrect (repeat logon)" error while sending idoc .
    Do I need to maintain anything on the SAP end to resolve this ?? or some modifications are further required from the BIZTALK side ? If so, it would be of great help if anyone can provide me the details of the settings required on the biztalk side.
    Regards,
    Bhavesh

    Maintain the USER ID & PWD in Capital Letters in BIZTALK & SAP System

Maybe you are looking for

  • Keyboard & Trackpad don't work

    The keyboard and trackpad do not work on my 13" Macbook. I've attached a usb keyboard and mouse to get functionality. So far I've repaired permissions, reset pram and smc all with no effect on the keyboard and trackpad. Any ideas?

  • HT1146 How can I get a hyperlink in to my email signature?

    I just want people to be able to click on my website and be taken straight to it, but each time I cut & paste it in to the signature address it seems to lose the embedded hyperlink

  • MDM 7.1 Archiving

    Hi experts We are archiving our product repository on a daily basis. And we want to create a backup repository also for the same on a daily basis. How we can automatically do this task?(We are using 7.1 version) Thanks in Advance Dhanish Joseph

  • Sharepoint 2013 online mobile issue.

    Dear all, When I try to fill out a form in mobile view on the iphone or android phone, the person or group column doesn't work at all. And when I try to approve a workflow I created with 2010 workflow, the page is just blank. basically everything is

  • XPAth function for divide

    Hi , Can any one explain xpath funtion for divide. I am using this but it is showing error message unresolved xpath function. divide(bpws:getVariableData('Invoke_1_ReadFromFTable_OutputVariable','ReadFromFTableOutputCollection','/ns13:ReadFromFTableO