Error with this Alien-RFID-Tag-List kind of  tag format in flex 1.5

Hi all
I am trying to display the following XML file which i am
getiing from RFID reader when i send the command to reader. I am
using flex 1.5.
<Alien-RFID-Tag-List>
<Alien-RFID-Tag>
<TagID>1000 0000 0000 0000</TagID>
<DiscoveryTime>2006/07/14
12:28:18</DiscoveryTime>
<LastSeenTime>2006/07/14 12:28:18</LastSeenTime>
<Antenna>0</Antenna>
<ReadCount>98</ReadCount>
</Alien-RFID-Tag>
</Alien-RFID-Tag-List>
For this I am using the following codes
private function onResultAl(oEvent:Object):Void {
var aResultAl:Array =
mx.utils.ArrayUtil.toArray(oEvent.result.Alien-RFID-Tag-List.Alien-RFID-Tag);
for(var i:Number = 0; i<aResultAl.length; i++){
_aDPAL.addItem(aResultAl
<mx:HTTPService id="aldt" url="aliendata.jsp"
result="onResultAl(event)" fault="alert(event.fault.faultstring);"
resultFormat="xml"/>
<mx:DataGrid id="aldg" dataProvider="{_aDPAL}" width="630"
height="350">
<mx:columns>
<mx:Array>
<mx:DataGridColumn columnName="TagID" headerText="Tag
ID"/>
<mx:DataGridColumn columnName="DiscoveryTime"
headerText="Read Counts"/>
<mx:DataGridColumn columnName="LastSeenTime"
headerText="Reliability"/>
<mx:DataGridColumn columnName="Antenna"
headerText="Antenna No"/>
<mx:DataGridColumn columnName="ReadCount"
headerText="Read Time"/>
</mx:Array>
</mx:columns>
</mx:DataGrid>
But if i run then I am getting the error :There is no
property with the name 'RFID'.
Could anybody tell me why the compiler is ignoring after dash
in this <Alien-RFID-Tag-List> kind of tag format?
Thanx
kvijai

hi all
Please have a look and tell me why I am getting this error.
Thanx
kvijai

Similar Messages

  • I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    AppTrial1 where are you seeing this error exactly?  For information on how to install the Adobe Creative applications included with the Creative Cloud please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • I just got the following message fro Adobe when I try to update:  "Error There was an error with this action. Try again later.  3cde7ed8-ce06-45ae-8fa8-58cc80a9d1ec"

    I just got the following message fro Adobe when I try to update:  "Error There was an error with this action. Try again later.  3cde7ed8-ce06-45ae-8fa8-58cc80a9d1ec"

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • Sign in error 'There was an error with this action. Try again later.'

    Get an error message when trying to log into CC to download my initial apps.
    Purchased from Amazon and the process completed successfully until I attempted to log in and down load from adobe.com. had to create new adobe account just to post this question.
    The error message appears repeatedly 'There was an error with this action. Try again later.'
    The error message is followed by a series of 5 groups of numbers and letters with dashes between each group.
    Windows 7 rig. Attempted 3 different browsers. same error.. 'There was an error with this action. Try again later.'
    attempted fix posted by another forum member recommending the removal of a .db file in the appData folder. No .db file existed as described.
    Thank you for any suggestions.

    Adobe contact information - http://helpx.adobe.com/contact.html may help
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • HT5022 10.8.4 is throwing an error with this software: "Airport Utility cannot be installed on this disk. The version of Mac OS X on this volume is not supported"

    10.8.4 is throwing an error with this software: "Airport Utility cannot be installed on this disk. The version of Mac OS X on this volume is not supported"

    You are trying to install a version of Airport Utility earlier than 6.0, correct? If so see the following: Installing the Old AirPort Utility (Version 5.6) on Mountain Lion | frank.is.

  • PowerPivot refresh error with data feed from sharepoint list with empty exception information

    Hi,
    My Powpivot refreshing error seems to be different from what others already experienced.
    Scenario:
    Constructed an external data source in the format of Http://<server_IP>/sites/<mysitecollection>/_vti_bin/listdata.svc
    selected one table with some of the needed columns in the next step
    Create calculate colums etc.
    Create pivot tables etc.
    All worked well offline
    Upload the workbook into PowerPivot Gallery
    Reference it from a page through Excel Web Service webpart allowing manual refresh
    The refresh always reports failure with the named external data source
    I opend the log file in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS and located the following error messages:
    ASPPHOST::ShowEngineError: Out of line object 'DataSource', referring to ID(s) 'f8939b694cae', has been specified but has not been used。The following exception occurred while the managed IDbCommand interface was being used: .
    Please note in the above message, NO detailed exception message was given. In other words,
    the exception information is empty.
    I checked as many things as I possibly could includin the security accounts etc. All seem to be right. But this empty exception got me stuck here.
    What could possibly go wrong? Any help will be appreciated.
    Thanks.

    Hello,
    Here is a good article regarding Where to get information about data refresh failures for your reference, please see:
    http://social.technet.microsoft.com/wiki/contents/articles/3870.troubleshooting-powerpivot-data-refresh.aspx
    In addition, which credential option you're configured for the PowerPivot data refresh in SharePoint farm? You can go through the following articles regarding configure the PowerPivot data refresh:
    Configure the PowerPivot Unattended Data Refresh Account (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ff773327.aspx
    Configure Stored Credentials for PowerPivot Data Refresh (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ee210671.aspx
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • HELP! Run-time Error with this code.

    I'm having problem with the code below. But if I were to remove the writer class and instances of it (writeman), then there are no problems. Can some1 pls tell me why the writer class is giving problems. Btw, no compilation errors, only errors at run-time..........
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.MouseListener;
    import java.awt.event.*;
    public class HelloWorld extends Applet
    public static String MyString = new String("Hello");
    Graphics f;
    public void init()
    Changer Changer1 = new Changer();
    writer writeman = new writer();
    setBackground(Color.red);
    setForeground(Color.green);
    addMouseListener(Changer1);
    writeman.paintit(f);
    public void paint(Graphics g)
    g.drawString(MyString,10 ,10);
    public class Changer implements MouseListener
    public void mouseEntered(MouseEvent e)
    setBackground(Color.blue);
    MyString = "HI";
    paint(f);
    repaint();
    public void mouseExited(MouseEvent e)
    setBackground(Color.red);
    repaint();
    public void mousePressed(MouseEvent e){};
    public void mouseReleased(MouseEvent e){};
    public void mouseClicked(MouseEvent e){};
    public class writer
    public void paintit(Graphics brush)
    brush.drawString("can u see me", 20, 20);

    I assume the exception you are getting is a NullPointerException...
    When you applet is loaded, it is initialised with a call to init... the following will then occur...
    HelloWorld.init()
    writeman.paintit(f)
    // f has not been initialised, so is null
    brush.drawString("can u see me", 20, 20)
    // brush == f == null, accessing a null object causes a NullPointerException!
    The simplest way to rectify this is to not maintain your own reference to the Graphics object. Move the writer.paintit(f) method to the HelloWorld.paint(g) method, and pass in the given Graphics object. Also, change the paint(f) call in Changer to repaint(), which will cause the paint method to be called with a valid Graphics object - which will then be passed correctly to writer.
    Hope this helps,
    -Troy

  • Is there a error with this code

    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    public class ClickMe extends Applet implements MouseListener {
    private Spot spot = null;
    private static final int RADIUS = 7;
    public void init() {
    addMouseListener(this);
    public void paint(Graphics g) {
    //draw a black border and a white background
    g.setColor(Color.white);
    g.fillRect(0, 0, getSize().width - 1, getSize().height - 1);
    g.setColor(Color.black);
    g.drawRect(0, 0, getSize().width - 1, getSize().height - 1);
    //draw the spot
    g.setColor(Color.red);
    if (spot != null) {
    g.fillOval(spot.x - RADIUS, spot.y - RADIUS, RADIUS * 2, RADIUS * 2);
    public void mousePressed(MouseEvent event) {
    if (spot == null) {
    spot = new Spot(RADIUS);
    spot.x = event.getX();
    spot.y = event.getY();
    repaint();
    public void mouseClicked(MouseEvent event) {}
    public void mouseReleased(MouseEvent event) {}
    public void mouseEntered(MouseEvent event) {}
    public void mouseExited(MouseEvent event) {}
    When I compile the the code I get a "cannot resolve symbol"
    private Spot spot = null;
    spot = new Spot(RADIUS);
    I don't know if these are errors in the code

    'cannot resolve symbol' errors usually mean a problem with the declarations and initialisations at the start of your class. This is specifically to do with your line private Spot spot = null;
    i haven`t much time to look at your code, but i would suggest getting rid of the null initialisation here, and do you ever actually change this value? after a quick look it seems that you only query it to see if the variable spot is null. if you never affect this value, then it will always be null and only one if statement will ever be executed.
    but as i said i haven`t any time, so could be off here
    boutye - boss is coming bak argh!

  • Help, i am just wondering why am i having an error with this program....

    package hall;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    /** Simple servlet that reads three parameters from the form data.
    * Part of tutorial on servlets and JSP that appears at
    * http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
    * 1999 Marty Hall; may be freely used or adapted.
    public class ThreeParams extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    String title = "Reading Three Request Parameters";
    out.println(ServletUtilities.headWithTitle(title) +
    "<BODY>\n" +
    "<H1 ALIGN=CENTER>" + title + "</H1>\n" +
    "<UL>\n" +
    " <LI>param1: "
    + request.getParameter("param1") + "\n" +
    " <LI>param2: "
    + request.getParameter("param2") + "\n" +
    " <LI>param3: "
    + request.getParameter("param3") + "\n" +
    "</UL>\n" +
    "</BODY></HTML>");
    public void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    doGet(request, response);
    the error is something like,
    ThreeParams.java:20:cannot find symbol
    symbol: variable ServletUtilities
    location:class hall.ThreeParams
    out.println(ServletUtilities.headWithTitile(title) +
    ^
    something like that, i do know that the package hall could be the problem, but where can i find that package and where do i put it. thank you. and about this program(that i saw in http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/), well, i really need it as a reference, that is why i need to work on this one. once again, thank you...

    hi :-)
    put your ThreeParams in the folder hall :-)
    to resolve the issue in package,
    but for ServletUtilities, im not sure where they got that,
    i dont see in any part of the code that import or create an instance
    for ServletUtilities :-( better to check the code for typo error
    or contact the author regarding ServletUtilities.
    regards,

  • Can't open Desktop app. "There was an error with this action.  Try again later."  How do I solve this?

    I've been trying to open "Desktop App" for a couple of days now.  I get the above error message.  "Later" obviously isn't going to work.  I've signed out of my account and signed back in, but that hasn't helped. 
    I can reach the App Mgr from PS, and I assume I could download a new program from the apps site.  But the Desktop app should work, so I'd appreciate suggestions on how to solve this.  Thanks.
    Gail

    Thanks for the prompt response.  Up till a week or so ago, the app worked
    fine, and I was able to do the latest updates. The chat option is always
    there, but it's a nuisance, so I'm hoping someone will have another
    suggestion.
    G
    On Thu, Sep 4, 2014 at 3:46 PM, John T Smith <[email protected]>

  • What is the error with this code ??

    i'm trying to execute the following AS3 code:
    var itemsArr:Array = new Array ();
    var i:int; 
          var loaderAds:URLLoader = new URLLoader();
          loaderAds.load(new URLRequest("ads.txt"));   
          loaderAds.addEventListener(Event.COMPLETE, completeHandlerAds);
          function completeHandlerAds(eventAds:Event):void {
              var loaderAds:URLLoader = URLLoader(eventAds.target);
              var varsAds:URLVariables = new URLVariables(loaderAds.data);
                itemsArr = varsAds.names.split(";");
                        for (i = 0; i < (itemsArr.length); i++) { 
                                trace("itemsArr, Processing: " + itemsArr[i]);
           var loaderProps:URLLoader = new URLLoader();
          loaderProps.load(new URLRequest(itemsArr[i]+".txt"));   
          loaderProps.addEventListener(Event.COMPLETE, completeHandlerProps);
          trace("one: " + itemsArr[i]);
          function completeHandlerProps(eventProps:Event):void {
                  trace("two: " + itemsArr[i]);
          }// end of fn for props
                        }//end of "for" loop of ads names
            }//end of fn for ads names
    But i get the following output:
    adsNames Array: ad0,ad1
    adsNames, Processing: ad0
    ad0
    adsNames, Processing: ad1
    ad1
    null
    TypeError: Error #2007: Parameter name must be non-null.
         at flash.display::DisplayObject/set name()
         at MethodInfo-279()
         at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio  n()
         at flash.events::EventDispatcher/dispatchEvent()
         at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    null
    TypeError: Error #2007: Parameter name must be non-null.
         at flash.display::DisplayObject/set name()
         at MethodInfo-279()
         at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio  n()
         at flash.events::EventDispatcher/dispatchEvent()
         at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    As you see, the "red text" is errors, Can you tell me the reason for it ?
    And also, tracing "itemsArr[i]" in the second time, always give "null", also in the first time, it give the correct value, Why ?

    the red text not appear after i posted the topic, but you can see the errors on the output
    and, you've to create to text files, first called "ads.txt" and put in it "names=ad0;ad1"
    second one called "ad0.txt" and put anything in it, and another called "ad1.txt" and put anything in it
    all these files should be in the same dir of flash file

  • Why do I keep getting an error with this statement

    var Incentive = this.getField("Incentive").value;
    var ETPC = this.getField("ETPC").value;
    if (Incentive =< ETPC)event.value = Incentive;
    else if (Incentive => ETPC)event.value = ETPC;

    That simple. works like a charm now. I can't thank you enough.

  • Why is there an error with this GUI

    Hi again
    When i try to run the pump screen the little box which displays the numbers dont appear in the pump screen frame but instead in teh consoel screen
    frame.Which shouldnt happen but i cant find any reason why it is doing this or a way to stop it.Below is teh code for the pump screen and teh console screen.
    public void ConsoleScreen()
            makeFrame();
         * Create a 3x2 grid and place five components within it.action listener that is teh button knows ot run
         * teh method and that teh method that srunning
        private void makeFrame()
            frame = new JFrame("Console Screen");
            Container contentPane = frame.getContentPane();
            contentPane.setLayout(new FlowLayout());
             JButton NewDayReset = new JButton ("NewDayReset");
            contentPane.add(NewDayReset);
            NewDayReset.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { NewDayReset(); }
              JButton ViewTotalPetrolSold = new JButton ("ViewTotalPetrolSold");
            contentPane.add(ViewTotalPetrolSold);
             ViewTotalPetrolSold.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {ViewTotalPetrolSold(); }
        JButton ViewTotalTakings= new JButton ("ViewTotalTakings");
            contentPane.add(ViewTotalTakings);
             ViewTotalTakings.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {ViewTotalTakings(); }
           JButton AmmountToPayForTheTransaction= new JButton ("AmmountToPayForTheTransaction");
            contentPane.add(AmmountToPayForTheTransaction);
             AmmountToPayForTheTransaction.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { AmmountToPayForTheTransaction(); }
               JButton ResetPump= new JButton ("ResetPump");
            contentPane.add(ResetPump);
            ResetPump.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { ResetPump(); }
            SignIn = new JFrame("Peters Petrol Pump");
            Container contentPaneSignIn = SignIn.getContentPane();
            contentPaneSignIn.setLayout(new GridLayout(4,1));
            JLabel password = new JLabel(" Please Enter Password");
            contentPaneSignIn.add(password);
            passwordInput = new JPasswordField();
            contentPaneSignIn.add(passwordInput);
            passwordInput.addActionListener(new ActionListener() {
                                                public void actionPerformed(ActionEvent event) {
                                                    String passwordField = new String(passwordInput.getPassword());
                                                    if(passwordField.equals (Password)) {
                                                            ConsoleScreen();
                                                    else { String string = "Password is incorrect";
                                                        JOptionPane.showMessageDialog(null, string);}
            SignIn.pack();
            SignIn.setVisible(true);
              Font font = new Font("SansSerif", Font.BOLD, 10);           
        JLabel label;
        JLabel label2;
        JLabel label3;
        JLabel label4;
        JLabel label5;
        JFormattedTextField input;
        JFormattedTextField input2;
        JFormattedTextField input3;
        JFormattedTextField input4;
        JFormattedTextField input5;
        JPanel panel;
       Format currency = NumberFormat.getCurrencyInstance(Locale.UK);
        label = new JLabel("Amount To Pay");   
        label2 = new JLabel("Price Per Litre");
        label3 = new JLabel("Litres Dispensed");
        label4 = new JLabel("Total Money Taken  for that day");
        label5 = new JLabel("Total Petrol Sold  for that day");
        input = new JFormattedTextField(currency);
        input2 = new JFormattedTextField(currency);
        input3 = new JFormattedTextField();
        input4 = new JFormattedTextField(currency);
        input5 = new JFormattedTextField();
        input.setValue(AmmountToPay);
        input2.setValue(PencePerLitre);   
        input3.setValue(LitresDispensedPerTransaction);
        input4.setValue(TotalTakings);
        input5.setValue(TotalPetrolSold);
        input.setColumns(7);
        input2.setColumns(7);
        input3.setColumns(7);
        input4.setColumns(7);
        input5.setColumns(7);
        input.setFont(font);
        input2.setFont(font);
        input3.setFont(font);
        input4.setFont(font);
        input5.setFont(font);
        input.setEditable(false);
        input2.setEditable(true);
        input3.setEditable(false);
        input4.setEditable(false);
        input5.setEditable(false);
        panel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
        panel.add(label);
        panel.add(input);
        panel.add(label2);
        panel.add(input2);
        panel.add(label3);
        panel.add(input3);
        panel.add(label4);
        panel.add(input4);
        panel.add(label5);
        panel.add(input5);
        frame.add(panel);
        frame.pack();
        frame.setVisible(true);  
            frame.pack();
            frame.setVisible(true);
        public void PumpScreen()
            NewFrame();
        private void NewFrame ()
            newFrame = new JFrame("Pump Screen");
            Container contentPane = newFrame.getContentPane();
            contentPane.setLayout(new FlowLayout()) ; 
              JButton AmmountToPayForTheTransaction = new JButton ("AmmountToPayForTheTransaction");
            contentPane.add(AmmountToPayForTheTransaction);
             AmmountToPayForTheTransaction.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { AmmountToPayForTheTransaction(); }
                        JButton CostPerLitre = new JButton ("Cost Per Litre");
            contentPane.add(CostPerLitre);
      CostPerLitre.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {   CostPerLitre(); }
                 JButton StopSqueezing = new JButton ("Stop Squeezing");
            contentPane.add(StopSqueezing);
             StopSqueezing.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { StopSqueezing();
                                     keepRunning=false;}
                               JButton squeezeNozzle = new JButton ("Start Squeezing");
            contentPane.add(squeezeNozzle);
             squeezeNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { squeezeNozzle();
                                   JButton RemoveNozzle = new JButton ("Remove Nozzle");
            contentPane.add(RemoveNozzle);
             RemoveNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { RemoveNozzle();
                                    JButton ReplaceNozzle = new JButton ("Replace Nozzle");
            contentPane.add(ReplaceNozzle);
            ReplaceNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { ReplaceNozzle ();
            Font font = new Font("SansSerif", Font.BOLD, 10);           
        JLabel label;
        JLabel label2;
        JLabel label3;
        JLabel label4;
        JLabel label5;
        JLabel label6;
        JFormattedTextField input;
        JFormattedTextField input2;
        JFormattedTextField input3;
        JFormattedTextField input4;
        JFormattedTextField input5;
        JFormattedTextField input6;
        JPanel panel;
        Format currency = NumberFormat.getCurrencyInstance(Locale.UK);
        label = new JLabel("Amount To Pay");
        label2 = new JLabel("Price Per Litre");
        label3 = new JLabel("Litres");
        label4 = new JLabel("Nozzle in Use");
        label5 = new JLabel("Nozzle Out of Use");
        label6 = new JLabel("Nozzle Not in Use");
        input = new JFormattedTextField(currency);
        input2 = new JFormattedTextField(currency);
        input3 = new JFormattedTextField();
        input4 = new JFormattedTextField();
        input5 = new JFormattedTextField();
        input6 = new JFormattedTextField();
        input.setValue(AmmountToPay);
        input2.setValue(PencePerLitre);   
        input3.setValue(LitresDispensedPerTransaction);
        input4.setValue(NozzleInUse);   
        input5.setValue(NozzleOutOfOrder);   
        input6.setValue(NozzleReady);
        input.setColumns(7);
        input2.setColumns(7);
        input3.setColumns(7);
        input4.setColumns(7);
        input5.setColumns(7);
        input6.setColumns(7);
        input.setFont(font);
        input2.setFont(font);
        input3.setFont(font);
        input4.setFont(font);
        input5.setFont(font);
        input6.setFont(font);
        input.setEditable(false);
        input2.setEditable(false);
        input3.setEditable(false);
        input4.setEditable(false);
        input5.setEditable(false);
        input6.setEditable(false);
        panel = new JPanel(new FlowLayout());
        panel.add(label);   
        panel.add(input);
        panel.add(label2);
        panel.add(input2);
        panel.add(label3);
        panel.add(input3);
        panel.add(label4);
        panel.add(input4);
        panel.add(label5);
        panel.add(input5);
        panel.add(label6);
        panel.add(input6);
        frame.add(panel); 
        frame.pack();
        frame.setVisible(true);     
            newFrame.pack();
            newFrame.setVisible(true);
    }

    Without fishing through the world here:
            frame = new JFrame("Console Screen");
            Container contentPane = frame.getContentPane();
            contentPane.setLayout(new FlowLayout());Notice you set contentPane to the ContentPane of your "Console Screen" and then proceed to add everything to it.
    Other than that, I'd ask you: do you know how to work your debugger?

  • "There was an error with this action. Try again later. " In CC log in.

    Hi there,
    I forgat to verify after signing up and entered my password several times. So now it's blocked. I changed my password afterwords but nothing seems to help. I also waited for a while in case there's a limit on entering the (wrong) password.
    Hope you can help me out?
    Greets!

    Hi Isabel,
    You should be able to sign in now, there was a problem which is fixed
    Kindly check Creative Cloud Status in case you are still facing the issue then kindly contact our support here: Contact Customer Care
    -Ankit

  • Error with this query?

    SET HEADING OFF;
    SELECT 'Song Name: ', S.TITLE
    FROM SONG S
    I don want to display heading in the result table. I need result like:
    Song Name: Mungaru Male
    Song Name: Titanic
    Song Name: Milana
    But the Statement "SET HEADING OFF;" results in a result

    Hi,
    SET HEA[DING] {ON | OFF}
    Controls printing of column headings in reports.
    SQL>  select NUM_ROWS from user_tables where table_name='TABLE_A';
      NUM_ROWS
          4999
    SQL> set heading off
    SQL>  select NUM_ROWS from user_tables where table_name='TABLE_A';
          4999
    SQL> select 'song name :' as "song",t.num_rows from dual,( select NUM_ROWS from user_tables where table_name='TABLE
    _A') t;
    song name :       4999
    it works
    SQL>  select ' song name : ' || NUM_ROWS from user_tables where table_name='TABLE_A';
    'SONGNAME:'||NUM_ROWS
    song name : 4999
    1 row selected.
    SQL> set heading off
    SQL>  select ' song name : ' || NUM_ROWS from user_tables where table_name='TABLE_A';
    song name : 4999
    1 row selected.- Pavan Kumar N
    Edited by: Pavan Kumar on Nov 24, 2010 11:51 AM

Maybe you are looking for