Problems during update

just after a few days where my new iPod Nano works great with all the stored music and potcasts I want to solve the 'volume problem' with an update to version 1.1.1.
While bad thinks may happen - during the upgrade process my notebook 'go to sleep' and therefore terminates the upgrade process. What is the result?
1) iPod Nano shows the new software version in his menu and is 'so far' usable
2) The space previously used for music .. seems to be still allocated.
3) The iPod menu shows not a single stored title, album .. and seems to be logical 'empty'
4) My trey to restore the whole iPod using the update software wasn’t successful because 'iPod couldn’t be found' (hung up in the 'please connect your iPod' menu)
5) Connecting the iPod shows up the drive letter under Windows - trying to open the drive results in an error 'such as drive not available'
Is there anything I can do except asking for a hardware exchange?
Any help is very welcome.
Thanks a lot - Hans

After loading global setting -> Unit of Measure in BI, repeat the DTP for UOM0MATE should solve the issue.
Here are the steps...
Go to RSA1 -> Modeling( On left side) -> Source System(Select sorce system on left).
right click on source system ( on right ) and click on Transfer Global Setting.
check Units of measurement, select rebuid tables and execute.
after transferring global setting run the DTP again for UOM0MATE.
The data should load properly without any error.

Similar Messages

  • Problems during updates

    hi to all,
    I've a strange problem during the software update.
    If I move some application from /Applications to a sub-folder (e.g. /Applications/MyApps) then the software updates does not notify the available updates.
    This behaviour occurs for examples for iLife (iWeb, iDVD, etc...)
    In order to update the software I have to move again, for examples, iDVD from /Applications/MyApps to /Applications.
    Have someone the response to this? How can I resolve this problems?
    Thansk to all
    MacBook 13.3"   Mac OS X (10.4.8)  

    Hi alex,
    first of all: WELCOME TO THE DISCUSSIONS!
    You cannot resolve this issue since it is not a problem but a "feature" of most Apple programs. If you want to use software update you have to leave all Apple programs in their default location.
    If this answered your question please consider granting some stars: Why reward points?

  • Problem during updating batch master

    Hi All,
    I am facing problem during batch updation. There is one RF program for creation of goods movement. After material document is created the batch needs to be updated. I have called BAPI_BATCH_CHANGE for updating country of origin, vendor batch and Z function module for updating revision level. Sometimes all fields gets updated properly and sometimes they dont. I have debug program and there is no coding problem. If i debug then all fields get updated properly. I am unable to trace then error. Is this logical database problem? If not then what can be the issue.
    Please help.
    Thanks in advance.
    Regards,
    Shobhit

    Hi Shobhit,
    Are you using the FM BAPI_TRANSACTION_COMMIT, to commit after the BAPI is called, if yes, this might be causing the data not to be saved for the customer function module, when you use the COMMIT, all the LUW will be cleared and the the data after commit won't be saved....
    so do the COMMIT work, after your customer function module, or call your function module before the BAPI,,,,once all FM's are called, then do the commit, it will work.
    Thanks,
    Srini.

  • Problem during updating N93i

    hi ...
    i live in iran and during using nokia update software when in starts to preparing the installation the eror "unable to retrieve phone information" "the connection to phone is busy" has been shown. i do it several times and there is no running program on my phone during installation.
    i don`t know if there is a solution 4 me or not(maybe this problem relates to my country!)
    here is my version : 11.0.009 and my code is : 0540927

    The problem isn´t in any matter related to your country.
    For me that sounds like a driver problem... Have you tried uninstalling all Nokia software, rebooting, and installing it again?
    Let us know if the problem was solved or not.
    By clicking the "Kudos!" or the "Solution?" button on the right you can say "Thank You" and you´ll show the author and others that the post is useful.
    The day we stop improving is the day we stop being good.

  • I have a 8gb A1288 (2nd Gen) ipod touch having huge problem during update, please help

    I have a 8gb A1288 (2nd Gen) ipod that has been working fine till now. The device asked for a software update and downloaded the necessary software. During the update process; however, something happened and the computer started not recognizing the device now. On the device screen there is a symbol asking for me to connect the cable to itunes but even if I connect it to the computer, the device is not recognized. Resetting the device didn't solve the problem. Could you please help?

    Hello!
    Tried DFU mode? This stands for Device Firmware Update and/or Download Firmware Upgrade.
    This is how to put your device into DFU:
    1. Connect to A computer with iTunes open, Turn off (Whilst still connected)
    2. Hold Home + Sleep/wake together for 10 seconds.
    3. Let go of sleep wake BUT keep holding home for 10 seconds.
    This shoould result in a message on your PC/Mac screen. Follow the steps and it should work. Let me know of the results.
    ~Naomi =P

  • Toplink 11.1.1.1.0 Locking problem during update using ServerSession

    Hi,
    I m using toplink as ORM tool in my project. I have a scenario wherein I m using ServerSession and acquiring UnitOfWork. I do locking on the orm entity using following code.
    ExpressionBuilder builder = new ExpressionBuilder();
         Expression expr = builder.get("id").equal(id);
         Employee employee = (Employee )uow.readObject(Employee .class, expr);                    
    try {
              uow.refreshAndLockObject(employee, ObjectLevelReadQuery.LOCK_NOWAIT);
         } catch (Exception e){
              throw new LockedException(); //Custom exception
    The execution fails with the following error details.
    Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070428)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification
    Error Code: 1747
    Call:SELECT ID, UDF_VALUE_20, UDF_VALUE_21, CATEGORY FROM EMPLOYEE WHERE (ID = 20001) FOR UPDATE OF * NOWAIT
    Query:ReadObjectQuery(com.ofss.elcm.domain.ge.Liability)
         at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:290)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:581)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:441)
         at oracle.toplink.publicinterface.Session.executeCall(Session.java:728)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:117)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:103)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:501)
         at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:862)
         at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:837)
         at oracle.toplink.queryframework.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:415)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:811)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:620)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:779)
         at oracle.toplink.queryframework.ReadObjectQuery.execute(ReadObjectQuery.java:388)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:836)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(UnitOfWork.java:2604)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:993)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:950)
         at oracle.toplink.publicinterface.Session.refreshAndLockObject(Session.java:2632)
    However if I load the UnitOfWork using DatabaseSession it works fine and build the query like this.
    SELECT ID, UDF_VALUE_20, UDF_VALUE_21, CATEGORY  FROM EMPLOYEE WHERE (ID = 20001) FOR UPDATE NOWAIT
    Thanks in Advance.
    Srini

    Hi Chris,
    Yes you are right, databasePlatform is set in the sessions.xml. However I have created two sessions.xml one for database session and the other for server session. In both the cases the file content is same except for session name.
    database-session.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--<?xml version="1.0" encoding="Cp1252"?>-->
    <toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>database-session</name>
    <event-listener-classes/>
    <logging xsi:type="toplink-log">
    <log-level>finest</log-level>
    </logging>
    <primary-project xsi:type="xml">META-INF/employee.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <!--<external-connection-pooling>true</external-connection-pooling>
    --><!-- Thru Junit Testing -->
         <user-name>Test1</user-name>
                   <password>Test1</password>
    <sequencing>
    <default-sequence xsi:type="table-sequence">
    <name>Default</name>
    <preallocation-size>100</preallocation-size>
    </default-sequence>
    </sequencing>
    <!-- Thru Junit Testing -->
                   <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
                   <connection-url>jdbc:oracle:thin:@testDB:1521:ORCL</connection-url>
    <!--<datasource lookup="string">jdbc/TestDataSource</datasource>
    --></login>
    <connection-pools>
    <read-connection-pool>
    <name>ReadConnectionPool</name>
    </read-connection-pool>
    <write-connection-pool>
    <name>default</name>
    </write-connection-pool>
    </connection-pools>
    <connection-policy/>
    </session>
    </toplink-sessions>
    server-session.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--<?xml version="1.0" encoding="Cp1252"?>-->
    <toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>server-session</name>
    <event-listener-classes/>
    <logging xsi:type="toplink-log">
    <log-level>finest</log-level>
    </logging>
    <primary-project xsi:type="xml">META-INF/employee.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <!--<external-connection-pooling>true</external-connection-pooling>
    --><!-- Thru Junit Testing -->
         <user-name>Test1</user-name>
                   <password>Test1</password>
    <sequencing>
    <default-sequence xsi:type="table-sequence">
    <name>Default</name>
    <preallocation-size>100</preallocation-size>
    </default-sequence>
    </sequencing>
    <!-- Thru Junit Testing -->
                   <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
                   <connection-url>jdbc:oracle:thin:@testDB:1521:ORCL</connection-url>
    <!--<datasource lookup="string">jdbc/TestDataSource</datasource>
    --></login>
    <connection-pools>
    <read-connection-pool>
    <name>ReadConnectionPool</name>
    </read-connection-pool>
    <write-connection-pool>
    <name>default</name>
    </write-connection-pool>
    </connection-pools>
    <connection-policy/>
    </session>
    </toplink-sessions>
    And I m loading the xmls uring singleton java class.
    import java.io.IOException;
    import oracle.toplink.exceptions.TopLinkException;
    import oracle.toplink.sessions.DatabaseSession;
    import oracle.toplink.threetier.ServerSession;
    import oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader;
    import oracle.toplink.tools.sessionmanagement.SessionManager;
    * This class represents the DBSessionManager. This class will be responsible
    * for creating the server session and multiple client session. The server session
    * would be loaded from sessions.xml file and the client session will be created
    * on the server session but the client session would use the external connection
    * to make the transactions, it would not use the connection that is being created
    * during loading the server session.
    * @author
    public class DBSessionManager {
    * This attribute will hold the value for DBSession Manager.
    private static DBSessionManager instance;
    * This attribute will hold the value for session file path
    private static final String SERVER_SESSIONS_XML = "META-INF/server-sessions.xml";
    private static final String DATABASE_SESSIONS_XML = "META-INF/database-sessions.xml";
    private static final String DATABASE_SESSION = "database-session";
    private static final String SERVER_SESSION = "server-session";
    * This attribute will hold the value for session file
    private String serverSessionConfigLocation = SERVER_SESSIONS_XML;
    * This attribute will hold the value for session file
    private String databaseSessionConfigLocation = DATABASE_SESSIONS_XML;
    * This attribute will hold the value for session name.
    private static final String DEFAULT_SESSION_NAME = "default";
    * This attribute will hold the value for session name
    private String sessionName = SERVER_SESSION;
    private boolean standalone = false;
    private static Session toplinkSession = null;
    * This is attribute which tell the session type<br>
    * Supported values are
    * <li> DATABASE is DatabaseSession </li>
    * <li> SERVER is ServerSession </li>
    private static final String TOPLINK_SESSION_TYPE = "TOPLINK_SESSION_TYPE";
    * Default Constructor.
    * This constructor will create the server session.
    //     private DBSessionManager() {
    // // setSessionType();
    //     toplinkSession = new Session();
    // if(standalone) {
    // toplinkSession.setDatabaseSession(buildDatabaseSession());
    // } else {
    // ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
    // toplinkSession.setServerSession((ServerSession) buildServerSession(this.configLocation, this.sessionName, classLoader));
    private DBSessionManager() {
    // setSessionType();
    toplinkSession = new Session();
    toplinkSession.setDatabaseSession(buildDatabaseSession());
    ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
    toplinkSession.setServerSession((ServerSession)buildServerSession(this.serverSessionConfigLocation, this.sessionName,classLoader));
    * This method will return the instance of DBSessionManager class.
    * @return
    public static DBSessionManager getInstance() {
    if (instance == null) {
    synchronized (DBSessionManager.class) {
    if (instance == null) {
    instance = new DBSessionManager();
    return instance;
    public boolean isStandalone() {
    return standalone;
    * This method will load the server session from the sessions.xml file.
    * @param configLocation
    * @param sessionName
    * @param sessionClassLoader
    * @return ServerSession
    * @throws TopLinkException
    private ServerSession buildServerSession(String configLocation,
    String sessionName,
    ClassLoader sessionClassLoader) throws TopLinkException {
    ServerSession serverSession =
    (ServerSession)SessionManager.getManager().getSession(new XMLSessionConfigLoader(SERVER_SESSIONS_XML),
    SERVER_SESSION,
    // Session name
    this.getClass().getClassLoader(), false, // shouldLoginSession
    false, // shouldRefreshSession
    true) // shouldCheckClassLoader
    serverSession.login();
    return serverSession;
    * Use to get server session
    * @return ServerSession
    private ServerSession getServerSession() {
    return toplinkSession.getServerSession();
    * This method is used to release client session. The client session should<br>
    * be released so that the server does not hang refusing new client session<br>
    * requests. <br>
    * It has been observed in local setups that the server hangs after firing<br>
    * 30 to 40 requests even in a single thread if the client session is not<br>
    * released.
    * @param clientSession
    public void releaseClientSession() {
    toplinkSession.releaseClientSession();
    private DatabaseSession buildDatabaseSession() {
    XMLSessionConfigLoader loader =
    new XMLSessionConfigLoader(DATABASE_SESSIONS_XML);
    SessionManager sessionManager = SessionManager.getManager();
    DatabaseSession session =
    (DatabaseSession)sessionManager.getSession(loader, DATABASE_SESSION,
    DBSessionManager.class.getClassLoader(),
    true, true, true);
    // SessionLog log = new TopLinkLog();
    // Do not change the log level here. SessionLog.FINE logs DML statements
    // and few other 'nonsenses'. DML statements are enough to debug an
    // issue. All TopLink logs are logged as debug messages by LogUtil.
    // log.setLevel(SessionLog.FINE);
    return session;
    public Session getSession() {
    return toplinkSession;
    * This method read the session type from elcm.properties and set the value for standalone attribute.<br>
    * If the session is type of database the value is true, if the session is server session the value is false.
    private void setSessionType() {
    try {
    String sessionType =
    ELCMApplicationGlobals.getInstance().getProperty(TOPLINK_SESSION_TYPE);
    if (DATABASE_SESSION.equalsIgnoreCase(sessionType)) {
    standalone = true;
    } else if (SERVER_SESSION.equalsIgnoreCase(sessionType)) {
    standalone = false;
    } catch (IOException e) {
    e.printStackTrace();
    Please review and let me know if I m missing anything or wrongly implemented.
    Thanks,
    Srini

  • HT4623 Problem during updating software to iOS 6.1.2

    I have connected my iPhine 4S to the iTunes on my laptop (running Win XP) and continued with an update to iOS 6.1.2. I lost my internet connection during the update and i am not able to continue with the update later on and not able to switch on my phone.iTunes is suggesting me to restore my phone. how do i continue with the software update without restoring the phone to factory settings? Any help?

    You can't you'll have to restore your phone to factory settings http://support.apple.com/kb/HT1808
    Hopefully you have a backup to restore to.

  • Problem during updating C3 installation

    The connection lost during installation and the phone became in test mode, the updater cant Continue updating 

    Read thisn article: http://discussions.nokia.com/t5/Pool-of-Knowledge/Recovering-from-a-failed-firmware-update/td-p/3981...

  • Problem during update

    hello,
    so, my problem is when i tried to update my blackberry from OS 6 bundle 1879 to bundle 2534 and i left it for a sleep, when i woke up, at the steps of "Reboot" somehow my blackberry ask to enter a device password and said that it can't connect to my device. than i press OK but nothing changed, no box appear to enter the device password or anything.  than i check my blackberry, it started to show the "quick tutorial" video and like promotional video (i don't know what it called).
    i already tried to unplug and replug the device with the USB cable but still nothing changed in my computer screen.
    here is the screenshot of the "freezing" update processes:
    i'm using curve 9300 3G, OS 6, i don't know the carrier is but i bought mine in the official blackberry store here at indonesia.
    sorry for my bad english, & i need somehelp here..
    thanks
    update:
    and i found something like this but the device already connected to my computer:
    so, the box shows up again, here it is:
    related to the screenshot above, how to enter my password but even the password box didn't appear.. like i said, i try to replug my device and still nothing happend.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get aCode 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Problem during Update Xperia E1 Please help

    I was trying to update my phone today
    when I was doing it said there was an error and it was not able to
    it gave me the option to retry which i did and it told me it could not access the internet
    the internet was and is working but it would not work
    so i tried to restore my old system when it said it couldnt connect to my phone
    so now my phone does not do any thing and please can some one help me

     Charge your phone for 40 minutes or so then start the update process all over again with either PCC or Bridge PC Companion (PCC)  Bridge (for Mac)   Alternatives on How to backup Xperias http://talk.sonymobile.com/thread/36355 

  • I got the problem during updating my ZEN Touch pla

    My mp3 player told me that I got the firmware problem. I can't open to my main menu. It always show Recovery Mode. I can't not instell the firmware, because it can not fine my player. How should I do?
    Help me, Please

    Have you looked in the Music app? If it's not there, you'd need to redownload it or resync from your computer.

  • Problem during updating database

    Hi,
      I am creating purchase order for a material, system allows me to create the one and if i save system gives the order number also,  but if i check the same in display or change it says no document exists and gives the info message
      " Express document update was terminated received from the author abap"
    system gives the message almost all the time
    what may be the probable cause?????
    Pavan

    Hi,
    I think some custom modification has been done . Check that part may be that modification is not working properly,
    Thanks
    Dipak

  • Problem during updating itunes 11.4

    I try to download the new version of Itunes(11.4), every tiem I reach the intalling part, a message appears and tell me to find the update document in my laptop but it doesnt work even when i find it. How can i fix this? This is a screenshot of the error:  http://gyazo.com/40562411c14990b832cb1b663c49f077

    If you want help, put the image directly here and not just a link. It will help if nobody has to go somewhere just to help you.

  • Problem during updating through x terminal

    when i starts "apt-get update" in x terminal... it show GPG error...the following signature's could't be verified because no public key 4438160A655EF avilable..what should i do?... keyserver .commands also failed..it shows no key in server..and also tell me how to install nitdroid on my n900

    you have a loaded post there!
    start with one thing first.
    what do you want to update?
    in general, try this to get you started and let me know what you get:
    open xterm
    sudo gainroot
    apt-get update
    apt-get clean
    apt-get autoclean
    apt-get autoremove
    apt-get upgrade

  • Big problem during update

    While updates for 10.5.8 were installing, my power cable disconnected and my machine turned off. Now the computer won't start; a panic message is displayed saying I need to restart and that the OS cannot be found.
    Using the 10.5 install DVD, I tried to reinstall 10.5, but I don't have enough disk space to install the OS even if I remove optional installation choices.
    Using the startup disk as a disk utility, I can find files to delete to clear up disk space, but there is no option to delete them.
    Disk looks good, passed verification.
    Any suggestions?
    Thanks,

    Since you can't start up from the HD at all, you won't have a GUI and won't be able to run any apps unless you are booted from elsewhere. The install DVD does not include Finder.
    It sounds as if you don't have a bootable clone backup. If you have a Time Machine backup you could restore everything from there.
    If not, a few possibilities come to mind.
    Two friendly ways-
    1) If you have access to a different Mac and a FireWire cable, you could restart your Mac in FireWire Target Disk Mode, connect the two Macs, and use Finder from the other Mac to navigate your files and delete as desired.
    2) If you have an external drive available (even a 16 GB USB flash drive will do), you could connect it, boot from your install Disc, format the external drive, and then install OS X there. After restarting from there and setting up a new account as prompted, you should then be able to access the stuff on the internal HD.
    Quick but unfriendly way - use Terminal while booted from the Install disc to delete the desired files.
    You can get there from the same Utilities menu that you used to get to Disk Utility.
    I haven't tried this, but the path to the internal HD from there would probably be
    /Volumes/"NameOfHD"
    so if your HD was named "Macintosh HD" you could probably get to the top level there via
    cd /Volumes/"Macintosh HD"
    From there one could get to the files you want to delete and then do so. If you are not familiar with Terminal commands, you might want to have someone at your local Apple store help you with it. If you want to try it yourself, let us know.

Maybe you are looking for

  • HOW TO PRINT ONE RECORD PER ONE PAGE

    Hi I have report , with two queries. Each query has one group with the same data. lets say the queries are Q1 and Q2. The Groups are with column DeptNo, and DeptNo1 both pointing to the same column DEPTNO. Now I want to design it in such a manner tha

  • I need to change my apple id as I will shortly have a new email address

    I currently would like to keep the email address I used on my iPad/iPhone the same but would like to change my apple id usining another email address?

  • Creating a table of contents in a pdf

    Hi all, I'm using the API to create a large pdf i.e a bundle of quotes. Since I'm using the FOPRocessor(InputStrreams[],Templates[]) to create the PDF, I was wondering if there is a way to create a table of contents using the Outlineprocessor or do I

  • Open Office cannot be trashed.

    Trying to open a .dwg Open Office gives message something like "windows from a previous session were not closed.  would you like to reopen them now?" It gives me two option buttons "open" and "don't open".  Neither work and there is no way to log out

  • Match, drag and drop game

    Hello, My name is Nikola and I'm newbie with AS. Here's the thing: With the help of some tutorial I've created a 'game', where user selects objects, drags it, and drops it on correct shape/color/object. Tutorial is "1 to 1" based, so you can match on